removed --force-missing option for Automake: incompatible with the latest versions
This commit is contained in:
parent
292f9cfd2a
commit
0e264b575b
1 changed files with 5 additions and 2 deletions
|
|
@ -90,11 +90,14 @@ echo "Successfully created project $1 in $TargetDir!"
|
||||||
echo "Start building the new project"
|
echo "Start building the new project"
|
||||||
|
|
||||||
|
|
||||||
# building new project
|
### building new project with the Autotools
|
||||||
#cd $TargetDir
|
#cd $TargetDir
|
||||||
#aclocal || exit
|
#aclocal || exit
|
||||||
#autoheader || 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
|
#autoconf || exit
|
||||||
#./configure || exit
|
#./configure || exit
|
||||||
#make || exit
|
#make || exit
|
||||||
|
|
|
||||||
Reference in a new issue