projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f54528f
)
autogen.sh: Remove call to aclocal.
author
Andre Noll
<maan@systemlinux.org>
Sun, 22 Jul 2012 19:54:07 +0000
(21:54 +0200)
committer
Andre 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
patch
|
blob
|
history
autogen.sh
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 39c938caca3829af440901e52d40183bd104c80e..18fee5bb3a2431a152766579e1206e788d30d09c 100644
(file)
--- 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 ea38dbf7ac901be9265427f4f91748fcfafebc09..2e138de2d5d98dc78796539a30d6f21bd94979c9 100755
(executable)
--- 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...