summaryrefslogtreecommitdiffstats
path: root/patches/lua-5.1.3/lua-5.1.3-autogen.sh.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/lua-5.1.3/lua-5.1.3-autogen.sh.diff')
-rw-r--r--patches/lua-5.1.3/lua-5.1.3-autogen.sh.diff26
1 files changed, 26 insertions, 0 deletions
diff --git a/patches/lua-5.1.3/lua-5.1.3-autogen.sh.diff b/patches/lua-5.1.3/lua-5.1.3-autogen.sh.diff
new file mode 100644
index 000000000..04cfb8a49
--- /dev/null
+++ b/patches/lua-5.1.3/lua-5.1.3-autogen.sh.diff
@@ -0,0 +1,26 @@
+Subject: Add lua support to ptxdist 1.99: add autogen.sh
+From: Erwin Rol <erwin@erwinrol.com>
+
+This patch add lua support to ptxdist 1.99. It has a menu entry under
+scripting languages. And a patch that makes it possible to use autoconf
+to build.
+
+This part of the patch adds an autogen.sh script.
+
+Signed-off-by: Erwin Rol <erwin@erwinrol.com>
+Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
+
+---
+ autogen.sh | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+Index: lua-5.1.3/autogen.sh
+===================================================================
+--- /dev/null
++++ lua-5.1.3/autogen.sh
+@@ -0,0 +1,5 @@
++#!/bin/sh
++
++autoreconf -fvi
++
++echo "Now run ./configure"