From 57a78bdc2b149965d774c95405415ed9102f6f46 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 14 Mar 2019 01:21:39 +0100 Subject: [PATCH] libtextstyle: Make sure we get new versions also of mdate-sh. * libtextstyle/autogen.sh: Erase more files in build-aux. --- libtextstyle/autogen.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libtextstyle/autogen.sh b/libtextstyle/autogen.sh index 6773c22a1..8fbe8d05f 100755 --- a/libtextstyle/autogen.sh +++ b/libtextstyle/autogen.sh @@ -124,9 +124,7 @@ autoconf autoheader && touch config.h.in touch ChangeLog # Make sure we get new versions of files brought in by automake. -#TEMPORARY -#(cd build-aux && rm -f ar-lib compile depcomp install-sh mdate-sh missing test-driver) -(cd build-aux && rm -f compile depcomp install-sh missing test-driver) +(cd build-aux && rm -f ar-lib compile depcomp install-sh mdate-sh missing test-driver) automake --add-missing --copy # Support environments where sh exists but not /bin/sh (Android). patch build-aux/test-driver < build-aux/test-driver.diff -- 2.47.2