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-05 19:08:07 +0400
committerDimitur Kirov <dkirov@gmail.com>2006-10-05 19:08:07 +0400
commitf56897745db5c49fa4ab0afc239d05dc6bab7809 (patch)
tree13193df65abb12c5b09d0237323c38b5b99d95c3 /autogen.sh
parent1a68b63302a6afb187542d4a5bd7d39b40351126 (diff)
adding some enable options.
using $(srcdir) for files refered by wildcars
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index 866c69b31..3957564a4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,8 @@
#!/bin/sh
-aclocal -I ./m4 --force
-autoconf
-autoheader
-automake --add-missing
+aclocal -I ./m4 \
+ && libtoolize --force --copy \
+ && autoheader \
+ && automake --add-missing --foreign --copy \
+ && autoconf \
+ && ./configure $@