GNOME Bugzilla – Bug 314415
./autogen.sh doesn't pass --host, --build, or --target to ./configure
Last modified: 2006-04-05 08:47:12 UTC
Version details: 2005-08-24 18:39 UTC Distribution/Version: MontaVista With `./autogen.sh --host=arm-linux`, `./configure` will be run using the given i686-pc-linux-gnu.
Created attachment 51280 [details] [review] Add --host, --build, and --target to common/gst-autogen.sh With diff -Naur in gstreamer/common/
I talked briefly to Ronald about this a while ago, and he said he had already changed it. There is a little patch, however, as latest CVS didn't do the trick for me.
I think ronald changed this; otherwise you can run autogen.sh -- (configure options)
As of yesterday's CVS, that wasn't happening. --host was not passed from ./autogen.sh to ./configure.
http://cvs.freedesktop.org/gstreamer/common/gst-autogen.sh?rev=1.38&view=log Needs backporting to HEAD.
I might be wrong, but the patch applied to HEAD doesn't seem to correctly update the docs. Especially in 0.9, it should definately be made sure that the comments/help output match the behaviour. Daniel, are you *sure* you used the "--" construct ? Ie, autogen.sh -- --host=... ?
Thomas, I'm positive I didn't use the "--" construct. I misunderstood your first comment.
*** Bug 334654 has been marked as a duplicate of this bug. ***
closing, there's a simple documented way to pass these arguments.
which is? :)