aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 2e1beaef25343b6b95b21f978b61be8e687ade19 (plain)
1
2
3
4
5
#! /bin/sh
# Bootstrap the development environment
autoconf
(cd Source/DOH; autoconf)
(cd Tools; autoconf)