bjori Fri Mar 16 18:08:03 2007 UTC
Modified files:
/phpdoc configure.in
Log:
Make *jade and *sgml tools optional
http://cvs.php.net/viewvc.cgi/phpdoc/configure.in?r1=1.240&r2=1.241&diff_format=u
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.240 phpdoc/configure.in:1.241
--- phpdoc/configure.in:1.240 Thu Feb 8 14:33:02 2007
+++ phpdoc/configure.in Fri Mar 16 18:08:03 2007
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.240 2007/02/08 14:33:02 bjori Exp $
+dnl $Id: configure.in,v 1.241 2007/03/16 18:08:03 bjori Exp $
dnl autoconf initialisation
AC_INIT()
@@ -148,7 +148,7 @@
]
)
if test $JADE = "no"; then
- AC_MSG_ERROR([can't find jade or openjade])
+ AC_MSG_WARN([can't find jade or openjade, DSSSL build wont work])
fi
if test `expr $JADE : ../phpdoc-tools` -ne 0; then
WINJADE=1
@@ -206,7 +206,7 @@
]
)
if test $NSGMLS = "no"; then
- AC_MSG_ERROR([can't find nsgmls or onsgmls])
+ AC_MSG_WARN([can't find nsgmls or onsgmls, make test wont work])
fi
AC_SUBST(NSGMLS)