From c2d8e732b048825dd4a506b1df9cddf7ac815439 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 22 Jul 2012 21:54:07 +0200 Subject: [PATCH] autogen.sh: Remove call to aclocal. aclocal is part of automake, which is not used at all by the paraslash build system. --- Makefile.in | 2 +- autogen.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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... -- 2.39.2