summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-08-08 13:23:38 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-08-08 13:23:38 +0000
commit0196df986eb9ebccf7182ec093fb2c2ca3d26abf (patch)
treeb792c715a0f537469228a476b86b782b34b6e945 /autogen.sh
parenta0df3fc35b7025f237595106afda1c1113933745 (diff)
if autopoint is going to run automatically, it's going to need to be able to update existing files
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 717f2e1..e411fb0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -30,4 +30,4 @@
touch ChangeLog
-autopoint && aclocal -I m4 && autoheader && automake -a && autoconf
+autopoint -f && aclocal -I m4 && autoheader && automake -a && autoconf