mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch
This commit is contained in:
parent
704eb738c0
commit
0070faa0ff
88 changed files with 887 additions and 3998 deletions
|
@ -667,7 +667,7 @@ AC_SUBST(ZLIBS)
|
|||
changequote(,)dnl
|
||||
tmp_pat='[a-zA-Z]'
|
||||
changequote([,])dnl
|
||||
if echo "$VERSION" | grep "$tmp_pat" >/dev/null ; then
|
||||
if echo "$VERSION" | sed 's/-.*//' | grep "$tmp_pat" >/dev/null ; then
|
||||
AC_DEFINE(IS_DEVELOPMENT_VERSION)
|
||||
fi
|
||||
|
||||
|
@ -720,6 +720,7 @@ AC_OUTPUT([
|
|||
Makefile
|
||||
intl/Makefile
|
||||
po/Makefile.in
|
||||
jnlib/Makefile
|
||||
util/Makefile
|
||||
mpi/Makefile
|
||||
cipher/Makefile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue