Commit 4c1fb17f 4c1fb17f8ccc95daec4ba931c63115119473353e by Sergey Poznyakoff

Use AM_PROG_CC_C_O and AC_PROG_CXX

1 parent c015145e
......@@ -55,6 +55,8 @@ AC_SUBST(MU_COMMON_INCLUDES,'-I${srcdir} -I${top_srcdir}/include -I${top_srcdir}
dnl Check for programs
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CXX
AC_PROG_INSTALL
AC_PROG_LN_S
AC_LIBTOOL_DLOPEN
......