From: William Pursell Date: Sat, 22 Nov 2008 13:53:40 +0000 (+0100) Subject: Quote APIVERSION in configure.ac. X-Git-Tag: v1.10b~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b610c3149e7dfe2eb3a2446ec523eb593fe8652b;p=platform%2Fupstream%2Fautomake.git Quote APIVERSION in configure.ac. * configure.ac: Quote APIVERSION. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 42e8664..40b37a0 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 664a260..3ede853 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"])