Re: Autoshell documentation

2003-03-28 Thread Akim Demaille
Derek> Is there a good reason, other than nobody getting around to it yet, Derek> that the only Autoshell macros that've been documented are AS_DIRNAME Derek> & AS_MKDIR_P? Lack of time to make sure they have an interface we really want to make definitive, and lack of time to write the documen

Re: Autoshell

2001-01-31 Thread Derek R. Price
Tim Van Holder wrote: > > I can send you the offending configure.in if you like. It's the one > > If you mean the AC_TRY_COMMAND() in the test for the BSD VPATH issue, > I tried using > ... No, that one's still working fine. I think this was related to my attempt to rewrite AM_CONFIG_HEADERS t

RE: Autoshell

2001-01-31 Thread Tim Van Holder
> I can send you the offending configure.in if you like. It's the one > that's checked into the CVS CVS (no, that wasn't a stutter. :). Of > course, I might want to pull my customizations out of my AM first and try > again to make sure that's not causing the problem first, but if someone > else

Re: Autoshell

2001-01-30 Thread Derek R. Price
Akim Demaille wrote: > > "Derek" == Derek R Price <[EMAIL PROTECTED]> writes: > > Derek> I did install it. Even more bizarre is that if I trim the > Derek> configure.in down to just the first 8 lines (the last being, > Derek> 'AS_MKDIR_P(["test/dir"])'), it works, but with the whole > Derek>

Re: Autoshell

2001-01-30 Thread Akim Demaille
> "Derek" == Derek R Price <[EMAIL PROTECTED]> writes: Derek> I did install it. Even more bizarre is that if I trim the Derek> configure.in down to just the first 8 lines (the last being, Derek> 'AS_MKDIR_P(["test/dir"])'), it works, but with the whole Derek> configure.in Autoconf won't expa

Re: Autoshell

2001-01-30 Thread Derek R. Price
Akim Demaille wrote: > > "Derek" == Derek R Price <[EMAIL PROTECTED]> writes: > > Derek> Why can't I use AS_* macros from configure.in? Derek > > ??? I guess you are using a new autoconf with old lib files. Either > use an *installed* CVS Autoconf, or be usre to point to the location > of t

Re: Autoshell

2001-01-25 Thread Akim Demaille
> "Derek" == Derek R Price <[EMAIL PROTECTED]> writes: Derek> Why can't I use AS_* macros from configure.in? Derek ??? I guess you are using a new autoconf with old lib files. Either use an *installed* CVS Autoconf, or be usre to point to the location of the lib files (typically autoconf.m

Re: Autoshell

2001-01-24 Thread Derek R. Price
"Derek R. Price" wrote: > > Why can't I use AS_* macros from configure.in? > > Oh. I can't call them from Automake macros... anyone know why that doesn't > work? It generates the following error: > > [dprice@empress ccvs-automake]$ autoconf > configure:6517: error: undefined macro: AS_MKDIR_P

Re: Autoshell

2001-01-24 Thread Derek R. Price
"Derek R. Price" wrote: > Why can't I use AS_* macros from configure.in? Oh. I can't call them from Automake macros... anyone know why that doesn't work? It generates the following error: [dprice@empress ccvs-automake]$ autoconf configure:6517: error: undefined macro: AS_MKDIR_P Derek -- D