|--==> "JJ" == Jerry James <james(a)xemacs.org> writes:
JJ> I would really like to have you check for the presence of the
JJ> configure scripts and evidence that they have been executed
JJ> (existence of config.something) after each of the following
JJ> steps:
JJ> (1) Fresh checkout from CVS
,----[ cvs co xemacs && find ./modules/ -name "config*" -print ]
| ./modules/ldap/configure
| ./modules/ldap/configure.ac
| ./modules/postgresql/configure
| ./modules/postgresql/configure.ac
| ./modules/sample/external/configure.ac
| ./modules/sample/internal/configure.ac
`----
JJ> (2) Top-level configure
,----[ ./configure --funky-opts && find ./modules/ -name "config*"
-print ]
| ./modules/ldap/configure
| ./modules/ldap/configure.ac
| ./modules/postgresql/configure
| ./modules/postgresql/configure.ac
| ./modules/sample/external/configure.ac
| ./modules/sample/internal/configure.ac
`----
JJ> (3) Top-level make
,----[ make && find ./modules/ -name "config*" -print ]
| ./modules/ldap/configure
| ./modules/ldap/configure.ac
| ./modules/postgresql/configure
| ./modules/postgresql/configure.ac
| ./modules/sample/external/configure.ac
| ./modules/sample/internal/configure.ac
`----
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|