summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 14657bc8a0f8055d33f2f394a6fc6481a57fb350 (plain)
1
2
3
4
#!/bin/sh
aclocal -I m4 || exit 1
autoconf || exit 1
autoheader || exit 1