Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * all files: Update for new FSF address. | Mark Wielaard | 2005-07-02 | 1 | -2/+2 |
| | |||||
* | * configure.ac: Fix pkg checks for libxml-2.0 and libxslt. | Mark Wielaard | 2005-01-02 | 1 | -2/+2 |
| | | | | | | | | | | * native/jni/xmlj/Makefile.am (AM_CFLAGS): Add STRICT_WARNING_CFLAGS but disable ERROR_CFLAGS. * native/jni/xmlj/xmlj_dom.c: Add __attribute__ ((__unused__)) where obvious. * native/jni/xmlj/xmlj_sax.c: Likewise. * native/jni/xmlj/xmlj_transform.c: Likewise. * native/jni/xmlj/xmlj_xpath.c: Likewise. | ||||
* | * configure.ac: Add --enable-xmlj option. Check for libxml2 and | Mark Wielaard | 2004-12-29 | 1 | -0/+868 |
libxslt libraries when enabled. Add native/jni/xmlj/Makefile. * gnu/xml/libxmlj/*: New files. * include/Makefile.am: Add XMLJ_H_FILES. Group awt gtk peer headers under GTKPEER_H_FILES. Generate new headers. * include/gnu_xml_libxmlj_*.h: New generated files. * native/jni/Makefile.am: Conditionally add xmlj dir. * native/jni/xmlj/*: New files. |