Re: cascading variable resolution in AC_SUBST

2001-10-04 Thread Akim Demaille
> "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

Re: cascading variable resolution in AC_SUBST

2001-10-04 Thread Raja R Harinath
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

Re: cascading variable resolution in AC_SUBST

2001-10-04 Thread Tim Van Holder
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