* configure.in (pkgdatadir): define pkgdatadir explicitly, and

* Makefile.am (aclocaldir): do not set it explicitly, automake
does already
This commit is contained in:
Alexandre Oliva 1999-01-27 03:04:34 +00:00 committed by Alexandre Oliva
parent 818e264bc7
commit ec63fb9c6b
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
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>

View File

@ -22,7 +22,6 @@ pkgdata_SCRIPTS = config.guess config.sub ltconfig
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.

View File

@ -24,7 +24,8 @@ changequote([,])
;;
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)