]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
autogen.sh: Remove call to aclocal.
authorAndre Noll <maan@systemlinux.org>
Sun, 22 Jul 2012 19:54:07 +0000 (21:54 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 27 Aug 2012 11:01:06 +0000 (13:01 +0200)
aclocal is part of automake, which is not used at all by the paraslash
build system.

Makefile.in
autogen.sh

index 39c938caca3829af440901e52d40183bd104c80e..18fee5bb3a2431a152766579e1206e788d30d09c 100644 (file)
@@ -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
index ea38dbf7ac901be9265427f4f91748fcfafebc09..2e138de2d5d98dc78796539a30d6f21bd94979c9 100755 (executable)
@@ -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...