summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJacob Champion <jchampion@apache.org>2016-07-18 20:43:09 +0000
committerJacob Champion <jchampion@apache.org>2016-07-18 20:43:09 +0000
commite0e7e49253f2247e847bda735e0c33f172648afd (patch)
tree713b6d3108c0bc1591d78d9a7e63320d0b7449a3 /acinclude.m4
parent2e4ee0572a2292d37fb8bce2dab793e16bb4f7df (diff)
downloadhttpd-e0e7e49253f2247e847bda735e0c33f172648afd.tar.gz
configure: remove orphaned APACHE_OUTPUT macro
The last use of APACHE_OUTPUT appears to have been removed back in r87231. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1753316 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m47
1 files changed, 0 insertions, 7 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index e6b7054d65..b2ff7cca8e 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -125,13 +125,6 @@ AC_DEFUN([APACHE_GEN_MAKEFILES],[
$SHELL $srcdir/build/fastgen.sh $srcdir $ac_cv_mkdir_p $BSD_MAKEFILE $APACHE_FAST_OUTPUT_FILES
])
-dnl ## APACHE_OUTPUT(file)
-dnl ## adds "file" to the list of files generated by AC_OUTPUT
-dnl ## This macro can be used several times.
-AC_DEFUN([APACHE_OUTPUT], [
- APACHE_OUTPUT_FILES="$APACHE_OUTPUT_FILES $1"
-])
-
dnl
dnl APACHE_TYPE_RLIM_T
dnl