On 09/06/2010 11:30 PM, Bruno Haible wrote:
Hi Lorenzo,
checking for working GNU getopt function... no
it looks kind of strange that getopt test fails under GNU Linux...
(indeed, this way, the gnulib version of getopt is used, instead of GNU
libc version)
If you want to know why: The fixes
Hi Lorenzo,
> checking for working GNU getopt function... no
>
> it looks kind of strange that getopt test fails under GNU Linux...
>
> (indeed, this way, the gnulib version of getopt is used, instead of GNU
> libc version)
If you want to know why: The fixes that each gnulib module brings are
On Mon, Sep 6, 2010 at 3:46 PM, Lorenzo Bettini
wrote:
> (indeed, this way, the gnulib version of getopt is used, instead of GNU libc
> version)
Is this related to the getopt bug I reported earlier?
Dustin
--
Open Source Storage Engineer
http://www.zmanda.com
Hi
I've just updated gnulib and updated my modules (strdup and getopt) and
I see that now configure says in Linux
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for stddef.h... (cached) yes
checking for string.h... (cached) yes
checki