Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-18 | [acinclude.m4] Add compat macros for autoconf 2.59 | Behdad Esfahbod | 1 | -1/+32 | |
2008-09-18 | [acinclude.m4] Define m4_foreach_w if not available | Behdad Esfahbod | 1 | -2/+7 | |
Has been missing at least as of autoconf 2.59. | |||||
2008-09-15 | [aclocal] Move CAIRO_PARSE_VERSION to acinclude.m4 | Behdad Esfahbod | 1 | -0/+13 | |
It belongs there as it includes other files. It was breaking build on older autoconf it seems. | |||||
2008-09-11 | Update gtk-doc makefile fragment | Behdad Esfahbod | 1 | -0/+1 | |
Also move it to build/. We still do not call gtkdocize from autogen.sh. | |||||
2008-09-11 | Move m4 macros into build/aclocal.*.m4 files | Behdad Esfahbod | 1 | -261/+0 | |
2008-09-07 | Back to using autoconf 2.58 | Behdad Esfahbod | 1 | -0/+4 | |
2008-09-06 | [configure.ac.enable] More macro cleanup | Behdad Esfahbod | 1 | -0/+1 | |
2008-09-04 | [configure.in] Forbid arbitrary CAIRO_ patterns in the output | Behdad Esfahbod | 1 | -2/+9 | |
2008-09-04 | [acinclude.m4] Disallow "_CAIRO" patterns in the output | Behdad Esfahbod | 1 | -0/+2 | |
Eases m4 writing. | |||||
2008-09-04 | Cleanup configure.in macros | Behdad Esfahbod | 1 | -33/+74 | |
2008-09-03 | [configure.in] Split in various files | Behdad Esfahbod | 1 | -0/+93 | |
Now the configure.in file mostly holds the backend enabling logic. The usual cruft has been moved in smaller files named build/*.ac. | |||||
2006-12-30 | Use the "-" option (instead of "-a") when calling "strings" | Dan Amelang | 1 | -2/+2 | |
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 | |||||
2006-12-12 | Don't use the GNU-only grep option "-a" | Dan Amelang | 1 | -2/+2 | |
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 | |||||
2006-12-02 | [configure] Add -a option to grep calls in AX_C_FLOAT_WORDS_BIGENDIAN | Dan Amelang | 1 | -2/+2 | |
This fixes bug #9124 reported here: https://bugs.freedesktop.org/show_bug.cgi?id=9124 | |||||
2006-11-06 | Add autoconf macro AX_C_FLOAT_WORDS_BIGENDIAN | Dan Amelang | 1 | -0/+65 | |
The symbol that this macro defines (FLOAT_WORDS_BIGENDIAN) can be used to make double arithmetic tricks portable. | |||||
2005-01-27 | configure.in Makefile.am docs/Makefile.am docs/public/*: Add framework for ↵ | Owen Taylor | 1 | -0/+53 | |
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. |