[gnome-common] gnome-autogen: Fix the package name tracing



commit 57403addd36276aac8fc52d200177fb6366d888d
Author: David King <amigadave amigadave com>
Date:   Fri Apr 24 09:07:54 2015 +0100

    gnome-autogen: Fix the package name tracing
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748394

 macros2/gnome-autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/macros2/gnome-autogen.sh b/macros2/gnome-autogen.sh
index e4b7791..6d268a2 100755
--- a/macros2/gnome-autogen.sh
+++ b/macros2/gnome-autogen.sh
@@ -65,7 +65,7 @@ if [ -z "$srcdir" ]; then
     srcdir=.
 fi
 
-PKG_NAME=`autoconf --trace "AC_INIT:$1" "$srcdir/configure.ac"`
+PKG_NAME=`autoconf --trace='AC_INIT:$1' "$srcdir/configure.ac"`
 
 # Usage:
 #     compare_versions MIN_VERSION ACTUAL_VERSION


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]