]> granicus.if.org Git - apache/commitdiff
* configure.in, acinclude.m4: Inline APACHE_GEN_MAKEFILES in AC_CONFIG_COMMANDS
authorJoe Orton <jorton@apache.org>
Fri, 21 Jun 2019 13:30:17 +0000 (13:30 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 21 Jun 2019 13:30:17 +0000 (13:30 +0000)
  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

acinclude.m4
configure.in

index ff1b642708a61c0f8d608a5e2ccfdf853a0fcf71..19af48a6e11a0fb4c95073f8dff026eea53e081a 100644 (file)
@@ -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
index 78d133f41160764cd27b92b45547c213314f0644..6c8a6d4886f4cd2a099a0cc89c432131e5f95154 100644 (file)
@@ -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