*** empty log message ***

This commit is contained in:
Thomas Tanner 1999-01-15 09:21:04 +00:00
parent 031bd5cb38
commit 1b42249d43
2 changed files with 8 additions and 2 deletions

View File

@ -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

View 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
################################################################
##