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