]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am (@DIST_MAKEFILE_LIST@): `$' must be doubled
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 13 Jan 1999 16:08:28 +0000 (16:08 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 13 Jan 1999 16:08:28 +0000 (16:08 +0000)
ChangeLog
Makefile.am

index cac35e6a5745d367743728d449c17c72c438fef3..46ad7bf95117a074eb1e6316a37d08108e076ec5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-01-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * Makefile.am (@DIST_MAKEFILE_LIST@): `$' must be doubled
+
        * configure.in (AC_CONFIG_DIRS): configure only libltdl, and then,
        only if --enable-ltdl-install
        (CONF_SUBDIRS): list directories that are configured on demand,
@@ -20,7 +22,7 @@
        configure.
        On-demand configuration of subdirs at distribution time was
        suggested by Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
-       
+
        * libtool.m4, ltconfig.in (NM): search for NM in PATH before
        /usr/ccs/bin, /usr/ucb and /bin.  However, if the found one isn't
        BSD-compat keep searching.  If no BSD-compat is found, use the
index 0fd4f6167e3527d97b22b8f86babc7b481a7a44c..9c5270ac81b9b16603656cc9dbc4ad36bef7b477 100644 (file)
@@ -72,7 +72,7 @@ all-local check-local: $(ACINCLUDE_M4_LIST) libtool
 .PHONY: configure-subdirs
 configure-subdirs distdir: $(DIST_MAKEFILE_LIST)
 @DIST_MAKEFILE_LIST@:
-       dir=`echo $@ | sed 's,^[^/]*$,.,;s,/[^/]*$,,'`; \
+       dir=`echo $@ | sed 's,^[^/]*$$,.,;s,/[^/]*$$,,'`; \
        test -d $$dir || mkdir $$dir || exit 1; \
        (cd $$dir && $(srcdir)/$$dir/configure) || exit 1