7218c6f3292e2a0590f97cf1c7d66a634162afcd
[rpmdepsize.git] / autogen.sh
1 #!/bin/sh -
2
3 set -e
4 set -v
5 export AUTOMAKE='automake --foreign --add-missing'
6 autoreconf
7 ./configure "$@"