mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 19:18:12 +02:00
[configure.ac] Quote version macros
This commit is contained in:
parent
4edda79e71
commit
a37806a9da
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
AC_PREREQ(2.58)
|
||||
CAIRO_PARSE_VERSION
|
||||
AC_INIT([cairo],
|
||||
cairo_version_major.cairo_version_minor.cairo_version_micro,
|
||||
[http://bugs.freedesktop.org/enter_bug.cgi?product=cairo])
|
||||
[cairo_version_major.cairo_version_minor.cairo_version_micro],
|
||||
[http://bugs.freedesktop.org/enter_bug.cgi?product=cairo])
|
||||
AC_CONFIG_SRCDIR(src/cairo.h)
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
AC_CONFIG_AUX_DIR(build)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue