INN commit: branches/2.4/support (config.guess config.sub)

INN Commit Russ_Allbery at isc.org
Wed Jun 11 20:53:02 UTC 2008


    Date: Wednesday, June 11, 2008 @ 13:53:02
  Author: iulius
Revision: 7877

Update support files for autoconf to their last stable version.

Modified:
  branches/2.4/support/config.guess
  branches/2.4/support/config.sub

--------------+
 config.guess |    5 +----
 config.sub   |    9 ++++++++-
 2 files changed, 9 insertions(+), 5 deletions(-)

Modified: config.guess
===================================================================
--- config.guess	2008-06-10 17:30:01 UTC (rev 7876)
+++ config.guess	2008-06-11 20:53:02 UTC (rev 7877)
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 #   Free Software Foundation, Inc.
 
-timestamp='2008-03-12'
+timestamp='2008-04-14'
 
 # 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
@@ -985,9 +985,6 @@
 	  a.out-i386-linux)
 		echo "${UNAME_MACHINE}-pc-linux-gnuaout"
 		exit ;;
-	  coff-i386)
-		echo "${UNAME_MACHINE}-pc-linux-gnucoff"
-		exit ;;
 	  "")
 		# Either a pre-BFD a.out linker (linux-gnuoldld) or
 		# one that does not give us useful --help.

Modified: config.sub
===================================================================
--- config.sub	2008-06-10 17:30:01 UTC (rev 7876)
+++ config.sub	2008-06-11 20:53:02 UTC (rev 7877)
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 #   Free Software Foundation, Inc.
 
-timestamp='2008-03-26'
+timestamp='2008-04-14'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -530,6 +530,10 @@
 		basic_machine=m88k-motorola
 		os=-sysv3
 		;;
+	dicos)
+		basic_machine=i686-pc
+		os=-dicos
+		;;
 	djgpp)
 		basic_machine=i586-pc
 		os=-msdosdjgpp
@@ -1392,6 +1396,9 @@
 	-zvmoe)
 		os=-zvmoe
 		;;
+	-dicos*)
+		os=-dicos
+		;;
 	-none)
 		;;
 	*)



More information about the inn-committers mailing list