home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / utils / bug / 2442 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  1.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!cs.huji.ac.il!amoss
  2. From: amoss@cs.huji.ac.il (Amos Shapira)
  3. Newsgroups: gnu.utils.bug
  4. Subject: Autoconfig's lack of configurability
  5. Date: 22 Jan 1993 21:13:39 -0500
  6. Organization: GNUs Not Usenet
  7. Lines: 29
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-gnu-utils@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <9301220959.AA01508@falafel.cs.huji.ac.il>
  12.  
  13. Hello,
  14.  
  15. I've just looked into Autoconfig 1.3 and am a bit puzzled by the lack of
  16. configurability in a software which deals with flexibility of configurations
  17. of other software packages (got that? :).
  18.  
  19. I'm raising this point because I can't install GNU m4 as 'm4' since it will
  20. break software which expect the regular behaviour.  I must therefore install
  21. it under 'gm4',  but then autoconfig won't find it.  I can manually change it
  22. but this is not the 'right' way to go, IMHO.
  23.  
  24. >From the little I know about autoconfig I think the following lines should be
  25. added when generating the 'bootstrap' configure script (why isn't autoconfig's
  26. own config.in supplied,  just for educational purposes?  Or am I overlooking
  27. something?)
  28.  
  29. AC_DEFINE(m4)
  30. AC_PROGRAMS_CHECK(m4, gm4, m4)
  31.  
  32. And change autoconf.sh to read
  33.  
  34. @m4@ $MACROFILES $infile > $tmpout
  35.  
  36. Hope this suggestion is accepted,  and thanks very much for this wonderfull
  37. package.
  38.  
  39. --Amos Shapira, CS System Group, Hebrew University, Jerusalem, Israel
  40. amoss@cs.huji.ac.il
  41.  
  42.