summaryrefslogtreecommitdiffabout
path: root/autogen.sh
blob: c3313be0fb27e1b616a86d26c26d01ca2375c09f (plain)
1
2
3
4
5
6
7
#!/bin/sh
test -d aux.d || mkdir aux.d
   aclocal \
&& autoheader \
&& automake -a \
&& autoconf \
&& ./configure "$@"