Date: 11/12/01
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/functions mysql.xml nis.xml oci8.xml oracle.xml ovrimos.xml pcntl.xml"
- Previous message: Harald Radi: "[PHP-DOC] cvs: phpdoc / Makefile.in configure.in manual.xml.in"
- Next in thread: Luca Perugini: "[PHP-DOC] cvs: phpdoc / configure.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
phanto Mon Nov 12 18:35:02 2001 EDT
Modified files:
/phpdoc configure.in
Log:
win32 fix
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.80 phpdoc/configure.in:1.81
--- phpdoc/configure.in:1.80 Mon Nov 12 18:02:58 2001
+++ phpdoc/configure.in Mon Nov 12 18:35:01 2001
@@ -1,6 +1,6 @@
-dnl $Id: configure.in,v 1.80 2001/11/12 23:02:58 phanto Exp $
+dnl $Id: configure.in,v 1.81 2001/11/12 23:35:01 phanto Exp $
AC_INIT(global.ent)
@@ -410,23 +410,8 @@
-AC_OUTPUT(\
-Makefile \
-version.ent \
-checkdoc \
-common.dsl \
-howto.dsl \
-html.dsl \
-html-locale.dsl \
-install.dsl \
-print.dsl \
-phpweb.dsl \
-quickref.dsl \
-manual.xml \
-html.xsl \
-bightml.xsl \
-print.xsl \
-htmlhelp.xsl)
+dnl keep in one line for win32
+AC_OUTPUT(Makefile version.ent checkdoc common.dsl howto.dsl html.dsl html-locale.dsl install.dsl print.dsl phpweb.dsl quickref.dsl manual.xml html.xsl bightml.xsl print.xsl htmlhelp.xsl)
chmod +x checkdoc
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/functions mysql.xml nis.xml oci8.xml oracle.xml ovrimos.xml pcntl.xml"
- Previous message: Harald Radi: "[PHP-DOC] cvs: phpdoc / Makefile.in configure.in manual.xml.in"
- Next in thread: Luca Perugini: "[PHP-DOC] cvs: phpdoc / configure.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

