From 1865540567556fac6d4c0b34fe085e83d0c7359f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 21 Oct 2003 12:54:28 +0000 Subject: * configure.ac (PRINTABLE_OS_NAME): Remove special case for The Hurd; Robert Millan reported that the uname test is now sufficient. --- ChangeLog | 6 ++++++ THANKS | 1 + configure.ac | 4 ---- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2c60d1ec5..2287ffccd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-10-21 Werner Koch + + * configure.ac (PRINTABLE_OS_NAME): Remove special case for The + Hurd; Robert Millan reported that the uname test is now + sufficient. + 2003-09-03 David Shaw * configure.ac: Check for UINT64_C to go along with uint64_t. diff --git a/THANKS b/THANKS index a204e71cf..8cc7a6e54 100644 --- a/THANKS +++ b/THANKS @@ -167,6 +167,7 @@ R Reuben Sumner rasumner@wisdom.weizmann.ac.il Richard Outerbridge outer@interlog.com Robert Joop rj@rainbow.in-berlin.de +Rover Millan zeratul2@wanadoo.es Roddy Strachan roddy@satlink.com.au Roger Sondermann r.so@bigfoot.com Roland Rosenfeld roland@spinnaker.rhein.de diff --git a/configure.ac b/configure.ac index 7d118edf6..f8b434a6a 100644 --- a/configure.ac +++ b/configure.ac @@ -467,10 +467,6 @@ case "${target}" in *-linux*) PRINTABLE_OS_NAME="GNU/Linux" ;; -dnl let that after linux to avoid gnu-linux problems - *-gnu*) - PRINTABLE_OS_NAME="GNU/Hurd" - ;; *) PRINTABLE_OS_NAME=`uname -s || echo "Unknown"` test "$PRINTABLE_OS_NAME" = "Linux" && PRINTABLE_OS_NAME="GNU/Linux" -- cgit v1.2.3