]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix the last commit.
authorBruno Haible <bruno@clisp.org>
Mon, 5 Dec 2016 00:39:32 +0000 (01:39 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 5 Dec 2016 00:39:32 +0000 (01:39 +0100)
* autogen.sh: Enable the code of the last commit. Force an update of
build-aux/ylwrap.

autogen.sh

index 178371a7d3d8d9e95a9b3413c8ff8afb8a85fa74..b42d76d024a574c11284e2aa306e79c93ca776d5 100755 (executable)
@@ -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`