aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 01d6797..343f3e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,12 +8,6 @@ AM_CONFIG_HEADER(config.h)
AM_PROG_LIBTOOL
AC_CONFIG_MACRO_DIR([m4])
-dnl Set library version
-maj=$(echo ${VERSION} | cut -d. -f1)
-min=$(echo ${VERSION} | cut -d. -f2)
-LIBVERSION=${maj}:${min}:${maj}
-AC_SUBST(LIBVERSION)
-
dnl checks for programs
AC_PROG_CXX
AC_PROG_CC_C99