Move threads/reentrancy m4 macros into threads.m4. All results are now

cached and can be made easily available to Apache and APR.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84475 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sascha Schumann
2000-01-16 20:00:51 +00:00
parent e959e6b340
commit ab6abdbd53
4 changed files with 5 additions and 77 deletions

View File

@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
##############################################################################
# $Id: build2.mk,v 1.3 2000/01/16 18:20:17 sascha Exp $
# $Id: build2.mk,v 1.4 2000/01/16 20:00:48 sascha Exp $
include generated_lists
@ -73,6 +73,6 @@ $(apr_config_h_in): $(apr_configure) lib/apr/acconfig.h
@rm -f $@
(cd lib/apr && autoheader)
$(apr_configure): lib/apr/aclocal.m4 lib/apr/configure.in
$(apr_configure): lib/apr/aclocal.m4 lib/apr/configure.in lib/apr/threads.m4
@echo rebuilding $@
(cd lib/apr && autoconf)