]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
*** empty log message ***
authorThomas Tanner <tanner@gmx.de>
Fri, 15 Jan 1999 09:21:04 +0000 (09:21 +0000)
committerThomas Tanner <tanner@gmx.de>
Fri, 15 Jan 1999 09:21:04 +0000 (09:21 +0000)
ChangeLog
Makefile.am

index 6e4f65c642d03758d7d5853f2f49de8984e5cecc..8a9815c9e68a8b5f61115323522307ae7bb20e03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-01-15  Thomas Tanner  <tanner@gmx.de>
+
+       * Makefile.am (@DIST_MAKEFILE_LIST@): added a second '$' 
+         before abs_scrdir, removed ltconfig and ltmain.sh from
+         EXTRA_DIST (automake distributes them by default)
+       
 1999-01-14  Thomas Tanner  <tanner@gmx.de>
 
        * autogen: moved faking of the libtool scripts before
index d051dd5ba53dfa626ae5cf7298871231cc7fb372..b7bf1d4c1e89c01a7ccaed25ed267acb4875f0c8 100644 (file)
@@ -14,7 +14,7 @@ CPPLAGS = @CPPFLAGS@
 aclocal_macros = libtool.m4
 
 EXTRA_DIST = $(aclocal_macros) libtoolize.in ltconfig.in ltmain.in \
-       libtool.spec ltconfig ltmain.sh
+       libtool.spec
 CLEANFILES = libtool libtoolize ltconfig.T ltmain.shT
 
 # These are required by libtoolize.
@@ -80,7 +80,7 @@ configure-subdirs distdir: $(DIST_MAKEFILE_LIST)
        dir=`echo $@ | sed 's,^[^/]*$$,.,;s,/[^/]*$$,,'`; \
        test -d $$dir || mkdir $$dir || exit 1; \
        abs_srcdir=`cd $(top_srcdir) >/dev/null && pwd`; \
-       (cd $$dir && $abs_srcdir/$$dir/configure) || exit 1
+       (cd $$dir && $$abs_srcdir/$$dir/configure) || exit 1
 
 ################################################################
 ##