Deleted Added
full compact
configure.in (60484) configure.in (61843)
1dnl Process this file with autoconf to produce a configure script.
2dnl
3
4AC_PREREQ(2.13)
5AC_INIT(libbfd.c)
6
7AC_CANONICAL_SYSTEM
8AC_ISC_POSIX
9
1dnl Process this file with autoconf to produce a configure script.
2dnl
3
4AC_PREREQ(2.13)
5AC_INIT(libbfd.c)
6
7AC_CANONICAL_SYSTEM
8AC_ISC_POSIX
9
10AM_INIT_AUTOMAKE(bfd, 2.9.5)
10AM_INIT_AUTOMAKE(bfd, 2.10)
11
12dnl These must be called before AM_PROG_LIBTOOL, because it may want
13dnl to call AC_CHECK_PROG.
14AC_CHECK_TOOL(AR, ar)
15AC_CHECK_TOOL(RANLIB, ranlib, :)
16
17dnl Default to a non shared library. This may be overridden by the
18dnl configure option --enable-shared.

--- 95 unchanged lines hidden (view full) ---

114TRAD_HEADER=
115if test "${target}" = "${host}"; then
116 case "${host}" in
117 alpha*-*-linux-gnu*)
118 COREFILE=trad-core.lo
119 TRAD_HEADER='"hosts/alphalinux.h"'
120 ;;
121 alpha*-*-netbsd*) COREFILE=netbsd-core.lo ;;
11
12dnl These must be called before AM_PROG_LIBTOOL, because it may want
13dnl to call AC_CHECK_PROG.
14AC_CHECK_TOOL(AR, ar)
15AC_CHECK_TOOL(RANLIB, ranlib, :)
16
17dnl Default to a non shared library. This may be overridden by the
18dnl configure option --enable-shared.

--- 95 unchanged lines hidden (view full) ---

114TRAD_HEADER=
115if test "${target}" = "${host}"; then
116 case "${host}" in
117 alpha*-*-linux-gnu*)
118 COREFILE=trad-core.lo
119 TRAD_HEADER='"hosts/alphalinux.h"'
120 ;;
121 alpha*-*-netbsd*) COREFILE=netbsd-core.lo ;;
122 alpha*-*-freebsd*) ;;
122 alpha*-*-*) COREFILE=osf-core.lo ;;
123 arm-*-riscix) COREFILE=trad-core.lo ;;
124 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
125 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
126 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
127 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
128 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
129 i370-*-*)

--- 536 unchanged lines hidden ---
123 alpha*-*-*) COREFILE=osf-core.lo ;;
124 arm-*-riscix) COREFILE=trad-core.lo ;;
125 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
126 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
127 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
128 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
129 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
130 i370-*-*)

--- 536 unchanged lines hidden ---