summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tusharsg@gmail.com>2015-06-22 02:49:16 +0000
committerTushar Gohad <tusharsg@gmail.com>2015-06-22 02:49:16 +0000
commit561296ddc7a51f3cff6110b927be1346c156fb71 (patch)
tree4ed8748011c8a74a43b9945fb698e30d38b1aa0a
parent6fac472e8f2cf08877f90b0b40549ab894c48fb1 (diff)
downloadliberasurecode-561296ddc7a51f3cff6110b927be1346c156fb71.tar.gz
Add -f argument to autoreconf to regenerate aclocal macros
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 92623fc..36a932d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-autoreconf -i -v
+autoreconf -i -v -f