[Chinese-commits] [manpages-zh] 60/131: check iconv and autob5 program

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 a9e17bc8bc703aa457ee55dd817744bece086b87
Author: LI Daobing <lidaobing at gmail.com>
Date:   Sat Mar 1 10:14:11 2008 +0800

    check iconv and autob5 program
---
 configure.in | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/configure.in b/configure.in
index b288874..537c908 100644
--- a/configure.in
+++ b/configure.in
@@ -6,15 +6,15 @@ AC_INIT(manpages-zh, 1.5.1-rc2, http://code.google.com/p/manpages-zh/issues/list
 AM_INIT_AUTOMAKE
 AM_MAINTAINER_MODE
 
-# Checks for programs.
+AC_PATH_PROG([ICONV], [iconv])
+if test x$ICONV = x; then
+	AC_MSG_ERROR([can not find iconv])
+fi
 
-# Checks for libraries.
-
-# Checks for header files.
-
-# Checks for typedefs, structures, and compiler characteristics.
-
-# Checks for library functions.
+AC_PATH_PROG([AUTOB5], [autob5])
+if test x$AUTOB5 = x; then
+	AC_MSG_ERROR([can not find autob5, you can install zh-autoconvert])
+fi
 
 AC_CONFIG_FILES([Makefile
 		 DOCS/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