mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 09:21:53 -05:00
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>
This commit is contained in:
parent
ca262623fc
commit
ec6a7d689b
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user