cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/configure.in [signed-commits2]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/configure.in [signed-commits2]
Date: Fri, 28 Oct 2005 11:56:57 -0400

Index: ccvs/configure.in
diff -u ccvs/configure.in:1.362.4.1 ccvs/configure.in:1.362.4.2
--- ccvs/configure.in:1.362.4.1 Thu Oct 20 21:33:07 2005
+++ ccvs/configure.in   Fri Oct 28 15:56:53 2005
@@ -104,6 +104,15 @@
 # For src/gpg.c
 AC_PATH_PROG(GPG, gpg, gpg)
 if test x"$GPG" != xgpg; then
+  # The GPG on at least one of my FreeBSD 4.11 test systems fails to run
+  # because libintl is missing.
+  if $GPG --version >/dev/null 2>&1; then :; else
+    # GPG is broken.  Pretend it isn't there.
+    AC_MSG_WARN([GPG is installed as \`$GPG', but is broken.  Ignoring it.])
+    GPG=gpg
+  fi
+fi
+if test x"$GPG" != xgpg; then
   AC_DEFINE([HAVE_OPENPGP], [1],
            [Define if an OpenPGP capable program is available (and, assumedly,
             usable command line templates are in the DEFAULT_SIGN_TEMPLATE and




reply via email to

[Prev in Thread] Current Thread [Next in Thread]