32f085b7f9b0e0e53bad941571efb871a9f5c454
[febootstrap.git] / autogen.sh
1 #!/bin/sh -
2
3 export AUTOMAKE='automake --foreign --add-missing'
4 autoreconf
5 ./configure "$@"