aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: b5c96882d90ef895900ed6cca60c3a6f8d04a217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -e
autoconf
( cd tools
  autoconf
  autoheader
)
( cd stubdom
  autoconf
)
( cd docs
  autoconf
)