summaryrefslogtreecommitdiffstats
path: root/patches/mod_python-3.3.1/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'patches/mod_python-3.3.1/autogen.sh')
-rwxr-xr-x[l---------]patches/mod_python-3.3.1/autogen.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/patches/mod_python-3.3.1/autogen.sh b/patches/mod_python-3.3.1/autogen.sh
index 9f8a4cb7d..2eb8ac4b4 120000..100755
--- a/patches/mod_python-3.3.1/autogen.sh
+++ b/patches/mod_python-3.3.1/autogen.sh
@@ -1 +1,6 @@
-../autogen.sh \ No newline at end of file
+#!/bin/sh
+
+export ACLOCAL_FLAGS="-I m4"
+
+`dirname $0`/autogen-generic.sh
+