]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
- allows empty $val from httpd-2.0/build/config_vars.mk
authorRyan Bloom <rbb@apache.org>
Mon, 27 Aug 2001 17:21:29 +0000 (17:21 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 27 Aug 2001 17:21:29 +0000 (17:21 +0000)
commitbe0f5092582e4e864ccbe09ea8e005d7df0992a1
tree5e86bc5dc9a071471c08340f1dbee366946198f7
parent15cdc86233953c01f883b04d58c2bdcff49e5a1f
- allows empty $val from httpd-2.0/build/config_vars.mk
- make code more perlish.
- read and parse the config file only once
- use a hash instead of array for the list of internal config vars to
  test against
- added -h option (just print usage)
- wrapped numerous print STDERR calls into a simpler error() and
  notice() subs
- simplified some of the logic in if's using perl constructs.

Submitted by: Stas Bekman <stas@stason.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90732 13f79535-47bb-0310-9956-ffa450edef68
support/apxs.in