From: Rusty B. <ho...@sb...> - 2003-09-03 09:15:46
|
> Update of /cvsroot/libfunutil/libfunutil/tests/funUtil > +ifeq (1,$(configure_with_buildtool)) > +DIST_FILES +=3D Makefile.bt > +endif Shouldn't the buildtool files always be included in the dist tarball? That way, even if the person building the tarball never uses buildtool, the people who download that tarball can. (I haven't looked at any other --with-buildtool changes, but I assumed that if you were using toc's configure script, you'd be using toc throughout & would have nothing to do with buildtool, but the buildtool files should still tag along in the dist tarball, for other people to use.) --Rusty |