- From: Régis Boudin <regis@boudin.name>
- Date: Sun, 12 Nov 2006 23:49:57 +0000
- To: www-amaya@w3.org
- Cc: Irene Vatton <Irene.Vatton@inrialpes.fr>
- Message-Id: <1163375397.3649.19.camel@localhost.localdomain>
Hi, Here are a couple of patches : The first, cleanup.diff is a small patch doing some trivial cleanups. In configure.in : -fixes a typo at the beginning of configure.in (extra '+' at the beginning of the line) -sets AMAYA_OPTIONS, then add the AMAYA_DEBUG switch if required instead of having a long duplicated string. -stop including OS_OPTIONS within AMAYA_ANNOT_OPTIONS. The later is always used together with AMAYA_OPTIONS which already includes it. -remove the EXTRA_LIBS value, which is always empty -only call AC_SUBST_FILE once for the xxx_frag's In amaya/Makefile.in : -remove reference to EXTRA_LIBS -minor typo with double '/' -remove trailing '\' In annotlib/Makefile.in : -remove reference to AMAYA_ANNOT_OPTIONS, which is already included in OPTIONS In other files, only remove references to EXTRA_LIBS. Additionally, raptor_cleanup.diff applies on top of cleanup, removing the reference to libraptor.a (which is already linked inside librdf.a) and the system to build raptor, which is completely useless. Even if it is called, the only bit making reference what gets built in is commented in amaya/Makefile.in. Last, redland_configure_in_configure.diff moves the call to configure for Redland from the Makefile.in to configure.in, in line with what is done for Mesa and WxWidgets. As usual, comments are welcome. HTH, Regis
Attachments
- text/x-patch attachment: cleanup.diff
- text/x-patch attachment: raptor_cleanup.diff
- text/x-patch attachment: redland_configure_in_configure.diff
Received on Sunday, 12 November 2006 23:50:09 UTC