* configure.in (pkgdatadir): expand ${PACKAGE} at configure-time,

just like automake does
This commit is contained in:
Alexandre Oliva 1999-01-27 03:07:15 +00:00 committed by Alexandre Oliva
parent ec63fb9c6b
commit 7d71a524e0
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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)