OK, Here is an official patch proposal to replace the contents of the src/intl tree with the bits from gcc/intl.
I tested the change on HPPA and IA64 HP-UX and on IA64 Linux. The Linux build didn't prove much because it used the system gettext bits but the HP-UX builds built and used the new intl directory with no problems and I am willing to try and fix any problems caused by the change if other platforms have problems with it. 2006-05-19 Steve Ellcey <[EMAIL PROTECTED]> * MAINTAINERS: Change intl updating instructions. * config.rpath: Copy from GCC tree. * intl: Replace contents of intl directory with intl from GCC tree. *** MAINTAINERS.orig Wed May 17 11:58:10 2006 --- MAINTAINERS Wed May 17 12:01:37 2006 *************** gdb/; readline/; sim/; GDB's part of inc *** 47,61 **** include/ See binutils/, gdb/, sid/, gcc/, libiberty/ etc. ! libiberty/; libiberty's part of include/ gcc: http://gcc.gnu.org Changes need to be done in tandem with the official GCC sources or submitted to the master file maintainer and brought ! in via a merge. Note: approved patches in gcc's libiberty ! are automatically approved in this libiberty also; feel free ! to merge them yourself if needed sooner than the next merge. ! Otherwise, changes are automatically merged, usually within ! a day. ltconfig; ltmain.sh; ltcf-*.sh libtool: http://www.gnu.org/software/libtool/ --- 47,61 ---- include/ See binutils/, gdb/, sid/, gcc/, libiberty/ etc. ! intl/; config.rhost; libiberty/; libiberty's part of include/ gcc: http://gcc.gnu.org Changes need to be done in tandem with the official GCC sources or submitted to the master file maintainer and brought ! in via a merge. Note: approved patches in gcc's libiberty or ! intl are automatically approved in this libiberty and intl also; ! feel free to merge them yourself if needed sooner than the next ! merge. Otherwise, changes are automatically merged, usually ! within a day. ltconfig; ltmain.sh; ltcf-*.sh libtool: http://www.gnu.org/software/libtool/ *************** winsup/ *** 99,105 **** See also winsup/MAINTAINERS. config-ml.in; makefile.vms; mkdep; setup.com; ! etc/; intl/; utils/; Any global maintainer can approve changes to these files and directories. --- 99,105 ---- See also winsup/MAINTAINERS. config-ml.in; makefile.vms; mkdep; setup.com; ! etc/; utils/; Any global maintainer can approve changes to these files and directories.