Hi folks,
here's a patch for APR's build system (trunk) so that httpd won't
need a complete source tree to find it, but will be happy with
an installed version.
rjung looked over my shoulder, so I'm fairly certain the list
of files is now complete.
So long,
i
--
Igor Galić
Tel: +43 (0) 664 886 22 883
Mail: [email protected]
URL: http://brainsware.org/
Index: Makefile.in
===================================================================
--- Makefile.in (revision 1103110)
+++ Makefile.in (working copy)
@@ -106,7 +106,7 @@
if test -f $${f}; then $(INSTALL) -m 755 $${f} $(DESTDIR)$(installbuilddir); fi; \
done
$(INSTALL) -m 755 $(top_srcdir)/build/mkdir.sh $(DESTDIR)$(installbuilddir)
- for f in make_exports.awk make_var_export.awk; do \
+ for f in make_exports.awk make_var_export.awk config.guess config.sub PrintPath apr_common.m4 find_apr.m4; do \
$(INSTALL_DATA) $(top_srcdir)/build/$${f} $(DESTDIR)$(installbuilddir); \
done
$(INSTALL_DATA) build/apr_rules.out $(DESTDIR)$(installbuilddir)/apr_rules.mk