GNOME Bugzilla – Bug 682583
pyatspi2 autogen.sh fails non-sourcedir build
Last modified: 2015-02-27 16:40:39 UTC
When building pyatspi2 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/pyatspi2/autogen.sh --prefix /home/gnome3 --libdir '/home/gnome3/lib64' --disable-static --disable-gtk-doc --disable-silent-rules checking for autoconf >= 2.53... testing autoconf2.50... found 2.69 checking for automake >= 1.9... testing automake-1.12... not found. testing automake-1.11... found 1.11.6 Checking for forbidden M4 macros... Running ./configure --prefix /home/gnome3 --libdir /home/gnome3/lib64 --disable-static --disable-gtk-doc --disable-silent-rules ... /home/thep/vcs/gnome_git/pyatspi2/autogen.sh: line 530: ./configure: No such file or directory ---8<---
Created attachment 222280 [details] [review] autogen.sh fix * Detect $srcdir from command line * Invoke autotools stuffs in $srcdir * Invoke configure from $builddir
Committed (a4c9ad). Thanks for the patch.
Thanks for accepting the patch. Closing the bug, then.
[Moving at-spi/pyatspi2 bugs to separate product. See bug 740075]