Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:daef6cc9c23061c21096246e7083ca264b3b6c0e
Author...:karl <>
Committer:karl <>
Date.....:Sat Jul 9 12:59:28 2005 +0000
Parents..:236782a3389d5bd239edc6917e9da693e4e04ca0

Message
[project @ 2005-07-09 12:59:28 by karl]
autoupdate

Changes
diff --git a/build-aux/config.guess b/build-aux/config.guess
line changes: +3/-4
index 4f0f63f..917bbc5
--- a/build-aux/config.guess
+++ b/build-aux/config.guess
@@ -3,7 +3,7 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
-timestamp='2005-06-30'
+timestamp='2005-07-08'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -125,7 +125,7 @@ case $CC_FOR_BUILD,$HOST_CC,$CC in
 	;;
  ,,*)   CC_FOR_BUILD=$CC ;;
  ,*,*)  CC_FOR_BUILD=$HOST_CC ;;
-esac ;'
+esac ; set_cc_for_build= ;'
 
 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
 # (ghazi@noc.rutgers.edu 1994-08-24)
@@ -623,8 +623,7 @@ EOF
 	esac
 	if [ ${HP_ARCH} = "hppa2.0w" ]
 	then
-	    # avoid double evaluation of $set_cc_for_build
-	    test -n "$CC_FOR_BUILD" || eval $set_cc_for_build
+	    eval $set_cc_for_build
 
 	    # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
 	    # 32-bit code.  hppa64-hp-hpux* has the same kernel and a compiler

This website is licensed under AGPL-3.0. Feel free to copy!