[PATCH 5/5] Strip more files from the distribution of Milena.

* configure.ac: Tag parts to be prune with `dnl<<lrde' and `dnl>>' instead of `#<<lrde' and `#>>'. Strip more files. --- ChangeLog | 8 ++++++++ configure.ac | 22 ++++++++++++---------- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2b371ef..cd74141 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2009-06-14 Roland Levillain <roland@lrde.epita.fr> + Strip more files from the distribution of Milena. + + * configure.ac: Tag parts to be prune with `dnl<<lrde' and `dnl>>' + instead of `#<<lrde' and `#>>'. + Strip more files. + +2009-06-14 Roland Levillain <roland@lrde.epita.fr> + Strip newly files containing `<<lrde' and `>>' tags. * Makefile.am (LRDE_STRIPPED_DIST_FILES): Add diff --git a/configure.ac b/configure.ac index 8c2da33..00ba605 100644 --- a/configure.ac +++ b/configure.ac @@ -107,9 +107,9 @@ AC_ARG_ENABLE([all], enable_trimesh=yes with_swig=yes enable_swilena=yes -#<<lrde +dnl<<lrde enable_scribo=yes -#>> +dnl>> enable_apps=yes enable_tools=yes ]) @@ -183,7 +183,7 @@ AC_CONFIG_FILES(m4_do([swilena/python/sps-local], [:swilena/python/sps-local.in]), [chmod +x swilena/python/sps-local]) -#<<lrde +dnl<<lrde ## -------- ## ## Scribo. ## ## -------- ## @@ -212,7 +212,7 @@ AC_CONFIG_FILES([ scribo/tests/text/Makefile scribo/tests/unit_test/Makefile ]) -#>> +dnl>> ## --------------- ## ## Configuration. ## @@ -244,7 +244,6 @@ AC_CONFIG_FILES([ AC_CONFIG_FILES([milena/tests/data.hh]) # Ask for the creation of tests' Makefiles. -# FIXME: Should it be achieved through oln.m4 macros, as we did in Olena 0.11? AC_CONFIG_FILES([ milena/tests/Makefile milena/tests/accu/Makefile @@ -282,7 +281,6 @@ AC_CONFIG_FILES([ milena/tests/extract/Makefile milena/tests/fun/Makefile milena/tests/fun/i2v/Makefile -# milena/tests/fun/meta/Makefile De-activated for 1.0 milena/tests/fun/p2b/Makefile milena/tests/fun/p2p/Makefile milena/tests/fun/p2v/Makefile @@ -311,7 +309,6 @@ AC_CONFIG_FILES([ milena/tests/io/tiff/Makefile milena/tests/labeling/Makefile milena/tests/linear/Makefile -# milena/tests/linear/gaussian/Makefile De-activated for 1.0 milena/tests/linear/local/Makefile milena/tests/literal/Makefile milena/tests/logical/Makefile @@ -337,9 +334,7 @@ AC_CONFIG_FILES([ milena/tests/norm/Makefile milena/tests/opt/Makefile milena/tests/pw/Makefile -# milena/tests/registration/Makefile De-activated for 1.0 milena/tests/set/Makefile -# milena/tests/subsampling/Makefile De-activated for 1.0 milena/tests/tag/Makefile milena/tests/test/Makefile milena/tests/topo/Makefile @@ -348,7 +343,6 @@ AC_CONFIG_FILES([ milena/tests/trait/Makefile milena/tests/trait/image/Makefile milena/tests/trait/op/Makefile -# milena/tests/trait/next/Makefile De-activated for 1.0 milena/tests/trait/value/Makefile milena/tests/transform/Makefile milena/tests/transformation/Makefile @@ -364,6 +358,14 @@ AC_CONFIG_FILES([ milena/tests/world/inter_pixel/dim2/Makefile ]) +dnl<<lrde +AC_CONFIG_FILES([ + milena/tests/linear/gaussian/Makefile + milena/tests/registration/Makefile + milena/tests/subsampling/Makefile +]) +dnl>> + ## -------------- ## ## Applications. ## -- 1.6.1.2
participants (1)
-
Roland Levillain