0000609: autogen.sh creates a file 71

This commit is contained in:
wmayer 2012-02-20 20:04:05 +01:00
parent 2348a70d25
commit a769aaf9eb
2 changed files with 1 additions and 2 deletions

View File

@ -455,7 +455,6 @@ if(FREECAD_MAINTAINERS_BUILD AND NOT WIN32)
"Makefile$"
"\\\\.sh$"
"_CPack_"
"71"
"config.h$"
"config.log$"
"config.status$"

View File

@ -30,7 +30,7 @@ fi
if which glibtoolize > /dev/null 2>&1; then
echo "calling glibtoolize"
glibtoolize --force --copy
elif which libtoolize > /dev/null 2>71; then
elif which libtoolize > /dev/null 2>&1; then
echo "calling libtoolize"
libtoolize --force --copy
else