summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2021-03-17 16:54:22 +0900
committerYusuke Endoh <mame@ruby-lang.org>2021-03-17 16:54:50 +0900
commit4250d7c910fd67c0da07c6213901009330e3cd51 (patch)
treeb10431d375dd2332737e126a4ecdb00ed0305669 /autogen.sh
parentd58daad37bd5fd09c7ff74be17074fc51faac8d3 (diff)
autogen.sh: Added
Currently it just runs "autoreconf --install"
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000000..886156e44c
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+autoreconf --install $*