X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=d641bd666bf86e6ef60f1e19ea49d9970778635b;hb=ebba62079a63cde91ab515f7ccbbb039531c4ebf;hp=6c68e6238fb280b13a2294b5846858d859ea0e76;hpb=064fd1eaad8494b7f61c0904329d3048690134fa;p=m17n%2Fm17n-docs.git diff --git a/configure.ac b/configure.ac index 6c68e62..d641bd6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(m17n-docs, 1.3.4, bugs-m17n-lib@m17n.org) -AM_INIT_AUTOMAKE(m17n-docs, 1.3.4) +AC_INIT(m17n-docs, 1.5.2, bugs-m17n-lib@m17n.org) +AM_INIT_AUTOMAKE(m17n-docs, 1.5.2) AM_MAINTAINER_MODE @@ -13,7 +13,7 @@ if test $USE_MAINTAINER_MODE = yes; then # Checks for source program files. AC_ARG_WITH(m17nlib, - [ --with-m17n-lib=DIR directory of m17n-lib source files], + [ --with-m17nlib=DIR directory of m17n-lib source files], M17NLIB="$withval") if test "x$M17NLIB" = "x"; then @@ -30,7 +30,7 @@ AC_SUBST(M17NLIB) # Checks for the m17n database files. AC_ARG_WITH(m17ndb, - [ --with-m17n-db=DIR directory of m17n-db source files], + [ --with-m17ndb=DIR directory of m17n-db source files], M17NDB="$withval") if test "x$M17NDB" = "x"; then