Dan Amelang
26b06516a7
Use the "-" option (instead of "-a") when calling "strings"
...
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-30 21:14:14 -08:00
Dan Amelang
a87f494d4b
Don't use the GNU-only grep option "-a"
...
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-12 16:34:50 -08:00
Dan Amelang
392f27bf2b
[configure] Add -a option to grep calls in AX_C_FLOAT_WORDS_BIGENDIAN
...
This fixes bug #9124 reported here:
https://bugs.freedesktop.org/show_bug.cgi?id=9124
2006-12-02 11:08:48 -08:00
Dan Amelang
5376e47425
Add autoconf macro AX_C_FLOAT_WORDS_BIGENDIAN
...
The symbol that this macro defines (FLOAT_WORDS_BIGENDIAN) can be used
to make double arithmetic tricks portable.
2006-11-06 09:35:10 -08:00
Owen Taylor
0f5b7d82de
configure.in Makefile.am docs/Makefile.am docs/public/*: Add framework for 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.
2005-01-27 11:35:25 +00:00