diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-09-15 19:18:06 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-09-15 19:18:06 -0400 |
commit | 879b5c705726ce6d1a5035cfef41aba06b0cb4dc (patch) | |
tree | 77cbd321f718eac1ae0c57c219421b042ee3a08b /build/aclocal.cairo.m4 | |
parent | 656b0e3ea7117ceb28080e1c8605254bbec92a75 (diff) |
[aclocal] Move CAIRO_PARSE_VERSION to acinclude.m4
It belongs there as it includes other files. It was breaking build
on older autoconf it seems.
Diffstat (limited to 'build/aclocal.cairo.m4')
-rw-r--r-- | build/aclocal.cairo.m4 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/build/aclocal.cairo.m4 b/build/aclocal.cairo.m4 index 8229f934..79c2ff8d 100644 --- a/build/aclocal.cairo.m4 +++ b/build/aclocal.cairo.m4 @@ -8,17 +8,6 @@ m4_pattern_forbid([^cr_]) dnl ========================================================================== -dnl Parse Version.mk and declare m4 variables out of it -m4_define([CAIRO_PARSE_VERSION],dnl - m4_translit(dnl - m4_bpatsubst(m4_include(cairo-version.h), - [^.define \([a-zA-Z0-9_]*\) *\([0-9][0-9]*\)], - [[m4_define(\1, \[\2\])]]), - [A-Z], [a-z])dnl -)dnl - -dnl ========================================================================== - dnl Usage: dnl CAIRO_BIGENDIAN dnl |