juste pour faire patienter celui qui compile la totale.

Permet de localiser le repertoire fautif
This commit is contained in:
Francois Donnet 2002-03-21 13:44:32 +00:00
parent 1538088ed6
commit 19e4a98b32
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ autoconf
for i in $dirs ; do for i in $dirs ; do
cd $i cd $i
if test -f configure.in ; then if test -f configure.in ; then
echo entering $i ...
aclocal -I . -I .. aclocal -I . -I ..
automake --foreign automake --foreign
autoconf autoconf