cvs: php4 /ext/mcal/ config.m4
[email protected] ("Charles Hagenbuch") Wed, 31 May 2000 17:33:29 -0000
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvschagenbu959794409@cvsserver> |
chagenbu Wed May 31 10:33:29 2000 EDT
Modified files:
/php4/ext/mcal config.m4
Log:
monkeying Sascha's suggested change to allow relative pathnames.
Index: php4/ext/mcal/config.m4
diff -u php4/ext/mcal/config.m4:1.5 php4/ext/mcal/config.m4:1.6
--- php4/ext/mcal/config.m4:1.5 Mon May 1 21:00:45 2000
+++ php4/ext/mcal/config.m4 Wed May 31 10:33:29 2000
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.5 2000/05/02 04:00:45 sas Exp $
+dnl $Id: config.m4,v 1.6 2000/05/31 17:33:29 chagenbu Exp $
PHP_ARG_WITH(mcal,for MCAL support,
[ --with-mcal[=DIR] Include MCAL support.])
@@ -7,7 +7,7 @@
if test "$PHP_MCAL" = "yes"; then
MCAL_DIR=/usr/local
else
- MCAL_DIR=$PHP_MCAL
+ AC_EXPAND_PATH($PHP_MCAL, MCAL_DIR)
fi
AC_ADD_INCLUDE($MCAL_DIR)