1. 09 Jun, 2004 1 commit
    • Makefile.tpl (touch-stage[+id+]): New. · ad6717df
      2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
      
      	* Makefile.tpl (touch-stage[+id+]): New.
      	(restage[+prev+]): Depend on touch-stage[+id+].
      
      	* Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
      	Use it throughout.
      
      	* Makefile.def: Add profile and feedback bootstrap stages.
      	Remove next field from bootstrap stages.
      	* Makefile.tpl (LN, LN_S): Substitute.
      	(stageN-start, stageN-end): Use double-colon rules, to
      	provide a hook for additional setup commands.
      	(distclean-stageN-gcc, restageN): Create dependencies from
      	[+prev+], not from [+next+].
      	(stageN-bubble): Add commands for successive stages from
      	[+prev+], using double-colon rules.
      	(all-stageN-gcc): Fix typo.
      	(stagefeedback-start, profiledbootstrap): New.
      	* Makefile.in: Regenerate.
      	* configure.in: Call ACX_PROG_LN.
      	* configure: Regenerate.
      
      config/ChangeLog:
      2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
      
      	* acx.m4 (ACX_PROG_LN): From gcc, modified to
      	accept a parameter.
      
      gcc/ChangeLog:
      2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
      
      	* aclocal.m4 (gcc_AC_PROG_LN): Remove.
      	(gcc_AC_CHECK_DECLS): Use AH_TEMPLATE to generate
      	config.in entries.
      	* configure.ac: Call ACX_PROG_LN, falling back to $LN_S
      	if hard links are not available.
      	* configure: Regenerate.
      	* config.in: Regenerate.
      
      From-SVN: r82816
      Paolo Bonzini committed
  2. 24 May, 2004 1 commit
    • Makefile.def (host_modules): add libcpp. · 4f4e53dd
      ChangeLog:
      
      2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
      
      	* Makefile.def (host_modules): add libcpp.
      	* Makefile.tpl: Add dependencies on and for libcpp.
      	* Makefile.in: Regenerate.
      	* configure.in: Add libcpp host module.
      	* configure: Regenerate.
      
      config/ChangeLog:
      
      2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
      
      	* acx.m4 (ACX_HEADER_STDBOOL, ACX_HEADER_STRING):
      	From gcc.
      
      gcc/ChangeLog:
      
      2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
      
      	Move libcpp to the toplevel.
      	* Makefile.in: Remove references to libcpp files,
      	use CPPLIBS instead of libcpp.a.  Define SYMTAB_H
      	and change hashtable.h to that.
      	* aclocal.m4 (gcc_AC_HEADER_STDBOOL,
      	gcc_AC_HEADER_STRING, gcc_AC_C__BOOL): Remove.
      	* configure.ac (gcc_AC_C__BOOL, HAVE_UCHAR): Remove tests.
      	* configure: Regenerate.
      	* config.in: Regenerate.
      	* c-ppoutput.c: Include ../libcpp/internal.h instead of cpphash.h.
      	* cppcharset.c: Removed.
      	* cpperror.c: Removed.
      	* cppexp.c: Removed.
      	* cppfiles.c: Removed.
      	* cpphash.c: Removed.
      	* cpphash.h: Removed.
      	* cppinit.c: Removed.
      	* cpplex.c: Removed.
      	* cpplib.c: Removed.
      	* cpplib.h: Removed.
      	* cppmacro.c: Removed.
      	* cpppch.c: Removed.
      	* cpptrad.c: Removed.
      	* cppucnid.h: Removed.
      	* cppucnid.pl: Removed.
      	* cppucnid.tab: Removed.
      	* hashtable.c: Removed.
      	* hashtable.h: Removed.
      	* line-map.c: Removed.
      	* line-map.h: Removed.
      	* mkdeps.c: Removed.
      	* mkdeps.h: Removed.
      	* stringpool.h: Include symtab.h instead of hashtable.h.
      	* tree.h: Include symtab.h instead of hashtable.h.
      	* system.h (O_NONBLOCK, O_NOCTTY): Do not define.
      
      gcc/cp/ChangeLog:
      
      2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
      
      	* Make-lang.in: No need to specify $(LIBCPP).
      
      gcc/java/ChangeLog:
      
      2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
      
      	* Make-lang.in: Link in $(LIBCPP) instead of mkdeps.o.
      
      libcpp/ChangeLog:
      
      2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
      
      	Moved libcpp from the gcc subdirectory to the toplevel.
      	* Makefile.am: New file.
      	* Makefile.in: Regenerate.
      	* configure.ac: New file.
      	* configure: Regenerate.
      	* config.in: Regenerate.
      	* charset.c: Moved from gcc/cppcharset.c.  Add note about
      	brokenness of input charset detection.  Adjust for change
      	in name of cppucnid.h.
      	* errors.c: Moved from gcc/cpperror.c.  Do not include intl.h.
      	* expr.c: Moved from gcc/cppexp.c.
      	* files.c: Moved from gcc/cppfiles.c.  Do not include intl.h.
      	Remove #define of O_BINARY, it is in system.h.
      	* identifiers.c: Moved from gcc/cpphash.c.
      	* internal.h: Moved from gcc/cpphash.h.  Change header
      	guard name.  All other files adjusted to match name change.
      	* init.c: Moved from gcc/cppinit.c.
      	(init_library) [ENABLE_NLS]: Call bindtextdomain.
      	* lex.c: Moved from gcc/cpplex.c.
      	* directives.c: Moved from gcc/cpplib.c.
      	* macro.c: Moved from gcc/cppmacro.c.
      	* pch.c: Moved from gcc/cpppch.c.  Do not include intl.h.
      	* traditional.c: Moved from gcc/cpptrad.c.
      	* ucnid.h: Moved from gcc/cppucnid.h.  Change header
      	guard name.
      	* ucnid.pl: Moved from gcc/cppucnid.pl.
      	* ucnid.tab: Moved from gcc/cppucnid.tab.  Change header
      	guard name.
      	* symtab.c: Moved from gcc/hashtable.c.
      	* line-map.c: Moved from gcc.  Do not include intl.h.
      	* mkdeps.c: Moved from gcc.
      	* system.h: New file.
      
      libcpp/include/ChangeLog:
      
      2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
      
      	* cpplib.h: Moved from gcc.  Change header guard name.
      	* line-map.h: Moved from gcc.  Change header guard name.
      	* mkdeps.h: Moved from gcc.  Change header guard name.
      	* symtab.h: Moved from gcc/hashtable.h.  Change header
      	guard name.
      
      libcpp/po/ChangeLog:
      
      2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
      
      	* be.po: Extracted from gcc/po/be.po.
      	* ca.po: Extracted from gcc/po/ca.po.
      	* da.po: Extracted from gcc/po/da.po.
      	* de.po: Extracted from gcc/po/de.po.
      	* el.po: Extracted from gcc/po/el.po.
      	* es.po: Extracted from gcc/po/es.po.
      	* fr.po: Extracted from gcc/po/fr.po.
      	* ja.po: Extracted from gcc/po/ja.po.
      	* nl.po: Extracted from gcc/po/nl.po.
      	* sv.po: Extracted from gcc/po/sv.po.
      	* tr.po: Extracted from gcc/po/tr.po.
      
      From-SVN: r82199
      Paolo Bonzini committed
  3. 11 Mar, 2004 1 commit
    • (top level) · e4c9c075
      2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR ada/14131
      	Move language detection to the top level.
      	* configure.in: Find default values for the tools as
      	soon as possible.  Disable ada if GNAT is not found.
      	Emit error message about missing languages.  Expand
      	--enable-languages=all for the gcc subdirectory.
      
      (config)
      2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR ada/14131
      	Move language detection to the top level.
      	* acx.m4 (ACX_PROG_GNAT): New macro, moved here
      	from the gcc subdirectory.
      (gcc)
      2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR ada/14131
      	Move language detection to the top level.
      	* configure.ac: Remove code to detect languages,
      	it now lives exclusively in the top level.
      	* aclocal.m4 (gcc_AC_PROG_GNAT): Moved to the
      	top level, renamed to ACX_PROG_GNAT.
      
      (gcc/ada)
      2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR ada/14131
      	Move language detection to the top level.
      	* config-lang.in: Build by default.
      
      From-SVN: r79299
      Paolo Bonzini committed
  4. 03 Jan, 2004 2 commits
  5. 07 Dec, 2003 3 commits
  6. 03 Dec, 2003 1 commit
  7. 26 Nov, 2003 1 commit
  8. 01 Nov, 2003 1 commit
  9. 14 Oct, 2003 1 commit
  10. 01 Oct, 2003 2 commits
  11. 23 Sep, 2003 1 commit
  12. 12 Aug, 2003 1 commit
  13. 24 Jul, 2003 1 commit
  14. 12 Jul, 2003 1 commit
    • aclocal.m4 (gcc_AC_CHECK_TYPE): Clone of AC_CHECK_TYPE... · 8ada417f
      	* aclocal.m4 (gcc_AC_CHECK_TYPE): Clone of AC_CHECK_TYPE,
      	uses three-argument AC_DEFINE so no acconfig.h entries are
      	needed.
      	(_gcc_COMPUTE_GAS_VERSION): Also provide gcc_cv_gas_vers
      	which contains the GAS version number as a scaled integer.
      	(gcc_GAS_VERSION_GTE_IFELSE): Use gcc_cv_gas_vers.  Add
      	ability to check for ELF assembler.
      	(gcc_GAS_CHECK_FEATURE): New macro.
      	* configure.in: Use gcc_AC_CHECK_TYPE.  Rewrite all
      	assembler feature checks using gcc_GAS_CHECK_FEATURE.
      	Use three-argument AC_DEFINE everywhere.
      	* acconfig.h: Deleted.
      	* config.in, configure: Regenerate.
      
      From-SVN: r69272
      Zack Weinberg committed
  15. 08 Jul, 2003 1 commit
    • Makefile.tpl (configure-gcc): Depend on maybe-configure-intl. · 56694dd9
      top:
      	* Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
      	* Makefile.in: Regenerate.
      config:
      	* gettext.m4: Delete all former contents.
      	(ZW_GNU_GETTEXT_SISTER_DIR): New macro.
      	* progtest.m4: New file.
      gcc:
      	* Makefile.in (top_builddir): Set to "..", not ".".
      	(INTLLIBS, INTLDEPS): Delete.
      	(LIBINTL, LIBINTL_DEP, LIBICONV_DEP): New variables to be substituted.
      	(LIBDEPS): Add $(LIBICONV_DEP).
      	(LIBS): Take out $(INTLLIBS), add $(LIBINTL) and $(LIBICONV).
      	(INCLUDES): Replace -I../intl with @INCINTL@.
      	($(top_builddir)/intl/libintl.a): Delete rule.
      	(stage2-start, stage3-start, stage4-start, stageprofile-start,
      	stagefeedback-start): Use $$ for variable to be evaluated by
      	shell, not make.
      	* acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
      	HAVE_LC_MESSAGES, HAVE_STPCPY): Delete.
      	* aclocal.m4: sinclude ../config/progtest.m4.  Add
      	contents of lcmessage.m4 from gettext distro.
      	* configure.in: Check for wchar.h and setlocale.  Set
      	LIBICONV_DEP to the empty string and substitute it.
      	Call AM_LC_MESSAGES.  Delete AC_ARG_ENABLE for --enable-nls;
      	this is handled elsewhere.  Use ZW_GNU_GETTEXT_SISTER_DIR,
      	not CY_GNU_GETTEXT.  Clear $LIBICONV if its text is included
      	in $LIBINTL, to avoid linking it twice.
      	* configure, config.in: Regenerate.
      intl:
      	* README: Update.
      	* Makefile.in (INSTALL, INSTALL_DATA, MKINSTALLDIRS,
      	mkinstalldirs, gettextsrcdir, l): Delete.
      	(COMPILE): Add $(DEFS-$@), remove $(XCFLAGS).
      	(HEADERS): libgnuintl.h not libgnuintl.h.in.  Remove os2compat.h.
      	(SOURCES): Remove os2compat.c.
      	(DEFS-dcigettext.o, DEFS-localealias.o, DEFS-localcharset.o,
      	DEFS-relocatable.o): New.
      	(all-yes): Add config.intl.
      	(libintl.h): Use cp, not cat.
      	(INCLUDES): Remove -I..
      	(TAGS, CTAGS, ID): Word wrap.
      	(mostlyclean, distclean): Remove junk.
      	(config.intl): New rule.
      	* aclocal.m4: sinclude ../config/progtest.m4 instead of
      	including it inline.
      	* config.intl.in: New file.
      	* configure.in: Take out unnecessary AC_CONFIG_AUX_DIR.
      	Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH,
      	LIBDIR, INSTALLDIR.  Set LIBINTL_DEP and INCINTL and AC_SUBST
      	them.  Add config.intl to AC_OUTPUT.
      	* os2compat.c, os2compat.h: Delete, unused.
      
      From-SVN: r69071
      Zack Weinberg committed
  16. 04 Jul, 2003 1 commit
    • intl: New directory; see intl/ChangeLog for details. · 6eb95e99
      top:
      	* intl: New directory; see intl/ChangeLog for details.
      	* ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
      	* Makefile.tpl: all-gcc depends on maybe-all-intl.
      	* Makefile.in: Regenerate.
      config:
      	* gettext.m4: New file - copy of gettext.m4 from binutils
      	CVS, with added AC_ISC_POSIX macro from gcc/aclocal.m4.
      gcc:
      	* ABOUT-NLS: Delete.
      	* intl: Delete entire directory.
      	* aclocal.m4: Include ../config/gettext.m4.  Delete
      	AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES,
      	AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT.
      	* configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT.
      	Remove intl/Makefile from all_outputs.
      	* configure, config.in: Regenerate.
      	* Makefile.in: Expunge all references to intl subdirectory.
      	Add -I../intl to INCLUDES.
      	* intl.h: Include libintl.h if and only if ENABLE_NLS is defined.
      intl:
      	* Makefile.in: Remove unnecessary capabilities for
      	installation, build of shared libraries, generation of
      	distribution tarballs, etc.  Fix all the places that rely on
      	the parent directory.  Don't generate libgnuintl.h from
      	anything; do generate $(objdir)/libintl.h from libgnuintl.h if
      	necessary.  Adjust DEFS for use of config.h.
      	* libgnuintl.h.in: Rename libgnuintl.h.
      	* README: New file.
      	* config.charset, ref-add.sin, ref-del.sin: Delete (unused).
      	* COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant).
      	* aclocal.m4: New; generated per instructions in gettext manual.
      	* configure.in: New; written from scratch for this configuration.
      	* configure, config.h.in: Generated.
      contrib:
      	* gcc_update: Remove gcc/intl/plural.c from list.
      	Add new generated files intl/plural.c, intl/configure,
      	intl/config.h.in.
      
      From-SVN: r68928
      Zack Weinberg committed
  17. 21 Jun, 2003 1 commit
    • safe-ctype.h (HC_UNKNOWN, [...]): New #defines. · 7468e0b5
      include:
      	* safe-ctype.h (HC_UNKNOWN, HC_ASCII, HC_EBCDIC, HOST_CHARSET):
      	New #defines.
      libiberty:
      	* safe-ctype.c: Separate out EOF==-1 check.  Use HOST_CHARSET
      	for charset determination.
      gcc:
      	* aclocal.m4 (gcc_AC_C_CHARSET): Delete.
      	* configure.in: Don't use gcc_AC_C_CHARSET.
      	* configure, config.in: Regenerate.
      	* config/i370/i370.c, config/i370/i370.h: Use
      	(HOST_CHARSET == HC_EBCDIC) or (HOST_CHARSET == HC_ASCII)
      	instead of HOST_EBCDIC or !HOST_EBCDIC.  Clarify comments a tad.
      
      From-SVN: r68317
      Zack Weinberg committed
  18. 17 Jun, 2003 1 commit
    • alloc-pool.c: Don't check HAVE_LONG_DOUBLE. · a54928c9
      gcc:
      	* alloc-pool.c: Don't check HAVE_LONG_DOUBLE.
      	* fixinc/gnu-regex.c: Don't define `volatile'.
      	* ggc-page.c: Don't check HAVE_LONG_DOUBLE.
      	* ggc-simple.c: Likewise.
      	* system.h: Don't define `volatile'.
      
      	* aclocal.m4 (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Delete.
      	* configure.in (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Don't
      	call these macros.
      	* config.in, configure: Regenerated.
      
      include:
      	* ansidecl.h: Delete HAVE_LONG_DOUBLE GCC bootstrap support.
      
      From-SVN: r68085
      Kaveh R. Ghazi committed
  19. 10 Jun, 2003 1 commit
  20. 04 Jun, 2003 1 commit
  21. 21 Mar, 2003 1 commit
  22. 12 Mar, 2003 1 commit
  23. 13 Jan, 2003 1 commit
  24. 08 Jan, 2003 1 commit
  25. 07 Jan, 2003 1 commit
  26. 16 Dec, 2002 1 commit
  27. 23 Nov, 2002 1 commit
  28. 07 Nov, 2002 1 commit
    • crtend.asm: Include "auto-host.h". · 07cf4226
              * config/ia64/crtend.asm: Include "auto-host.h".
              [HAVE_INITFINI_ARRAY]: Invoke __do_global_ctors_aux via .init_array.
              * config/ia64/crtbegin.asm: Similarly.
              * config/ia64/t-ia64 (crtbegin.o): Include from current directory.
              (crtend.o, crtbeginS.o, crtendS.o): Likewise.
      
              * aclocal.m4 (gcc_AC_INITFINI_ARRAY): New.
              * configure.in: Use it if --enable-initfini-array not specified.
              * doc/install.texi (Configuration): Document --enable-initfini-array.
              * configure, config.in: Rebuild.
      
      From-SVN: r58909
      David Mosberger committed
  29. 22 Jan, 2002 1 commit
  30. 21 Dec, 2001 1 commit
  31. 30 Nov, 2001 1 commit
    • Purge cruft now we have build libiberty. · 06f0b04c
      	* Makefile.in (OBSTACK, VFPRINTF, DOPRINT, STRSTR,
      	HOST_OBSTACK, HOST_VFPRINTF, HOST_DOPRINT, HOST_STRSTR,
      	USE_HOST_OBSTACK, USE_HOST_VFPRINTF, USE_HOST_DOPRINT,
      	USE_HOST_STRSTR): Delete variables.
      	(vfprintf.o, doprint.o, strstr.o, splay-tree.o, obstack.o,
      	hashtab.o, safe-ctype.o, $(HOST_PREFIX_1)obstack.o,
      	$(HOST_PREFIX_1)vfprintf.o, $(HOST_PREFIX_1)doprint.o,
      	$(HOST_PREFIX_1)strstr.o), $(HOST_PREFIX_1)): Delete rules.
      	(LIBIBERTY, BUILD_LIBIBERTY): New variables.
      	(LIBDEPS): Now just $(INTLDEPS) $(LIBIBERTY).
      	(LIBS): Now just $(INTLLIBS) @LIBS@ $(LIBIBERTY).
      	(HOST_LIBDEPS): Now just $(BUILD_LIBIBERTY).
      	(HOST_LIBS): Ditto.
      	(HOST_RTL): Remove hashtab.o safe-ctype.o.
      	(OBJS): Remove splay-tree.o.
      	(gen-protos): Depend on $(HOST_LIBS), not ../libiberty/libiberty.a.
      	(distclean): No need to delete splay-tree.c obstack.c
      	hashtab.c safe-ctype.c.
      	(mostlyclean): Delete build copies of print-rtl.c bitmap.c
      	errors.c ggc-none.c (all prefixed with $(HOST_PREFIX_1).
      	* aclocal.m4 (gcc_AC_FUNC_VFPRINTF_DOPRNT, gcc_AC_FUNC_STRSTR):
      	Delete.
      	* configure.in: Don't use them.
      	Set and substitute @FORBUILD@.
      	* config.in, configure: Regenerate.
      	* doprint.c: Move to libiberty/_doprnt.c.
      	* doc/configterms.texi: Document that libiberty is now built
      	up to three times.  Fix typo.
      	* f/Make-lang.in (f/fini, f/intdoc): Depend on $(HOST_LIBDEPS)
      	and link with $(HOST_LIBS), not safe-ctype.o.
      
      From-SVN: r47475
      Zack Weinberg committed
  32. 06 Nov, 2001 1 commit
    • aclocal.m4: (AM_WITH_NLS): Don't look at ALL_LINGUAS. · 9f6682b7
      	* aclocal.m4: (AM_WITH_NLS): Don't look at ALL_LINGUAS.
      	(AM_GNU_GETTEXT): Set CATALOGS to a list of .gmo files
      	corresponding to the complete set of .po and .gmo files in
      	the source directory's po subdir, modified by LINGUAS.  Don't
      	look at ALL_LINGUAS.
      	* configure.in: Don't set ALL_LINGUAS.
      	* configure: Regenerate.
      
      	* Makefile.in (.po.gmo): Don't move into source directory.
      	(.po.pox): Clarify comments.
      	(install-po): Look for .gmo files in both srcdir and objdir;
      	don't fail if a file is totally missing.
      	(distclean): rmdir ada subdirectory too.
      
      From-SVN: r46800
      Zack Weinberg committed
  33. 31 Oct, 2001 1 commit
    • Makefile.in (INTL_TARGETS, POSUB): Delete all references. · 5b7874aa
      	* Makefile.in (INTL_TARGETS, POSUB): Delete all references.
      	(INTL_SUBDIRS): Just intl.
      	(.SUFFIXES): Add .gmo .po .pox.
      	(native): Also depend on build-@POSUB@.
      	(intl.all, intl.install): Depend on config.h and things it includes.
      	(po-generated): New target; depend on c-parse.c and tradcif.c.
      	(install-normal): Also depend on install-@POSUB@.
      	(XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): New variables.
      	(build-, install-, build-po, update-po, install-po,
      	.po.gmo, .po.pox, $(PACKAGE).pot, po/$(PACKAGE).pot): New rules.
      
      	* aclocal.m4: Prefix each entry in CATALOGS with "po/"
      	* configure.in: Don't munge XGETTEXT.  Don't generate
      	po/Makefile.in.
      	* configure: Regenerate.
      
      	* exgettext: Delete.
      	* config/m68k/m68k.h: Add doc strings for -msky and -mnosky.
      	* cp/Make-lang.in, java/Make-lang.in, objc/Make-lang.in: Replace
      	$(INTL_TARGETS) with po-generated.
      
      po:
      	* EXCLUDES: New file.
      	* exgettext: New helper script; completely rewritten.
      	* Makefile.in.in, POTFILES.in: Delete.
      
      From-SVN: r46680
      Zack Weinberg committed
  34. 21 Oct, 2001 1 commit
    • aclocal.m4 (AM_WITH_NLS): Also create and substitute INTLDEPS variable, which… · 77c06844
      aclocal.m4 (AM_WITH_NLS): Also create and substitute INTLDEPS variable, which does not include $LIBICONV.
      
      	* aclocal.m4 (AM_WITH_NLS): Also create and substitute
      	INTLDEPS variable, which does not include $LIBICONV.
      	* Makefile.in: Use INTLDEPS in LIBDEPS.
      	* configure: Regenerate.
      
      intl:
      	* dcigettext.c: Don't use #elif.
      	* gettextP.h: Prototype nls_uint32 and locale_charset here.
      	Always define ZERO to 1 to avoid warnings (ZERO is used in
      	flexible-array-member declarations).
      	* loadmsgcat.c: Apply __extension__ to structure definitions
      	using C99 designated initializer syntax.
      	Do not prototype locale_charset here.
      	* localcharset.c: Prototype get_charset_aliases before use.
      	Get rid of STATIC nonsense.
      
      From-SVN: r46394
      Zack Weinberg committed
  35. 19 Oct, 2001 1 commit
    • aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and USE_INCLUDED_LIBINTL when appropriate. · 191bf464
      	* aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and
      	USE_INCLUDED_LIBINTL when appropriate.
      	* configure, config.in: Regenerate.
      	* Makefile.in (datadir): Set to @datadir@.
      	(intl.o): Also depend on $(CONFIG_H) and system.h.
      
      	* intl.c: Factor out common gettext initialization sequence.
      	(gcc_init_libintl):  New function.
      	* intl.h: Include intl/libgnuintl.h if USE_INCLUDED_LIBINTL;
      	otherwise include libintl.h if HAVE_LIBINTL_H; otherwise turn
      	off NLS.  Add multiple include guard.  No need to #ifdef-guard
      	an #undef.  Prototype gcc_init_libintl here.
      
      	* collect2.c (main), cppmain.c (general_init), gcc.c (main),
      	gcov.c (main), protoize.c (main), toplev.c (toplev_main):
      	Use gcc_init_libintl.
      
      intl:
      	* Makefile.in: Don't copy libgnuintl.h anywhere.
      
      From-SVN: r46348
      Zack Weinberg committed
  36. 12 Oct, 2001 1 commit
    • ABOUT-NLS, aclocal.m4: Update i18n framework from gettext 0.10.40. · 71a94577
      top:
      	* ABOUT-NLS, aclocal.m4: Update i18n framework from gettext 0.10.40.
      	* configure.in, Makefile.in: Take out obsolete check-po logic.
      	* configure, config.in: Regenerate.
      intl:
      	* Update entire directory from gettext 0.10.40.
      	* cat-compat.c, linux-msg.sed, po2tbl.sed.in, xopen-msg.sed:
      	Removed.
      	* config.charset, dcigettext.c, dcngettext.c, libgnuintl.h,
      	localcharset.c, locale.alias, ngettext.c, plural.c, plural.y,
      	ref-add.sin, ref-del.sin: New.
      po:
      	* Makefile.in.in: Upgrade to gettext-0.10.40.
      	* cat-id-tbl.c: Remove file.
      	* stamp-cat-id: Remove file.
      
      From-SVN: r46233
      Zack Weinberg committed