aboutsummaryrefslogtreecommitdiff
path: root/gcc/aclocal.m4
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-12-07 13:01:13 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-12-07 13:01:13 +0000
commit6e3f3080d50a4ca61aac350dd3ecdfc464fd2f2d (patch)
tree65e5f494b98194f0ebf11823426b9c37421fdf69 /gcc/aclocal.m4
parentfd25e9579d7d7c3c97f0158d0b0b58845deaf7d5 (diff)
downloadgcc-6e3f3080d50a4ca61aac350dd3ecdfc464fd2f2d.zip
gcc-6e3f3080d50a4ca61aac350dd3ecdfc464fd2f2d.tar.gz
gcc-6e3f3080d50a4ca61aac350dd3ecdfc464fd2f2d.tar.bz2
configure.in: Make minimum necessary changes for autoconf 2.5x.
* configure.in: Make minimum necessary changes for autoconf 2.5x. * aclocal.m4: Make minimum necessary changes for autoconf 2.5x. * configure: Regenerate with autoconf 2.58. From-SVN: r74388
Diffstat (limited to 'gcc/aclocal.m4')
-rw-r--r--gcc/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/aclocal.m4 b/gcc/aclocal.m4
index 788db37..e2ed6b5 100644
--- a/gcc/aclocal.m4
+++ b/gcc/aclocal.m4
@@ -753,7 +753,7 @@ AC_DEFUN([gcc_GAS_CHECK_FEATURE],
if test $in_tree_gas = yes; then
gcc_GAS_VERSION_GTE_IFELSE($3, [[$2]=yes])
el])if test x$gcc_cv_as != x; then
- echo ifelse(substr([$5],0,1),[$], "[$5]", '[$5]') > conftest.s
+ echo ifelse(m4_substr([$5],0,1),[$], "[$5]", '[$5]') > conftest.s
if AC_TRY_COMMAND([$gcc_cv_as $4 -o conftest.o conftest.s >&AC_FD_CC])
then
ifelse([$6],, [$2]=yes, [$6])