1. autoheader and automake should also be run in libltdl

2. forgot autom4te.cache in .cvsignore


SVN revision: 6413
This commit is contained in:
Sytse Wielinga 2002-10-06 18:17:00 +00:00
parent 6e9aea25d7
commit c9dbdcac4e
2 changed files with 3 additions and 0 deletions

View File

@ -30,3 +30,4 @@ mkinstalldirs
build-stamp
configure-stamp
stamp-h1
autom4te.cache

View File

@ -37,6 +37,8 @@ for EACHDIR in $SUBDIRS ; do
automake --foreign --add-missing || abort "automake"
autoconf || abort "autoconf"
(cd libltdl && aclocal) || abort "in libltdl, aclocal"
(cd libltdl && autoheader) || abort "in libltdl, autoheader"
(cd libltdl && automake --add-missing) || abort "in libltdl, automake"
(cd libltdl && autoconf) || abort "in libltdl, autoconf"
done