Page MenuHomeClusterLabs Projects

autogen.sh
No OneTemporary

autogen.sh

#!/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'

File Metadata

Mime Type
text/x-shellscript
Expires
Tue, Oct 29, 9:10 PM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
849723
Default Alt Text
autogen.sh (356 B)

Event Timeline