[Bug 130073] New - quotes missing in gtk-2.0.m4

bugzilla-daemon@widget.gnome.org bugzilla-daemon@widget.gnome.org
Sat, 27 Dec 2003 07:54:33 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=130073

Changed by seb128@debian.org.

--- shadow/130073	Sat Dec 27 07:54:32 2003
+++ shadow/130073.tmp.28982	Sat Dec 27 07:54:32 2003
@@ -0,0 +1,32 @@
+Bug#: 130073
+Product: gtk+
+Version: 2.4.x
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: gtk-bugs@gtk.org                            
+ReportedBy: seb128@debian.org               
+TargetMilestone: ---
+URL: 
+Cc: pkg-gnome-maintainers@lists.alioth.debian.org
+Summary: quotes missing in gtk-2.0.m4
+
+This bug was originally reported in the Debian BTS:
+http://bugs.debian.org/223316
+
+"Line 33 in /usr/share/aclocal/gtk-2.0.m4 spells:
+
+    echo *** pkg-config too old; version 0.7 or better required.
+
+I would suggest to replace this line by:
+
+    echo "*** pkg-config too old; version 0.7 or better required."
+
+because else *** gets shell expanded and the command version gets
+executed or is not found.
+
+By the way, there exists same problem with glib-2.0.m4."