]> granicus.if.org Git - apache/commitdiff
APACHE_LAYOUT_DEFAULTS was unused. nuke it.
authorGreg Stein <gstein@apache.org>
Wed, 14 Aug 2002 20:43:52 +0000 (20:43 +0000)
committerGreg Stein <gstein@apache.org>
Wed, 14 Aug 2002 20:43:52 +0000 (20:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96377 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4

index c26a81cd6662326bbf2447031df7feb5837a7325..e92d4747307643b2b68a70b3de6e05f6867aa98d 100644 (file)
@@ -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