summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2009-06-16 20:43:16 -0400
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2009-06-16 20:43:16 -0400
commit86286ab5919f1e758d5b8624b946fc3c9a5e96f0 (patch)
treedf8848b0e1d64f328cf5b0563d7ae81c7fa157f4
parent75becdb79f74c08efbdf4269cae82483c58f4f71 (diff)
downloadlibnice-86286ab5919f1e758d5b8624b946fc3c9a5e96f0.tar.gz
force autoreconf so libtoolize can renew its files
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 8d583e1..d58c834 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,7 @@ set -e
test -d m4 || mkdir m4
gtkdocize || exit 1
-autoreconf -i
+autoreconf -fi
run_configure=true
for arg in $*; do