Date: 11/15/01
- Next message: Hartmut Holzgraefe: "Re: [PHP-DOC] cvs: phpdoc /fr/functions calendar.xml classobj.xml com.xml cpdf.xml ctype.xml cybercash.xml dbase.xml dbm.xml dbx.xml dir.xml fbsql.xml filesystem.xml gmp.xml hw.xml icap.xml image.xml ircg"
- Previous message: Gabor Hojtsy: "Re: [PHP-DOC] cvs: phpdoc /hk bookinfo.xml preface.xml zh_hk.xml /hk/chapters config.xml install.xml intro.xml security.xml /hk/featuresconnection-handling.xml cookies.xml error-handling.xml file-u"
- Next in thread: Luca Perugini: "[PHP-DOC] cvs: phpdoc / configure.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
perugini Thu Nov 15 13:54:52 2001 EDT
Modified files:
/phpdoc configure.in
Log:
Fixed ZendApi MSG_RESULT
- checking for ZendAPIa... checking for language... en
- checking for ZendAPIa... not found
- checking for language... en
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.81 phpdoc/configure.in:1.82
--- phpdoc/configure.in:1.81 Mon Nov 12 18:35:01 2001
+++ phpdoc/configure.in Thu Nov 15 13:54:52 2001
@@ -1,6 +1,6 @@
-dnl $Id: configure.in,v 1.81 2001/11/12 23:35:01 phanto Exp $
+dnl $Id: configure.in,v 1.82 2001/11/15 18:54:52 perugini Exp $
AC_INIT(global.ent)
@@ -154,23 +154,23 @@
ZENDAPI=$withval
fi
],[
+ ZENDAPI="not found"
for dir in \
./ZendAPI \
../ZendAPI
do
if test -d "$dir"; then
- ZENDAPI=$dir
- AC_MSG_RESULT(autodetected: $dir)
+ ZENDAPI=autodetected "$dir"
break
fi
done
-
if test -d "$ZENDAPI"; then
ZEND_FIGURES="cp -r $ZENDAPI/figures ."
else
ZEND_FIGURES=""
fi
])
+AC_MSG_RESULT($ZENDAPI)
AC_SUBST(ZEND_FIGURES)
AC_MSG_CHECKING(for language)
- Next message: Hartmut Holzgraefe: "Re: [PHP-DOC] cvs: phpdoc /fr/functions calendar.xml classobj.xml com.xml cpdf.xml ctype.xml cybercash.xml dbase.xml dbm.xml dbx.xml dir.xml fbsql.xml filesystem.xml gmp.xml hw.xml icap.xml image.xml ircg"
- Previous message: Gabor Hojtsy: "Re: [PHP-DOC] cvs: phpdoc /hk bookinfo.xml preface.xml zh_hk.xml /hk/chapters config.xml install.xml intro.xml security.xml /hk/featuresconnection-handling.xml cookies.xml error-handling.xml file-u"
- Next in thread: Luca Perugini: "[PHP-DOC] cvs: phpdoc / configure.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

