summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 0f21969..f54e6a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,12 +37,12 @@ AC_SUBST(GDLIB_VERSION)
# Dynamic library version information
# See http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info
-GDLIB_CURRENT=3
-GDLIB_REVISION=0
-GDLIB_AGE=0
-AC_SUBST(GDLIB_CURRENT)
-AC_SUBST(GDLIB_REVISION)
-AC_SUBST(GDLIB_AGE)
+GDLIB_LT_CURRENT=3
+GDLIB_LT_REVISION=0
+GDLIB_LT_AGE=0
+AC_SUBST(GDLIB_LT_CURRENT)
+AC_SUBST(GDLIB_LT_REVISION)
+AC_SUBST(GDLIB_LT_AGE)
#Expanded by tests later in this file. TBB 2.0.26
#2.0.28: GIF is standard now. Doesn't depend on anything else,