1999-01-27 Alexandre Oliva <oliva@dcc.unicamp.br>
+ * configure.in (pkgdatadir): expand ${PACKAGE} at configure-time,
+ just like automake does
+
* configure.in (pkgdatadir): define pkgdatadir explicitly, and
comment that automake does not need it, but libtoolize does
+
* Makefile.am (aclocaldir): do not set it explicitly, automake
does already
;;
esac
-pkgdatadir='${datadir}/${PACKAGE}'
+pkgdatadir='${datadir}'"/${PACKAGE}"
AC_SUBST(pkgdatadir) dnl automake does not need this, but libtoolize does
aclocaldir='${datadir}/aclocal'
AC_SUBST(aclocaldir)