diff options
author | Timothy Pearson <[email protected]> | 2012-11-19 12:04:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-11-19 12:04:49 -0600 |
commit | ee1a119fc3450138abb6743adad0523fcfb18bcc (patch) | |
tree | 8edfb85c9ec4d2e0d540487a2048a8a0fd25cc7a /configure.in.in | |
parent | dc34ab4f8f9b7f652aa166ced32ad760855156da (diff) | |
download | libtdeldap-ee1a119fc3450138abb6743adad0523fcfb18bcc.tar.gz libtdeldap-ee1a119fc3450138abb6743adad0523fcfb18bcc.zip |
Fix FTBFS
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.in.in b/configure.in.in index 18b1486..3b3f6bf 100644 --- a/configure.in.in +++ b/configure.in.in @@ -4,3 +4,12 @@ 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) |