home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / utils / bug / 2088 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.1 KB  |  34 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!claude.cs.umb.edu!karl
  3. From: karl@claude.cs.umb.edu (Karl Berry)
  4. Subject: oleo 1.0
  5. Message-ID: <199211201647.AA03053@claude.cs.umb.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Reply-To: karl@cs.umb.edu
  8. Organization: GNUs Not Usenet
  9. Distribution: gnu
  10. Date: Fri, 20 Nov 1992 06:47:33 GMT
  11. Approved: bug-gnu-utils@prep.ai.mit.edu
  12. Lines: 20
  13.  
  14. oleo 1.0's configure.in doesn't include the check for AC_ISC_POSIX.
  15. This makes it not get the POSIX features in ISC 2.2.1.  Perhaps some of
  16. the other variant checks should be included as well.
  17.  
  18. Also, io_term.c fails to compile on ISC 2.2.1 with gcc 2.3.1, because it
  19. uses the identifiers TRUE, ERR, and FALSE, and doesn't define them.
  20.  
  21. Also, the clean targets seem confused:
  22.   clean shouldn't remove parse.tab.c;
  23.   distclean should depend on clean, and (perhaps) not remove core;
  24.   realclean should depend on distclean, and remove parse.tab.c.
  25.  
  26. Also, Makefile.in should say
  27.   exec_prefix = $(prefix)
  28.  
  29. instead of /usr/local, so that changes to $(prefix) will be reflected in
  30. $(exec_prefix) by default.
  31.  
  32. There is no NEWS file.
  33.  
  34.