1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

See ChangeLog: Mon Aug 30 20:38:33 CEST 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-08-30 18:48:57 +00:00
parent 28c861268d
commit c2c397bedf
30 changed files with 2129 additions and 1414 deletions

View file

@ -201,6 +201,15 @@ case "${target}" in
try_gdbm="no"
;;
i*86-*-msdosdjgpp*)
# DOS with the DJGPP environment
ac_cv_have_dev_random=no
AC_DEFINE(HAVE_DRIVE_LETTERS)
AC_DEFINE(HAVE_DOSISH_SYSTEM)
try_gettext="no"
try_gdbm="no"
;;
*-*-hpux*)
if test -z "$GCC" ; then
CFLAGS="$CFLAGS -Ae -D_HPUX_SOURCE"
@ -238,6 +247,10 @@ case "${target}" in
*-linux*)
PRINTABLE_OS_NAME="GNU/Linux"
;;
i*86-*-msdosdjgpp*)
PRINTABLE_OS_NAME="MSDOS/DJGPP"
try_dynload=no
;;
*)
PRINTABLE_OS_NAME=`uname -s || echo "Unknown"`
;;
@ -478,6 +491,9 @@ if test "$use_static_rnd" = default; then
m68k-atari-mint)
static_modules="$static_modules rndatari"
;;
i*86-*-msdosdjgpp*)
static_modules="$static_modules"
;;
*)
static_modules="$static_modules rndunix"
print_egd_notice=yes