summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-04-26 13:23:19 +0000
committerKarl Berry <karl@freefriends.org>2006-04-26 13:23:19 +0000
commit04b302b5addeca4d476007e27c2ad8be6bacceee (patch)
tree0b31e2ad622409b4b68a1ef978e4861efc4a6583
parent6d8d4e520be656b646a6f5cf7ebebfc31c178022 (diff)
downloadgnulib-04b302b5addeca4d476007e27c2ad8be6bacceee.tar.gz
autoupdate
-rwxr-xr-xbuild-aux/config.guess4
-rwxr-xr-xbuild-aux/install-sh5
2 files changed, 5 insertions, 4 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess
index 22906b3399..7149b1bbbd 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-03-13'
+timestamp='2006-04-26'
# 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
@@ -771,6 +771,8 @@ EOF
case ${UNAME_MACHINE} in
pc98)
echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
+ amd64)
+ echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
*)
echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
esac
diff --git a/build-aux/install-sh b/build-aux/install-sh
index 11850a9a9a..220d6647ef 100755
--- a/build-aux/install-sh
+++ b/build-aux/install-sh
@@ -1,7 +1,7 @@
#!/bin/sh
# install - install a program, script, or datafile
-scriptversion=2006-04-24.12
+scriptversion=2006-04-25.22
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
@@ -238,8 +238,7 @@ do
expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$dst" : 'X\(//\)[^/]' \| \
X"$dst" : 'X\(//\)$' \| \
- X"$dst" : 'X\(/\)' \| \
- . : '\(.\)' 2>/dev/null ||
+ X"$dst" : 'X\(/\)' \| . 2>/dev/null ||
echo X"$dst" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/