* configure.ac (pkgvdatadir): Define using "$PACKAGE", not "automake".
2004-08-11 Alexandre Duret-Lutz <adl@gnu.org>
+ For PR automake/433:
+ * configure.ac (pkgvdatadir): Define using "$PACKAGE", not "automake".
+
Fix PR automake/432:
* lib/am/yacc.am [!%?MORE-THAN-ONE%]: Replace `#line's in y.tab.h too.
* tests/yacc7.test: Check this.
# A versioned directory, defined here for convenience.
-pkgvdatadir="\${datadir}/automake-${APIVERSION}"
+pkgvdatadir="\${datadir}/$PACKAGE-$APIVERSION"
# $AUTOMAKE and $ACLOCAL are always run after a `cd $top_srcdir',
AC_SUBST(APIVERSION)
# A versioned directory, defined here for convenience.
-pkgvdatadir="\${datadir}/automake-${APIVERSION}"
-AC_SUBST(pkgvdatadir)
+AC_SUBST([pkgvdatadir], ["\${datadir}/$PACKAGE-$APIVERSION"])
# $AUTOMAKE and $ACLOCAL are always run after a `cd $top_srcdir',
# hence `.' is really what we want for perllibdir, libdir, and acdir.