Update buildsys.
This commit is contained in:
parent
b04863f9b7
commit
30012e9536
3 changed files with 45 additions and 6 deletions
|
@ -22,6 +22,11 @@ dnl POSSIBILITY OF SUCH DAMAGE.
|
|||
dnl
|
||||
|
||||
AC_DEFUN([BUILDSYS_INIT], [
|
||||
AC_SUBST(CC_DEPENDS, $GCC)
|
||||
AC_SUBST(CXX_DEPENDS, $GXX)
|
||||
AC_SUBST(OBJC_DEPENDS, $GOBJC)
|
||||
AC_SUBST(OBJCXX_DEPENDS, $GOBJCXX)
|
||||
|
||||
AC_PATH_PROG(TPUT, tput)
|
||||
|
||||
AS_IF([test x"$TPUT" != x""], [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue