From: Jordi Mallach Date: Sat, 19 Jan 2002 19:23:55 +0000 (+0000) Subject: autoheader should be called before. X-Git-Tag: v1.1.6~16 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=fef9d86faee7873a45b88c2eb60852e3ef719fa1;p=nano.git autoheader should be called before. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1025 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/autogen.sh b/autogen.sh index e8e26cec..164d1653 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,7 @@ #!/bin/sh # Generate configure & friends for CVS users. +autoheader aclocal -I ./m4 automake --add-missing -autoheader autoconf