]> git.wh0rd.org Git - nano.git/commitdiff
autoheader should be called before.
authorJordi Mallach <jordi@gnu.org>
Sat, 19 Jan 2002 19:23:55 +0000 (19:23 +0000)
committerJordi Mallach <jordi@gnu.org>
Sat, 19 Jan 2002 19:23:55 +0000 (19:23 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1025 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

autogen.sh

index e8e26cec65e1efcc6fcccaf8a890e1a6484d9319..164d1653ae8c53ca978ff445a166138c9fb60d09 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Generate configure & friends for CVS users.
 
+autoheader
 aclocal -I ./m4
 automake --add-missing
-autoheader
 autoconf