From a9f3120244bc577645cb722f37908c896cf413a9 Mon Sep 17 00:00:00 2001 From: Jordi Mallach Date: Sat, 2 Feb 2002 17:33:28 +0000 Subject: [PATCH] Fix autogen for 1.0 and add some stuff to .cvsignore. git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@1058 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- .cvsignore | 4 ++++ autogen.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.cvsignore b/.cvsignore index 9017921c..a82eae92 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 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 -- 2.39.5