From 9739c718813dff951c4201e06e8f3e64036ed37e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 18 Jul 2013 17:44:27 +0100 Subject: gnome-autogen: Do not use sed to get the AC_CONFIG_MACRO_DIR directory --- macros2/gnome-autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros2/gnome-autogen.sh b/macros2/gnome-autogen.sh index a0566eb..c0c1b16 100644 --- a/macros2/gnome-autogen.sh +++ b/macros2/gnome-autogen.sh @@ -430,7 +430,7 @@ for configure_ac in $configure_files; do # if the AC_CONFIG_MACRO_DIR() macro is used, create that directory # This is a automake bug fixed in automake 1.13.2 # See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13514 - m4dir=`autoconf --trace AC_CONFIG_MACRO_DIR | sed 's,^.*:,,g'` + m4dir=`autoconf --trace 'AC_CONFIG_MACRO_DIR:$1'` if [ -n "$m4dir" ]; then mkdir -p $m4dir fi -- cgit v1.2.1