Date: 11/30/00
- Next message: Wico de Leeuw: "Re: [PHP-DEV] PHP IDE"
- Previous message: xn04451 <email protected>: "[PHP-DEV] PHP 4.0 Bug #8049: missing argument in readir_r function call"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
in my (new) modules config.m4 I want to do some magic to cause:
#define MUSCAT_PATH /usr/local/empower
to happen.
I can work out to do:
AC_DEFINE(MUSCAT_PATH, $MUSCAT_DIR, [ ])
but of course, it treats $MUSCAT_DIR literally!!
I'm sure there is a way to do it, I know oracle uses sed tricks but I can't
work out how it does it!
Please...!
Thanks
Sam
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Wico de Leeuw: "Re: [PHP-DEV] PHP IDE"
- Previous message: xn04451 <email protected>: "[PHP-DEV] PHP 4.0 Bug #8049: missing argument in readir_r function call"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

