GNOME Bugzilla – Bug 319496
gnome-autogen broken with builddir under srcdir
Last modified: 2006-12-01 17:41:11 UTC
When your builddir is a subdir of srcdir, gnome-autogen.sh doesn't find configure.ac, since it starts with "../". This broke with the fix from bug 311951.
If you search for configure_files in gnome-autogen.sh, and change the pattern '.?*' to '.[!.]*', does that fix the problem?
Actually, the [!...] syntax doesn't seem to work with find here. How about '.??*' instead?
Yes, .??* appears to fix it.
Fix committed to CVS.
The fix wasn't committed to the gnome-2-12 branch, only HEAD.
Can we just close this? Nobody is going to make any gnome-2-12 release any more.
Ok, reresolving as FIXED since it's fixed on HEAD.