From: Alexandre Oliva Date: Wed, 13 Jan 1999 16:08:28 +0000 (+0000) Subject: * Makefile.am (@DIST_MAKEFILE_LIST@): `$' must be doubled X-Git-Tag: automake_1-4~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f2c102add1a8b9a42fb64ccba0626a665a85728;p=thirdparty%2Flibtool.git * Makefile.am (@DIST_MAKEFILE_LIST@): `$' must be doubled --- diff --git a/ChangeLog b/ChangeLog index cac35e6a5..46ad7bf95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-01-13 Alexandre Oliva + * 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 - + * 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 diff --git a/Makefile.am b/Makefile.am index 0fd4f6167..9c5270ac8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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