diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-16 23:57:46 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-16 23:57:46 +0000 |
commit | 3e8866847dcd9e4c2c5841b0c559c08ecfd5b260 (patch) | |
tree | fb09f6c71ec8ab6b6befd0fb7df60d23870969d9 /gcc/aclocal.m4 | |
parent | 4344dc70fd9edcecff1a981e86224dca593bb19e (diff) | |
download | gcc-3e8866847dcd9e4c2c5841b0c559c08ecfd5b260.tar.gz |
* aclocal.m4 (gcc_AC_EXAMINE_OBJECT): Substitute leading od
output with a space instead of deleting it.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40565 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 3b43b0a7bd4..83117a2d4bc 100644 --- a/gcc/aclocal.m4 +++ b/gcc/aclocal.m4 @@ -1284,7 +1284,7 @@ $1 ]EOF if AC_TRY_EVAL(ac_compile); then od -c conftest.o | - sed ['s/^[0-7]*[ ]*// + sed ['s/^[0-7]*[ ]*/ / s/\*/./g s/ \\n/*/g s/ [0-9][0-9][0-9]/./g |