Skip to content
  1. Oct 31, 2001
  2. Oct 29, 2001
  3. Oct 27, 2001
  4. Oct 26, 2001
  5. Oct 24, 2001
  6. Oct 23, 2001
  7. Oct 22, 2001
  8. Oct 21, 2001
  9. Oct 19, 2001
  10. Oct 16, 2001
  11. Oct 11, 2001
  12. Oct 10, 2001
  13. Oct 09, 2001
  14. Oct 06, 2001
  15. Oct 04, 2001
  16. Oct 03, 2001
  17. Oct 02, 2001
  18. Sep 30, 2001
    • Justin Erenkrantz's avatar
      Kill two autoconf-related birds with one commit. · c631e51f
      Justin Erenkrantz authored
      - substr used in APACHE_MODULE for the help string did not parse correctly
        with autoconf 2.50+ so we had to punt there anyway and use AC_HELP_STRING.
      - Add APACHE_HELP_STRING define that will call AC_HELP_STRING on 2.50+
        (actually not 2.13 - look at the regex call) or do our custom variation
        of it.  This function can't have any extra spaces or it will be returned
        in the help string.  So noted.  If anyone can figure out how to insert
        a line break like 2.50+ does when we go over the 26th column, I'd
        appreciate it.  I tried and I'm way too tired to figure it out now.
        Adding this would greatly simplify two or three HELP_STRING uses.
      - Switch all of those annoying WITH and ENABLE functions to use the
        APACHE_HELP_STRING.  This makes everything consistent now.  I've always
        had to go through and keep aligning everything every few months or so
        because I'm the only one who cares.  No more.  I refuse to do it any more!
        Use APACHE_HELP_STRING or be crucified.
      
      Looks decent with autoconf-2.13 and autoconf-2.52.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91211 13f79535-47bb-0310-9956-ffa450edef68
      c631e51f
  19. Sep 29, 2001
  20. Sep 28, 2001
  21. Sep 26, 2001