aboutsummaryrefslogtreecommitdiff
path: root/src/autogen.sh
blob: 66fdf7475319b674a06147eea9e999bb24ea974c (plain)
1
2
3
4
5
6
#!/bin/sh

aclocal && \
autoconf && \
echo "now run './configure'
for help on args run './configure --help'"