From 0070faa0ffd5c366bc20f477a4838b701c20b063 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 24 Jan 2000 11:55:49 +0000 Subject: See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 2651b87ab..ff584f533 100644 --- a/configure.in +++ b/configure.in @@ -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 -- cgit v1.2.3