mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-22 16:10:11 +01:00
Avoid calling libtool to link every single test case, by building just one binary from all the sources. This binary is then given the task of choosing tests to run (based on user selection and individual test requirement), forking each test into its own process and accumulating the results.
12 lines
473 B
Text
12 lines
473 B
Text
dnl
|
|
dnl Version stuff
|
|
dnl
|
|
|
|
dnl Disable autoconf's version macros. We try hard to not rebuild the entire
|
|
dnl library just because version changed. The PACKAGE_VERSION* stuff in
|
|
dnl config.h is negating all the effort.
|
|
AC_DEFINE(PACKAGE_VERSION, [USE_cairo_version_OR_cairo_version_string_INSTEAD])
|
|
AC_DEFINE(PACKAGE_STRING, [USE_cairo_version_OR_cairo_version_string_INSTEAD])
|
|
AC_DEFINE(PACKAGE_NAME, [USE_cairo_INSTEAD])
|
|
AC_DEFINE(PACKAGE_TARNAME, [USE_cairo_INSTEAD])
|
|
|