2005-01-15 Andrew Cagney <cagney@gnu.org>
* acinclude.m4: Include ../bfd/bfd.m4 instead of ../bfd/acinclude.m4. Include ../gettext.m4. * aclocal.m4, configure: Re-generate.
This commit is contained in:
parent
8fb84ecc44
commit
85981d605a
4 changed files with 90 additions and 1021 deletions
|
@ -1,5 +1,9 @@
|
||||||
2005-01-15 Andrew Cagney <cagney@gnu.org>
|
2005-01-15 Andrew Cagney <cagney@gnu.org>
|
||||||
|
|
||||||
|
* acinclude.m4: Include ../bfd/bfd.m4 instead of
|
||||||
|
../bfd/acinclude.m4. Include ../gettext.m4.
|
||||||
|
* aclocal.m4, configure: Re-generate.
|
||||||
|
|
||||||
* exceptions.c (do_captured_command)
|
* exceptions.c (do_captured_command)
|
||||||
(struct captured_command_args): Delete.
|
(struct captured_command_args): Delete.
|
||||||
(catch_command_errors): Simplify by inlining call to catch_errors.
|
(catch_command_errors): Simplify by inlining call to catch_errors.
|
||||||
|
|
|
@ -2,11 +2,18 @@ dnl written by Rob Savoye <rob@cygnus.com> for Cygnus Support
|
||||||
dnl major rewriting for Tcl 7.5 by Don Libes <libes@nist.gov>
|
dnl major rewriting for Tcl 7.5 by Don Libes <libes@nist.gov>
|
||||||
|
|
||||||
dnl gdb/configure.in uses BFD_NEED_DECLARATION, so get its definition.
|
dnl gdb/configure.in uses BFD_NEED_DECLARATION, so get its definition.
|
||||||
sinclude(../bfd/acinclude.m4)
|
sinclude(../bfd/bfd.m4)
|
||||||
|
|
||||||
dnl This gets the standard macros, like the TCL, TK, etc ones.
|
dnl This gets the standard macros, like the TCL, TK, etc ones.
|
||||||
sinclude(../config/acinclude.m4)
|
sinclude(../config/acinclude.m4)
|
||||||
|
|
||||||
|
sinclude(../gettext.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],)
|
||||||
|
])
|
||||||
|
|
||||||
dnl CYGNUS LOCAL: This gets the right posix flag for gcc
|
dnl CYGNUS LOCAL: This gets the right posix flag for gcc
|
||||||
AC_DEFUN([CY_AC_TCL_LYNX_POSIX],
|
AC_DEFUN([CY_AC_TCL_LYNX_POSIX],
|
||||||
[AC_REQUIRE([AC_PROG_CC])AC_REQUIRE([AC_PROG_CPP])
|
[AC_REQUIRE([AC_PROG_CC])AC_REQUIRE([AC_PROG_CPP])
|
||||||
|
@ -735,13 +742,6 @@ AC_SUBST(ITKHDIR)
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
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],)
|
|
||||||
])
|
|
||||||
|
|
||||||
## ----------------------------------------- ##
|
## ----------------------------------------- ##
|
||||||
## ANSIfy the C compiler whenever possible. ##
|
## ANSIfy the C compiler whenever possible. ##
|
||||||
## From Franc,ois Pinard ##
|
## From Franc,ois Pinard ##
|
||||||
|
|
1055
gdb/aclocal.m4
vendored
1055
gdb/aclocal.m4
vendored
File diff suppressed because it is too large
Load diff
8
gdb/configure
vendored
8
gdb/configure
vendored
|
@ -1359,6 +1359,7 @@ else
|
||||||
MAINTAINER_MODE_TRUE='#'
|
MAINTAINER_MODE_TRUE='#'
|
||||||
MAINTAINER_MODE_FALSE=
|
MAINTAINER_MODE_FALSE=
|
||||||
fi
|
fi
|
||||||
|
|
||||||
MAINT=$MAINTAINER_MODE_TRUE
|
MAINT=$MAINTAINER_MODE_TRUE
|
||||||
|
|
||||||
|
|
||||||
|
@ -21747,6 +21748,13 @@ LIBOBJS=$ac_libobjs
|
||||||
LTLIBOBJS=$ac_ltlibobjs
|
LTLIBOBJS=$ac_ltlibobjs
|
||||||
|
|
||||||
|
|
||||||
|
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
|
||||||
|
{ { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
|
||||||
|
Usually this means the macro was only invoked conditionally." >&5
|
||||||
|
echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
|
||||||
|
Usually this means the macro was only invoked conditionally." >&2;}
|
||||||
|
{ (exit 1); exit 1; }; }
|
||||||
|
fi
|
||||||
|
|
||||||
: ${CONFIG_STATUS=./config.status}
|
: ${CONFIG_STATUS=./config.status}
|
||||||
ac_clean_files_save=$ac_clean_files
|
ac_clean_files_save=$ac_clean_files
|
||||||
|
|
Loading…
Add table
Reference in a new issue