]> granicus.if.org Git - apache/commit
Fix the problem with ./buildconf not working right out of CVS. The
authorRyan Bloom <rbb@apache.org>
Fri, 30 Jun 2000 19:57:49 +0000 (19:57 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 30 Jun 2000 19:57:49 +0000 (19:57 +0000)
commitc1d492887ce6e5cd0c04aba26f60f85b69ff2b0b
treedd154765c2f9637ea97fab6ef53f29e35129205c
parent114fb2e4acb4645a6aa26a6cc490f9129feb29ae
Fix the problem with ./buildconf not working right out of CVS.  The
general problem, is that we were using AC_CONFIG_AUX_DIR_DEFAULT, which
the autoconf source says shouldn't be called directly.  It should be
called using AC_REQUIRE, but I couldn't make that work.  So, since we know
exactly where the files that we are looking for are located, we'll just
point autoconf directly to them, and ignore all of the hoops.  :-)

I am not convinced the AC_CONFIG_AUX_DIR(.) call that I am using is
strictly necessary, but it doesn't cause any problems and it logically
makes sense.

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