[前][次][番号順一覧][スレッド一覧]

ruby-changes:65491

From: Yusuke <ko1@a...>
Date: Wed, 17 Mar 2021 16:55:09 +0900 (JST)
Subject: [ruby-changes:65491] 4250d7c910 (master): autogen.sh: Added

https://git.ruby-lang.org/ruby.git/commit/?id=4250d7c910

From 4250d7c910fd67c0da07c6213901009330e3cd51 Mon Sep 17 00:00:00 2001
From: Yusuke Endoh <mame@r...>
Date: Wed, 17 Mar 2021 16:54:22 +0900
Subject: autogen.sh: Added

Currently it just runs "autoreconf --install"
---
 aclocal.m4 | 4 ++--
 autogen.sh | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)
 create mode 100755 autogen.sh

diff --git a/aclocal.m4 b/aclocal.m4
index 7b20ccf..9f4a9df 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/aclocal.m4#L1
-# 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 0000000..886156e
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,3 @@ https://github.com/ruby/ruby/blob/trunk/autogen.sh#L1
+#!/bin/sh
+
+autoreconf --install $*
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]