History | View | Annotate | Download (233 Bytes)
#!/bin/bash
if [ ! -f configure.ac ];
then
exit 1
fi
if [ -f configure ]
if [ ! -f config.log ]
./configure
make distclean
autoreconf -iv && ./configure && make && fakeroot make distcheck