]> granicus.if.org Git - apache/commitdiff
Install APXS if it is built.
authorRyan Bloom <rbb@apache.org>
Thu, 5 Oct 2000 18:21:34 +0000 (18:21 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 5 Oct 2000 18:21:34 +0000 (18:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86406 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in

index 6fb9430e2d7cc591a40ec05943f87e1da9718b2a..707dc32eb68e520c30350d5b5d8bd1f5e2ab024f 100644 (file)
@@ -75,6 +75,11 @@ install-support:
        @cp -p $(builddir)/support/rotatelogs $(bindir)
        @cp -p $(builddir)/support/logresolve $(bindir)
        @cp -p $(builddir)/support/ab $(bindir)
+       @if test -f $(builddir)/support/apxs; then \
+           cp -p $(builddir)/support/apxs $(bindir); \
+           chmod 755 $(bindir)/apxs; \
+       fi
+
 
 install-other:
        @test -d $(logdir) || $(MKINSTALLDIRS) $(logdir)