[Pkg-wmaker-commits] [wmbiff] 10/16: warn if autoconf/libgnutls.m4 does not exist

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:02:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_13
in repository wmbiff.

commit 234cecfb790ff6c486bf5942faec2a7d2ff2ebbe
Author: bluehal <bluehal>
Date:   Tue Jan 21 05:55:43 2003 +0000

    warn if autoconf/libgnutls.m4 does not exist
---
 autogen.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/autogen.sh b/autogen.sh
index 4745471..31ebe13 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -43,6 +43,13 @@ else
     fi
 fi
 
+if [ ! -e autoconf/libgnutls.m4 ] ; then
+    echo "WARNING: autoconf/libgnutls.m4 does not exist.  autogen is unlikely to work."
+fi
+if [ ! -e autoconf/libgcrypt.m4 ] ; then
+    echo "WARNING: autoconf/libgcrypt.m4 does not exist.  autogen is unlikely to work."
+fi
+
 ACLOCAL=${ACLOCAL} AUTOHEADER=${AUTOHEADER} \
 AUTOCONF=${AUTOCONF} AUTOMAKE=${AUTOMAKE}  \
 ${AUTORECONF} --install && \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list