bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH 1/3] pty: improve replacement header


From: Bruno Haible
Subject: Re: [PATCH 1/3] pty: improve replacement header
Date: Fri, 19 Mar 2010 02:30:13 +0100
User-agent: KMail/1.9.9

Eric Blake wrote:
> +AC_DEFUN([gl_PTY_MODULE_INDICATOR],
> +[
> +  dnl Use AC_REQUIRE here, so that the default settings are expanded once 
> only.
> +  AC_REQUIRE([gl_PTY_H_DEFAULTS])
> +  
> GNULIB_[]m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./-],[ABCDEFGHIJKLMNOPQRSTUVWXYZ___])=1
> +  dnl Define it also as a C macro, for the benefit of the unit tests.
> +  gl_MODULE_INDICATOR([$1])

As long as you don't have a test-pty-c++.cc file, you don't need the
gl_MODULE_INDICATOR([$1]) call here.

Bruno




reply via email to

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