Commit 2ec46a08 authored by Sam Hocevar's avatar Sam Hocevar

* boostrap:

    + Remove the autotools directory and recreate it (forgot to commit that
      file before).
parent 4efbb329
......@@ -347,7 +347,8 @@ rm -Rf autom4te.cache
# remove old autotools extra cruft
rm -f config.guess config.sub missing mkinstalldirs compile depcomp install-sh
# remove new autotools extra cruft
(cd autotools && rm -f config.guess config.sub missing mkinstalldirs compile depcomp install-sh)
rm -Rf autotools
mkdir autotools
# remove libtool cruft
rm -f ltmain.sh libtool ltconfig
# remove gettext cruft
......
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