From a9b3613e44211f60bfaade72c0ea269b4515dec8 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Wed, 29 Apr 2026 12:57:18 +0200 Subject: [PATCH] Use mkinstalldirs script for gettext install helper --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index bec86b2..736a59c 100755 --- a/configure +++ b/configure @@ -9598,7 +9598,7 @@ fi -MKINSTALLDIRS='mkdir -p' +MKINSTALLDIRS='$(top_srcdir)/mkinstalldirs' ac_config_files="$ac_config_files Make.rules Makefile lib/Makefile man/Makefile util/Makefile sutil/Makefile ipx-1.0/Makefile ipx-1.0/Samples/Makefile ipxdump/Makefile contrib/tknwmsg/Makefile contrib/testing/Makefile contrib/testing/pp/Makefile contrib/tcl-utils/Makefile contrib/tests/Makefile intl/Makefile po/Makefile.in contrib/pam/Makefile contrib/php/Makefile.in" diff --git a/configure.ac b/configure.ac index ef5b427..daf39af 100644 --- a/configure.ac +++ b/configure.ac @@ -1091,7 +1091,7 @@ fi AC_SUBST(shlibext) AC_SUBST(libext) -MKINSTALLDIRS='mkdir -p' +MKINSTALLDIRS='$(top_srcdir)/mkinstalldirs' AC_SUBST(MKINSTALLDIRS) AC_CONFIG_FILES([