Date: 05/25/00
- Next message: Thomas Fromm: "[PHPDOC] bugreport php.net"
- Previous message: huib Bakker: "[PHPDOC] unsibscribe"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
kk Thu May 25 13:18:25 2000 EDT
Modified files:
/phpdoc configure.in
Log:
- This is a symlink. Test for existence, not for regular file.
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.31 phpdoc/configure.in:1.32
--- phpdoc/configure.in:1.31 Wed May 24 16:30:29 2000
+++ phpdoc/configure.in Thu May 25 13:18:25 2000
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.31 2000/05/24 14:30:29 hholzgra Exp $
+dnl $Id: configure.in,v 1.32 2000/05/25 11:18:25 kk Exp $
AC_INIT(global.ent)
@@ -171,7 +171,7 @@
AC_SUBST(NSGMLS)
dnl SuSE 6.2/6.3 need this
-if test -f /usr/share/sgml/CATALOG.docbk30
+if test -e /usr/share/sgml/CATALOG.docbk30
then
CATALOG="-c /usr/share/sgml/CATALOG.docbk30"
fi
- Next message: Thomas Fromm: "[PHPDOC] bugreport php.net"
- Previous message: huib Bakker: "[PHPDOC] unsibscribe"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

