summaryrefslogtreecommitdiff
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
parentd58daad37bd5fd09c7ff74be17074fc51faac8d3 (diff)
autogen.sh: Added
Currently it just runs "autoreconf --install"
-rw-r--r--aclocal.m44
-rwxr-xr-xautogen.sh3
2 files changed, 5 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 7b20ccfb38..9f4a9df656 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.16.3 -*- Autoconf -*-
+# generated automatically by aclocal 1.16.1 -*- Autoconf -*-
-# Copyright (C) 1996-2020 Free Software Foundation, Inc.
+# Copyright (C) 1996-2018 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
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 $*