--- ../../dev2/gift/bootstrap-cvs.sh 2006-02-28 14:48:21.000000000 +0100 +++ bootstrap-cvs.sh 2006-10-25 00:10:40.000000000 +0200 @@ -33,7 +33,7 @@ echo "running libtoolize" libtoolize --force --ltdl || { echo "Libtoolize failed. THIS MIGHT CAUSE PROBLEMS LATER, continuing " ; } echo "running aclocal" -aclocal --force -I . || { echo "bootstrap failed, because aclocal failed. exiting. " , exit 100; } +aclocal -I . || { echo "bootstrap failed, because aclocal failed. exiting. " , exit 100; } echo "...done" echo "running automake -a" automake -a --force || { echo "bootstrap failed, because automake failed. exiting." , exit 101; }