removed --force-missing option for Automake: incompatible with the latest versions

This commit is contained in:
tlegrand 2007-09-13 15:13:15 +00:00
commit 0e264b575b

View file

@ -90,11 +90,14 @@ echo "Successfully created project $1 in $TargetDir!"
echo "Start building the new project"
# building new project
### building new project with the Autotools
#cd $TargetDir
#aclocal || exit
#autoheader || exit
#automake --add-missing --copy --gnu || exit ### forget uncompatible option: --force-missing
#automake --add-missing --copy --gnu || exit
# !!!!! uncompatible option: --force-missing for the latest version of automake
#autoconf || exit
#./configure || exit
#make || exit