summaryrefslogtreecommitdiffstats
path: root/gdb/acinclude.m4
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2000-09-12 04:23:30 +0000
committerAlexandre Oliva <aoliva@redhat.com>2000-09-12 04:23:30 +0000
commite17bf198973d236bf6536f8b7780a496fc45f938 (patch)
treeb2618666b2e4b6368be29bfd06679fefb6840943 /gdb/acinclude.m4
parentf0e652b4aa5420d23e7e7eef1146cb16daef13f3 (diff)
downloadppe42-binutils-e17bf198973d236bf6536f8b7780a496fc45f938.tar.gz
ppe42-binutils-e17bf198973d236bf6536f8b7780a496fc45f938.zip
* acinclude.m4 (CY_GNU_GETTEXT): Add dummy definition, so that the
one brought in by ../bfd/acinclude.m4 prevails. * aclocal.m4, configure: Rebuilt.
Diffstat (limited to 'gdb/acinclude.m4')
-rw-r--r--gdb/acinclude.m47
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/acinclude.m4 b/gdb/acinclude.m4
index d614f2a538..a55e36fe8b 100644
--- a/gdb/acinclude.m4
+++ b/gdb/acinclude.m4
@@ -859,3 +859,10 @@ dnl AC_SUBST(TIX_BUILD_INCLUDES)
AC_SUBST(TIX_BUILD_LIB_SPEC)
dnl AC_SUBST(TIX_LIB_SPEC)
])
+
+dnl sinclude(../gettext.m4) already included by bfd/acinclude.m4
+dnl The lines below arrange for aclocal not to bring gettext.m4's
+dnl CY_GNU_GETTEXT into aclocal.m4.
+ifelse(yes,no,[
+AC_DEFUN([CY_GNU_GETTEXT],)
+])
OpenPOWER on IntegriCloud