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 682576 - gssdp autogen.sh doesn't support non-sourcedir build
gssdp autogen.sh doesn't support non-sourcedir build
Status: RESOLVED FIXED
Product: gssdp
Classification: Other
Component: General
0.12.x
Other Linux
: Normal normal
: ---
Assigned To: GUPnP Maintainers
GUPnP Maintainers
Depends on:
Blocks: 569778
 
 
Reported: 2012-08-24 01:27 UTC by Theppitak Karoonboonyanan
Modified: 2019-02-22 09:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
autogen.sh fix (878 bytes, patch)
2012-08-24 01:34 UTC, Theppitak Karoonboonyanan
committed Details | Review

Description Theppitak Karoonboonyanan 2012-08-24 01:27:33 UTC
When building gssdp using JHBuild with buildroot set to different one from checkoutroot, it fails at configure stage with the following message:

---8<---
/home/thep/vcs/gnome_git/gssdp/autogen.sh --prefix /home/gnome3 --libdir '/home/gnome3/lib64'  --disable-static --disable-gtk-doc --disable-silent-rules 
gtkdocize: neither configure.ac nor configure.in exist
---8<---
Comment 1 Theppitak Karoonboonyanan 2012-08-24 01:34:18 UTC
Created attachment 222269 [details] [review]
autogen.sh fix

This patch detects source dir from command line and invoke commands at proper location, just like many other GNOME projects.