#!/bin/bash

gnulib-tool --source-base=gnulib --m4-base=gnulib/m4 \
--aux-dir=gnulib/build-aux --import error vasprintf argp strcasestr progname glob

mv build-aux/texinfo.tex{,.bkp}
autoreconf --install --force
mv build-aux/texinfo.tex{.bkp,}
