File swh-configure-2.65.patch of Package ladspa
Index: swh-plugins-0.4.15/configure
===================================================================
--- swh-plugins-0.4.15.orig/configure
+++ swh-plugins-0.4.15/configure
@@ -767,6 +767,7 @@ GMSGFMT
MSGFMT
GETTEXT_MACRO_VERSION
USE_NLS
+MKINSTALLDIRS
CPP
OTOOL64
OTOOL
@@ -11223,6 +11224,17 @@ fi
ALL_LINGUAS="en_GB"
+ MKINSTALLDIRS=
+ if test -n "$ac_aux_dir"; then
+ case "$ac_aux_dir" in
+ /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
+ *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
+ esac
+ fi
+ if test -z "$MKINSTALLDIRS"; then
+ MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
+ fi
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
$as_echo_n "checking whether NLS is requested... " >&6; }
# Check whether --enable-nls was given.