]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-configure_hashbang.patch
- update to 1.3.39
[packages/apache1.git] / apache1-configure_hashbang.patch
CommitLineData
bfc879b9
ER
1diff -Naurd build-tree.orig/apache_1.3.34/configure build-tree/apache_1.3.34/configure
2--- build-tree.orig/apache_1.3.34/configure 2004-02-20 23:40:50.000000000 +0100
3+++ build-tree/apache_1.3.34/configure 2004-05-15 00:06:13.000000000 +0200
4@@ -1,4 +1,4 @@
5-#!/bin/sh
6+#!/bin/bash
7 #
8 # Copyright 1999-2004 The Apache Software Foundation
9 #
10diff -Naurd build-tree.orig/apache_1.3.34/src/Configure build-tree/apache_1.3.34/src/Configure
11--- build-tree.orig/apache_1.3.34/src/Configure 2004-04-09 19:01:50.000000000 +0200
12+++ build-tree/apache_1.3.34/src/Configure 2004-05-15 00:06:57.000000000 +0200
13@@ -1,4 +1,4 @@
14-#!/bin/sh
15+#!/bin/bash
16 #
17 # Copyright 1999-2004 The Apache Software Foundation
18 #
19@@ -208,7 +208,7 @@
20 ##
21 DBM_LIB="-ldbm"
22 DB_LIB="-ldb"
23-SHELL="/bin/sh"
24+SHELL="/bin/bash"
25 SUBTARGET="target_static"
26 SHLIB_SUFFIX_NAME=""
27 SHLIB_SUFFIX_LIST=""
28diff -Naurd build-tree.orig/apache_1.3.34/src/helpers/TestCompile build-tree/apache_1.3.34/src/helpers/TestCompile
29--- build-tree.orig/apache_1.3.34/src/helpers/TestCompile 2004-02-16 23:23:09.000000000 +0100
30+++ build-tree/apache_1.3.34/src/helpers/TestCompile 2004-05-15 00:07:11.000000000 +0200
31@@ -1,4 +1,4 @@
32-#!/bin/sh
33+#!/bin/bash
34 #
35 # Copyright 1999-2004 The Apache Software Foundation
36 #
This page took 1.043526 seconds and 4 git commands to generate.