mirror of
https://github.com/bitwiseworks/gcc-os2.git
synced 2026-07-09 02:06:52 +00:00
On platforms that are not officially supported by GNU Autotools (like OS/2) it is necessary to generate configure and other related stuff using platform-specific Autoconf and Automake to make the build succeed. A script autoconf.sh added by this commit does that. Note that it's necessary to remove pre-generated upstream versions of these files from Git completely in order to avoid seeing multiple differences resulting from different versions of Autotools (and also to save some space - configure files are huge). This commit also adds a few minor bits to configure.ac/Makefile.am of a few projects to help autoconf.sh do its job properly. Needed for #2.
GNU toolchain edition of GNU libintl 0.12.1 Most of the content of this directory is taken from gettext 0.12.1 and is owned by that project. Patches should be directed to the gettext developers first. However, note the following: * libintl.h comes from gettext, but is named libgnuintl.h.in in that project's source tree. * The files COPYING.LIB-2.0 and COPYING.LIB-2.1 are redundant with the top-level COPYING.LIB and have therefore been removed. * The files config.charset, ref-add.sin, ref-del.sin, os2compat.c, and os2compat.h are not used in this setup and have therefore been removed. * aclocal.m4 was constructed using automake's "aclocal -I ../config". * configure.ac, config.intl.in, and Makefile.in were written for this directory layout, by Zack Weinberg <zack@codesourcery.com>. Please direct patches for these files to gcc-patches@gcc.gnu.org.