summaryrefslogtreecommitdiff
path: root/sim/mips
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-06-12 12:04:42 -0400
committerMike Frysinger <vapier@gentoo.org>2015-06-12 12:11:21 -0400
commit306f4178efa1851c411438aea39ddc553bc3070d (patch)
treecd50c66eb3556e97401db33b26102b7f58c2dcec /sim/mips
parenta1da2672bdc5adc551ad30d73eccea902063f583 (diff)
downloadbinutils-gdb-306f4178efa1851c411438aea39ddc553bc3070d.tar.gz
sim: update configure.in->configure.ac docs
A few places still refer to the configure.in file; update them.
Diffstat (limited to 'sim/mips')
-rw-r--r--sim/mips/ChangeLog5
-rwxr-xr-xsim/mips/configure8
-rw-r--r--sim/mips/configure.ac6
3 files changed, 12 insertions, 7 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog
index 909a409d107..a8ea4b58f21 100644
--- a/sim/mips/ChangeLog
+++ b/sim/mips/ChangeLog
@@ -1,5 +1,10 @@
2015-06-12 Mike Frysinger <vapier@gentoo.org>
+ * configure.ac: Change configure.in to configure.ac.
+ * configure: Regenerate.
+
+2015-06-12 Mike Frysinger <vapier@gentoo.org>
+
* configure: Regenerate.
2015-06-12 Mike Frysinger <vapier@gentoo.org>
diff --git a/sim/mips/configure b/sim/mips/configure
index 7165da3fdec..9ea9ea55910 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 4dee7d4606b..d7863510c72 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