summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-05-17 13:37:03 +0200
committerGuido Günther <agx@sigxcpu.org>2013-05-17 19:05:30 +0200
commit9764925205c48f3eed7000df35d4a238ce0147ad (patch)
tree15e18ad98e9987159f8951b42c9e7893dbc6838d
parent8dd516846af4a7a8ed839184b032ecac5c13c4da (diff)
build: Split autoreconf options
maemo's Scratchbox autoreconf chokes on the combined ones
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 79eac332..74c7c290 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,7 +13,7 @@ mkdir m4
glib-gettextize --force --copy
intltoolize --force --copy --automake
-autoreconf -vifW all -W no-portability -W no-obsolete
+autoreconf -v -i -f -W all -W no-portability -W no-obsolete
#libtoolize -c
#glib-gettextize --force --copy