diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 00000000..18cbb541 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# Generate configure & friends for CVS users. + +aclocal +automake --add-missing +autoheader +autoconf