revert to stock autoconf 2.4 configure scripts.

This commit is contained in:
Jason Molenda 1995-10-03 20:31:16 +00:00
parent 704257cb1b
commit e635c16ecb

10
sim/configure vendored
View file

@ -1,7 +1,7 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.3 # Generated automatically using autoconf version 2.4
# Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
# #
# This configure script is free software; the Free Software Foundation # This configure script is free software; the Free Software Foundation
@ -216,7 +216,7 @@ EOF
verbose=yes ;; verbose=yes ;;
-version | --version | --versio | --versi | --vers) -version | --version | --versio | --versi | --vers)
echo "configure generated by autoconf version 2.3" echo "configure generated by autoconf version 2.4"
exit 0 ;; exit 0 ;;
-with-* | --with-*) -with-* | --with-*)
@ -532,8 +532,8 @@ case "${target}" in
h8300*-*-*) sim_target=h8300 ;; h8300*-*-*) sim_target=h8300 ;;
h8500-*-*) sim_target=h8500 ;; h8500-*-*) sim_target=h8500 ;;
sh*-*-*) sim_target=sh ;; sh*-*-*) sim_target=sh ;;
powerpc-*-*) sim_target=ppc ;; powerpc-*-eabisim*) sim_target=ppc ;;
powerpcle-*-*) sim_target=ppc ;; powerpcle-*-eabisim*) sim_target=ppc ;;
w65-*-*) sim_target=w65 ;; w65-*-*) sim_target=w65 ;;
z8k*-*-*) sim_target=z8k ;; z8k*-*-*) sim_target=z8k ;;
*) sim_target=none ;; *) sim_target=none ;;
@ -631,7 +631,7 @@ do
echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
-version | --version | --versio | --versi | --vers | --ver | --ve | --v) -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
echo "$CONFIG_STATUS generated by autoconf version 2.3" echo "$CONFIG_STATUS generated by autoconf version 2.4"
exit 0 ;; exit 0 ;;
-help | --help | --hel | --he | --h) -help | --help | --hel | --he | --h)
echo "\$ac_cs_usage"; exit 0 ;; echo "\$ac_cs_usage"; exit 0 ;;