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)- [PHP-DOC] cvs: phpdoc / configure.in Martin Kraemer
- [PHP-DOC] cvs: phpdoc / configure.in Daniel Beckham
- [PHP-DOC] cvs: phpdoc / configure.in Rui Hirokawa
- [PHP-DOC] cvs: phpdoc / configure.in Luca Perugini
- [PHP-DOC] cvs: phpdoc / configure.in Jouni Ahto
- [PHP-DOC] cvs: phpdoc / configure.in Egon Schmid
- [PHP-DOC] cvs: phpdoc / configure.in Jouni Ahto
- [PHP-DOC] cvs: phpdoc / configure.in jim winstead
- [PHP-DOC] cvs: phpdoc / configure.in Leszek Krupinski
- [PHP-DOC] cvs: phpdoc / configure.in Harald Radi
- [PHP-DOC] cvs: phpdoc / configure.in Luca Perugini
- [PHP-DOC] cvs: phpdoc / configure.in Luca Perugini
- [PHP-DOC] cvs: phpdoc / configure.in Derick Rethans
- Re: [PHP-DOC] cvs: phpdoc / configure.in Salah Faya
- Re: [PHP-DOC] cvs: phpdoc / configure.in Markus Fischer
- Re: [PHP-DOC] cvs: phpdoc / configure.in derick
- [PHP-DOC] cvs: phpdoc / configure.in jim winstead
- [PHP-DOC] cvs: phpdoc / configure.in Hartmut Holzgraefe
- [PHP-DOC] cvs: phpdoc / configure.in Hartmut Holzgraefe
- [PHP-DOC] cvs: phpdoc / configure.in Gabor Hojtsy
- [PHP-DOC] cvs: phpdoc / configure.in Hartmut Holzgraefe
