Differences From Artifact [5fd19afa5a]:
- File configure.ac — part of check-in [3bac4aa7d3] at 2016-05-07 11:58:33 on branch trunk — Add a proper build system (user: js, size: 1567) [annotate] [blame] [check-ins using]
To Artifact [ee48687682]:
- File
configure.ac
— part of check-in
[9a8a6a9bf9]
at
2017-01-22 15:20:46
on branch trunk
— Do not run tests automatically
This is a bad idea as they require networking and do not terminate. (user: js, size: 1489) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
44 45 46 47 48 49 50 | ]) dnl We don't call AC_PROG_CPP, but only AC_PROG_OBJCPP and set CPP to OBJCPP dnl and add OBJCPPFLAGS to CPPFLAGS, thus we need to AC_SUBST these ourself. AC_SUBST(CPP) AC_SUBST(CPPFLAGS) | < < < < | 44 45 46 47 48 49 50 51 52 | ]) dnl We don't call AC_PROG_CPP, but only AC_PROG_OBJCPP and set CPP to OBJCPP dnl and add OBJCPPFLAGS to CPPFLAGS, thus we need to AC_SUBST these ourself. AC_SUBST(CPP) AC_SUBST(CPPFLAGS) AC_CONFIG_FILES([buildsys.mk extra.mk]) AC_OUTPUT |