From: Karl Berry Date: Sat, 2 Dec 2006 19:09:16 +0000 (+0000) Subject: autoupdate X-Git-Tag: cvs-readonly~1513 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=d4efd9bd0177593f8a133026ff5ca855ef4e6505;p=gnulib.git autoupdate --- diff --git a/build-aux/config.guess b/build-aux/config.guess index eeb9aef18..c08cebd35 100755 --- a/build-aux/config.guess +++ b/build-aux/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2006-11-15' +timestamp='2006-11-30' # 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 @@ -1209,6 +1209,9 @@ EOF SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} exit ;; + SX-7:SUPER-UX:*:*) + echo sx7-nec-superux${UNAME_RELEASE} + exit ;; SX-8:SUPER-UX:*:*) echo sx8-nec-superux${UNAME_RELEASE} exit ;; diff --git a/m4/lib-link.m4 b/m4/lib-link.m4 index b422218dc..aae42acfb 100644 --- a/m4/lib-link.m4 +++ b/m4/lib-link.m4 @@ -1,4 +1,4 @@ -# lib-link.m4 serial 10 (gettext-0.16.1) +# lib-link.m4 serial 10 (gettext-0.16.2) dnl Copyright (C) 2001-2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it,