On Sep 23, 2011, at 3:50 PM, Brice Goglin wrote: > AFAIK configure will not generate Makefile[.in] unless the dir is in > SUBDIRS. Otherwise we would have Makefile[.in] generated in > tests/embedded (I don't have any).
Sure it will. :-) If you have foo/bar/Makefile listed in AC_CONFIG_FILES, it'll be generated. tests/embedded/Makefile.am does not generate Makefile.am because it's not listed in an AC_CONFIG_FILES anywhere (e.g., hwloc_internal.m4). It's a separate subdirectory with its own autogen/etc. -- Jeff Squyres [email protected] For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/
