Hello Laurent, * [EMAIL PROTECTED] wrote on Mon, Oct 06, 2008 at 02:04:49PM CEST: > > I'm using autoconf 2.61 and automake 1.8 and I've got a probleme with > the 'make dist' target.
> He the AC_CONFIG_FILES: > AC_CONFIG_FILES( > po/Makefile.in > Makefile > src/Makefile > config/gcdk.pc > config/gcdk-uninstalled.pc > doxygen.cfg > test/type/Makefile > test/exception/Makefile > ) > And the two files: test/type/Makefile.in and > test/exception/Makefile.in are not put into the archive How does your SUBDIRS tree look like? Does the toplevel Makefile.am list test/type and test/exception, going down two levels at once? If yes, then updating to a newer Automake is your friend. 1.10.1 is current, and quoting a NEWS excerpt from 1.9: | - The restriction that SUBDIRS must contain direct children is gone. | Do not abuse. Hope that helps. Cheers, Ralf