mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
* configure.ac (PRINTABLE_OS_NAME): Remove special case for The
Hurd; Robert Millan reported that the uname test is now sufficient.
This commit is contained in:
parent
5c5c4b51ba
commit
1865540567
@ -1,3 +1,9 @@
|
|||||||
|
2003-10-21 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* 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 <dshaw@jabberwocky.com>
|
2003-09-03 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* configure.ac: Check for UINT64_C to go along with uint64_t.
|
* configure.ac: Check for UINT64_C to go along with uint64_t.
|
||||||
|
1
THANKS
1
THANKS
@ -167,6 +167,7 @@ R
|
|||||||
Reuben Sumner rasumner@wisdom.weizmann.ac.il
|
Reuben Sumner rasumner@wisdom.weizmann.ac.il
|
||||||
Richard Outerbridge outer@interlog.com
|
Richard Outerbridge outer@interlog.com
|
||||||
Robert Joop rj@rainbow.in-berlin.de
|
Robert Joop rj@rainbow.in-berlin.de
|
||||||
|
Rover Millan zeratul2@wanadoo.es
|
||||||
Roddy Strachan roddy@satlink.com.au
|
Roddy Strachan roddy@satlink.com.au
|
||||||
Roger Sondermann r.so@bigfoot.com
|
Roger Sondermann r.so@bigfoot.com
|
||||||
Roland Rosenfeld roland@spinnaker.rhein.de
|
Roland Rosenfeld roland@spinnaker.rhein.de
|
||||||
|
@ -467,10 +467,6 @@ case "${target}" in
|
|||||||
*-linux*)
|
*-linux*)
|
||||||
PRINTABLE_OS_NAME="GNU/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"`
|
PRINTABLE_OS_NAME=`uname -s || echo "Unknown"`
|
||||||
test "$PRINTABLE_OS_NAME" = "Linux" && PRINTABLE_OS_NAME="GNU/Linux"
|
test "$PRINTABLE_OS_NAME" = "Linux" && PRINTABLE_OS_NAME="GNU/Linux"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user