goba            Fri Jan  4 11:19:01 2002 EDT

  Modified files:              
    /phpdoc     configure.in 
  Log:
  No more Perl used here, no checkdoc script used, replace by checkdoc.php
  
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.89 phpdoc/configure.in:1.90
--- phpdoc/configure.in:1.89    Fri Jan  4 10:04:33 2002
+++ phpdoc/configure.in Fri Jan  4 11:19:01 2002
@@ -1,12 +1,9 @@
 
 
-dnl $Id: configure.in,v 1.89 2002/01/04 15:04:33 hholzgra Exp $
+dnl $Id: configure.in,v 1.90 2002/01/04 16:19:01 goba Exp $
 
 AC_INIT(global.ent)
 
-dnl used by checkdoc
-AC_PATH_PROG(PERL_PATH, perl)
-
 dnl AC_MSG_CHECKING(for DocBook doctype)
 dnl check_catalog_files() {
 dnl    for catalog in $@; do
@@ -417,9 +414,7 @@
 
 
 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
+AC_OUTPUT(Makefile version.ent 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 sanity checks for SuSE 6.x
 if test -e /usr/share/sgml/docbk30/docbook.dcl 
@@ -488,4 +483,4 @@
 echo "<!ENTITY global.function-index  SYSTEM \"$srcdir/funcindex.xml\">" >> 
chapters.ent
 
 chmod a-w chapters.ent
-        
+


Reply via email to