* configure.in (pkgdatadir): define pkgdatadir explicitly, and
* Makefile.am (aclocaldir): do not set it explicitly, automake
does already
yes' implies gnu ld, otherwise MSVC++ (which I haven't tested
since I inheritted the code from Ian Lance Taylor btw!) is implied.
+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
+
1999-01-26 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
* configure.in: It seems Alexandre accidentally removed the
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)