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