changeset 4878:21a917d42540

.
author Karl Berry <karl@freefriends.org>
date Tue, 18 Nov 2003 13:43:51 +0000
parents aa7f09149b91
children 9b96adbed643
files config/ChangeLog config/config.guess config/config.sub config/srclist.txt
diffstat 4 files changed, 15 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,9 @@
+2003-11-18  Karl Berry  <karl@gnu.org>
+
+	* config.{sub,guess}: update from config.
+	
+	* (printf-{parse,args}.[ch]): sync broken, sigh.
+
 2003-11-09  Karl Berry  <karl@gnu.org>
 
 	* mkinstalldirs, depcomp, mdate-sh: update from automake.
--- a/config/config.guess
+++ b/config/config.guess
@@ -1227,6 +1227,9 @@
     SEI:*:*:SEIUX)
         echo mips-sei-seiux${UNAME_RELEASE}
 	exit 0 ;;
+    *:DRAGONFLY:*:*)
+	echo ${UNAME_MACHINE}-unknown-dragonfly${UNAME_RELEASE}
+	exit 0 ;;
 esac
 
 #echo '(No uname command or uname output not recognized.)' 1>&2
--- a/config/config.sub
+++ b/config/config.sub
@@ -1152,7 +1152,7 @@
 	      | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
 	      | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
 	      | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
-	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei*)
+	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*)
 	# Remember, each alternative MUST END IN *, to match a version number.
 		;;
 	-qnx*)
--- a/config/srclist.txt
+++ b/config/srclist.txt
@@ -1,4 +1,4 @@
-# $Id: srclist.txt,v 1.29 2003-11-02 14:57:18 karl Exp $
+# $Id: srclist.txt,v 1.30 2003-11-18 13:43:51 karl Exp $
 # Files for which we are not the source.  See ./srclistvars.sh for the
 # variable definitions.
 
@@ -19,10 +19,10 @@
 
 $GETTEXT/gettext-runtime/libasprintf/asnprintf.c	lib gpl
 $GETTEXT/gettext-runtime/libasprintf/asprintf.c		lib gpl
-$GETTEXT/gettext-runtime/libasprintf/printf-args.c	lib gpl
-$GETTEXT/gettext-runtime/libasprintf/printf-args.h	lib gpl
-$GETTEXT/gettext-runtime/libasprintf/printf-parse.c	lib gpl
-$GETTEXT/gettext-runtime/libasprintf/printf-parse.h	lib gpl
+#$GETTEXT/gettext-runtime/libasprintf/printf-args.c	lib gpl
+#$GETTEXT/gettext-runtime/libasprintf/printf-args.h	lib gpl
+#$GETTEXT/gettext-runtime/libasprintf/printf-parse.c	lib gpl
+#$GETTEXT/gettext-runtime/libasprintf/printf-parse.h	lib gpl
 # put back after next gettext release --12aug03.
 #$GETTEXT/gettext-runtime/libasprintf/vasnprintf.c	lib gpl
 $GETTEXT/gettext-runtime/libasprintf/vasnprintf.h	lib gpl