* Makefile.am (aclocaldir): do not set it explicitly, automake
does already
1999-01-27 Alexandre Oliva <oliva@dcc.unicamp.br>
+ * 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
+
* configure.in (TIMESTAMP): use mkstamp here too
1999-01-27 Thomas Tanner <tanner@gmx.de>
pkgdata_DATA = ltmain.sh
# This macro file should be visible to Automake's aclocal.
-aclocaldir = @aclocaldir@
aclocal_DATA = $(aclocal_macros)
# The standalone libtool script, and the libtool distributor.
;;
esac
-AC_SUBST(pkgdatadir)
+pkgdatadir='${datadir}/${PACKAGE}'
+AC_SUBST(pkgdatadir) dnl automake does not need this, but libtoolize does
aclocaldir='${datadir}/aclocal'
AC_SUBST(aclocaldir)