mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
* configure.in (pkgdatadir): define pkgdatadir explicitly, and
* Makefile.am (aclocaldir): do not set it explicitly, automake does already
This commit is contained in:
parent
818e264bc7
commit
ec63fb9c6b
@ -1,5 +1,10 @@
|
|||||||
1999-01-27 Alexandre Oliva <oliva@dcc.unicamp.br>
|
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
|
* configure.in (TIMESTAMP): use mkstamp here too
|
||||||
|
|
||||||
1999-01-27 Thomas Tanner <tanner@gmx.de>
|
1999-01-27 Thomas Tanner <tanner@gmx.de>
|
||||||
|
@ -22,7 +22,6 @@ pkgdata_SCRIPTS = config.guess config.sub ltconfig
|
|||||||
pkgdata_DATA = ltmain.sh
|
pkgdata_DATA = ltmain.sh
|
||||||
|
|
||||||
# This macro file should be visible to Automake's aclocal.
|
# This macro file should be visible to Automake's aclocal.
|
||||||
aclocaldir = @aclocaldir@
|
|
||||||
aclocal_DATA = $(aclocal_macros)
|
aclocal_DATA = $(aclocal_macros)
|
||||||
|
|
||||||
# The standalone libtool script, and the libtool distributor.
|
# The standalone libtool script, and the libtool distributor.
|
||||||
|
@ -24,7 +24,8 @@ changequote([,])
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
AC_SUBST(pkgdatadir)
|
pkgdatadir='${datadir}/${PACKAGE}'
|
||||||
|
AC_SUBST(pkgdatadir) dnl automake does not need this, but libtoolize does
|
||||||
aclocaldir='${datadir}/aclocal'
|
aclocaldir='${datadir}/aclocal'
|
||||||
AC_SUBST(aclocaldir)
|
AC_SUBST(aclocaldir)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user