diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-07 13:01:13 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-07 13:01:13 +0000 |
commit | c9cd172c5bcb52e5c15d0c08efbfcb18180d49db (patch) | |
tree | 65e5f494b98194f0ebf11823426b9c37421fdf69 /gcc/aclocal.m4 | |
parent | a16d8734b4f365cfbdd1147fe45f1333f710f85a (diff) | |
download | gcc-c9cd172c5bcb52e5c15d0c08efbfcb18180d49db.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74388 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/aclocal.m4')
-rw-r--r-- | gcc/aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/aclocal.m4 b/gcc/aclocal.m4 index 788db372e19..e2ed6b50590 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]) |