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
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
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
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