Re: about what goes into a distribution file

2011-02-17 Thread Vincent Torri
forget it, i should think more before sending mails Vincent Torri On Fri, Feb 18, 2011 at 8:33 AM, Vincent Torri wrote: > Hey, > > from the automake documentation, all the files read by AC_CONFIG_FILES are > added in the distribution. But why aren't the generated files not in the > tarball (the

about what goes into a distribution file

2011-02-17 Thread Vincent Torri
Hey, from the automake documentation, all the files read by AC_CONFIG_FILES are added in the distribution. But why aren't the generated files not in the tarball (the .pc.in are in but not the .pc for example) ? thank you Vincent Torri

bug#8071: Please rename automake invocation node

2011-02-17 Thread Reuben Thomas
This is actually a bug that affects several autotools packages, excluding autoconf, for which it's already fixed: the invocation node is added to the info dir as "automake" which means that info automake goes to the invocation node, not the Top node. autoconf calls its invocation node autoconf-i

dynamic executables for check_PROGRAMS?

2011-02-17 Thread Daily, Jeff A
I wrote a profiling layer for my library utilizing weak symbols. I thought for starters it would be nice to profile some of my test programs, to make sure things are working okay. I'm using autoconf, automake, and libtool, so I configured using --enable-shared --disable-static, however, my tes