solaris port:
Added a CXX_DEPENDS variable.
This commit is contained in:
parent
5fc5fa51c5
commit
52cc879fe4
1 changed files with 9 additions and 0 deletions
|
|
@ -292,6 +292,15 @@ fi
|
|||
AC_SUBST(DO_RANLIB)
|
||||
AC_SUBST(RANLIB)
|
||||
|
||||
#----------- DEPENDS --------------------
|
||||
|
||||
if test "x${CXX_DEPENDS}" = "x"; then
|
||||
CXX_DEPENDS='g++ -MM'
|
||||
fi
|
||||
AC_SUBST(CXX_DEPENDS)
|
||||
|
||||
#----------------------------------------
|
||||
|
||||
#----------------------------------------
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue