home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / utils / bug / 1375 < prev    next >
Encoding:
Text File  |  1992-08-17  |  976 b   |  31 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!icule.UUCP!pinard
  3. From: pinard@icule.UUCP (Francois Pinard)
  4. Subject: GNU autoconf 1.0, no file on AC_OUTPUT()
  5. Message-ID: <9208171938.AA05563@icule.UUCP>
  6. Sender: gnulists@ai.mit.edu
  7. Reply-To: pinard@iro.umontreal.ca
  8. Organization: GNUs Not Usenet
  9. Distribution: gnu
  10. Date: Mon, 17 Aug 1992 19:38:19 GMT
  11. Approved: bug-gnu-utils@prep.ai.mit.edu
  12. Lines: 17
  13.  
  14. *Maybe* GNU autoconf 1.0 should accept no files on AC_OUTPUT(), and
  15. still produce a legal config.status.  Right now, it gives:
  16.  
  17.     [...]
  18.     top_srcdir=$srcdir
  19.     for file in ; do
  20.       srcdir=$top_srcdir
  21.     [...]
  22.  
  23. which generates a shell syntax error.  The whole for loop could be
  24. omitted.  Sometimes, the config.status file *is* the main output.
  25.  
  26. -- 
  27. Franc,ois Pinard        ``Vivement GNU!''        pinard@iro.umontreal.ca
  28. (514) 588-4656                                    ...!uunet!iros1!pinard
  29. Consider joining the League for Programming Freedom.  Email for details!
  30.  
  31.