1 2 3 4 5 6 7 8
#!/bin/sh if test -e Makefile then make distclean fi ./autogen.sh --disable-aac make make dist