Add gnulib gettext module for config.rpath
[clinton/bobotpp.git] / bootstrap
old mode 100644 (file)
new mode 100755 (executable)
index 275322a..2d5d4df
--- a/bootstrap
+++ b/bootstrap
@@ -1,5 +1,6 @@
 #!/bin/sh
 
-aclocal
-automake --add-missing
-autoconf
\ No newline at end of file
+# need --force to ensure VERSION is updated since it is auto-generated
+#  by git-version-gen, and configure.ac mtime doesn't change on version
+#  changes anymore.
+gnulib-tool --update && autoreconf --force --install --symlink && ./configure $@
\ No newline at end of file