summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 33762a736bf68b1b592c5ac44b408e617ee587eb (plain)
1
2
3
4
5
#! /bin/sh
# Bootstrap the development environment
autoconf
autoheader
(cd Tools; autoconf)