]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* configure.in (pkgdatadir): expand ${PACKAGE} at configure-time,
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 27 Jan 1999 03:07:15 +0000 (03:07 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 27 Jan 1999 03:07:15 +0000 (03:07 +0000)
just like automake does

ChangeLog
configure.in

index 08b3d82c283a8ff57c6342c39b2cd5a7764de2b3..d536480830cf059f1f5510ee7b96653da9500fef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
 
index e1e1a06dfd59f87690efe17349513f557a553da6..ad29d8c06f9987453ed5e58fcd5b347011977510 100644 (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)