gpgme (configure.ac gpgme/gpgme.h)
cvs user marcus
cvs at cvs.gnupg.org
Tue Dec 7 16:19:07 CET 2004
Date: Tuesday, December 7, 2004 @ 16:27:11
Author: marcus
Path: /cvs/gpgme/gpgme
Modified: configure.ac gpgme/gpgme.h
Fix up gpgme-1.0.1 release changes. Somehow the correct change didn't
make it into the repository.
---------------+
configure.ac | 8 ++++----
gpgme/gpgme.h | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
Index: gpgme/configure.ac
diff -u gpgme/configure.ac:1.91 gpgme/configure.ac:1.92
--- gpgme/configure.ac:1.91 Tue Dec 7 16:25:48 2004
+++ gpgme/configure.ac Tue Dec 7 16:27:11 2004
@@ -44,7 +44,7 @@
NEED_GPGSM_VERSION=1.9.6
##############################################
AC_PREREQ(2.52)
-AC_REVISION($Revision: 1.91 $)
+AC_REVISION($Revision: 1.92 $)
PACKAGE=$PACKAGE_NAME
VERSION=$PACKAGE_VERSION
@@ -295,7 +295,7 @@
AC_MSG_WARN([GnuPG must be at least version $NEED_GPG_VERSION])
fi
fi
-AM_CONDITIONAL(RUN_GPG_TESTS, [test "$ok" = "yes" ])
+AM_CONDITIONAL(RUN_GPG_TESTS, test "$ok" = "yes")
AC_SUBST(GPG_PATH)
NO_OVERRIDE=no
@@ -330,7 +330,7 @@
AC_DEFINE_UNQUOTED(GPGSM_PATH, "$GPGSM", [Path to the GPGSM binary.])
AC_SUBST(GPGSM)
fi
-AM_CONDITIONAL(HAVE_GPGSM, ["$GPGSM" != "no"])
+AM_CONDITIONAL(HAVE_GPGSM, test "$GPGSM" != "no")
dnl Check for GPGSM version requirement.
GPGSM_VERSION=unknown
ok=maybe
@@ -386,7 +386,7 @@
AC_MSG_WARN([GPGSM must be at least version $NEED_GPGSM_VERSION])
fi
fi
-AM_CONDITIONAL(RUN_GPGSM_TESTS, [test "$ok" = "yes" ])
+AM_CONDITIONAL(RUN_GPGSM_TESTS, test "$ok" = "yes")
# FIXME: Only build if supported.
AM_CONDITIONAL(BUILD_ASSUAN, test "$GPGSM" != "no")
Index: gpgme/gpgme/gpgme.h
diff -u gpgme/gpgme/gpgme.h:1.148 gpgme/gpgme/gpgme.h:1.149
--- gpgme/gpgme/gpgme.h:1.148 Wed Sep 29 01:15:39 2004
+++ gpgme/gpgme/gpgme.h Tue Dec 7 16:27:11 2004
@@ -74,7 +74,7 @@
AM_PATH_GPGME macro) check that this header matches the installed
library. Warning: Do not edit the next line. configure will do
that for you! */
-#define GPGME_VERSION "0.9.1-cvs"
+#define GPGME_VERSION "1.0.1"
/* Some opaque data types used by GPGME. */
More information about the Gnupg-commits
mailing list