Add gnulib gettext module for config.rpath
[clinton/bobotpp.git] / bootstrap
CommitLineData
3804f439
CE
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.
031d65af 6gnulib-tool --update && autoreconf --force --install --symlink && ./configure $@