mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-22 18:30:12 +01:00
13 lines
473 B
Text
13 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])
|
||
|
|
|