summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-04-21 16:19:10 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-04-21 16:19:10 +0000
commit092e2331408f89ba92096cf81711061d35f2dae4 (patch)
tree6683a9150cdcc445e79fd024b664dc47b47b5968 /autogen.sh
parentfb208c34a09e60f88ffa5e3dbb311567a442bbe1 (diff)
downloadtelepathy-salut-092e2331408f89ba92096cf81711061d35f2dae4.tar.gz
Pass -f to autoreconf to update config.guess and friends
20080421161910-53eee-b73334e37fbba9448c78d44a2ff85167c456d0bf.gz
Diffstat (limited to 'autogen.sh')
-rw-r--r--autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index fdbb9642..d28e1d83 100644
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,7 +13,7 @@ elif automake-1.8 --version &>/dev/null && \
export ACLOCAL
fi
-autoreconf -i
+autoreconf -i -f
run_configure=true
for arg in $*; do