home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / archives / 3252 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  2.1 KB

  1. Path: sparky!uunet!usc!sdd.hp.com!uakari.primate.wisc.edu!ames!agate!agate!usenet
  2. From: djm@gnu.ai.mit.edu
  3. Newsgroups: comp.archives
  4. Subject: [gnu.announce] Autoconf 1.1 released
  5. Followup-To: gnu.utils.bug
  6. Date: 4 Sep 1992 03:55:22 GMT
  7. Organization: University of California, Berkeley
  8. Lines: 40
  9. Approved: adam@soda.berkeley.edu
  10. Distribution: world
  11. Message-ID: <186mnaINN5r@agate.berkeley.edu>
  12. References: <9208241836.AA13358@nutrimat.gnu.ai.mit.edu>
  13. NNTP-Posting-Host: soda.berkeley.edu
  14. X-Original-Newsgroups: gnu.announce,gnu.utils.bug
  15. X-Original-Date: 24 Aug 92 18:36:40 GMT
  16.  
  17. Archive-name: auto/gnu.announce/Autoconf-1-1-released
  18.  
  19. GNU Autoconf 1.1, a program that produces shell scripts for
  20. configuring software packages for various kinds of systems, is now
  21. available by anonymous ftp from prep.ai.mit.edu [18.71.1.38] in the
  22. file pub/gnu/autoconf-1.1.tar.Z.
  23.  
  24.       [ Soon to be at these ftp sites as well.  Please try them
  25.     before prep.ai.mit.edu!  thanx -len
  26.  
  27.         archie.au, archive.eu.net, src.doc.ic.ac.uk, ftp.diku.dk,
  28.         ftp.informatik.tu-muenchen.de, ftp.eunet.ch, ftp.funet.fi,
  29.         isy.liu.se, ftp.stacken.kth.se, sunic.sunet.se, ugle.unit.no,
  30.         ftp.win.tue.nl, ftp.cs.titech.ac.jp, ftp.cs.widener.edu,
  31.         wuarchive.wustl.edu, gatekeeper.dec.com, uxc.cso.uiuc.edu,
  32.         col.hp.com, and ftp.uu.net (under /packages/gnu).
  33.  
  34.     For information on how to order GNU software on tape, check
  35.     the file etc/DISTRIB in the GNU Emacs distribution, or e-mail
  36.     a request to:    gnu@prep.ai.mit.edu
  37.       ]
  38.  
  39. Autoconf is an extensible package of m4 macros that creates a
  40. non-interactive configuration script for a package from a template
  41. file.  The template file lists the operating system features that the
  42. package can use, in the form of m4 macro calls, and can also contain
  43. arbitrary shell commands.  Autoconf requires GNU m4.
  44.  
  45. Autoconf-generated configure scripts are being used by many GNU
  46. packages currently, and will be used by more in the future.
  47.  
  48. Major changes in release 1.1:
  49. Added AC_STRCOLL macro.
  50. Made AC_GETLOADAVG check for more things.
  51. AC_OUTPUT argument is now optional.
  52. Various bug fixes.
  53.  
  54. Mail suggestions and bug reports for Autoconf to
  55.     bug-gnu-utils@prep.ai.mit.edu.    
  56.  
  57.