]> granicus.if.org Git - apache/commit
Kill two autoconf-related birds with one commit.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 30 Sep 2001 07:57:15 +0000 (07:57 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 30 Sep 2001 07:57:15 +0000 (07:57 +0000)
commitf493313f3a47a5658d151d6dda35828ef3a6e9f6
tree2719904382dd1d40974b0ecb74d9b1f08bcacd47
parent40304cb1ee884691867f277654c992bfe8fefcdb
Kill two autoconf-related birds with one commit.

- 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
CHANGES
acinclude.m4
configure.in
modules/config5.m4
server/mpm/config.m4
support/config.m4