From: Greg Stein Date: Wed, 14 Aug 2002 20:43:52 +0000 (+0000) Subject: APACHE_LAYOUT_DEFAULTS was unused. nuke it. X-Git-Tag: AGB_BEFORE_AAA_CHANGES~264 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbde20bb115d20f0da2beb6a0e5de49e7422bfdc;p=apache APACHE_LAYOUT_DEFAULTS was unused. nuke it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96377 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/acinclude.m4 b/acinclude.m4 index c26a81cd66..e92d474730 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -264,25 +264,6 @@ AC_DEFUN(APACHE_MODULE,[ fi ])dnl -dnl -dnl APACHE_LAYOUT_DEFAULTS -dnl -AC_DEFUN(APACHE_LAYOUT_DEFAULTS,[ - dnl Apache defaults for autoconf variables. - test "x${prefix}" = "xNONE" && prefix='/usr/local/apache2' - test "x${exec_prefix}" = "xNONE" && exec_prefix='${prefix}' - dnl Now we need to check the non-autoconf variables. - test "x${cgidir}" = "x" && cgidir='${datadir}/cgi-bin' - test "x${logfiledir}" = "x" && logfiledir='${localstatedir}/logs' - test "x${htdocsdir}" = "x" && htdocsdir='${datadir}/htdocs' - test "x${manualdir}" = "x" && manualdir='${datadir}/manual' - test "x${errordir}" = "x" && errordir='${datadir}/error' - test "x${iconsdir}" = "x" && iconsdir='${datadir}/icons' - test "x${installbuilddir}" = "x" && installbuilddir='${datadir}/build' - test "x${runtimedir}" = "x" && runtimedir='${localstatedir}/logs' - test "x${proxycachedir}" = "x" && proxycachedir='${localstatedir}/proxy' -])dnl - dnl dnl APACHE_LAYOUT(configlayout, layoutname) dnl