Hello,
I'm using autoconf 2.61 and automake 1.8 and I've got a probleme with the 'make dist' target. Some of the files into the 'AC_CONFIG_FILES' does not go into the archive: 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 So the 'make distcheck' failed complaining about missing files Any idea ? Thanks a lot Laurent Marzullo
