diff options
author | gregory guy <[email protected]> | 2020-05-02 15:27:18 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-05-04 22:49:22 +0900 |
commit | 9560202d56a51045f54eb1a92029de2f55d4a405 (patch) | |
tree | ef7815ac7819177950165dbe5b0854f8d3489d80 /configure.in.in | |
parent | 3e0e33acb7bb9ae94059e38dc50406a5df7bd3ec (diff) | |
download | libtdeldap-9560202d56a51045f54eb1a92029de2f55d4a405.tar.gz libtdeldap-9560202d56a51045f54eb1a92029de2f55d4a405.zip |
Drop automake build support.
Add basic cmake build instructions.
Add basic README file.
Delete empty folders doc and po.
Delete empty files ChangeLog, NEWS and TODO.
Some cosmetics.
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit edec9f9049b58e8b3cd0ca2c4560857404fdcc5a)
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.in.in b/configure.in.in deleted file mode 100644 index 3b3f6bf..0000000 --- a/configure.in.in +++ /dev/null @@ -1,15 +0,0 @@ -#MIN_CONFIG(3.2.0) - -AM_INIT_AUTOMAKE(autostart, 0.1) -AC_C_BIGENDIAN -AC_CHECK_KDEMAXPATHLEN - -# These numbers should be tweaked on every release. Read carefully: -# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -# http://sourceware.org/autobook/autobook/autobook_91.html -lt_current="1" -lt_revision="0" -lt_age="0" -AC_SUBST(lt_current) -AC_SUBST(lt_revision) -AC_SUBST(lt_age) |