mirror of
https://github.com/apache/httpd.git
synced 2026-01-26 19:01:35 +03:00
*) simplify by removing the extra AC_DEFUN() in each file git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87247 13f79535-47bb-0310-9956-ffa450edef68
12 lines
258 B
Plaintext
12 lines
258 B
Plaintext
dnl modules enabled in this directory by default
|
|
|
|
dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
|
|
|
|
APACHE_MODPATH_INIT(echo)
|
|
|
|
APACHE_MODULE(echo, ECHO server, , , no)
|
|
|
|
LTFLAGS="$LTFLAGS -export-dynamic"
|
|
|
|
APACHE_MODPATH_FINISH
|