From 68bac5f496f77b19ca787d55aed6b7752a013b78 Mon Sep 17 00:00:00 2001 From: Robert Millan Date: Wed, 24 Sep 2003 17:03:27 +0000 Subject: [PATCH] Updated to reflect upcoming autoconf 2.58 and automake 1.8 --- .cvsignore | 6 ++++-- cdemo/.cvsignore | 1 + config/.cvsignore | 9 +++++++++ demo/.cvsignore | 3 ++- depdemo/.cvsignore | 3 ++- doc/.cvsignore | 2 -- f77demo/.cvsignore | 12 +++++------- libltdl/.cvsignore | 6 ++++++ mdemo/.cvsignore | 3 ++- mdemo2/.cvsignore | 5 +++-- pdemo/.cvsignore | 3 ++- tagdemo/.cvsignore | 1 + 12 files changed, 37 insertions(+), 17 deletions(-) create mode 100644 config/.cvsignore diff --git a/.cvsignore b/.cvsignore index 517fcd36..470ffc4f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,12 +1,14 @@ .*.prcs_aux +COPYING +INSTALL Makefile Makefile.in acinclude.m4 aclocal.m4 +autom4te.cache clibtool.cfg configure config.* libtool -ltmain.sh -ltconfig libtoolize +patches diff --git a/cdemo/.cvsignore b/cdemo/.cvsignore index 3be19890..90cb9643 100644 --- a/cdemo/.cvsignore +++ b/cdemo/.cvsignore @@ -4,6 +4,7 @@ Makefile Makefile.in acinclude.m4 aclocal.m4 +autom4te.cache configure config.* conftest* diff --git a/config/.cvsignore b/config/.cvsignore new file mode 100644 index 00000000..812e15e1 --- /dev/null +++ b/config/.cvsignore @@ -0,0 +1,9 @@ +COPYING +INSTALL +install-sh +ltmain.sh +mdate-sh +missing +mkinstalldirs +texinfo.tex + diff --git a/demo/.cvsignore b/demo/.cvsignore index 5436de93..24481127 100644 --- a/demo/.cvsignore +++ b/demo/.cvsignore @@ -4,6 +4,7 @@ Makefile Makefile.in acinclude.m4 aclocal.m4 +autom4te.cache configure config.* conftest* @@ -15,5 +16,5 @@ libtool *.lo *.la hell -hell.static +hell_static helldl diff --git a/depdemo/.cvsignore b/depdemo/.cvsignore index 843449b3..b416949b 100644 --- a/depdemo/.cvsignore +++ b/depdemo/.cvsignore @@ -4,6 +4,7 @@ Makefile Makefile.in acinclude.m4 aclocal.m4 +autom4te.cache configure config.* conftest* @@ -11,4 +12,4 @@ libtool *.lo *.la depdemo -depdemo.static +depdemo_static diff --git a/doc/.cvsignore b/doc/.cvsignore index 5a6b7a6d..e8ad0e8e 100644 --- a/doc/.cvsignore +++ b/doc/.cvsignore @@ -1,7 +1,5 @@ Makefile Makefile.in -mdate-sh -texinfo.tex stamp-vti version.texi *.log diff --git a/f77demo/.cvsignore b/f77demo/.cvsignore index 5436de93..30c89445 100644 --- a/f77demo/.cvsignore +++ b/f77demo/.cvsignore @@ -4,16 +4,14 @@ Makefile Makefile.in acinclude.m4 aclocal.m4 +autom4te.cache configure config.* +config-h.in conftest* -hc-direct -hc-libflag -hc-libpath -hc-minusL libtool *.lo *.la -hell -hell.static -helldl +stamp-h* +cprogram +fprogram diff --git a/libltdl/.cvsignore b/libltdl/.cvsignore index faf2876a..6db0c9a8 100644 --- a/libltdl/.cvsignore +++ b/libltdl/.cvsignore @@ -4,10 +4,16 @@ Makefile Makefile.in acinclude.m4 aclocal.m4 +autom4te.cache configure config.* +config-h.in conftest* +install-sh libtool +ltmain.sh +missing +mkinstalldirs *.lo *.la stamp-h* diff --git a/mdemo/.cvsignore b/mdemo/.cvsignore index e80c5131..47c0c4b3 100644 --- a/mdemo/.cvsignore +++ b/mdemo/.cvsignore @@ -4,6 +4,7 @@ Makefile Makefile.in acinclude.m4 aclocal.m4 +autom4te.cache configure config.* conftest* @@ -11,4 +12,4 @@ libtool *.lo *.la mdemo -mdemo.static +mdemo_static diff --git a/mdemo2/.cvsignore b/mdemo2/.cvsignore index e80c5131..fd7a0794 100644 --- a/mdemo2/.cvsignore +++ b/mdemo2/.cvsignore @@ -4,11 +4,12 @@ Makefile Makefile.in acinclude.m4 aclocal.m4 +autom4te.cache configure config.* conftest* libtool *.lo *.la -mdemo -mdemo.static +mdemo2 +mdemo2_static diff --git a/pdemo/.cvsignore b/pdemo/.cvsignore index 5436de93..24481127 100644 --- a/pdemo/.cvsignore +++ b/pdemo/.cvsignore @@ -4,6 +4,7 @@ Makefile Makefile.in acinclude.m4 aclocal.m4 +autom4te.cache configure config.* conftest* @@ -15,5 +16,5 @@ libtool *.lo *.la hell -hell.static +hell_static helldl diff --git a/tagdemo/.cvsignore b/tagdemo/.cvsignore index a9f4ea40..4b6013da 100644 --- a/tagdemo/.cvsignore +++ b/tagdemo/.cvsignore @@ -2,6 +2,7 @@ .libs Makefile Makefile.in +autom4te.cache acinclude.m4 aclocal.m4 configure -- 2.11.4.GIT