mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
(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
1bc1427e72
commit
cf2c58e686
@ -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-10-01 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* configure.ac (AH_BOTTOM): Define GNUPG_MAJOR_VERSION.
|
||||
|
@ -600,10 +600,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"`
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user