bug-autoconf
[Top][All Lists]
Advanced

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

AC_CHECK_LIB broken with variable reference


From: Andreas Schwab
Subject: AC_CHECK_LIB broken with variable reference
Date: 15 Jun 2001 17:25:19 +0200
User-agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.0.103

AC_CHECK_LIB($foo, main) generates this line:

ac_ac_Lib=`echo "ac_cv_lib_$foo_main" | $ac_tr_sh`

This causes ac_ac_Lib to always be "ac_cv_lib_", since $foo_main is empty.

Note that this is a supported feature explicitly mentioned in the autoconf
docs (*Note (autoconf)Changed Results::).

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
address@hidden
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5



reply via email to

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