From b610c3149e7dfe2eb3a2446ec523eb593fe8652b Mon Sep 17 00:00:00 2001 From: William Pursell Date: Sat, 22 Nov 2008 14:53:40 +0100 Subject: [PATCH] Quote APIVERSION in configure.ac. * configure.ac: Quote APIVERSION. Signed-off-by: Ralf Wildenhues --- ChangeLog | 5 ++++- configure.ac | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 42e86641b..40b37a03d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-11-22 William Pursell + + * configure.ac: Quote APIVERSION. + 2008-11-22 Jim Meyering * tests/xz.test: Fix typo introduced by Ralf in last patch. @@ -16,7 +20,6 @@ * tests/xz.test: New file, based on nogzip.test. * tests/Makefile.am (TESTS): Add xz.test. - 2008-11-22 Ralf Wildenhues When installing COPYING, recommend adding the file to VCS. diff --git a/configure.ac b/configure.ac index 664a2605e..3ede8535d 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ AM_INIT_AUTOMAKE([1.10a dist-bzip2 filename-length-max=99 color-tests]) # * Prereleases on the trunk are all incompatible -- 1.5b and 1.5c # aren't the same. APIVERSION=`echo "$VERSION" | sed -e 's/^\([[0-9]]*\.[[0-9]]*[[a-z]]*\).*$/\1/'` -AC_SUBST(APIVERSION) +AC_SUBST([APIVERSION]) # A versioned directory, defined here for convenience. AC_SUBST([pkgvdatadir], ["\${datadir}/$PACKAGE-$APIVERSION"]) -- 2.47.2