null+****@clear*****
null+****@clear*****
2011年 6月 15日 (水) 07:33:14 JST
Kouhei Sutou 2011-06-14 22:33:14 +0000 (Tue, 14 Jun 2011)
New Revision: ef0d8c38d8e1c7627d842e5bbdb8417970956d17
Log:
use meaningful not found value for hg.
Modified files:
configure.ac
Modified: configure.ac (+2 -2)
===================================================================
--- configure.ac 2011-06-14 14:55:15 +0000 (5c83fac)
+++ configure.ac 2011-06-14 22:33:14 +0000 (d07105e)
@@ -747,11 +747,11 @@ AC_MSG_RESULT($enable_document)
document_available=no
if test x"$enable_document" != x"no"; then
- AC_PATH_PROG(HG, hg, none)
+ AC_PATH_PROG(HG, hg, hg-not-found)
if test -f "$srcdir/doc/build-stamp"; then
document_available=yes
else
- if test x"$HG" = x"none"; then
+ if test x"$HG" = x"hg-not-found"; then
if test x"$enable_document" = x"yes"; then
AC_MSG_ERROR("No hg found")
fi