From bcb14a16970f0a3541bfc64ea6dd3282bd79f99d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sat, 9 Sep 2006 10:49:22 +0000 Subject: [PATCH] - fix problems with autoconf 2.60 which creates configure that runs in POSIX mode Changed files: kde-ac260-lt.patch -> 1.1 --- kde-ac260-lt.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 kde-ac260-lt.patch diff --git a/kde-ac260-lt.patch b/kde-ac260-lt.patch new file mode 100644 index 0000000..acbbc6c --- /dev/null +++ b/kde-ac260-lt.patch @@ -0,0 +1,12 @@ +diff -urN arts-1.5.4.org/admin/libtool.m4.in arts-1.5.4/admin/libtool.m4.in +--- arts-1.5.4.org/admin/libtool.m4.in 2006-07-24 09:06:24.000000000 +0200 ++++ arts-1.5.4/admin/libtool.m4.in 2006-09-09 12:45:13.172062500 +0200 +@@ -3542,7 +3542,7 @@ + # The `*' in the case matches for architectures that use `case' in + # $output_verbose_cmd can trigger glob expansion during the loop + # eval without this substitution. +- output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`" ++ output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"` + + for p in `eval $output_verbose_link_cmd`; do + case $p in -- 2.43.0