]> granicus.if.org Git - fcron/commitdiff
typo fix
authorthib <thib>
Sun, 17 Nov 2002 13:13:00 +0000 (13:13 +0000)
committerthib <thib>
Sun, 17 Nov 2002 13:13:00 +0000 (13:13 +0000)
configure.in

index 1a3458805b77ccee7e13cdf7e90111e1b337648b..e0b847a4c2a9d2b1b79120d387bb3983a7e73e9f 100644 (file)
@@ -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
 )