From f1698cb717ffeac7cc290f033cc034df275e4fe3 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 29 Nov 1994 20:27:26 +0000 Subject: [PATCH] Regenerate after Tiemann's change to configure.in. --- gas/configure | 147 +++++++++++++++++++++++++++----------------------- 1 file changed, 79 insertions(+), 68 deletions(-) diff --git a/gas/configure b/gas/configure index 75edb15f478..5526193e7b0 100755 --- a/gas/configure +++ b/gas/configure @@ -1,7 +1,7 @@ #!/bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated automatically using autoconf version 2.0 +# Generated automatically using autoconf version 2.1 # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. # # This configure script is free software; the Free Software Foundation @@ -14,37 +14,6 @@ ac_default_prefix=/usr/local ac_help="$ac_help bfd-assembler use BFD back end for writing object files" -# Omit some internal or obsolete options to make the list less imposing. -ac_usage="Usage: configure [options] [host] -Options: [defaults in brackets after descriptions] -Configuration: - --cache-file=FILE cache test results in FILE - --help print this message - --no-create do not create output files - --quiet, --silent do not print \`checking...' messages - --version print the version of autoconf that created configure -Directory and file names: - --prefix=PREFIX install architecture-independent files in PREFIX - [$ac_default_prefix] - --exec-prefix=PREFIX install architecture-dependent files in PREFIX - [same as prefix] - --srcdir=DIR find the sources in DIR [configure dir or ..] - --program-prefix=PREFIX prepend PREFIX to installed program names - --program-suffix=SUFFIX append SUFFIX to installed program names - --program-transform-name=PROGRAM run sed PROGRAM on installed program names -Host type: - --build=BUILD configure for building on BUILD [BUILD=HOST] - --host=HOST configure for HOST [guessed] - --target=TARGET configure for TARGET [TARGET=HOST] -Features and packages: - --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) - --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] - --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) - --x-includes=DIR X include files are in DIR - --x-libraries=DIR X library files are in DIR ---enable and --with options recognized:$ac_help" - # Initialize some variables set by options. # The variables have the same names as the options, with # dashes changed to underlines. @@ -138,8 +107,38 @@ do with_gas=yes ;; -help | --help | --hel | --he) + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. cat << EOF -$ac_usage +Usage: configure [options] [host] +Options: [defaults in brackets after descriptions] +Configuration: + --cache-file=FILE cache test results in FILE + --help print this message + --no-create do not create output files + --quiet, --silent do not print \`checking...' messages + --version print the version of autoconf that created configure +Directory and file names: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=PREFIX install architecture-dependent files in PREFIX + [same as prefix] + --srcdir=DIR find the sources in DIR [configure dir or ..] + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names +Host type: + --build=BUILD configure for building on BUILD [BUILD=HOST] + --host=HOST configure for HOST [guessed] + --target=TARGET configure for TARGET [TARGET=HOST] +Features and packages: + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --x-includes=DIR X include files are in DIR + --x-libraries=DIR X library files are in DIR +--enable and --with options recognized:$ac_help EOF exit 0 ;; @@ -219,7 +218,7 @@ EOF verbose=yes ;; -version | --version | --versio | --versi | --vers) - echo "configure generated by autoconf version 2.0" + echo "configure generated by autoconf version 2.1" exit 0 ;; -with-* | --with-*) @@ -662,18 +661,22 @@ case ${generic_target} in sh-*-coff) obj_format=coff ;; +# start-sanitize-rce + rce-*-aout) obj_format=aout ;; +# end-sanitize-rce + ns32k-pc532-mach*) obj_format=aout emulation=pc532 ;; ns32k-pc532-netbsd*) obj_format=aout emulation=nbsd532 ;; - sparc*-*-sunos4*) obj_format=aout emulation=sun3 ;; - sparc*-*-aout | sparc*-*-vxworks) + sparc-*-sunos4*) obj_format=aout emulation=sun3 ;; + sparc-*-aout | sparc*-*-vxworks) obj_format=aout ;; - sparc*-*-coff) obj_format=coff ;; - sparc*-*-lynxos*) obj_format=coff emulation=lynx ;; - sparc*-fujitsu-none) obj_format=aout ;; - sparc*-*-elf | sparc*-*-solaris*) + sparc-*-coff) obj_format=coff ;; + sparc-*-lynxos*) obj_format=coff emulation=lynx ;; + sparc-fujitsu-none) obj_format=aout ;; + sparc-*-elf | sparc*-*-solaris*) obj_format=elf ;; - sparc*-*-netbsd*) obj_format=aout emulation=nbsd bfd_gas=yes ;; + sparc-*-netbsd*) obj_format=aout emulation=nbsd bfd_gas=yes ;; vax-*-bsd* | vax-*-ultrix*) obj_format=aout ;; @@ -734,7 +737,7 @@ case ${cpu_type}-${obj_format} in mips-*) bfd_gas=yes ;; ns32k-*) bfd_gas=yes ;; ppc-*) bfd_gas=yes ;; - sparc*-*) bfd_gas=yes ;; + sparc-*) bfd_gas=yes ;; *-elf) bfd_gas=yes ;; *-ecoff) bfd_gas=yes ;; *-som) bfd_gas=yes ;; @@ -904,7 +907,7 @@ else # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. cat > conftest.$ac_ext < Syntax Error @@ -918,7 +921,7 @@ else rm -rf conftest* CPP="${CC-cc} -E -traditional-cpp" cat > conftest.$ac_ext < Syntax Error @@ -949,7 +952,7 @@ if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext < EOF @@ -1001,7 +1004,7 @@ else ac_cv_cross=yes else cat > conftest.$ac_ext <&4 else cat > conftest.$ac_ext < int main() { return 0; } @@ -1055,7 +1058,7 @@ if eval "test \"`echo '${'ac_cv_func_alloca'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext <&4 else cat > conftest.$ac_ext <&4 else cat > conftest.$ac_ext < /* Arbitrary system header to define __stub macros. */ +/* Override any gcc2 internal prototype to avoid an error. */ +char _getb67(); + int main() { return 0; } int t() { @@ -1152,8 +1158,7 @@ int t() { #if defined (__stub__getb67) || defined (__stub____getb67) choke me #else -/* Override any gcc2 internal prototype to avoid an error. */ -char _getb67(); _getb67(); +_getb67(); #endif ; return 0; } @@ -1181,9 +1186,12 @@ if eval "test \"`echo '${'ac_cv_func_GETB67'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext < /* Arbitrary system header to define __stub macros. */ +/* Override any gcc2 internal prototype to avoid an error. */ +char GETB67(); + int main() { return 0; } int t() { @@ -1193,8 +1201,7 @@ int t() { #if defined (__stub_GETB67) || defined (__stub___GETB67) choke me #else -/* Override any gcc2 internal prototype to avoid an error. */ -char GETB67(); GETB67(); +GETB67(); #endif ; return 0; } @@ -1222,9 +1229,12 @@ if eval "test \"`echo '${'ac_cv_func_getb67'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext < /* Arbitrary system header to define __stub macros. */ +/* Override any gcc2 internal prototype to avoid an error. */ +char getb67(); + int main() { return 0; } int t() { @@ -1234,8 +1244,7 @@ int t() { #if defined (__stub_getb67) || defined (__stub___getb67) choke me #else -/* Override any gcc2 internal prototype to avoid an error. */ -char getb67(); getb67(); +getb67(); #endif ; return 0; } @@ -1274,7 +1283,7 @@ else ac_cv_c_stack_direction=0 else cat > conftest.$ac_ext < conftest.$ac_ext <&4 else cat > conftest.$ac_ext < /* Arbitrary system header to define __stub macros. */ +/* Override any gcc2 internal prototype to avoid an error. */ +char $ac_func(); + int main() { return 0; } int t() { @@ -1365,8 +1377,7 @@ int t() { #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -/* Override any gcc2 internal prototype to avoid an error. */ -char $ac_func(); $ac_func(); +$ac_func(); #endif ; return 0; } @@ -1402,7 +1413,7 @@ if eval "test \"`echo '${'gas_cv_assert_ok'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext < #include @@ -1459,7 +1470,7 @@ if eval "test \"`echo '${'gas_cv_decl_needed_malloc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext <&4 else cat > conftest.$ac_ext <&4 else cat > conftest.$ac_ext <