summaryrefslogtreecommitdiff
path: root/www/dtse/files/patch-autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'www/dtse/files/patch-autogen.sh')
-rw-r--r--www/dtse/files/patch-autogen.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/www/dtse/files/patch-autogen.sh b/www/dtse/files/patch-autogen.sh
new file mode 100644
index 000000000000..0d88ccc87561
--- /dev/null
+++ b/www/dtse/files/patch-autogen.sh
@@ -0,0 +1,17 @@
+--- ./autogen.sh.orig 2011-12-30 17:37:16.000000000 -0800
++++ ./autogen.sh 2011-12-30 17:37:16.000000000 -0800
+@@ -0,0 +1,14 @@
++#!/bin/sh
++#
++# Douglas Thrift's Search Engine
++#
++# Douglas Thrift
++#
++# $Id$
++
++set -e
++cd `dirname $0`
++
++aclocal
++automake -acf || true
++autoconf