hholzgra                Sun Jan  6 19:10:57 2002 EDT

  Modified files:              
    /phpdoc     configure.in 
  Log:
  last patch was realy stupid, should go to bed now ... :(
  
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.103 phpdoc/configure.in:1.104
--- phpdoc/configure.in:1.103   Sun Jan  6 18:16:42 2002
+++ phpdoc/configure.in Sun Jan  6 19:10:56 2002
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.103 2002/01/06 23:16:42 hholzgra Exp $
+dnl $Id: configure.in,v 1.104 2002/01/07 00:10:56 hholzgra Exp $
 
 dnl autoconf initialisation
 AC_INIT()
@@ -185,7 +185,6 @@
     AC_MSG_RESULT(in $withval)
   fi
 ],[
- (
   cd dsssl
   for dir1 in ../../phpdoc-tools/dsssl \
               ../phpdoc-tools/dsssl \
@@ -213,7 +212,7 @@
     done
     if test ! -z "$DOCBOOK_HTML"; then break; fi
   done
- )
+  cd ..
 ])
 
 AC_SUBST(DOCBOOK_HTML)
@@ -234,7 +233,6 @@
     DOCBOOKXSL_PRINT=$withval/fo/docbook.xsl
     AC_MSG_RESULT(in $withval)
 ],[
- (
   cd dsssl
     for dir in \
         ../../phpdoc-tools/xsl/docbook \
@@ -252,7 +250,7 @@
             break
         fi
     done
- )
+  cd ..
 ])
 if test -z "$DOCBOOKXSL_BIGHTML"; then
     DOCBOOKXSL_BIGHTML=../phpdoc-tools/xsl/html/docbook.xsl


Reply via email to