summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2015-04-24 09:07:54 +0100
committerDavid King <amigadave@amigadave.com>2015-04-24 09:07:54 +0100
commit57403addd36276aac8fc52d200177fb6366d888d (patch)
treef55eb1ba03f4f80900a60b76696967af70eec2b4
parent2bffd7e1a94c5d96a1121ae2243c3615e1aa7766 (diff)
downloadgnome-common-57403addd36276aac8fc52d200177fb6366d888d.tar.gz
gnome-autogen: Fix the package name tracing
https://bugzilla.gnome.org/show_bug.cgi?id=748394
-rwxr-xr-xmacros2/gnome-autogen.sh2
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