summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 160fdf0165ac36712bd844ba2c281b588e8c7feb (plain)
1
2
3
4
5
6
#!/bin/sh

autoreconf -fi
if test -z "$NOCONFIGURE"; then
  exec ./configure "$@"
fi