]> git.wh0rd.org Git - nano.git/commitdiff
Added script to get working configure, etc.
authorJordi Mallach <jordi@gnu.org>
Thu, 4 Oct 2001 01:37:36 +0000 (01:37 +0000)
committerJordi Mallach <jordi@gnu.org>
Thu, 4 Oct 2001 01:37:36 +0000 (01:37 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@845 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

autogen.sh [new file with mode: 0755]

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