From c6b0bf7ff86ede256fee39b696382e328eda330d Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Thu, 22 Oct 2009 17:01:44 +0200 Subject: [apache2_mod_python] add wrapper autogen.sh script to set ACLOCAL_FLAGS Signed-off-by: Michael Olbrich --- patches/mod_python-3.3.1/autogen-generic.sh | 1 + patches/mod_python-3.3.1/autogen.sh | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 120000 patches/mod_python-3.3.1/autogen-generic.sh mode change 120000 => 100755 patches/mod_python-3.3.1/autogen.sh diff --git a/patches/mod_python-3.3.1/autogen-generic.sh b/patches/mod_python-3.3.1/autogen-generic.sh new file mode 120000 index 000000000..9f8a4cb7d --- /dev/null +++ b/patches/mod_python-3.3.1/autogen-generic.sh @@ -0,0 +1 @@ +../autogen.sh \ No newline at end of file diff --git a/patches/mod_python-3.3.1/autogen.sh b/patches/mod_python-3.3.1/autogen.sh deleted file mode 120000 index 9f8a4cb7d..000000000 --- a/patches/mod_python-3.3.1/autogen.sh +++ /dev/null @@ -1 +0,0 @@ -../autogen.sh \ No newline at end of file diff --git a/patches/mod_python-3.3.1/autogen.sh b/patches/mod_python-3.3.1/autogen.sh new file mode 100755 index 000000000..2eb8ac4b4 --- /dev/null +++ b/patches/mod_python-3.3.1/autogen.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +export ACLOCAL_FLAGS="-I m4" + +`dirname $0`/autogen-generic.sh + -- cgit v1.2.3