]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1998-10-24 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Fri, 23 Oct 1998 16:28:53 +0000 (16:28 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Fri, 23 Oct 1998 16:28:53 +0000 (16:28 +0000)
* config.guess: Hide warnings emitted by the HP linker when
generating a PA 2.0 object file. Contributed by Marcus Thiessel
<marcus@xemacs.org>.

ChangeLog
config.guess

index 043c92cf6fd41b8bad0fc0c91a1415893baede4e..787f213c81ac0f1ce9ead4db4292e3656430d077 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1998-10-24  Ben Elliston  <bje@cygnus.com>
+
+       * config.guess: Hide warnings emitted by the HP linker when
+       generating a PA 2.0 object file. Contributed by Marcus Thiessel
+       <marcus@xemacs.org>.
+       
 1998-10-20  Ben Elliston  <bje@cygnus.com>
 
        * acgeneral.m4 (AC_LANG_RESTORE): Fix a typo spotted by Noah
index 6e823367ef91b4a460b087c9ae01378c125793d7..1ec70cc19e7cbaf69e28374156c61cba220cc94b 100755 (executable)
@@ -400,7 +400,7 @@ EOF
                   exit (0);
               }
 EOF
-       ${CC-cc} dummy.c -o dummy && HP_ARCH=`./dummy`
+       (${CC-cc} dummy.c -o dummy 2>/dev/null ) && HP_ARCH=`./dummy`
        rm -f dummy.c dummy
        esac
        HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`