diff options
author | Marcus Brinkmann <[email protected]> | 2001-12-18 23:32:08 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2001-12-18 23:32:08 +0000 |
commit | 98faded2e38b9fb2e58a3164ecd32249e93f4ac3 (patch) | |
tree | 4e04bdf38be8555feee580c093ed70d9baf7332d /autogen.sh | |
parent | 2001-12-18 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-98faded2e38b9fb2e58a3164ecd32249e93f4ac3.tar.gz gpgme-98faded2e38b9fb2e58a3164ecd32249e93f4ac3.zip |
2001-12-18 Marcus Brinkmann <[email protected]>
* autogen.sh (libtool_vers): Bump to 1.4.
* configure.ac (LIBGPGME_LT_CURRENT): Increment.
(LIBGPGME_LT_AGE): Likewise.
Improve comment.
Fix wrong comment character.
Diffstat (limited to '')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ lib_config_files="" autoconf_vers=2.52 automake_vers=1.5 aclocal_vers=1.5 -libtool_vers=1.3 +libtool_vers=1.4 DIE=no if test "$1" = "--build-w32"; then |