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