Add and document AS_VAR_COPY, speed up configure

2008-10-17 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm planning on committing this to savannah later today, unless someone reviews it sooner. $ git pull http://repo.or.cz/w/autoconf/ericb.git master The driving factor behind this patch is that I wanted to fix what is already present in the AS_VAR fam

Re: Add and document AS_VAR_COPY, speed up configure

2008-10-17 Thread Ralf Wildenhues
Hi Eric, * Eric Blake wrote on Fri, Oct 17, 2008 at 07:43:51PM CEST: > > I'm planning on committing this to savannah later today, unless someone > reviews it sooner. Overall very nice, only nits. Thanks! > Subject: [PATCH] Add AS_VAR_COPY. > > +# AS_VAR_SET(VARIABLE, VALUE) > +# -

Re: Add and document AS_VAR_COPY, speed up configure

2008-10-17 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Ralf Wildenhues on 10/17/2008 1:05 PM: > Overall very nice, only nits. Thanks! Applied, with these changes: > >> Subject: [PATCH] Add AS_VAR_COPY. >> >> +# AS_VAR_SET(VARIABLE, VALUE) >> +# --- >> +# Set the VAL

Re: Add and document AS_VAR_COPY, speed up configure

2008-10-20 Thread Eric Blake
Eric Blake byu.net> writes: > +## -- ## > +## AS_VAR_*. ## > +## -- ## > + > +AT_SETUP([AS@&t _VAR]) ... > +AS_VAR_SET([foo], ['\a "weird" `value` with; $fun '\''characters > +']) # 'font-lock > +AS_VAR_COPY([bar], [foo]) > +echo "$bar-" I should know better. Shells where ech