After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 314415 - ./autogen.sh doesn't pass --host, --build, or --target to ./configure
./autogen.sh doesn't pass --host, --build, or --target to ./configure
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: NONE
Assigned To: Thomas Vander Stichele
GStreamer Maintainers
: 334654 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-08-24 18:57 UTC by Daniel Díaz
Modified: 2006-04-05 08:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add --host, --build, and --target to common/gst-autogen.sh (516 bytes, patch)
2005-08-24 18:59 UTC, Daniel Díaz
none Details | Review

Description Daniel Díaz 2005-08-24 18:57:05 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.
Comment 1 Daniel Díaz 2005-08-24 18:59:17 UTC
Created attachment 51280 [details] [review]
Add --host, --build, and --target to common/gst-autogen.sh

With diff -Naur in gstreamer/common/
Comment 2 Daniel Díaz 2005-08-24 19:00:17 UTC
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.
Comment 3 Thomas Vander Stichele 2005-08-25 23:39:09 UTC
I think ronald changed this; otherwise you can run autogen.sh -- (configure options)
Comment 4 Daniel Díaz 2005-08-26 00:23:35 UTC
As of yesterday's CVS, that wasn't happening. --host was not passed from
./autogen.sh to ./configure.
Comment 5 Ronald Bultje 2005-08-26 18:59:04 UTC
http://cvs.freedesktop.org/gstreamer/common/gst-autogen.sh?rev=1.38&view=log

Needs backporting to HEAD.
Comment 6 Thomas Vander Stichele 2005-11-14 14:28:48 UTC
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=... ?
Comment 7 Daniel Díaz 2005-11-14 15:30:45 UTC
Thomas, I'm positive I didn't use the "--" construct. I misunderstood your first
comment.
Comment 8 Wim Taymans 2006-03-24 11:26:27 UTC
*** Bug 334654 has been marked as a duplicate of this bug. ***
Comment 9 Thomas Vander Stichele 2006-04-01 10:27:11 UTC
closing, there's a simple documented way to pass these arguments.
Comment 10 Jan Schmidt 2006-04-05 08:47:12 UTC
which is? :)