[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: problem importing argp
From: |
Gurganus, Brant L |
Subject: |
RE: problem importing argp |
Date: |
Tue, 15 Aug 2006 10:49:29 -0400 |
It seems that various AC_FUNC_{} macros in configure.ac modify the behavior of the gnulib Makefile on the line containing @LIBOBJS@:
libgnu_a_LIBADD = @LIBOBJS@
Brant Gurganus
http://www.rose-hulman.edu/~gurganbl
-----Original Message-----
From: Sergey Poznyakoff [mailto:address@hidden]
Sent: Tue 08/15/06 8:49 AM
To: Gurganus, Brant L
Cc: address@hidden
Subject: RE: problem importing argp
Gurganus, Brant L <address@hidden> wrote:
> Why were those files added to the Makefile when I ran "{path to gnulib
> checkout}/gnulib-tool --import argp" then and what is the resolution
> for the problem? They cames from a line that use @ALLOCA@ in the
> generated Makefile and when I removed AC_FUNC_MEMCMP and friends, the
> problem went away.
Trying a fresh import I did not experience any of the described
problems. Notice also that `gnulib-tool --import argp' does not generate
any `AC_FUNC_MEMCMP' line. Please make sure you use a fresh gnulib
checkout.
Regards,
Sergey