Age | Commit message (Collapse) | Author | Files | Lines |
|
The m4 that comes with OpenBSD gets confused by the extra quoting
applied to the version number argument when building the
bodies of the cairo_version_{major,minor,micro} macros using
m4_bpatsubst(). Since we're making sure that the argument is always
a number, we can safely use the unquoted \2 body rather than \[\2\].
|
|
|
|
Has been missing at least as of autoconf 2.59.
|
|
It belongs there as it includes other files. It was breaking build
on older autoconf it seems.
|
|
Also move it to build/.
We still do not call gtkdocize from autogen.sh.
|
|
|
|
|
|
|
|
|
|
Eases m4 writing.
|
|
|
|
Now the configure.in file mostly holds the backend enabling logic.
The usual cruft has been moved in smaller files named build/*.ac.
|
|
This is needed to fix the AX_C_FLOAT_WORDS_BIGENDIAN macro on Mac OS X 10.2,
which was brought up here:
https://bugs.freedesktop.org/show_bug.cgi?id=9124
|
|
We now use strings first, then grep to find the magic value, as suggested
by various people in the reports for the bugs that this fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=9247
https://bugs.freedesktop.org/show_bug.cgi?id=9124
|
|
This fixes bug #9124 reported here:
https://bugs.freedesktop.org/show_bug.cgi?id=9124
|
|
The symbol that this macro defines (FLOAT_WORDS_BIGENDIAN) can be used
to make double arithmetic tricks portable.
|
|
doing docs via gtk-doc.
src/cairo.[ch] src/cairo-matrix.c: Add some inline docs for arcs and matrices.
gtk-doc.m4 acinclude.m4: Check in files from gtk-doc to make the dependency on gtk-doc optional.
Add --enable-gtk-doc to the default args.
|