GNOME Bugzilla – Bug 130280
make intltool work for AC_CONFIG_AUX_DIR being set
Last modified: 2004-12-22 21:47:04 UTC
this is a resolution of #116362
Created attachment 22794 [details] [review] fix to use auxdir properly
I put in a test module in gnome cvs, in toolchain-tests/intltool/auxdir This example uses AC_CONFIG_AUX_DIR as Kees does, and passes make distcheck with this patch. Kees, can you verify if this fixes it ? Kenneth, can I commit ?
*** Bug 116362 has been marked as a duplicate of this bug. ***
sorry, wrong patch :( good one attached now.
Created attachment 22795 [details] [review] right patch
Looks good. If you are sure that it doesnt break anything, please commit
The checked in patch seem to cause build problems with at least some modules, eog being the one I tested carefully. It's really too late here and not the best day of the year but it seem like we miss the patch on #129773. At least applying it again fix the problem for me. Without it ac_aux_dir isnt defined. Result, on normal configure: ./config.status: line 1164: /intltool-extract.in: No such file or directory mv: cannot stat `intltool-extract.out': No such file or directory ./config.status: line 1173: /intltool-merge.in: No such file or directory mv: cannot stat `intltool-merge.out': No such file or directory ./config.status: line 1183: /intltool-update.in: No such file or directory mv: cannot stat `intltool-update.out': No such file or directory
Additionally because of bug 130340, the exits on error that has been added cause most cvs modules to not build (all the modules using gnome-common autogen.sh at least). Note that I'm not saying exit on error is wrong, just pointing out that we have a serious prob.
*** Bug 129620 has been marked as a duplicate of this bug. ***
*** Bug 130469 has been marked as a duplicate of this bug. ***
*** Bug 130635 has been marked as a duplicate of this bug. ***
*** Bug 130660 has been marked as a duplicate of this bug. ***
I've tested the patch on a CVS build of intltool taken the 06/01/2004 and it tells me that the patch is already applied. But it doesn't resolved the problem explained here : http://bugzilla.gnome.org/show_bug.cgi?id=130660
Eddahbi, can you try this patch? http://bugzilla.gnome.org/showattachment.cgi?attach_id=22633 Marco, if I understand correctly - it works for you when this patch is applied? Kenneth
Ok I'll test this patch... Sorry for the delay but bugzilla didn't alert me :-/
Yep it seems to work fine now... I've passed nautilus, another package and gnome-control-center without problems :)
the patch in the other bug has been commited for a few days, and everything seems to be back to normal. closing this bug.