> "Raja" == Raja R Harinath writes:
Raja> Hi, David Oleszkiewicz <[EMAIL PROTECTED]> writes:
>> so i want to do something like this
>>
>> configure.in: PROGNAME = "foo" DIR = "${bindir}/${PROG}"
>> AC_SUBST(DIR)
>>
>> myfile.h.in: #define DIR "@DIR@"
>>
>> when things resolve out to myfi
Hi,
David Oleszkiewicz <[EMAIL PROTECTED]> writes:
> so i want to do something like this
>
> configure.in:
> PROGNAME = "foo"
> DIR = "${bindir}/${PROG}"
> AC_SUBST(DIR)
>
> myfile.h.in:
> #define DIR "@DIR@"
>
> when things resolve out to myfile.h i get
> #define CONF_DIR "${exec_prefix}/foo
On Wed, 2001-10-03 at 19:25, David Oleszkiewicz wrote:
> so i want to do something like this
>
> configure.in:
> PROGNAME = "foo"
> DIR = "${bindir}/${PROG}"
> AC_SUBST(DIR)
>
> myfile.h.in:
> #define DIR "@DIR@"
>
> when things resolve out to myfile.h i get
> #define CONF_DIR "${exec_prefix}/f