
--- ChangeLog | 4 ++++ configure.ac | 3 +++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 68cbe4f..f19f672 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-04-09 Roland Levillain <roland@lrde.epita.fr> + * configure.ac: Add option `--enable-scribo'. + +2010-04-09 Roland Levillain <roland@lrde.epita.fr> + * configure.ac: Protect variables with double quotes. 2010-04-09 Roland Levillain <roland@lrde.epita.fr> diff --git a/configure.ac b/configure.ac index 151a4b2..d9953c5 100644 --- a/configure.ac +++ b/configure.ac @@ -226,6 +226,9 @@ dnl<<lrde ## Scribo. ## ## -------- ## +AC_ARG_ENABLE([scribo], + [AS_HELP_STRING([--enable-scribo], + [enable Scribo])]) AM_CONDITIONAL([ENABLE_SCRIBO], [test "x$enable_scribo" = xyes]) AC_CONFIG_FILES([ -- 1.5.6.5