summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 32f085b7f9b0e0e53bad941571efb871a9f5c454 (plain)
1
2
3
4
5
#!/bin/sh -

export AUTOMAKE='automake --foreign --add-missing'
autoreconf
./configure "$@"