5488N/AAC_DEFUN(APACHE_CONFIG_NICE,[
5488N/A AC_CACHE_VAL(ac_cv_pass_$1, [ac_cv_pass_$1=$$1])
5488N/Adnl Makes VARIABLE available in generated files
6083N/Adnl (do not use @variable@ in Makefiles, but $(variable))
5488N/A APACHE_VAR_SUBST="$APACHE_VAR_SUBST $1"
6083N/Adnl APACHE_FAST_OUTPUT(FILENAME)
6083N/Adnl Perform substitutions on FILENAME (Makefiles only)
6083N/AAC_DEFUN(APACHE_FAST_OUTPUT,[
6083N/A APACHE_FAST_OUTPUT_FILES="$APACHE_FAST_OUTPUT_FILES $1"
6083N/Adnl checks whether mkdir -p works
5488N/AAC_DEFUN(APACHE_MKDIR_P_CHECK,[
5488N/A AC_CACHE_CHECK(for working mkdir -p, ac_cv_mkdir_p,[
5488N/A test -d conftestdir && rm -rf conftestdir
5502N/AAC_DEFUN(APACHE_GEN_CONFIG_VARS,[
5488N/A abs_srcdir="`(cd $srcdir && pwd)`"
5488N/A for i in $APACHE_VAR_SUBST; do
5488N/AAC_DEFUN(APACHE_GEN_MAKEFILES,[
5488N/AAC_DEFUN(APACHE_LIBTOOL_SILENT,[
5488N/A LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
5488N/Adnl ## adds "file" to the list of files generated by AC_OUTPUT
5488N/Adnl ## This macro can be used several times.
5488N/A APACHE_OUTPUT_FILES="$APACHE_OUTPUT_FILES $1"
5488N/Adnl add a library to the link line
5861N/A EXTRA_LIBS="$EXTRA_LIBS -l$1"
5861N/Adnl AC_CHECK_DEFINE(macro, headerfile)
5488N/Adnl checks for the macro in the header file
5488N/A AC_CACHE_CHECK(for $1 in $2, ac_cv_define_$1,
5488N/A AC_EGREP_CPP([YES_IS_DEFINED], [
5488N/A ], ac_cv_define_$1=yes, ac_cv_define_$1=no))
5488N/A if test "$ac_cv_define_$1" = "yes" ; then
5488N/A [Define if the macro "$1" is defined on this system])
5488N/Adnl If rlim_t is not defined, define it to int
5488N/A AC_CACHE_CHECK([for rlim_t], ac_cv_type_rlim_t, [
5488N/A if test "$ac_cv_type_rlim_t" = "no" ; then
5488N/Adnl APACHE_ONCE(namespace, variable, code)
5488N/Adnl execute code, if variable is not set in namespace
5488N/A unique=`echo $ac_n "$2$ac_c" | tr -cd a-zA-Z0-9`
5488N/A cmd="echo $ac_n \"\$$1$unique$ac_c\""
5488N/A if test -n "$unique" && test "`eval $cmd`" = "" ; then
5488N/Adnl checks for missing INADDR_NONE macro
5488N/AAC_DEFUN(APACHE_INADDR_NONE,[
5488N/A AC_CACHE_CHECK(whether system defines INADDR_NONE, ac_cv_inaddr_none,[
5488N/Aunsigned long foo = INADDR_NONE;
if test "$ac_cv_inaddr_none" = "no"; then
AC_DEFINE(INADDR_NONE, ((unsigned int) 0xffffffff), [ ])
AC_DEFUN(APACHE_CHECK_SIGWAIT_ONE_ARG,[
AC_CACHE_CHECK(whether sigwait takes one argument,ac_cv_sigwait_one_arg,[
ac_cv_sigwait_one_arg=yes
if test "$ac_cv_sigwait_one_arg" = "yes"; then
AC_DEFINE(SIGWAIT_TAKES_ONE_ARG,1,[ ])
AC_DEFUN(APACHE_CHECK_SHM_RW,[
AC_CACHE_CHECK([whether system defines SHM_R,SHM_W],ac_cv_shm_rw,[
#define _KMEMUSER /* BS2000 needs this to enable SHM_[RW] */
if test "$ac_cv_shm_rw" = "no"; then
AC_DEFINE(SHM_R, 0400, [ ])
AC_DEFINE(SHM_W, 0200, [ ])
AC_CACHE_CHECK([whether system uses EBCDIC],ac_cv_ebcdic,[
return (unsigned char)'A' != (unsigned char)0xC1;
if test "$ac_cv_ebcdic" = "yes"; then
AC_DEFINE(CHARSET_EBCDIC,, [Define if system uses EBCDIC])
dnl APACHE_MODPATH_INIT(modpath)
AC_DEFUN(APACHE_MODPATH_INIT,[
modpath_current=modules/$1
MODULE_DIRS="$MODULE_DIRS $1"
AC_DEFUN(APACHE_MODPATH_FINISH,[
dnl APACHE_MODPATH_ADD(name[, shared[, objects [, ldflags[, libs]]]])
AC_DEFUN(APACHE_MODPATH_ADD,[
if test -z "$module_standalone"; then
libname="libapachemod_$
1.la"
BUILTIN_LIBS="$BUILTIN_LIBS $modpath_current/$libname"
modpath_static="$modpath_static $libname"
shobjects=`echo $objects | sed 's/\.lo/.slo/'`
modpath_shared="$modpath_shared $libname"
\$(SHLINK) -rpath \$(libexecdir) -module -avoid-version $4 $objects $5
dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
AC_MSG_CHECKING(whether to enable mod_$1)
define([optname],[ --]ifelse($5,yes,disable,enable)[-]translit($1,_,-))dnl
AC_ARG_ENABLE(translit($1,_,-),optname() substr([ ],len(optname()))$2,,enable_$1=ifelse($5,,no,$5))
AC_MSG_RESULT($enable_$1)
if test "$enable_$1" != "no"; then
enable_$1=`echo $ac_n $enable_$1$ac_c|sed '
s/shared,*//'`
MODLIST="$MODLIST ifelse($4,,$1,$4)"
if test "$1" = "so"; then
APACHE_MODPATH_ADD($1, $shared, $3)
dnl APACHE_LAYOUT(configlayout, layoutname)
sed -e "1,/[ ]*<[lL]ayout[ ]*$2[ ]*>[ ]*/d" \
-e '/[ ]*<\/Layout>[ ]*/,$d' \
for var in prefix exec_prefix bindir sbindir libexecdir mandir \
sysconfdir datadir iconsdir htdocsdir cgidir includedir \
localstatedir runtimedir logfiledir proxycachedir; do
val=`echo $val | sed -e 's;\+$;;'`
val=`echo $val | sed -e 's:\(.\)/*$:\1:'`
if test "$autosuffix" = "yes"; then
if test "$addtarget" = "yes"; then
AC_DEFUN(APACHE_ENABLE_LAYOUT,[
[ --enable-layout=LAYOUT],[
if test -z "$LAYOUT"; then
htdocsdir='$(prefix)/htdocs'
iconsdir='$(prefix)/icons'
cgidir='$(prefix)/cgi-bin'
sysconfdir='$(prefix)/conf'
AC_MSG_CHECKING(for chosen layout)
AC_MSG_RESULT($layout_name)
AC_DEFUN(APACHE_ENABLE_SHARED,[
[ --enable-shared=MODULE-LIST],[
dnl APACHE_ENABLE_MODULES
AC_DEFUN(APACHE_ENABLE_MODULES,[
[ --enable-modules=MODULE-LIST],[