projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e098133
)
fix bug 4115 'autogen: avoid unwarranted re-configure'
author
Paul
<paul@claws-mail.org>
Tue, 6 Nov 2018 06:14:37 +0000
(06:14 +0000)
committer
Paul
<paul@claws-mail.org>
Tue, 6 Nov 2018 06:14:37 +0000
(06:14 +0000)
patch by Bernhard <rep.dot.nop@gmail.com>
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index f2f62c93d10437f9055c16a2e80a638f1933c81a..48609ce6378d43ffb09b4b61e79298ca266a52fa 100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-49,11
+49,11
@@
case `uname` in
;;
esac
-aclocal -I m4 \
- && ${LIBTOOL} \
+${LIBTOOL} \
+ && aclocal -I m4 \
+ && autoconf \
&& autoheader \
- && automake --add-missing --foreign --copy \
- && autoconf
+ && automake --add-missing --foreign --copy
if test -z "$NOCONFIGURE"; then
exec ./configure --enable-maintainer-mode $@
fi