Add gnulib gettext module for config.rpath
[clinton/bobotpp.git] / bootstrap
1 #!/bin/sh
2
3 # need --force to ensure VERSION is updated since it is auto-generated
4 # by git-version-gen, and configure.ac mtime doesn't change on version
5 # changes anymore.
6 gnulib-tool --update && autoreconf --force --install --symlink && ./configure $@