[configure.ac] Quote version macros

This commit is contained in:
Behdad Esfahbod 2008-09-05 01:07:30 -04:00
parent 4edda79e71
commit a37806a9da

View file

@ -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)