From 4250d7c910fd67c0da07c6213901009330e3cd51 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Wed, 17 Mar 2021 16:54:22 +0900 Subject: [PATCH] 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 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 $*