]> git.wh0rd.org Git - nano.git/commitdiff
Fix autogen for 1.0 and add some stuff to .cvsignore.
authorJordi Mallach <jordi@gnu.org>
Sat, 2 Feb 2002 17:33:28 +0000 (17:33 +0000)
committerJordi Mallach <jordi@gnu.org>
Sat, 2 Feb 2002 17:33:28 +0000 (17:33 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@1058 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

.cvsignore
autogen.sh

index 9017921c4abcf855fa4f288a50bf02ad0056985a..a82eae923ad2797b89bc3148dbbb06ccac6170d0 100644 (file)
@@ -3,8 +3,12 @@ Makefile.in
 confdefs.h
 config.cache
 config.h
+config.h.in
 config.log
 config.status
 configure
+depcomp
 nano
+nano.info
 stamp-h
+stamp-h1
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