diff options
author | gregory guy <[email protected]> | 2020-09-29 09:31:20 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-09-29 18:17:40 +0900 |
commit | 62e72a56efdd899229968eca3e5fc1b6c081f4c2 (patch) | |
tree | 007f5da069a7dab0cd6fdb9fafcd058078dc7d9b /configure.in.in | |
parent | ce8d02907ad5965089e4f2b3cbc3810ea42fa462 (diff) | |
download | kerberostray-62e72a56efdd899229968eca3e5fc1b6c081f4c2.tar.gz kerberostray-62e72a56efdd899229968eca3e5fc1b6c081f4c2.zip |
Drop automake build support.
Add basic cmake build instructions.
Delete empty folder doc.
Delete empty files NEWS and TODO.
Add a README file.
Some cosmetics.
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit 65d08b5b3cd629d406f8bf1cffa6ea392a93b3b7)
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in.in b/configure.in.in deleted file mode 100644 index 18b1486..0000000 --- a/configure.in.in +++ /dev/null @@ -1,6 +0,0 @@ -#MIN_CONFIG(3.2.0) - -AM_INIT_AUTOMAKE(autostart, 0.1) -AC_C_BIGENDIAN -AC_CHECK_KDEMAXPATHLEN - |