On Fri, Feb 05, 2016 at 16:38:08 -0700, Orion Poplawski wrote:
> I'm afraid I'm not very experience with automake/autoconf so perhaps I've
> messed something else up.
>
> $ cat configure.ac
> AC_INIT(test, 1.0, or...@nwra.com)
> AC_CONFIG_SRCDIR(src/foobar.cpp)
> AM_INIT_AUTOMAKE
> AC_PROG_CC
> gl
On 02/07/2016 01:56 PM, Mike Miller wrote:
On Fri, Feb 05, 2016 at 16:38:08 -0700, Orion Poplawski wrote:
I'm afraid I'm not very experience with automake/autoconf so perhaps I've
messed something else up.
$ cat configure.ac
AC_INIT(test, 1.0, or...@nwra.com)
AC_CONFIG_SRCDIR(src/foobar.cpp)
AM
Pádraig Brady wrote:
This does add overhead though it's less of an issue at configure time and tests,
and so probably not worth complicating with #ifdef lint as is done in coreutils
and a few places in gnulib.
I didn't know that there were already workarounds for this problem with #ifdef
lint.