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 689577 - autogen.sh does not pass all arguments correctly to gnome-autogen.sh
autogen.sh does not pass all arguments correctly to gnome-autogen.sh
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: general
git master
Other Linux
: Normal minor
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2012-12-03 23:38 UTC by Evan Nemerson
Modified: 2012-12-04 20:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
core: fix passing arguments to gnome-autogen.sh from autogen.sh (656 bytes, patch)
2012-12-03 23:40 UTC, Evan Nemerson
committed Details | Review
plugins: fix passing arguments to gnome-autogen.sh from autogen.sh (665 bytes, patch)
2012-12-03 23:42 UTC, Evan Nemerson
committed Details | Review
mediaserver2: fix passing arguments to gnome-autogen.sh from autogen.sh (669 bytes, patch)
2012-12-03 23:44 UTC, Evan Nemerson
committed Details | Review

Description Evan Nemerson 2012-12-03 23:38:22 UTC
Some arguments, such as CFLAGS="-g -O2" are not passed correctly to configure.

Filing the bug under general since core, mediaserver2, and plugins all have the same problem.
Comment 1 Evan Nemerson 2012-12-03 23:40:32 UTC
Created attachment 230604 [details] [review]
core: fix passing arguments to gnome-autogen.sh from autogen.sh
Comment 2 Evan Nemerson 2012-12-03 23:42:18 UTC
Created attachment 230605 [details] [review]
plugins: fix passing arguments to gnome-autogen.sh from autogen.sh
Comment 3 Evan Nemerson 2012-12-03 23:44:57 UTC
Created attachment 230606 [details] [review]
mediaserver2: fix passing arguments to gnome-autogen.sh from autogen.sh
Comment 4 Juan A. Suarez Romero 2012-12-04 20:29:41 UTC
Comment on attachment 230604 [details] [review]
core: fix passing arguments to gnome-autogen.sh from autogen.sh

commit ad073a62533df5782ba231e282399806d998eff0
Author: Evan Nemerson <evan@coeus-group.com>
Date:   Mon Dec 3 15:39:03 2012 -0800

    build: fix passing arguments to gnome-autogen.sh from autogen.sh
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689577

 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 5 Juan A. Suarez Romero 2012-12-04 20:34:01 UTC
Comment on attachment 230605 [details] [review]
plugins: fix passing arguments to gnome-autogen.sh from autogen.sh

commit af159cb50576413cbd1d73649843f7a7af04bd39
Author: Evan Nemerson <evan@coeus-group.com>
Date:   Mon Dec 3 15:41:02 2012 -0800

    build: fix passing arguments to gnome-autogen.sh from autogen.sh
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689577

 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 6 Juan A. Suarez Romero 2012-12-04 20:37:46 UTC
Comment on attachment 230606 [details] [review]
mediaserver2: fix passing arguments to gnome-autogen.sh from autogen.sh

commit c754ca81ce376c5567219fb27ebc41488204b15a
Author: Evan Nemerson <evan@coeus-group.com>
Date:   Mon Dec 3 15:43:45 2012 -0800

    build: fix passing arguments to gnome-autogen.sh from autogen.sh
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689577

 autogen.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)