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


gnu-hello       
Info
Commit...:fcd81fb514c1520c8646f70bc1db556a753b41e5
Author...:karl <>
Committer:karl <>
Date.....:Wed Aug 3 13:26:48 2005 +0000
Parents..:a4090176967ec599e0c61b4986c5372facef2a2d

Message
[project @ 2005-08-03 13:26:48 by karl]
autoupdate

Changes
diff --git a/build-aux/config.guess b/build-aux/config.guess
line changes: +2/-2
index 480b123..ad5281e
--- 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-07-08'
+timestamp='2005-08-03'
 
 # 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
@@ -794,7 +794,7 @@ EOF
     i*:UWIN*:*)
 	echo ${UNAME_MACHINE}-pc-uwin
 	exit ;;
-    amd64:CYGWIN*:*:*)
+    amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
 	echo x86_64-unknown-cygwin
 	exit ;;
     p*:CYGWIN*:*)

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