[Gstreamer-bugs] [Bug 107967] Changed - [PATCH] - Fix for autogen.sh so that args are passed to ./configure

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon Apr 7 15:27:09 PDT 2003


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=107967

Changed by thomas at urgent.rug.ac.be.

--- shadow/107967	Mon Apr  7 17:44:25 2003
+++ shadow/107967.tmp.10831	Mon Apr  7 18:27:09 2003
@@ -59,6 +59,25 @@
 to. ;-).
 
 ------- Additional Comments From malcolm at commsecure.com.au  2003-04-07 17:44 -------
 So are you just going to ignore the other part of the patch as well
 (not using the contents of $CONFIG_OPT)?
 
+
+------- Additional Comments From thomas at urgent.rug.ac.be  2003-04-07 18:27 -------
+I think GStreamer is doing the right thing here. '--' is the standard
+way of separating the arguments to the program you're running from
+other command-line parameters (Think rm -- - to remove a file called "-").
+
+You are running autogen.sh and passing arguments to that app, not to
+configure.  There is already a mechanism in place to pass arguments to
+configure.  It might not be what you're used to, but it makes perfect
+sense and I don't see why the behaviour would need to be changed.  We
+have valid reasons for having it like this, because we actually do
+have REAL autogen.sh arguments because they make sense.
+
+As to the other part of the patch, if you think it is valid (don't
+know what it does), please reattach without the other bits and
+describe what it does.
+
+Can you explain what $CONFIGURE_OPTS is, what it's supposed to do and
+where it is described ?





More information about the Gstreamer-bugs mailing list