From: Jordi Mallach Date: Wed, 15 Jan 2003 17:38:38 +0000 (+0000) Subject: Make it much simpler by just using autoreconf. X-Git-Tag: v1.1.99pre1~22 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=48053784e25b55f79c360a2bfe1729b00c3cb36b;p=nano.git 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 --- diff --git a/autogen.sh b/autogen.sh index 42d61e12..9fc31452 100755 --- 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