Commit e48cd290 by Richard Henderson Committed by Richard Henderson

aclocal.m4 (gcc_AC_EXAMINE_OBJECT): Substitute leading od output with a space…

aclocal.m4 (gcc_AC_EXAMINE_OBJECT): Substitute leading od output with a space instead of deleting it.

        * aclocal.m4 (gcc_AC_EXAMINE_OBJECT): Substitute leading od
        output with a space instead of deleting it.
        * configure: Regenerate.

From-SVN: r40565
parent d19c9689
2001-03-16 Richard Henerson <rth@redhat.com>
* aclocal.m4 (gcc_AC_EXAMINE_OBJECT): Substitute leading od
output with a space instead of deleting it.
* configure: Regenerate.
2001-03-16 Zack Weinberg <zackw@stanford.edu> 2001-03-16 Zack Weinberg <zackw@stanford.edu>
* aclocal.m4 (gcc_AC_EXAMINE_OBJECT): New utility macro which * aclocal.m4 (gcc_AC_EXAMINE_OBJECT): New utility macro which
......
...@@ -1284,7 +1284,7 @@ $1 ...@@ -1284,7 +1284,7 @@ $1
]EOF ]EOF
if AC_TRY_EVAL(ac_compile); then if AC_TRY_EVAL(ac_compile); then
od -c conftest.o | od -c conftest.o |
sed ['s/^[0-7]*[ ]*// sed ['s/^[0-7]*[ ]*/ /
s/\*/./g s/\*/./g
s/ \\n/*/g s/ \\n/*/g
s/ [0-9][0-9][0-9]/./g s/ [0-9][0-9][0-9]/./g
......
...@@ -2016,7 +2016,7 @@ EOF ...@@ -2016,7 +2016,7 @@ EOF
fi fi
# Find some useful tools # Find some useful tools
for ac_prog in mawk gawk nawk awk for ac_prog in gawk mawk nawk awk
do do
# Extract the first word of "$ac_prog", so it can be a program name with args. # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2 set dummy $ac_prog; ac_word=$2
...@@ -2643,7 +2643,7 @@ cat > conftest.$ac_ext <<EOF ...@@ -2643,7 +2643,7 @@ cat > conftest.$ac_ext <<EOF
EOF EOF
if { (eval echo configure:2645: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then if { (eval echo configure:2645: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
od -c conftest.o | od -c conftest.o |
sed 's/^[0-7]*[ ]*// sed 's/^[0-7]*[ ]*/ /
s/\*/./g s/\*/./g
s/ \\n/*/g s/ \\n/*/g
s/ [0-9][0-9][0-9]/./g s/ [0-9][0-9][0-9]/./g
...@@ -2717,7 +2717,7 @@ struct possibility table [] = ...@@ -2717,7 +2717,7 @@ struct possibility table [] =
EOF EOF
if { (eval echo configure:2719: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then if { (eval echo configure:2719: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
od -c conftest.o | od -c conftest.o |
sed 's/^[0-7]*[ ]*// sed 's/^[0-7]*[ ]*/ /
s/\*/./g s/\*/./g
s/ \\n/*/g s/ \\n/*/g
s/ [0-9][0-9][0-9]/./g s/ [0-9][0-9][0-9]/./g
......
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