Quote APIVERSION in configure.ac.
authorWilliam Pursell <bill.pursell@gmail.com>
Sat, 22 Nov 2008 13:53:40 +0000 (14:53 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 22 Nov 2008 13:53:40 +0000 (14:53 +0100)
* configure.ac: Quote APIVERSION.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
configure.ac

index 42e8664..40b37a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-22  William Pursell  <bill.pursell@gmail.com>
+
+       * configure.ac: Quote APIVERSION.
+
 2008-11-22  Jim Meyering  <meyering@redhat.com>
 
        * 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  <Ralf.Wildenhues@gmx.de>
 
        When installing COPYING, recommend adding the file to VCS.
index 664a260..3ede853 100644 (file)
@@ -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"])