| Back to the Main Page. | ac_cxx_ldflags_std_lang |
Download the M4 Source. |
AC_CXX_LDFLAGS_STD_LANG(LD-FLAGS)
2004-09-07 0.5.65 : Cxx
Ludovic Courtès <ludo@chbouib.org>
license: AllPermissive
AC_DEFUN([AC_CXX_LDFLAGS_STD_LANG],
[AC_REQUIRE([AC_CXX_COMPILER_VENDOR])
case "$ac_cv_cxx_compiler_vendor" in
sgi) $1="$$1 -LANG:std -exceptions";;
hp) $1="$$1 -AA";;
esac])