File: autogen.sh

package info (click to toggle)
pacemaker 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 68,576 kB
  • sloc: xml: 160,564; ansic: 143,744; python: 5,670; sh: 2,969; makefile: 2,426
file content (11 lines) | stat: -rwxr-xr-x 356 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
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'