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
 


Reply via email to