econnman/autogen.sh

8 lines
81 B
Bash
Executable File

#!/bin/sh
autoreconf -f -i
if [ -z "$NOCONFIGURE" ]; then
./configure "$@"
fi