]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix the generation of the apaci script, so it has valid permissions after
authorRyan Bloom <rbb@apache.org>
Thu, 30 Mar 2000 21:50:20 +0000 (21:50 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 30 Mar 2000 21:50:20 +0000 (21:50 +0000)
running config.status
Submitted by: Brian Martin <bmartin@penguincomputing.com>
Reviewed by: Ryan Bloom

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84868 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index d3bc343d2bdc9c691753e7790e69d188a97b7127..8c15a7465348b9b456f87192f8ee00c05882bc11 100644 (file)
@@ -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)
+
+