* Eric Polino wrote on Tue, Jul 24, 2007 at 10:31:43PM CEST: > > I'm sort of confused on my options, is this correct? > > 1. AC_CONFIG_AUX_DIR([.]) in finch/libgnt/configure.ac && > AC_CONFIG_AUX_DIR([.]) in configure.ac > > OR > > 2. AC_CONFIG_AUX_DIR([.]) in finch/libgnt/configure.ac && > AC_CONFIG_AUX_DIR([finch/libgnt]) in configure.ac
Yes, this is correct. The following note refers to setup 2.: > >I should note that the latter setup may cause you to stumble over a > >bug with Automake releases older than 1.10, so be sure to use at least > >that. > > After reading what that macro does, I think the former setup is > optimal for our situation. Thank you for you help, we appreciate it! Glad I could help. Cheers, Ralf
