From: Ryan Bloom Date: Thu, 30 Mar 2000 21:50:20 +0000 (+0000) Subject: Fix the generation of the apaci script, so it has valid permissions after X-Git-Tag: APACHE_2_0_ALPHA_2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6680bb4b6d33e0f621b62cf512c268451eb38698;p=thirdparty%2Fapache%2Fhttpd.git Fix the generation of the apaci script, so it has valid permissions after running config.status Submitted by: Brian Martin Reviewed by: Ryan Bloom git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84868 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index d3bc343d2bd..8c15a746534 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl ## Process this file with autoconf to produce a configure script AC_PREREQ(2.13) AC_INIT(acinclude.m4) - + dnl ## This is the central place where Apache's version should be kept. dnl AM_INIT_AUTOMAKE(apache, 2.0-dev) @@ -159,5 +159,6 @@ echo $MODLIST | $AWK -f $srcdir/helpers/build-modules-c.awk > $srcdir/modules.c AC_SUBST(prefix) -AC_OUTPUT($APACHE_OUTPUT_FILES apaci) -chmod 744 apaci +AC_OUTPUT($APACHE_OUTPUT_FILES apaci, chmod 744 apaci) + +