Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index dee45c0ab..9c83202bb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,6 +8,6 @@
&& aclocal -I ./m4 \
&& libtoolize --copy --force --automake \
&& autoheader \
+ && autoconf \
&& automake --add-missing --gnu --copy \
- && autoconf \
&& ./configure $@