From: thib Date: Sun, 17 Nov 2002 13:13:00 +0000 (+0000) Subject: typo fix X-Git-Tag: ver2_9_4~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6093b3304b711e95a03095047d298402dd188f26;p=fcron typo fix --- diff --git a/configure.in b/configure.in index 1a34588..e0b847a 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ AC_PREFIX_DEFAULT($prefix) AC_CONFIG_HEADER(config.h) AC_PREREQ(2.7) -vers="2.9.3" +vers="2.9.4" vers_quoted="\"$vers\"" AC_DEFINE_UNQUOTED(VERSION, $vers) AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted) @@ -1005,7 +1005,7 @@ AC_ARG_WITH(dsssl-dir, AC_MSG_WARN([ $DSSSL_DIR/html/docbook.dsl does not exist. You will probably not be able to generate the documentation from the DocBook source files.]) - AC_MSG_WARN([Use --with-dssl-dir to specify a directory. + AC_MSG_WARN([Use --with-dsssl-dir to specify a directory. ]) fi )