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:
authorDimitur Kirov <dkirov@gmail.com>2006-10-11 21:40:56 +0400
committerDimitur Kirov <dkirov@gmail.com>2006-10-11 21:40:56 +0400
commit1d40d71182625e7a08ceffba695a6a5352f7d7e7 (patch)
treeb3933332b546ec59435e2ee7da9e87a7c156b826 /autogen.sh
parent8194bd048038ef388d67d8977e8f55693879c697 (diff)
keep defs in defs.py.in
switch autogen order dist defs.py.in
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 $@