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