From: Andre Noll Date: Sun, 22 Jul 2012 19:54:07 +0000 (+0200) Subject: autogen.sh: Remove call to aclocal. X-Git-Tag: v0.4.12~28 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=c2d8e732b048825dd4a506b1df9cddf7ac815439;p=paraslash.git autogen.sh: Remove call to aclocal. aclocal is part of automake, which is not used at all by the paraslash build system. --- diff --git a/Makefile.in b/Makefile.in index 39c938ca..18fee5bb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -295,7 +295,7 @@ clean2: clean distclean: clean2 test-clean @[ -z "$(Q)" ] || echo 'DISTCLEAN' $(Q) rm -f Makefile autoscan.log config.status config.log - $(Q) rm -rf autom4te.cache aclocal.m4 + $(Q) rm -rf autom4te.cache $(Q) rm -f GPATH GRTAGS GSYMS GTAGS maintainer-clean: distclean diff --git a/autogen.sh b/autogen.sh index ea38dbf7..2e138de2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -14,7 +14,6 @@ echo preparing, parallel=$n... if test -f Makefile; then make maintainer-clean > /dev/null 2>&1 fi -aclocal -I . > /dev/null 2>&1 autoconf autoheader echo configuring...