From: Bruno Haible Date: Mon, 5 Dec 2016 00:39:32 +0000 (+0100) Subject: Fix the last commit. X-Git-Tag: v0.20~489 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6adb4772d81383fc68a3887360b898f6cf2877a;p=thirdparty%2Fgettext.git Fix the last commit. * autogen.sh: Enable the code of the last commit. Force an update of build-aux/ylwrap. --- diff --git a/autogen.sh b/autogen.sh index 178371a7d..b42d76d02 100755 --- a/autogen.sh +++ b/autogen.sh @@ -432,8 +432,8 @@ if ! test -f gettext-tools/misc/archive.dir.tar; then test $retval -eq 0 || exit $retval fi -## Make sure we get new versions of files brought in by automake. -#(cd build-aux && rm -f ar-lib compile depcomp install-sh mdate-sh missing test-driver) +# Make sure we get new versions of files brought in by automake. +(cd build-aux && rm -f ar-lib compile depcomp install-sh mdate-sh missing test-driver ylwrap) # Generate configure script in each subdirectories. dir0=`pwd`