Files
libdwarf-code/autogen.sh
David Anderson af059043c3 Now these have identical content and
an updated target version 0.3.1.
	modified:   README
	modified:   README.md

Removing a comment line.
	modified:   autogen.sh
2021-12-04 08:31:17 -08:00

14 lines
403 B
Bash

#!/bin/sh
# Generates Makefiles and more.
srcdir=`dirname $0`
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have autoconf installed to compile $PROJECT."
echo "Download the appropriate package for your distribution,"
echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
exit 1
}
set -e -x
autoreconf --warnings=all --install --verbose --force