1. 04 Nov, 2001 1 commit
  2. 02 Nov, 2001 2 commits
  3. 31 Oct, 2001 4 commits
  4. 29 Oct, 2001 1 commit
  5. 27 Oct, 2001 1 commit
  6. 26 Oct, 2001 1 commit
  7. 24 Oct, 2001 2 commits
  8. 23 Oct, 2001 2 commits
  9. 22 Oct, 2001 1 commit
  10. 21 Oct, 2001 1 commit
  11. 19 Oct, 2001 2 commits
  12. 16 Oct, 2001 6 commits
  13. 11 Oct, 2001 4 commits
  14. 10 Oct, 2001 3 commits
  15. 09 Oct, 2001 1 commit
  16. 06 Oct, 2001 2 commits
  17. 04 Oct, 2001 2 commits
  18. 03 Oct, 2001 1 commit
  19. 02 Oct, 2001 2 commits
  20. 30 Sep, 2001 1 commit
    • 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