mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-24 14:24:59 +08:00
* configure.in (pkgdatadir): expand ${PACKAGE} at configure-time,
just like automake does
This commit is contained in:
parent
ec63fb9c6b
commit
7d71a524e0
@ -1,7 +1,11 @@
|
||||
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
|
||||
|
||||
|
@ -24,7 +24,7 @@ changequote([,])
|
||||
;;
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user