bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Test for glob symlink bug


From: Paul Eggert
Subject: Re: Test for glob symlink bug
Date: Wed, 13 Jul 2005 22:25:12 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Derek Price <address@hidden> writes:

> +    AC_CACHE_CHECK([GNU glob interface version], [gl_cv_glob_interface],
> +[     AC_COMPILE_IFELSE(
> ...
>  [[#include <gnu-versions.h>
>  char a[_GNU_GLOB_INTERFACE_VERSION == 1 ? 1 : -1];]],
> -      [], [GLOB_H=glob.h])
> +     [gl_cv_glob_interface=compatible],
> +     [gl_cv_glob_interface=incompatible])])

Unless I'm missing something, that might be a bit hard to read in the
configure output.  How about if you change it to something like
AC_CACHE_CHECK([for GNU glob version 1],
[gl_cv_gnu_glob_version_1],...)  and then set it to a simple "yes" or
"no" value?

Other than that, it looks fine; please install.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]