GNOME Bugzilla – Bug 682576
gssdp autogen.sh doesn't support non-sourcedir build
Last modified: 2019-02-22 09:29:08 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<---
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.