[Chinese-commits] [manpages-zh] 61/131: check perl

Boyuan Yang hosiet-guest at moszumanska.debian.org
Tue Dec 13 19:59:40 UTC 2016


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

hosiet-guest pushed a commit to branch master
in repository manpages-zh.

commit 58563d6e604168e7a3fe5d34726b12ad71c4634e
Author: LI Daobing <lidaobing at gmail.com>
Date:   Sat Mar 1 10:16:03 2008 +0800

    check perl
---
 configure.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configure.in b/configure.in
index 537c908..c7deb34 100644
--- a/configure.in
+++ b/configure.in
@@ -16,6 +16,11 @@ if test x$AUTOB5 = x; then
 	AC_MSG_ERROR([can not find autob5, you can install zh-autoconvert])
 fi
 
+AC_PATH_PROG([PERL], [perl])
+if test x$PERL = x; then
+	AC_MSG_ERROR([please install perl first])
+fi
+
 AC_CONFIG_FILES([Makefile
 		 DOCS/Makefile
 		 src/Makefile

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/manpages-zh.git



More information about the Chinese-commits mailing list