1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-10-31 20:08:43 +01:00

See ChangeLog: Sat Jun 26 13:54:43 CEST 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-06-26 12:00:41 +00:00
parent 080c9ca49f
commit 38c47646ea
3 changed files with 21 additions and 20 deletions

View File

@ -1,10 +1,10 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
if COMPILE_LIBGCRYPT #if COMPILE_LIBGCRYPT
gcrypt = gcrypt #gcrypt = gcrypt
else #else
gcrypt = gcrypt =
endif #endif
SUBDIRS = intl zlib util mpi cipher tools g10 po doc checks ${gcrypt} SUBDIRS = intl zlib util mpi cipher tools g10 po doc checks ${gcrypt}
EXTRA_DIST = VERSION PROJECTS BUGS EXTRA_DIST = VERSION PROJECTS BUGS

4
NEWS
View File

@ -14,9 +14,9 @@ Noteworthy changes in version 0.9.8
* New option --with-key-data to list the public key parameters. * New option --with-key-data to list the public key parameters.
New option -N to insert notations and a --set-policy-url. New option -N to insert notations and a --set-policy-url.
A couple of other options to allow restting of options. A couple of other options to allow reseting of options.
* Better support for HPUX * Better support for HPUX.
Noteworthy changes in version 0.9.7 Noteworthy changes in version 0.9.7

View File

@ -102,15 +102,16 @@ AC_ARG_WITH(included-zlib,
[g10_force_zlib=yes], [g10_force_zlib=no] ) [g10_force_zlib=yes], [g10_force_zlib=no] )
AC_MSG_RESULT($g10_force_zlib) AC_MSG_RESULT($g10_force_zlib)
dnl dnl This does not work because automakes install tareget still needs libtool
dnl Check wether we want to compile libgcrypt dnl dnl
dnl dnl dnl Check wether we want to compile libgcrypt
AC_MSG_CHECKING([whether compilation of libgcrypt is requested]) dnl dnl
AC_ARG_ENABLE(libgcrypt, dnl AC_MSG_CHECKING([whether compilation of libgcrypt is requested])
[ --enable-libgcrypt compile the libgcrypt [default=no]], dnl AC_ARG_ENABLE(libgcrypt,
[compile_libgcrypt="$enableval"],[compile_libgcrypt=no]) dnl [ --enable-libgcrypt compile the libgcrypt [default=no]],
AM_CONDITIONAL(COMPILE_LIBGCRYPT, test x$compile_libgcrypt = xyes) dnl [compile_libgcrypt="$enableval"],[compile_libgcrypt=no])
AC_MSG_RESULT($compile_libgcrypt) dnl AM_CONDITIONAL(COMPILE_LIBGCRYPT, test x$compile_libgcrypt = xyes)
dnl AC_MSG_RESULT($compile_libgcrypt)
dnl Checks for programs. dnl Checks for programs.
@ -135,11 +136,11 @@ AM_CONDITIONAL(HAVE_DOCBOOK_TO_MAN, test "$ac_cv_prog_DOCBOOK_TO_MAN" = yes)
if test x$compile_libgcrypt = xyes; then dnl if test x$compile_libgcrypt = xyes; then
dnl Don't default to build shared libs dnl dnl Don't default to build shared libs
AM_DISABLE_SHARED dnl AM_DISABLE_SHARED
AM_PROG_LIBTOOL dnl AM_PROG_LIBTOOL
fi dnl fi
MPI_OPT_FLAGS="" MPI_OPT_FLAGS=""