Date: 06/29/01
- Next message: sniper <email protected>: "[PHP-DOC] Bug #11803 Updated: call to undefined function not caught by set_error_handler"
- Previous message: Rui Hirokawa: "[PHP-DOC] cvs: phpdoc /ja/chapters install.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hirokawa Fri Jun 29 14:04:11 2001 EDT
Modified files:
/phpdoc configure.in
Log:
fixed compile problem for japanese html manual.
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.68 phpdoc/configure.in:1.69
--- phpdoc/configure.in:1.68 Tue Jun 19 16:34:01 2001
+++ phpdoc/configure.in Fri Jun 29 14:04:10 2001
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.68 2001/06/19 20:34:01 jeroen Exp $
+dnl $Id: configure.in,v 1.69 2001/06/29 18:04:10 hirokawa Exp $
AC_INIT(global.ent)
@@ -315,15 +315,15 @@
case "$ENCODING" in
UTF-8)
JADE="SP_ENCODING=XML SP_CHARSET_FIXED=YES $JADEPATH"
- NSGMLS='SP_ENCODING=XML SP_CHARSET_FIXED=YES $NSGMLSCMD'
+ NSGMLS="SP_ENCODING=XML SP_CHARSET_FIXED=YES $NSGMLSCMD"
;;
big5)
JADE="SP_ENCODING=big5 SP_CHARSET_FIXED=YES $JADEPATH"
- NSGMLS='SP_ENCODING=big5 SP_CHARSET_FIXED=YES $NSGMLSCMD'
+ NSGMLS="SP_ENCODING=big5 SP_CHARSET_FIXED=YES $NSGMLSCMD"
;;
ISO-8859-2)
JADE="SP_ENCODING=ISO-8859-2 $JADEPATH"
- NSGMLS='SP_ENCODING=ISO-8859-2 $NSGMLSCMD'
+ NSGMLS="SP_ENCODING=ISO-8859-2 $NSGMLSCMD"
HTMLHELP_ENCODING="windows-1250"
;;
*)
- Next message: sniper <email protected>: "[PHP-DOC] Bug #11803 Updated: call to undefined function not caught by set_error_handler"
- Previous message: Rui Hirokawa: "[PHP-DOC] cvs: phpdoc /ja/chapters install.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

