]> git.draconx.ca Git - gob-dx.git/blob - bootstrap
Pull in dxcommon for library tests.
[gob-dx.git] / bootstrap
1 #!/bin/sh
2
3 argv0=$0
4
5 err () { printf '%s: %s\n' "$argv0" "$@" 1>&2; }
6 die () { err "$@"; exit 1; }
7
8 : "${AUTORECONF=autoreconf}"
9 : "${GIT=git}"
10
11 $GIT submodule update --init || err "Failed to update submodules from git."
12
13 # Punt some automake-generated files so that Gentoo's wrapper script
14 # doesn'# try to detect the automake version in use.
15 rm -f Makefile.in aclocal.m4
16 $AUTORECONF -fis