* acinclude.m4 (CY_GNU_GETTEXT): Add dummy definition, so that the
[deliverable/binutils-gdb.git] / gdb / aclocal.m4
index 23782720a067c30d2538b510281b5a10bf8fc768..5bfb0a17bcd1673e855530710cdcb540249dff20 100644 (file)
@@ -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
 
This page took 0.023202 seconds and 4 git commands to generate.