History log of /httpd/modules/echo/config.m4
Revision Date Author Comments Expand
a93e781d9c03749f57328077b8350b09c40ce737 1146227 13-Jul-2011 sf

adjustments of build priorities of modules without special dependencies all -> most: - mod_sed reallyall -> most: - mod_log_debug reallyall -> all: - mod_dav_lock - mod_echo - mod_charset_lite - mod_slotmem_plain - mod_dialup few -> all: - mod_data - mod_reflector - mod_asis most -> all: - mod_heartbeat - mod_heartmonitor - mod_watchdog most -> reallyall: - mod_imagemap - mod_cern_meta - mod_ident See thread at http://mail-archives.apache.org/mod_mbox/httpd-dev/201107.mbox/%3C201107052321.56063.sf@sfritsch.de%3E

1cf602c819224c8617b82c9319e834b98971a84d 102235 08-Jan-2004 jorton

Use -export-dynamic only when linking an httpd which includes mod_so, not when linking modules or support programs. * modules/aaa/config.m4, modules/arch/win32/config.m4, modules/cache/config.m4, modules/echo/config.m4, modules/filters/config.m4, modules/generators/config5.m4, modules/metadata/config.m4: Don't add -export-dynamic to LT_LDFLAGS. * modules/mappers/config9.m4: Add -export-dynamic to HTTPD_LDFLAGS when mod_so is enabled.

80e9324586de2fa55e2da4df409e6a85885ea659 89094 12-May-2001 fielding

Fix httpd's definition of LTFLAGS to be consistent with that of apr and apr-util, allow it to be overridden by the configure command-line (default="--silent") and introduce LT_LDFLAGS to replace what we were formally abusing as LTFLAGS.

105475009f541187ba7a14a367547d9404c578be 88960 29-Apr-2001 fielding

Completely revamp configure so that it preserves the standard make variables CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS and LIBS by moving the configure additions to EXTRA_* variables. Also, allow the user to specify NOTEST_* values for all of the above, which eliminates the need for THREAD_CPPFLAGS, THREAD_CFLAGS, and OPTIM. Fix the setting of INCLUDES and EXTRA_INCLUDES. Check flags as they are added to avoid pointless duplications. Fix the order in which flags are given on the compile and link lines.

809c98e396829d27f2d9efc0c27f7bb1294381bc 87247 07-Dec-2000 gstein

*) remove STANDARD_LIBS line; it is unused/unneeded *) simplify by removing the extra AC_DEFUN() in each file

cc371c17a44e135d42be686cb175dde2672120c0 87186 04-Dec-2000 rbb

Get the modules configuration stuff working correctly. This just deals with STANDARD modules and Protocol, not MPMs.

cd47196ef7dd7647418fa9b9cb8297cfa614c100 87184 04-Dec-2000 rbb

Start to add back the config.m4 and Makefile.in's that were separated out during the repository move.