Commit 6323d0de authored by Christophe Mutricy's avatar Christophe Mutricy

Don't delete compile. It can't go wrong and get regenerated by configure anyway

parent 8f6df3cf
...@@ -203,7 +203,7 @@ set -x ...@@ -203,7 +203,7 @@ set -x
rm -f aclocal.m4 configure config.log config.h config.h.in rm -f aclocal.m4 configure config.log config.h config.h.in
rm -Rf autom4te*.cache rm -Rf autom4te*.cache
# remove old autotools extra cruft # remove old autotools extra cruft
rm -f config.guess config.sub missing mkinstalldirs compile depcomp install-sh rm -f config.guess config.sub missing mkinstalldirs depcomp install-sh
# remove new autotools extra cruft # remove new autotools extra cruft
rm -Rf autotools rm -Rf autotools
mkdir autotools mkdir autotools
...@@ -231,6 +231,10 @@ if test -f "ltmain.sh"; then ...@@ -231,6 +231,10 @@ if test -f "ltmain.sh"; then
fi fi
# Do the rest # Do the rest
echo $PATH
which autopoint
autopoint --version
${autopoint} -f ${autopoint} -f
rm -f po/Makevars.template rm -f po/Makevars.template
${aclocal} ${ACLOCAL_ARGS} ${aclocal} ${ACLOCAL_ARGS}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment