]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Simplify.
authorBruno Haible <bruno@clisp.org>
Mon, 22 Jul 2024 10:43:16 +0000 (12:43 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 22 Jul 2024 10:43:16 +0000 (12:43 +0200)
* gettext-runtime/configure.ac: Remove FIX_MAKEFILE_DISTRIB invocation,
no longer needed since 2014-04-25.
* gettext-tools/configure.ac: Likewise.

gettext-runtime/configure.ac
gettext-tools/configure.ac

index b662d3e728e1e07e40ec7674b503ec449c97efb4..93d615785bd3ee436308f201ae987d5bcccc7a81 100644 (file)
@@ -213,8 +213,7 @@ AC_CONFIG_FILES([src/gettext.sh], [chmod a+x src/gettext.sh])
 
 AC_CONFIG_FILES([po/Makefile.in])
 
-AC_CONFIG_FILES([man/Makefile],
-                [FIX_MAKEFILE_DISTRIB])
+AC_CONFIG_FILES([man/Makefile])
 AC_CONFIG_FILES([man/x-to-1])
 
 AC_CONFIG_FILES([m4/Makefile])
index 3e79d47768a86d6517805d04070c1d2114214b25..c864cddb806beda5c7e04b6a1dcd2cdca53fea37 100644 (file)
@@ -611,8 +611,7 @@ AC_CONFIG_FILES([misc/gettextize], [chmod a+x misc/gettextize])
 AC_CONFIG_FILES([misc/autopoint], [chmod a+x misc/autopoint])
 AC_CONFIG_FILES([misc/convert-archive], [chmod a+x misc/convert-archive])
 
-AC_CONFIG_FILES([man/Makefile],
-                [FIX_MAKEFILE_DISTRIB])
+AC_CONFIG_FILES([man/Makefile])
 AC_CONFIG_FILES([man/x-to-1])
 
 AC_CONFIG_FILES([m4/Makefile])