While preparing xfce 4.2.4 release, I've had to face a bug in the GNU autotools. I've then updated to the latest autoconf/automake but that did not help, xdt-autogen was still using automake-1.9 and autoconf-2.58 The following patch does 2 things: - Include the latest auto tools to the search list - Add --force-missing to force the update of the various GNU tools scripts (namely install-sh, depcomp, mkinstalldirs, etc.)
Created attachment 940 Due patch
Committed with revision 24486. 2007-01-15 Benedikt Meurer <benny@xfce.org> * scripts/xdt-autogen.in: Apply patch from Olivier Fourdan <fourdan@xfce.org> to update xdt-autogen to use the latest GNU autotools if available. Bug #2755.