]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
Add an autogen.sh.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 18 Dec 2012 06:10:53 +0000 (01:10 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 18 Dec 2012 06:10:53 +0000 (01:10 -0500)
autogen.sh [new file with mode: 0755]

diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..76fa304
--- /dev/null
@@ -0,0 +1,4 @@
+# Regenerate the junk that autotools wants to have around.
+aclocal
+automake --foreign --add-missing
+autoconf