summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-11-13 02:10:43 +0100
committerDan McGee <dan@archlinux.org>2007-11-13 07:13:05 +0100
commitec6a7d689b727d384115fcc6e48b38612c91317b (patch)
tree536fb4f05d09b31a749c3d4451a8b1045475d0bc /configure.ac
parentca262623fcec32952d4a59ac3003c82c94297ce1 (diff)
downloadpacman-ec6a7d689b727d384115fcc6e48b38612c91317b.tar.gz
pacman-ec6a7d689b727d384115fcc6e48b38612c91317b.tar.xz
Return libalpm version number to being dot-separated
I think I goofed this up when making the big overhaul of configure.ac. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d04cd5d1..65637ee6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,7 +69,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE
-LIB_VERSION=`expr lib_current-lib_age`.lib_revision
+LIB_VERSION=`expr lib_current.lib_age`.lib_revision
LIB_VERSION_INFO="lib_current:lib_revision:lib_age"
# Set subsitution values for version stuff in Makefiles and anywhere else,