Index: ChangeLog

2005-01-07  Andrew Cagney  <cagney@gnu.org>

	* configure.ac: Rename configure.in, require autoconf 2.59.
	* configure: Re-generate.

Index: doc/ChangeLog
2005-01-07  Andrew Cagney  <cagney@gnu.org>

	* configure.ac: Rename configure.in, require autoconf 2.59.
	* configure: Re-generate.

Index: gdbserver/ChangeLog
2005-01-07  Andrew Cagney  <cagney@gnu.org>

	* configure.ac: Rename configure.in, require autoconf 2.59.
	* configure: Re-generate.

Index: testsuite/ChangeLog
2005-01-07  Andrew Cagney  <cagney@gnu.org>

	* configure.ac: Rename configure.in, require autoconf 2.59.
	* configure: Re-generate.
	* gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
	* gdb.stabs/configure: Re-generate.
	* gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
	* gdb.hp/configure: Re-generate.
	* gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
	autoconf 2.59.
	* gdb.hp/gdb.objdbg/configure: Re-generate.
	* gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
	autoconf 2.59.
	* gdb.hp/gdb.defects/configure: Re-generate.
	* gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
	autoconf 2.59.
	* gdb.hp/gdb.compat/configure: Re-generate.
	* gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
	autoconf 2.59.
	* gdb.hp/gdb.base-hp/configure: Re-generate.
	* gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
	autoconf 2.59.
	* gdb.hp/gdb.aCC/configure: Re-generate.
This commit is contained in:
Andrew Cagney 2005-01-07 21:53:26 +00:00
parent e14ecb8f10
commit bec39cab00
26 changed files with 41814 additions and 13117 deletions

View File

@ -1,5 +1,8 @@
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
* configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm
to configdirs.

25396
gdb/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@ dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.13)dnl
AC_PREREQ(2.59)dnl
AC_INIT(main.c)
AC_CONFIG_HEADER(config.h:config.in)
AM_MAINTAINER_MODE

View File

@ -1,5 +1,8 @@
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
* configure.in: Replace configdirs with multiple references to
AC_CONFIG_SUBDIRS.
* configure: Re-generate.

2326
gdb/doc/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
AC_PREREQ(2.12.1)
AC_PREREQ(2.59)
AC_INIT(refcard.tex)
AC_PROG_INSTALL
AC_PROG_LN_S

View File

@ -1,3 +1,8 @@
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
2004-12-08 Daniel Jacobowitz <dan@debian.org>
* acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset

5514
gdb/gdbserver/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -19,6 +19,8 @@ dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)dnl
AC_INIT(server.c)
AC_CONFIG_HEADER(config.h:config.in)

View File

@ -1,3 +1,27 @@
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
* gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
* gdb.stabs/configure: Re-generate.
* gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
* gdb.hp/configure: Re-generate.
* gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
autoconf 2.59.
* gdb.hp/gdb.objdbg/configure: Re-generate.
* gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
autoconf 2.59.
* gdb.hp/gdb.defects/configure: Re-generate.
* gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
autoconf 2.59.
* gdb.hp/gdb.compat/configure: Re-generate.
* gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
autoconf 2.59.
* gdb.hp/gdb.base-hp/configure: Re-generate.
* gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
autoconf 2.59.
* gdb.hp/gdb.aCC/configure: Re-generate.
2004-12-15 Jim Blandy <jimb@redhat.com>
* gdb.threads/linux-dp.exp: Fix output regexp to handle output

4452
gdb/testsuite/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -19,13 +19,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# NOTE ON AUTOCONF VERSION:
# AC_PREREQ says 2.13.
# The output file says "Generated automatically using autoconf version 2.13".
# But that is wrong. This file must be processed with autoconf 000227,
# a special version which identifies itself as autoconf 2.13.
AC_PREREQ(2.13)
AC_PREREQ(2.59)
AC_INIT(gdb.base)
AC_CANONICAL_BUILD

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@ dnl necessary to tailor a template configure script into the configure
dnl script appropriate for this directory. For more information, check
dnl any existing configure script.
AC_PREREQ(2.5)
AC_PREREQ(2.59)
AC_INIT(gdb.aCC)
CC=${CC-cc}

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@ dnl necessary to tailor a template configure script into the configure
dnl script appropriate for this directory. For more information, check
dnl any existing configure script.
AC_PREREQ(2.5)
AC_PREREQ(2.59)
AC_INIT(exception.exp)
CC=${CC-cc}

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@ dnl necessary to tailor a template configure script into the configure
dnl script appropriate for this directory. For more information, check
dnl any existing configure script.
AC_PREREQ(2.5)
AC_PREREQ(2.59)
AC_INIT(dollar.exp)
CC=${CC-cc}

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@ dnl necessary to tailor a template configure script into the configure
dnl script appropriate for this directory. For more information, check
dnl any existing configure script.
AC_PREREQ(2.5)
AC_PREREQ(2.59)
AC_INIT(xdb1.exp)
CC=${CC-cc}

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@ dnl necessary to tailor a template configure script into the configure
dnl script appropriate for this directory. For more information, check
dnl any existing configure script.
AC_PREREQ(2.5)
AC_PREREQ(2.59)
AC_INIT(bs14602.exp)
CC=${CC-cc}

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@ dnl necessary to tailor a template configure script into the configure
dnl script appropriate for this directory. For more information, check
dnl any existing configure script.
AC_PREREQ(2.5)
AC_PREREQ(2.59)
AC_INIT(objdbg01.exp)
CC=${CC-cc}

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@ dnl necessary to tailor a template configure script into the configure
dnl script appropriate for this directory. For more information, check
dnl any existing configure script.
AC_PREREQ(2.5)
AC_PREREQ(2.59)
AC_INIT(weird.exp)
CC=${CC-cc}