+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
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.
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
################################################################
##