Peter Eisentraut <[EMAIL PROTECTED]> writes:

|> # AC_LANG_VAR_LINK_TRY(C)(TYPE, VARIABLE, [INCLUDES])
|> # ---------------------------------------------------
|> m4_define([AC_LANG_VAR_LINK_TRY(C)],
|> [AC_LANG_PROGRAM(
|> [AC_INCLUDES_DEFAULT([$3])
|> extern $1 $2;

This won't work with more complex types that requires to put the
identifier in infix position, like arrays (think about sys_errlist).

Andreas.

-- 
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE GmbH, Deutschherrnstr. 15-19, D-90429 N�rnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

Reply via email to