From 01385a4c0cc46c0f75ab503a67d43199e509036e Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 18 Dec 2012 01:10:53 -0500 Subject: [PATCH] Add an autogen.sh. --- autogen.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 autogen.sh diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..76fa304 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,4 @@ +# Regenerate the junk that autotools wants to have around. +aclocal +automake --foreign --add-missing +autoconf -- 2.43.2