mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-06 12:33:23 +01:00
* configure.ac (HAVE_DOSISH_SYSTEM): New automake conditional.
* acinclude.m4 (GNUPG_CHECK_ENDIAN): Fixed quoting of r.e. using quadrigraphs.
This commit is contained in:
parent
7ced4e41ba
commit
2b88e564fb
@ -1,3 +1,10 @@
|
|||||||
|
2003-04-15 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* configure.ac (HAVE_DOSISH_SYSTEM): New automake conditional.
|
||||||
|
|
||||||
|
* acinclude.m4 (GNUPG_CHECK_ENDIAN): Fixed quoting of r.e. using
|
||||||
|
quadrigraphs.
|
||||||
|
|
||||||
2003-04-08 David Shaw <dshaw@jabberwocky.com>
|
2003-04-08 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* configure.ac: Big warning that TIGER is being removed from the
|
* configure.ac: Big warning that TIGER is being removed from the
|
||||||
|
2
NEWS
2
NEWS
@ -41,6 +41,8 @@ Noteworthy changes in version 1.2.2 (unreleased)
|
|||||||
* Add read-only support for the SHA-256 hash, and optional
|
* Add read-only support for the SHA-256 hash, and optional
|
||||||
read-only support for the SHA-384 and SHA-512 hashes.
|
read-only support for the SHA-384 and SHA-512 hashes.
|
||||||
|
|
||||||
|
* New option --enable-progress-filter for use with frontends.
|
||||||
|
|
||||||
|
|
||||||
Noteworthy changes in version 1.2.1 (2002-10-25)
|
Noteworthy changes in version 1.2.1 (2002-10-25)
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
dnl macros to configure gnupg
|
dnl macros to configure gnupg
|
||||||
dnl Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
dnl Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
|
||||||
dnl
|
dnl
|
||||||
dnl This file is part of GnuPG.
|
dnl This file is part of GnuPG.
|
||||||
dnl
|
dnl
|
||||||
@ -115,7 +115,7 @@ define(GNUPG_CHECK_ENDIAN,
|
|||||||
tmp_assumed_endian=big
|
tmp_assumed_endian=big
|
||||||
if test "$cross_compiling" = yes; then
|
if test "$cross_compiling" = yes; then
|
||||||
case "$host_cpu" in
|
case "$host_cpu" in
|
||||||
i[345678]* )
|
i@<:@345678@:>@* )
|
||||||
tmp_assumed_endian=little
|
tmp_assumed_endian=little
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
19
configure.ac
19
configure.ac
@ -309,7 +309,9 @@ GNUPG_CHECK_DOCBOOK_TO_TEXI
|
|||||||
MPI_OPT_FLAGS=""
|
MPI_OPT_FLAGS=""
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
try_gettext=yes
|
try_gettext=yes
|
||||||
|
have_dosish_system=no
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
*-*-mingw32*)
|
*-*-mingw32*)
|
||||||
# special stuff for Windoze NT
|
# special stuff for Windoze NT
|
||||||
@ -318,21 +320,18 @@ case "${target}" in
|
|||||||
[set this to limit filenames to the 8.3 format])
|
[set this to limit filenames to the 8.3 format])
|
||||||
AC_DEFINE(HAVE_DRIVE_LETTERS,1,
|
AC_DEFINE(HAVE_DRIVE_LETTERS,1,
|
||||||
[defined if we must run on a stupid file system])
|
[defined if we must run on a stupid file system])
|
||||||
AC_DEFINE(HAVE_DOSISH_SYSTEM,1,
|
|
||||||
[defined if we run on some of the PCDOS like systems
|
|
||||||
(DOS, Windoze. OS/2) with special properties like
|
|
||||||
no file modes])
|
|
||||||
AC_DEFINE(USE_SIMPLE_GETTEXT,1,
|
AC_DEFINE(USE_SIMPLE_GETTEXT,1,
|
||||||
[because the Unix gettext has too much overhead on
|
[because the Unix gettext has too much overhead on
|
||||||
MingW32 systems and these systems lack Posix functions,
|
MingW32 systems and these systems lack Posix functions,
|
||||||
we use a simplified version of gettext])
|
we use a simplified version of gettext])
|
||||||
|
have_dosish_system=yes
|
||||||
try_gettext="no"
|
try_gettext="no"
|
||||||
;;
|
;;
|
||||||
i?86-emx-os2 | i?86-*-os2*emx )
|
i?86-emx-os2 | i?86-*-os2*emx )
|
||||||
# OS/2 with the EMX environment
|
# OS/2 with the EMX environment
|
||||||
ac_cv_have_dev_random=no
|
ac_cv_have_dev_random=no
|
||||||
AC_DEFINE(HAVE_DRIVE_LETTERS)
|
AC_DEFINE(HAVE_DRIVE_LETTERS)
|
||||||
AC_DEFINE(HAVE_DOSISH_SYSTEM)
|
have_dosish_system=yes
|
||||||
try_gettext="no"
|
try_gettext="no"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
@ -340,7 +339,7 @@ case "${target}" in
|
|||||||
# DOS with the DJGPP environment
|
# DOS with the DJGPP environment
|
||||||
ac_cv_have_dev_random=no
|
ac_cv_have_dev_random=no
|
||||||
AC_DEFINE(HAVE_DRIVE_LETTERS)
|
AC_DEFINE(HAVE_DRIVE_LETTERS)
|
||||||
AC_DEFINE(HAVE_DOSISH_SYSTEM)
|
have_dosish_system=yes
|
||||||
try_gettext="no"
|
try_gettext="no"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
@ -377,6 +376,14 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
if test "$have_dosish_system" = yes; then
|
||||||
|
AC_DEFINE(HAVE_DOSISH_SYSTEM,1,
|
||||||
|
[defined if we run on some of the PCDOS like systems
|
||||||
|
(DOS, Windoze. OS/2) with special properties like
|
||||||
|
no file modes])
|
||||||
|
fi
|
||||||
|
AM_CONDITIONAL(HAVE_DOSISH_SYSTEM, test "$have_dosish_system" = yes)
|
||||||
|
|
||||||
AC_SUBST(MPI_OPT_FLAGS)
|
AC_SUBST(MPI_OPT_FLAGS)
|
||||||
GNUPG_SYS_SYMBOL_UNDERSCORE
|
GNUPG_SYS_SYMBOL_UNDERSCORE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user