Date: 12/04/00
- Next message: grant_mjtr <email protected>: "[PHP-DEV] PHP 4.0 Bug #8095: Documentation text is hard to decifer"
- Previous message: Sam Liddicott: "[PHP-DEV] #define config.m4 text"
- In reply to: Sam Liddicott: "[PHP-DEV] #define config.m4 text"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, 4 Dec 2000, Sam Liddicott wrote:
> How do I #define in my C file some text which is only discovered as a result
> of some config.m4 messing about?
>
> i.e. the compile time path of my libraries?
>
> I can use:
>
> AC_DEFINE(PHP_MUSCAT_DIR,"$MUSCAT_DIR", [ ])
AC_DEFINE_UNQUOTED
- Sascha
-- 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: grant_mjtr <email protected>: "[PHP-DEV] PHP 4.0 Bug #8095: Documentation text is hard to decifer"
- Previous message: Sam Liddicott: "[PHP-DEV] #define config.m4 text"
- In reply to: Sam Liddicott: "[PHP-DEV] #define config.m4 text"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

