summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 1 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index b148ac3..9987fd7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,20 +1,7 @@
-AC_INIT(patchelf, "0.5")
+AC_INIT(patchelf, m4_esyscmd([echo -n 0.5$VERSION_SUFFIX]))
AC_CONFIG_SRCDIR(Makefile.am)
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
-# Change to `1' to produce a `stable' release (i.e., the `preREVISION'
-# suffix is not added).
-STABLE=0
-
-# Put the revision number in the version.
-if test "$STABLE" != "1"; then
- if REVISION=`test -d $srcdir/.svn && svnversion $srcdir 2> /dev/null`; then
- VERSION="${VERSION}pre${REVISION}"
- elif REVISION=`cat $srcdir/svn-revision 2> /dev/null`; then
- VERSION="${VERSION}pre${REVISION}"
- fi
-fi
-
AC_PROG_CC
AC_PROG_CXX