goba            Sat Feb 16 08:23:27 2002 EDT

  Modified files:              
    /phpdoc     configure.in 
  Log:
  installpart.xml and chmonly.xml are generated into $srcdir
  
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.137 phpdoc/configure.in:1.138
--- phpdoc/configure.in:1.137   Sat Feb 16 08:19:20 2002
+++ phpdoc/configure.in Sat Feb 16 08:23:27 2002
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.137 2002/02/16 13:19:20 goba Exp $
+dnl $Id: configure.in,v 1.138 2002/02/16 13:23:27 goba Exp $
 
 dnl autoconf initialisation
 AC_INIT()
@@ -750,7 +750,7 @@
 fi
 if test "$CHMENABLED" = "yes"; then
   echo "<!-- chmonly pages inclusion enabled -->" >> entities/chapters.ent
-  echo "<!ENTITY chmonly SYSTEM 'chmonly.xml'>" >> entities/chapters.ent
+  echo "<!ENTITY chmonly SYSTEM '$srcdir/chmonly.xml'>" >> entities/chapters.ent
   echo  >> entities/chapters.ent
   echo " CHM inclusion enabled"
 else
@@ -766,7 +766,7 @@
   echo " Using install.xml"
 else
   echo "<!-- old install.xml not found in langauge dir -->" >> entities/chapters.ent
-  echo "<!ENTITY install-chapter 'installpart.xml'>" >> entities/chapters.ent
+  echo "<!ENTITY install-chapter '$srcdir/installpart.xml'>" >> entities/chapters.ent
   echo  >> entities/chapters.ent
   echo " Using the install part from installpart.xml"
 fi


Reply via email to