Ibukun Olumuyiwa wrote:
That said, I have been thinking of the need to do a cleanup act on the
autofoo in many of the modules to eliminate the warnings and complaints
usually output by autoconf 2.5x. For example, eliminating the use of
acconfig.h, adding the description parameter to AC_DEFINEs etc. It is
actually quite trivial to eliminate these warnings in most cases.

I think that would be a really good thing to do. It makes it much easier to spot when there really is a problem.

Also, I suggest to keep the .cvsignore files updated to make CVS quiet when updating. This makes it much easier to see what has changed since last update.
I have attached a patch that shuts up CVS for entrance.


And finally, is there any reason to put install-sh, missing, and mkinstalldirs in CVS? I thought they were supposed to be installed by autosomething.

It is purely coincidental that I have been referring to entrance, which just happened to be the thing I was looking at just now :)

/Kim
diff -X excl.list -X excl-17.list -ruN e17.clean/apps/entrance/.cvsignore 
e17/apps/entrance/.cvsignore
--- e17.clean/apps/entrance/.cvsignore  2004-01-09 10:16:52.791159082 +0100
+++ e17/apps/entrance/.cvsignore        2004-01-09 10:01:38.577350167 +0100
@@ -9,3 +9,4 @@
 config.sub
 configure
 configure-stamp
+autom4te.cache
diff -X excl.list -X excl-17.list -ruN e17.clean/apps/entrance/config/.cvsignore 
e17/apps/entrance/config/.cvsignore
--- e17.clean/apps/entrance/config/.cvsignore   1970-01-01 01:00:00.000000000 +0100
+++ e17/apps/entrance/config/.cvsignore 2004-01-09 10:02:17.007023558 +0100
@@ -0,0 +1,2 @@
+Makefile.in
+Makefile
diff -X excl.list -X excl-17.list -ruN 
e17.clean/apps/entrance/config/init.d/.cvsignore 
e17/apps/entrance/config/init.d/.cvsignore
--- e17.clean/apps/entrance/config/init.d/.cvsignore    2003-08-21 18:08:34.000000000 
+0200
+++ e17/apps/entrance/config/init.d/.cvsignore  2004-01-09 10:17:41.367604582 +0100
@@ -1 +1,3 @@
+Makefile.in
+Makefile
 entrance
diff -X excl.list -X excl-17.list -ruN e17.clean/apps/entrance/config/pam.d/.cvsignore 
e17/apps/entrance/config/pam.d/.cvsignore
--- e17.clean/apps/entrance/config/pam.d/.cvsignore     1970-01-01 01:00:00.000000000 
+0100
+++ e17/apps/entrance/config/pam.d/.cvsignore   2004-01-09 10:18:02.914925425 +0100
@@ -0,0 +1,2 @@
+Makefile.in
+Makefile
diff -X excl.list -X excl-17.list -ruN e17.clean/apps/entrance/data/config/.cvsignore 
e17/apps/entrance/data/config/.cvsignore
--- e17.clean/apps/entrance/data/config/.cvsignore      2003-08-21 18:08:34.000000000 
+0200
+++ e17/apps/entrance/data/config/.cvsignore    2004-01-09 10:24:19.139461609 +0100
@@ -1,2 +1,4 @@
 Makefile
 Makefile.in
+build_config.sh
+entrance_config.db
diff -X excl.list -X excl-17.list -ruN 
e17.clean/apps/entrance/data/themes/Nebulous/.cvsignore 
e17/apps/entrance/data/themes/Nebulous/.cvsignore
--- e17.clean/apps/entrance/data/themes/Nebulous/.cvsignore     1970-01-01 
01:00:00.000000000 +0100
+++ e17/apps/entrance/data/themes/Nebulous/.cvsignore   2004-01-09 10:24:34.438157820 
+0100
@@ -0,0 +1,3 @@
+Makefile.in
+Makefile
+Nebulous.eet
diff -X excl.list -X excl-17.list -ruN 
e17.clean/apps/entrance/data/themes/default/.cvsignore 
e17/apps/entrance/data/themes/default/.cvsignore
--- e17.clean/apps/entrance/data/themes/default/.cvsignore      1970-01-01 
01:00:00.000000000 +0100
+++ e17/apps/entrance/data/themes/default/.cvsignore    2004-01-09 10:24:47.895252263 
+0100
@@ -0,0 +1,3 @@
+Makefile.in
+Makefile
+default.eet
diff -X excl.list -X excl-17.list -ruN 
e17.clean/apps/entrance/data/themes/taillights/.cvsignore 
e17/apps/entrance/data/themes/taillights/.cvsignore
--- e17.clean/apps/entrance/data/themes/taillights/.cvsignore   1970-01-01 
01:00:00.000000000 +0100
+++ e17/apps/entrance/data/themes/taillights/.cvsignore 2004-01-09 10:25:00.149606825 
+0100
@@ -0,0 +1,3 @@
+Makefile.in
+Makefile
+taillights.eet
diff -X excl.list -X excl-17.list -ruN e17.clean/apps/entrance/data/users/.cvsignore 
e17/apps/entrance/data/users/.cvsignore
--- e17.clean/apps/entrance/data/users/.cvsignore       1970-01-01 01:00:00.000000000 
+0100
+++ e17/apps/entrance/data/users/.cvsignore     2004-01-09 10:18:43.277164631 +0100
@@ -0,0 +1,2 @@
+Makefile.in
+Makefile
diff -X excl.list -X excl-17.list -ruN 
e17.clean/apps/entrance/data/users/default/.cvsignore 
e17/apps/entrance/data/users/default/.cvsignore
--- e17.clean/apps/entrance/data/users/default/.cvsignore       1970-01-01 
01:00:00.000000000 +0100
+++ e17/apps/entrance/data/users/default/.cvsignore     2004-01-09 10:25:13.920634458 
+0100
@@ -0,0 +1,3 @@
+Makefile.in
+Makefile
+default.eet
diff -X excl.list -X excl-17.list -ruN e17.clean/apps/entrance/src/.cvsignore 
e17/apps/entrance/src/.cvsignore
--- e17.clean/apps/entrance/src/.cvsignore      2003-08-21 18:08:35.000000000 +0200
+++ e17/apps/entrance/src/.cvsignore    2004-01-09 10:23:01.665202444 +0100
@@ -3,3 +3,4 @@
 config.h
 stamp-h
 stamp-h.in
+stamp-h1
diff -X excl.list -X excl-17.list -ruN e17.clean/apps/entrance/src/client/.cvsignore 
e17/apps/entrance/src/client/.cvsignore
--- e17.clean/apps/entrance/src/client/.cvsignore       2003-08-21 18:08:35.000000000 
+0200
+++ e17/apps/entrance/src/client/.cvsignore     2004-01-09 10:25:31.229899120 +0100
@@ -2,3 +2,4 @@
 Makefile
 Makefile.in
 entrance
+entrance_login

Reply via email to