Changeset View
Changeset View
Standalone View
Standalone View
configure.ac
| Show First 20 Lines • Show All 121 Lines • ▼ Show 20 Lines | |||||
| AC_PROG_INSTALL | AC_PROG_INSTALL | ||||
| AC_PROG_LN_S | AC_PROG_LN_S | ||||
| AC_PROG_MAKE_SET | AC_PROG_MAKE_SET | ||||
| gl_EARLY | gl_EARLY | ||||
| #AC_ARG_PROGRAM | #AC_ARG_PROGRAM | ||||
| AC_PROG_YACC | AC_PROG_YACC | ||||
| AX_PROG_BISON([have_bison=yes],[have_bison=no]) | AX_PROG_BISON([have_bison=yes],[have_bison=no]) | ||||
| # gcov coverage reporting | |||||
| AC_CHECK_PROGS(GCOV, [gcov], gcov) | |||||
| AC_TDD_GCOV | |||||
| AC_SUBST(COVERAGE_CFLAGS) | |||||
| AC_SUBST(COVERAGE_LDFLAGS) | |||||
| AC_C_INLINE | AC_C_INLINE | ||||
| # We need to compile and run a program on the build machine. | # We need to compile and run a program on the build machine. | ||||
| # The AC_PROG_CC_FOR_BUILD macro in the AC archive is broken for | # The AC_PROG_CC_FOR_BUILD macro in the AC archive is broken for | ||||
| # autoconf 2.57. | # autoconf 2.57. | ||||
| AC_MSG_CHECKING(for cc for build) | AC_MSG_CHECKING(for cc for build) | ||||
| if test "$cross_compiling" = "yes"; then | if test "$cross_compiling" = "yes"; then | ||||
| CC_FOR_BUILD="${CC_FOR_BUILD-cc}" | CC_FOR_BUILD="${CC_FOR_BUILD-cc}" | ||||
| ▲ Show 20 Lines • Show All 305 Lines • Show Last 20 Lines | |||||