On Fri, 2003-08-01 at 00:39, Andrew Suffield wrote: > On Thu, Jul 31, 2003 at 11:53:52PM +0200, Alexandre Duret-Lutz wrote: > > It will still remain a few files at the top-level, like > > ./configure{,.ac}, aclocal.m4 and Makefile.{in,am}, but I'm > ^^^^^^^^^^ > > afraid you'll have to live with them. Uniformity matters most > > than personal taste. > > Doesn't appear to apply to aclocal.m4, it should be safe to transition > that into AC_CONFIG_AUX_DIR or someplace. No.
Each aclocal.m4 corresponds to exactly one configure.ac. AC_CONFIG_AUX_DIR however can be shared between several configure.acs (AC_CONFIG_SUBDIRS). Ralf