autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Autoconf 2.55 is released!


From: Akim Demaille
Subject: Re: Autoconf 2.55 is released!
Date: Mon, 18 Nov 2002 11:06:57 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

 Bill> } - ~/.autom4te.cfg makes it possible to disable the caching mechanism
 Bill> }   (autom4te.cache).  See `Customizing autom4te' in the documentation.
 Bill> } 
 Bill> This doesn't work.

Yes it does.  Did you *install* Autoconf?

/tmp % mkdir bill                                                nostromo 11:05
/tmp % cd bill                                                   nostromo 11:05
/tmp/bill % cat >.autom4te.cfg                                   nostromo 11:05
## ------------------ ##
## User Preferences.  ##
## ------------------ ##

begin-language: "Autoconf"
args: --no-cache
end-language: "Autoconf"
/tmp/bill % echo "AC_INIT" > configure.ac                        nostromo 11:05
/tmp/bill % autoconf                                             nostromo 11:05
/tmp/bill % ls -ltr                                              nostromo 11:05
total 39
-rw-r--r--    1 akim     lrde            8 2002-11-18 11:05 configure.ac
-rwxr-xr-x    1 akim     lrde        37717 2002-11-18 11:05 configure*
/tmp/bill % autoconf --version                                   nostromo 11:05
autoconf (GNU Autoconf) 2.55
Written by David J. MacKenzie and Akim Demaille.

Copyright 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]