From: Arkadiusz Miƛkiewicz Date: Sat, 9 Sep 2006 10:49:22 +0000 (+0000) Subject: - fix problems with autoconf 2.60 which creates configure that runs in POSIX mode X-Git-Tag: DIGIKAM_0_9 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fakode.git;a=commitdiff_plain;h=refs%2Ftags%2Fauto%2Fti%2Flibkexif-0_2_5-4 - fix problems with autoconf 2.60 which creates configure that runs in POSIX mode Changed files: kde-ac260-lt.patch -> 1.1 --- 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