Add autogen.sh file
authorBruno Haible <bruno@clisp.org>
Thu, 19 Jan 2012 07:07:19 +0000 (11:07 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 19 Jan 2012 07:07:19 +0000 (11:07 +0400)
autogen.sh [new file with mode: 0755]

diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..2a4593e
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# This script creates (or regenerates) configure (as well as aclocal.m4,
+# config.h.in, Makefile.in, etc.) missing in the source repository.
+
+autoreconf -i
+
+echo
+echo "Ready to run './configure'."