* acinclude.m4 (CY_GNU_GETTEXT): Add dummy definition, so that the
one brought in by ../bfd/acinclude.m4 prevails. * aclocal.m4, configure: Rebuilt.
This commit is contained in:
parent
f0e652b4aa
commit
e17bf19897
@ -1,3 +1,9 @@
|
|||||||
|
2000-09-11 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
* acinclude.m4 (CY_GNU_GETTEXT): Add dummy definition, so that the
|
||||||
|
one brought in by ../bfd/acinclude.m4 prevails.
|
||||||
|
* aclocal.m4, configure: Rebuilt.
|
||||||
|
|
||||||
2000-09-11 Kevin Buettner <kevinb@redhat.com>
|
2000-09-11 Kevin Buettner <kevinb@redhat.com>
|
||||||
|
|
||||||
* configure.in (HAVE_STRUCT_LINK_MAP32): Change test to use
|
* configure.in (HAVE_STRUCT_LINK_MAP32): Change test to use
|
||||||
|
@ -859,3 +859,10 @@ dnl AC_SUBST(TIX_BUILD_INCLUDES)
|
|||||||
AC_SUBST(TIX_BUILD_LIB_SPEC)
|
AC_SUBST(TIX_BUILD_LIB_SPEC)
|
||||||
dnl AC_SUBST(TIX_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],)
|
||||||
|
])
|
||||||
|
7
gdb/aclocal.m4
vendored
7
gdb/aclocal.m4
vendored
@ -872,6 +872,13 @@ dnl AC_SUBST(TIX_BUILD_INCLUDES)
|
|||||||
dnl AC_SUBST(TIX_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],)
|
||||||
|
])
|
||||||
|
|
||||||
# Add --enable-maintainer-mode option to configure.
|
# Add --enable-maintainer-mode option to configure.
|
||||||
# From Jim Meyering
|
# From Jim Meyering
|
||||||
|
|
||||||
|
695
gdb/configure
vendored
695
gdb/configure
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user