From: Karl Berry Date: Sun, 17 Jun 2012 15:15:48 +0000 (-0700) Subject: autoupdate X-Git-Tag: v0.1~618 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=c48fb40889bd69fbd48a542636686f7b117faff7;p=gnulib.git autoupdate --- diff --git a/build-aux/config.guess b/build-aux/config.guess index c0adba94b..aa04f04bd 100755 --- a/build-aux/config.guess +++ b/build-aux/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-06-10' +timestamp='2012-06-17' # 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 @@ -200,6 +200,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit ;; + *:Bitrig:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} + exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} diff --git a/build-aux/config.sub b/build-aux/config.sub index 6205f8423..8beeb41a7 100755 --- a/build-aux/config.sub +++ b/build-aux/config.sub @@ -1352,7 +1352,7 @@ case $os in | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ - | -openbsd* | -solidbsd* \ + | -bitrig* | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ diff --git a/doc/maintain.texi b/doc/maintain.texi index 1891ef2ef..aab6cdcb2 100644 --- a/doc/maintain.texi +++ b/doc/maintain.texi @@ -5,7 +5,7 @@ @c For double-sided printing, uncomment: @c @setchapternewpage odd @c This date is automagically updated when you save this file: -@set lastupdate May 20, 2012 +@set lastupdate June 12, 2012 @c %**end of header @dircategory GNU organization @@ -1521,7 +1521,7 @@ maintain the web pages at @url{http://www.gnu.org} for your project In the @samp{My Account Conf} page on @code{savannah}, upload the GPG key you will use to sign your packages. If you haven't created one before, you can do so with the command @code{gpg --gen-key} (you can -accept all the default answers to its questions). +accept and/or confirm the default answers to its questions). Optional but recommended: Send your key to a GPG public key server: @code{gpg --keyserver keys.gnupg.net --send-keys @var{keyid}}, where