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
Sat, Jan 25, 10:59 AM (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1033883
Default Alt Text
autogen.sh (356 B)

Event Timeline