diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-09-12 04:23:30 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2000-09-12 04:23:30 +0000 |
commit | fc23e2de051049c17200eea0d67a8ef6cbc15a48 (patch) | |
tree | b3ae72ed389426ca69bc6d0cf506a3d9c5c2c307 /gdb/aclocal.m4 | |
parent | 6f4266cc78f865ec830b7fcfb4469326b79553d3 (diff) | |
download | gdb-fc23e2de051049c17200eea0d67a8ef6cbc15a48.tar.gz |
* 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/aclocal.m4')
-rw-r--r-- | gdb/aclocal.m4 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/aclocal.m4 b/gdb/aclocal.m4 index 23782720a06..5bfb0a17bcd 100644 --- a/gdb/aclocal.m4 +++ b/gdb/aclocal.m4 @@ -872,6 +872,13 @@ dnl AC_SUBST(TIX_BUILD_INCLUDES) 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],) +]) + # Add --enable-maintainer-mode option to configure. # From Jim Meyering |