From e5a812082ae033afb1eed82c0f2df3d0f6bdc93f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 08:53:20 +0200 Subject: Adding upstream version 2.1.6. Signed-off-by: Daniel Baumann --- autogen.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 autogen.sh (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..de3bac9 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,11 @@ +#!/bin/sh +# Part of pacemaker project +# SPDX-License-Identifier: GPL-2.0-or-later + +# We configure some build artifacts to go to libltdl/config. autotools will +# happily create it if it doesn't exist, but will still print an error and +# exit nonzero in that case. :-( +mkdir -p libltdl/config + +autoreconf -fisv || exit $? +echo 'Now run ./configure and make' -- cgit v1.2.3