aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 5afad78c2e8024bc8f9d0d111809aee3615b4c4d (plain)
1
2
3
4
5
6
7
#! /bin/sh
# Bootstrap the development environment

set -x
autoheader
autoconf
(cd Tools; autoconf)