From 306f4178efa1851c411438aea39ddc553bc3070d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 12 Jun 2015 12:04:42 -0400 Subject: sim: update configure.in->configure.ac docs A few places still refer to the configure.in file; update them. --- sim/mips/ChangeLog | 5 +++++ sim/mips/configure | 8 ++++---- sim/mips/configure.ac | 6 +++--- 3 files changed, 12 insertions(+), 7 deletions(-) (limited to 'sim/mips') diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 909a409..a8ea4b5 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,5 +1,10 @@ 2015-06-12 Mike Frysinger + * configure.ac: Change configure.in to configure.ac. + * configure: Regenerate. + +2015-06-12 Mike Frysinger + * configure: Regenerate. 2015-06-12 Mike Frysinger diff --git a/sim/mips/configure b/sim/mips/configure index 7165da3..9ea9ea5 100755 --- a/sim/mips/configure +++ b/sim/mips/configure @@ -2255,7 +2255,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile. # It is intended to be invoked last. # -# The simulator's configure.in should look like: +# The simulator's configure.ac should look like: # # dnl Process this file with autoconf to produce a configure script. # AC_PREREQ(2.64)dnl @@ -13743,7 +13743,7 @@ if test ${sim_gen} = MULTI; then # Simple sanity check. if test -z "${sim_multi_configs}" || test -z "${sim_multi_default}"; then - as_fn_error "Error in configure.in: MULTI simulator not set up correctly" "$LINENO" 5 + as_fn_error "Error in configure.ac: MULTI simulator not set up correctly" "$LINENO" 5 fi # Start in a known state. @@ -13868,7 +13868,7 @@ __EOF__ # Check whether we added a 'default:' label. if test ${sim_seen_default} = no; then - as_fn_error "Error in configure.in: \${sim_multi_configs} doesn't have an entry for \${sim_multi_default}" "$LINENO" 5 + as_fn_error "Error in configure.ac: \${sim_multi_configs} doesn't have an entry for \${sim_multi_default}" "$LINENO" 5 fi cat << __EOF__ >> multi-run.c @@ -13912,7 +13912,7 @@ else sim_multi_src=doesnt-exist.c if test x"${sim_mach_default}" = x""; then - as_fn_error "Error in configure.in: \${sim_mach_default} not defined" "$LINENO" 5 + as_fn_error "Error in configure.ac: \${sim_mach_default} not defined" "$LINENO" 5 fi SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_DEFAULT=bfd_mach_${sim_mach_default}" fi diff --git a/sim/mips/configure.ac b/sim/mips/configure.ac index 4dee7d4..d786351 100644 --- a/sim/mips/configure.ac +++ b/sim/mips/configure.ac @@ -221,7 +221,7 @@ if test ${sim_gen} = MULTI; then # Simple sanity check. if test -z "${sim_multi_configs}" || test -z "${sim_multi_default}"; then - AC_MSG_ERROR(Error in configure.in: MULTI simulator not set up correctly) + AC_MSG_ERROR(Error in configure.ac: MULTI simulator not set up correctly) fi # Start in a known state. @@ -346,7 +346,7 @@ __EOF__ # Check whether we added a 'default:' label. if test ${sim_seen_default} = no; then - AC_MSG_ERROR(Error in configure.in: \${sim_multi_configs} doesn't have an entry for \${sim_multi_default}) + AC_MSG_ERROR(Error in configure.ac: \${sim_multi_configs} doesn't have an entry for \${sim_multi_default}) fi cat << __EOF__ >> multi-run.c @@ -390,7 +390,7 @@ else sim_multi_src=doesnt-exist.c if test x"${sim_mach_default}" = x""; then - AC_MSG_ERROR(Error in configure.in: \${sim_mach_default} not defined) + AC_MSG_ERROR(Error in configure.ac: \${sim_mach_default} not defined) fi SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_DEFAULT=bfd_mach_${sim_mach_default}" fi -- cgit v1.1