commit 48053784e25b55f79c360a2bfe1729b00c3cb36b
parent cb850cee365dab5bd6617dc3aabc121c123c460e
Author: Jordi Mallach <jordi@gnu.org>
Date: Wed, 15 Jan 2003 17:38:38 +0000
Make it much simpler by just using autoreconf.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1354 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/autogen.sh b/autogen.sh
@@ -1,7 +1,4 @@
#!/bin/sh
# Generate configure & friends for CVS users.
-aclocal -I ./m4
-autoheader
-automake --add-missing
-autoconf
+autoreconf -f -i -s