fluffy/autogen

11 lines
170 B
Bash
Executable File

#!/bin/sh -e
[ ! -d "m4" ] && mkdir m4
autoreconf --install --force
rm -rf autom4te.cache
if [ -z "$1" ]; then
./configure --enable-maintainer-mode --enable-debug
fi