From: Bruno Haible Date: Mon, 22 Jul 2024 10:43:16 +0000 (+0200) Subject: build: Simplify. X-Git-Tag: v0.23~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96fd5e0905fdc6c6d9612fe97bdd64797db52921;p=thirdparty%2Fgettext.git build: Simplify. * gettext-runtime/configure.ac: Remove FIX_MAKEFILE_DISTRIB invocation, no longer needed since 2014-04-25. * gettext-tools/configure.ac: Likewise. --- diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac index b662d3e72..93d615785 100644 --- a/gettext-runtime/configure.ac +++ b/gettext-runtime/configure.ac @@ -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]) diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 3e79d4776..c864cddb8 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -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])