diff options
author | CEST 2005 Dodji Seketeli <dodji@seketeli.org> | 2005-05-10 19:48:58 +0000 |
---|---|---|
committer | Dodji Seketeli <dodji@src.gnome.org> | 2005-05-10 19:48:58 +0000 |
commit | 87e540b6a27f7fcca8b450bb44a8b197eeffb464 (patch) | |
tree | 99d68d410ff91b556e58c73b6c5cd262fc7959a6 /configure.in | |
parent | 3e0fb4e6acd9b29303384da9242b08c70e4d9add (diff) | |
download | libcroco-87e540b6a27f7fcca8b450bb44a8b197eeffb464.tar.gz |
applied the following patches:
Tue May 10 21:49:05 CEST 2005 Dodji Seketeli <dodji@seketeli.org>
applied the following patches:
dodji@gnome.org--xml-style-2004/libcroco--mainline--0.6--patch-29
2004-06-09 00:09:41 GMT
updated NEWS file for 0.6.0 [Dodji Seketeli]
dodji@gnome.org--xml-style-2004/libcroco--mainline--0.6--patch-30
2004-09-20 16:13:02 GMT
fixed a nasty memory management bug [Dodji Seketeli]
dodji@gnome.org--xml-style-2004/libcroco--mainline--0.6--patch-31
2005-02-10 21:41:04 GMT
rm test output upon 'make clean' [Peter Moulder]
dodji@gnome.org--xml-style-2004/libcroco--mainline--0.6--patch-32
2005-02-13 13:14:16 GMT
make 'all' target a prerequisite of the 'test' target [Peter Moulder]
dodji@gnome.org--xml-style-2004/libcroco--mainline--0.6--patch-33
2005-02-13 19:24:25 GMT
allow building/testing in a directory different from srcdir [Peter Moulder/Dodji Seketeli]
dodji@gnome.org--xml-style-2004/libcroco--mainline--0.6--patch-34
2005-02-13 19:42:48 GMT
added better api documentation [Peter Moulder]
dodji@gnome.org--xml-style-2004/libcroco--mainline--0.6--patch-35
2005-05-05 16:38:07 GMT
initial port to gtk-doc, switch to automake 1.7 [Sven Herzberg, Dodji Seketeli]
dodji@gnome.org--xml-style-2004/libcroco--mainline--0.6--patch-36
2005-05-05 16:51:38 GMT
more gtk-doc stuffs [Dodji Seketeli]
dodji@gnome.org--xml-style-2004/libcroco--mainline--0.6--patch-37
2005-05-06 14:20:20 GMT
typos and c++ compilation fixes [Peter Moulder]
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 0fbc02f..a9727f3 100644 --- a/configure.in +++ b/configure.in @@ -55,6 +55,8 @@ AC_ISC_POSIX AM_PROG_LIBTOOL +GTK_DOC_CHECK([1.0]) + dnl ************************************************************** dnl check for the different --enable-option=val dnl messages issued by the user @@ -150,17 +152,18 @@ libcroco.spec croco-config docs/Makefile docs/examples/Makefile +docs/reference/Makefile tests/Makefile tests/test-inputs/Makefile tests/test-output-refs/Makefile -tests/global-vars.sh +global-test-vars.sh src/Makefile src/libcroco-config.h csslint/Makefile ]) -dnl ============================================================================================= +dnl ======================================================================= echo " ===================================================================== LIBCROCO, GNOME CSS2 PARSING AND MANIPULATION TOOLKIT $VERSION |