Export CXX and AR to make it easier to invoke other configure scripts with same options.

This commit is contained in:
monty@mysql.com 2004-02-10 12:27:14 +01:00
parent 079edf3313
commit 2d2f7f89ff

View File

@ -348,7 +348,7 @@ AC_SUBST(CXXFLAGS)
AC_SUBST(LD)
AC_SUBST(INSTALL_SCRIPT)
export CC CFLAGS LD LDFLAGS
export CC CXX CFLAGS LD LDFLAGS AR
if test "$GXX" = "yes"
then