mirror of
https://github.com/apache/httpd.git
synced 2025-08-03 16:33:59 +00:00
* configure.in, acinclude.m4: Inline APACHE_GEN_MAKEFILES in AC_CONFIG_COMMANDS
and run during the "normal" phase of ./config.status rather than as init-cmds. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1861787 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -119,12 +119,6 @@ AC_DEFUN([APACHE_GEN_CONFIG_VARS],[
|
||||
done
|
||||
])
|
||||
|
||||
dnl APACHE_GEN_MAKEFILES
|
||||
dnl Creates Makefiles
|
||||
AC_DEFUN([APACHE_GEN_MAKEFILES],[
|
||||
$SHELL $srcdir/build/fastgen.sh $srcdir $ac_cv_mkdir_p $BSD_MAKEFILE $APACHE_FAST_OUTPUT_FILES >&AS_MESSAGE_FD
|
||||
])
|
||||
|
||||
dnl
|
||||
dnl APACHE_TYPE_RLIM_T
|
||||
dnl
|
||||
|
@ -1045,7 +1045,12 @@ dnl Ensure that docs/conf is created.
|
||||
test -d docs/conf||$mkdir_p docs/conf
|
||||
|
||||
AC_CONFIG_FILES(docs/conf/httpd.conf docs/conf/extra/httpd-autoindex.conf docs/conf/extra/httpd-dav.conf docs/conf/extra/httpd-default.conf docs/conf/extra/httpd-info.conf docs/conf/extra/httpd-languages.conf docs/conf/extra/httpd-manual.conf docs/conf/extra/httpd-mpm.conf docs/conf/extra/httpd-multilang-errordoc.conf docs/conf/extra/httpd-policy.conf docs/conf/extra/httpd-ssl.conf docs/conf/extra/httpd-userdir.conf docs/conf/extra/httpd-vhosts.conf docs/conf/extra/proxy-html.conf docs/conf/extra/httpd-macro.conf include/ap_config_layout.h support/apxs support/apachectl support/dbmmanage support/envvars-std support/log_server_status support/logresolve.pl support/phf_abuse_log.cgi support/split-logfile build/rules.mk build/pkg/pkginfo build/config_vars.sh)
|
||||
AC_CONFIG_COMMANDS([default], [true], [APACHE_GEN_MAKEFILES])
|
||||
AC_CONFIG_COMMANDS([default],
|
||||
[$SHELL $srcdir/build/fastgen.sh $srcdir $ac_cv_mkdir_p $BSD_MAKEFILE $APACHE_FAST_OUTPUT_FILES >&AS_MESSAGE_FD],
|
||||
[ac_cv_mkdir_p=$ac_cv_mkdir_p
|
||||
BSD_MAKEFILE=$BSD_MAKEFILE
|
||||
APACHE_FAST_OUTPUT_FILES="$APACHE_FAST_OUTPUT_FILES"
|
||||
])
|
||||
AC_CONFIG_COMMANDS([modules.c], [
|
||||
## Build modules.c
|
||||
rm -f modules.c
|
||||
|
Reference in New Issue
Block a user