summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@gnome.org>2003-12-11 13:45:42 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-12-11 13:45:42 +0000
commitf1f8ac3f1a3cb2f65a531ceabc4aec8ff5fc5359 (patch)
tree884c876ac98d19558191c4e38981d3e0bb52ef6d /configure.in
parentbfc0cf3deb2be5ef8d44715afac960bbe61d0ba3 (diff)
downloadlibcroco-f1f8ac3f1a3cb2f65a531ceabc4aec8ff5fc5359.tar.gz
big cleanup here. make sure seleng, layeng and tests are disabled by
2003-12-11 Dodji Seketeli <dodji@gnome.org> * Makefile.am: big cleanup here. * configure.in: make sure seleng, layeng and tests are disabled by default. Added makefiles in docs/ docs/example tests/ tests/test-inputs tests/test-output-refs * csslint/Makefile.am: cleaned this up. make sure to add seleng,layeng and glib compile flags whenever needed. * docs/Makefile.am,docs/examples/Makefile.am: new makefiles. * src/libcroco.h: removed references to cr-parser-input.h * src/layeng/Makefile.am: cleanup, make distcheck is happier. * src/parser/Makefile.am: cleanup, make distcheck is happier. * src/parser/cr-doc-handler.h: removed reference to cr-parser-input.h * src/parser/cr-layout-eng.h,src/parser/cr-parser-input.h: removed these. * src/parser/cr-parser.c: (cr_parser_new): fixed a typo here. * src/parser/cr-parser.h,src/parser/cr-tknzr.h: removed ref to cr-parser-input.h * src/seleng/Makefile.am: cleanup, make distcheck is happier. * tests/testctl: exclude makefiles when diffing outputs and re * outputs.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 426c550..7c12762 100644
--- a/configure.in
+++ b/configure.in
@@ -148,7 +148,7 @@ dnl this option enables compilation of the selection engine
CROCO_SELENG_ENABLED=0
AC_ARG_ENABLE(seleng,
AC_HELP_STRING([--enable-seleng=yes|no|auto],
- [Enables the css2 selector engine based on libxml2. Default=auto]),
+ [Enables the css2 selector engine based on libxml2. Default=no]),
WITH_SELENG=$enableval,
WITH_SELENG="no")
@@ -190,7 +190,7 @@ dnl this option enable the layout engine/box model/style stuffs.
CROCO_LAYENG_ENABLED=0
AC_ARG_ENABLE(layeng,
AC_HELP_STRING([--enable-layeng=yes|no|auto],
- [Enables the layout engine. Default=auto]),
+ [Enables the layout engine. Default=no]),
WITH_LAYENG=$enableval,
WITH_LAYENG="no")
@@ -321,13 +321,18 @@ Makefile
libcroco.pc
libcroco.spec
croco-config
+docs/Makefile
+docs/examples/Makefile
+tests/Makefile
+tests/test-inputs/Makefile
+tests/test-output-refs/Makefile
src/Makefile
src/parser/Makefile
src/parser/libcroco-config.h
src/seleng/Makefile
src/layeng/Makefile
csslint/Makefile
-tests/Makefile
+
])
dnl =============================================================================================