diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-01-15 20:32:43 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-01-15 20:32:43 +0000 |
commit | 85981d605ae1604d9af950f6e88d8f2472a8ce7c (patch) | |
tree | 941948c88b98295bc0f37f6fedb2552012f1ab2f /gdb/acinclude.m4 | |
parent | 8fb84ecc444a802a0dba46b501a5b48a15216b40 (diff) | |
download | gdb-85981d605ae1604d9af950f6e88d8f2472a8ce7c.zip gdb-85981d605ae1604d9af950f6e88d8f2472a8ce7c.tar.gz gdb-85981d605ae1604d9af950f6e88d8f2472a8ce7c.tar.bz2 |
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.
Diffstat (limited to 'gdb/acinclude.m4')
-rw-r--r-- | gdb/acinclude.m4 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gdb/acinclude.m4 b/gdb/acinclude.m4 index 319070a..bb7fbaf 100644 --- a/gdb/acinclude.m4 +++ b/gdb/acinclude.m4 @@ -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 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. 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 AC_DEFUN([CY_AC_TCL_LYNX_POSIX], [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. ## ## From Franc,ois Pinard ## |