File: bootstrap

package info (click to toggle)
tpm2-abrmd 3.0.0-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,468 kB
  • sloc: ansic: 17,633; makefile: 492; sh: 347; xml: 18
file content (11 lines) | stat: -rwxr-xr-x 466 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# SPDX-License-Identifier: BSD-2-Clause

dpkg-parsechangelog | grep Version: | sed -e 's/Version: //' | sed -e 's/-[^-]*$//' > VERSION
autoreconf --install --sym

if grep "Invalid policy. Valid policies: git-directory, minor-version." configure >/dev/null; then
    echo "ERROR: ax_is_release.m4 is outdated. ./configure will fail."
    echo "Please download from http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2019.01.06.tar.xz"
    exit 1
fi