diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-06-12 12:04:42 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-06-12 12:11:21 -0400 |
commit | 306f4178efa1851c411438aea39ddc553bc3070d (patch) | |
tree | cd50c66eb3556e97401db33b26102b7f58c2dcec /sim/rx | |
parent | ppc64: Handle short vectors as function return types (diff) | |
download | binutils-gdb-306f4178efa1851c411438aea39ddc553bc3070d.tar.gz binutils-gdb-306f4178efa1851c411438aea39ddc553bc3070d.tar.bz2 binutils-gdb-306f4178efa1851c411438aea39ddc553bc3070d.zip |
sim: update configure.in->configure.ac docs
A few places still refer to the configure.in file; update them.
Diffstat (limited to 'sim/rx')
-rw-r--r-- | sim/rx/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/rx/configure | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog index a5638c9f2a2..507046ff227 100644 --- a/sim/rx/ChangeLog +++ b/sim/rx/ChangeLog @@ -2,6 +2,10 @@ * configure: Regenerate. +2015-06-12 Mike Frysinger <vapier@gentoo.org> + + * configure: Regenerate. + 2015-04-24 Nick Clifton <nickc@redhat.com> PR sim/18273 diff --git a/sim/rx/configure b/sim/rx/configure index 2755905ef97..4dcbbfd8a8a 100755 --- a/sim/rx/configure +++ b/sim/rx/configure @@ -2213,7 +2213,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 |