summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: d265ba52df7b5c6a7dec11b8052809a6c9f322ed (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

rm -rf autom4te.cache
rm -f aclocal.m4 ltmain.sh config.cache

autoreconf -vif

if [ -z "$NOCONFIGURE" ]; then
  exec ./configure -C "$@"
fi