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"
|
||||
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue