4108: Configure and bootstrap Scribo correctly.

* bootstrap: run the generation of the distributed file list. * configure.ac: configure scribo/demo. --- ChangeLog | 8 ++++++++ bootstrap | 3 +++ configure.ac | 1 + 3 files changed, 12 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0a94a1d..6379bc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-06-11 Guillaume Lazzara <lazzara@lrde.epita.fr> + + Configure and bootstrap Scribo correctly. + + * bootstrap: run the generation of the distributed file list. + + * configure.ac: configure scribo/demo. + 2009-06-11 Edwin Carlinet <carlinet@lrde.epita.fr> Update configure.ac with tests/accu/math Makefile. diff --git a/bootstrap b/bootstrap index f95fd01..9827b9c 100755 --- a/bootstrap +++ b/bootstrap @@ -131,6 +131,9 @@ set -x # Generate milena/headers.mk run milena ./generate_dist_headers.sh +# Generate scribo/headers.mk +run scribo ./generate_dist_headers.sh + # Generate lists of files to be part of the distribution # for the tutorial. run milena/doc ./generate_dist_files.sh diff --git a/configure.ac b/configure.ac index 2dd6856..706f02e 100644 --- a/configure.ac +++ b/configure.ac @@ -192,6 +192,7 @@ AM_CONDITIONAL([ENABLE_SCRIBO], [test x$enable_scribo = xyes]) AC_CONFIG_FILES([ scribo/Makefile + scribo/demo/Makefile scribo/src/Makefile scribo/src/binarization/Makefile scribo/src/extract/Makefile -- 1.5.6.5
participants (1)
-
Guillaume Lazzara