#!/bin/sh # 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 $@