This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix an intl/ configury goof in sim


I missed one last use of CY_GNU_GETTEXT.  Thanks to Thiemo for noticing that
something was wrong.

H-P, is there any particular reason why ever sim has its own changelog
except for sim/cris/?

Committed.

-- 
Daniel Jacobowitz
CodeSourcery

Index: arm/ChangeLog
2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>

	* configure: Regenerated.

Index: common/ChangeLog
2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>

	* aclocal.m4: Use ZW_GNU_GETTEXT_SISTER_DIR.
	* configure: Regenerated.

Index: ChangeLog
2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>

	* cris/configure: Regenerated.

Index: d10v/ChangeLog
2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>

	* configure: Regenerated.

Index: erc32/ChangeLog
2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>

	* configure: Regenerated.

Index: frv/ChangeLog
2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>

	* configure: Regenerated.

Index: h8300/ChangeLog
2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>

	* configure: Regenerated.

Index: iq2000/ChangeLog
2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>

	* configure: Regenerated.

Index: m32c/ChangeLog
2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>

	* configure: Regenerated.

Index: m32r/ChangeLog
2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>

	* configure: Regenerated.

Index: m68hc11/ChangeLog
2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>

	* configure: Regenerated.

Index: mcore/ChangeLog
2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>

	* configure: Regenerated.

Index: mips/ChangeLog
2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>

	* configure: Regenerated.

Index: mn10300/ChangeLog
2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>

	* configure: Regenerated.

Index: sh/ChangeLog
2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>

	* configure: Regenerated.

Index: sh64/ChangeLog
2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>

	* configure: Regenerated.

Index: v850/ChangeLog
2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>

	* configure: Regenerated.

Index: common/common.m4
===================================================================
RCS file: /cvs/src/src/sim/common/common.m4,v
retrieving revision 1.2
diff -u -p -r1.2 common.m4
--- common/common.m4	14 Jan 2005 20:05:40 -0000	1.2
+++ common/common.m4	5 Jun 2006 14:13:08 -0000
@@ -39,7 +39,7 @@ AC_PROG_RANLIB
 dnl We don't use gettext, but bfd does.  So we do the appropriate checks
 dnl to see if there are intl libraries we should link against.
 ALL_LINGUAS=
-CY_GNU_GETTEXT
+ZW_GNU_GETTEXT_SISTER_DIR
 
 # Check for common headers.
 # FIXME: Seems to me this can cause problems for i386-windows hosts.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]