1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00

Updated to expose GRID_CXXLD in addition to CXXLD.

NB: CXXLD required as this is what drives linking behaviour.
This commit is contained in:
Michael Marshall 2020-04-23 15:25:53 +01:00
parent e96c86ec14
commit 5daf176f4a
2 changed files with 3 additions and 1 deletions

View File

@ -547,6 +547,7 @@ DX_INIT_DOXYGEN([$PACKAGE_NAME], [doxygen.cfg])
############### Ouput
cwd=`pwd -P`; cd ${srcdir}; abs_srcdir=`pwd -P`; cd ${cwd}
GRID_CXX="$CXX"
GRID_CXXLD="$CXXLD"
GRID_CXXFLAGS="$AM_CXXFLAGS $CXXFLAGS"
GRID_LDFLAGS="$AM_LDFLAGS $LDFLAGS"
GRID_LIBS=$LIBS
@ -561,6 +562,7 @@ AC_SUBST([AM_CFLAGS])
AC_SUBST([AM_CXXFLAGS])
AC_SUBST([AM_LDFLAGS])
AC_SUBST([GRID_CXX])
AC_SUBST([GRID_CXXLD])
AC_SUBST([GRID_CXXFLAGS])
AC_SUBST([GRID_LDFLAGS])
AC_SUBST([GRID_LIBS])

View File

@ -68,7 +68,7 @@ while test $# -gt 0; do
;;
--cxxld)
echo @CXXLD@
echo @GRID_CXXLD@
;;
--ldflags)