
"MvN" == Maxime van Noppen <yabo@lrde.epita.fr> writes:
URL: https://svn.lrde.epita.fr/svn/scool/branches/scool-ng ChangeLog: 2008-06-26 Maxime van Noppen <yabo@lrde.epita.fr>
Add the config/ directory * config/Makefile.am: New. * config: New.
Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+)
Index: branches/scool-ng/config/Makefile.am =================================================================== --- branches/scool-ng/config/Makefile.am (revision 0) +++ branches/scool-ng/config/Makefile.am (revision 64) @@ -0,0 +1,15 @@ +MAINTAINERCLEANFILES = \ + Makefile.in \ + $(STANDARD_TOOLS) + +STANDARD_TOOLS = \ + install-sh \ + missing \ + mkinstalldirs \ + depcomp + +EXTRA_DIST = \ + Makefile.xt \ + autoxt.m4 + +bootclean:
FWIW, the current recommended name of config/ is build-aux/.