Re: [PHP-DEV] #define config.m4 text From: Sascha Schumann (sascha <email protected>)
Date: 12/04/00

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>