mirror of
https://github.com/apache/httpd.git
synced 2025-08-16 16:17:23 +00:00
fix path to mm's configure.in
fix aclocal.m4's dependencies Submitted by: Sascha Schumann <sascha@schumann.cx> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85056 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -63,7 +63,7 @@ LT_TARGETS = ltconfig ltmain.sh config.guess config.sub
|
||||
config_h_in = include/ap_config_auto.h.in
|
||||
apr_private.h_in = lib/apr/include/apr_private.h.in
|
||||
apr_configure = lib/apr/configure
|
||||
mm_configure = lib/apr/shmem/mm/configure
|
||||
mm_configure = lib/apr/shmem/unix/mm/configure
|
||||
|
||||
APACHE_TARGETS = $(TOUCH_FILES) $(LT_TARGETS) configure $(config_h_in)
|
||||
|
||||
@ -78,7 +78,7 @@ all: $(targets)
|
||||
|
||||
libtool_m4 = $(libtool_prefix)/share/aclocal/libtool.m4
|
||||
|
||||
aclocal.m4: acinclude.m4 $(libtool_m4)
|
||||
aclocal.m4: acinclude.m4 lib/apr/threads.m4 $(libtool_m4)
|
||||
@echo rebuilding $@
|
||||
@cat acinclude.m4 $(libtool_m4) > $@
|
||||
|
||||
|
Reference in New Issue
Block a user