Commit 6e3f3080 by Nathanael Nerode

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
parent fd25e957
2003-12-07 Nathanael Nerode <neroden@gcc.gnu.org>
* 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.
2003-12-07 Eric Botcazou <ebotcazou@libertysurf.fr> 2003-12-07 Eric Botcazou <ebotcazou@libertysurf.fr>
PR optimization/13318 PR optimization/13318
......
...@@ -753,7 +753,7 @@ AC_DEFUN([gcc_GAS_CHECK_FEATURE], ...@@ -753,7 +753,7 @@ AC_DEFUN([gcc_GAS_CHECK_FEATURE],
if test $in_tree_gas = yes; then if test $in_tree_gas = yes; then
gcc_GAS_VERSION_GTE_IFELSE($3, [[$2]=yes]) gcc_GAS_VERSION_GTE_IFELSE($3, [[$2]=yes])
el])if test x$gcc_cv_as != x; then 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]) if AC_TRY_COMMAND([$gcc_cv_as $4 -o conftest.o conftest.s >&AC_FD_CC])
then then
ifelse([$6],, [$2]=yes, [$6]) ifelse([$6],, [$2]=yes, [$6])
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
# Initialization and sanity checks # Initialization and sanity checks
# -------------------------------- # --------------------------------
AC_PREREQ(2.13) AC_PREREQ(2.57)
AC_INIT(tree.c) AC_INIT(tree.c)
AC_CONFIG_HEADER(auto-host.h:config.in) AC_CONFIG_HEADER(auto-host.h:config.in)
...@@ -1959,15 +1959,16 @@ __FRAME_BEGIN__: ...@@ -1959,15 +1959,16 @@ __FRAME_BEGIN__:
.byte 0x4 .byte 0x4
.4byte .L1-.LFB1 .4byte .L1-.LFB1
.LEFDE1:], .LEFDE1:],
[ cat > conftest.lit <<EOF [ dnl # For autoconf 2.5x, must protect trailing spaces with @&t@.
cat > conftest.lit <<EOF
0000 10000000 00000000 017a0001 781a0004 .........z..x... 0000 10000000 00000000 017a0001 781a0004 .........z..x...
0010 01000000 12000000 18000000 00000000 ................ 0010 01000000 12000000 18000000 00000000 ................
0020 08000000 04080000 0044 .........D 0020 08000000 04080000 0044 .........D @&t@
EOF EOF
cat > conftest.big <<EOF cat > conftest.big <<EOF
0000 00000010 00000000 017a0001 781a0004 .........z..x... 0000 00000010 00000000 017a0001 781a0004 .........z..x...
0010 00000001 00000012 00000018 00000000 ................ 0010 00000001 00000012 00000018 00000000 ................
0020 00000008 04000000 0844 .........D 0020 00000008 04000000 0844 .........D @&t@
EOF EOF
# If the assembler didn't choke, and we can objdump, # If the assembler didn't choke, and we can objdump,
# and we got the correct data, then succeed. # and we got the correct data, then succeed.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment