summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-12-19 18:05:48 +0100
committerRyan Bloom <rbb@apache.org>2000-12-19 18:05:48 +0100
commitb5440c348ae9b750b2fa936868f979e9022cf52b (patch)
treec5c23fc8a0bfe3547f08a8ce208ac4d10fd9ff67 /acinclude.m4
parentRework the RFC1413 handling to make it thread-safe, use a timeout (diff)
downloadapache2-b5440c348ae9b750b2fa936868f979e9022cf52b.tar.xz
apache2-b5440c348ae9b750b2fa936868f979e9022cf52b.zip
Force all Apache functions to be linked into the executable, whether they
are used or not. This uses the same mechanism that is used for APR and APR-util. This may not be the correct solution, but it works, and that is what I really care about. This also renames CHARSET_EBCDIC to AP_CHARSET_EBCDIC. This is for namespace correctness, but it also makes the exports script a bit easier. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87424 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index f08f174683..2391b5de50 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -66,6 +66,7 @@ AC_DEFUN(APACHE_GEN_CONFIG_VARS,[
APACHE_SUBST(sysconfdir)
APACHE_SUBST(progname)
APACHE_SUBST(prefix)
+ APACHE_SUBST(AWK)
APACHE_SUBST(CC)
APACHE_SUBST(CFLAGS)
APACHE_SUBST(CPPFLAGS)
@@ -216,7 +217,7 @@ int main(void) {
ac_cv_ebcdic="no"
])])
if test "$ac_cv_ebcdic" = "yes"; then
- AC_DEFINE(CHARSET_EBCDIC,, [Define if system uses EBCDIC])
+ AC_DEFINE(AP_CHARSET_EBCDIC,, [Define if system uses EBCDIC])
fi
])