Re: autom4te.cache and Automake 1.8

2003-12-22 Thread Frédéric L. W. Meunier
On Tue, 23 Dec 2003, Andreas Schwab wrote: > Frédéric L. W. Meunier writes: > > > The info page for Autoconf contains: > > > >As an example, to disable Autoconf caches (`autom4te.cache') > > globally, include the

autom4te.cache and Automake 1.8

2003-12-22 Thread Frédéric L. W. Meunier
The info page for Autoconf contains: As an example, to disable Autoconf caches (`autom4te.cache') globally, include the following lines in `~/.autom4te.cfg': ## -- ## ## User Preferences. ## ## -- ## begin-language: "Autoconf" args: --no-cache end-language: "

Re: Autoconf 2.52 is released

2001-07-18 Thread Frédéric L. W. Meunier
Nevermind. cvs log ChangeLog is my friend. Now full caps (AUTOCONF-2_52). -- 0@pervalidus.{net, {dyndns.}org} Tel: 55-21-2717-2399 (Niterói-RJ BR)

Re: Autoconf 2.52 is released

2001-07-18 Thread Frédéric L. W. Meunier
Akim Demaille wrote: > We are very happy to announce yet another release of > Autoconf, which, a of course, is much safer, much faster, > much better, much better documented, and produces a much > tastier Ethiopian express coffee. Any CVS tag ? cvs [server aborted]: no such tag autoconf-2_52 -

autoconf-2-13-branch is broken ?

2001-06-19 Thread Frédéric L. W. Meunier
rm -f autoreconf autoreconf.tmp sed -e 's,@''datadir''@,/usr/local/share/autoconf,g' -e 's,@''M4''@,/usr/bin/m4,g' -e 's,@''AWK''@,gawk,g' -e 's,@''SHELL''@,/bin/sh,g' /usr/local/src/CVS/GNU/autoconf-2.13/autoreconf.sh > autoreconf.tmp && chmod +x autoreconf.tmp && mv autoreconf.tmp autoreconf ma