mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +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>
|
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
|
* configure.in (pkgdatadir): define pkgdatadir explicitly, and
|
||||||
comment that automake does not need it, but libtoolize does
|
comment that automake does not need it, but libtoolize does
|
||||||
|
|
||||||
* Makefile.am (aclocaldir): do not set it explicitly, automake
|
* Makefile.am (aclocaldir): do not set it explicitly, automake
|
||||||
does already
|
does already
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ changequote([,])
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pkgdatadir='${datadir}/${PACKAGE}'
|
pkgdatadir='${datadir}'"/${PACKAGE}"
|
||||||
AC_SUBST(pkgdatadir) dnl automake does not need this, but libtoolize does
|
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