Skip to content

Commit

Permalink
Don't delete compile. It can't go wrong and get regenerated by config…
Browse files Browse the repository at this point in the history
…ure anyway
  • Loading branch information
Christophe Mutricy committed Oct 4, 2007
1 parent 8f6df3c commit 6323d0d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ set -x
rm -f aclocal.m4 configure config.log config.h config.h.in
rm -Rf autom4te*.cache
# 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
rm -Rf autotools
mkdir autotools
Expand Down Expand Up @@ -231,6 +231,10 @@ if test -f "ltmain.sh"; then
fi

# Do the rest
echo $PATH
which autopoint
autopoint --version

${autopoint} -f
rm -f po/Makevars.template
${aclocal} ${ACLOCAL_ARGS}
Expand Down

0 comments on commit 6323d0d

Please sign in to comment.