X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=blobdiff_plain;f=configure.ac;h=ad455ed78d07e17bf501b630f8ffd002f017cbd3;hp=e1cac72ac4830727d8e865ee8faa9ac4397819c9;hb=0545c9931660490712884a538d832644b2cc47c7;hpb=2fd8a2ae6d6ab4fedde65d2950ae089a4cdb7a2b diff --git a/configure.ac b/configure.ac index e1cac72..ad455ed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,12 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(m17n-docs, 0.9, bugs-m17n-lib@m17n.org) -AM_INIT_AUTOMAKE(m17n-docs, 0.9) +AC_INIT(m17n-docs, 1.3.0, bugs-m17n-lib@m17n.org) +AM_INIT_AUTOMAKE(m17n-docs, 1.3.0) AM_MAINTAINER_MODE # Checks for programs. AC_PROG_INSTALL +AC_PROG_AWK if test $USE_MAINTAINER_MODE = yes; then @@ -84,8 +85,8 @@ eval dir=${datadir} AC_MSG_NOTICE([-------------------------------------------]) AC_MSG_NOTICE([Install documentations in these directories]) AC_MSG_NOTICE([-------------------------------------------]) -AC_MSG_NOTICE([ m17n-lib.dvi: ${dir}/m17n-lib]) -AC_MSG_NOTICE([ m17n-lib.ps: ${dir}/m17n-lib]) -AC_MSG_NOTICE([ html files: ${dir}/m17n-lib/html]) +AC_MSG_NOTICE([ m17n-lib.dvi: ${dir}/m17n/docs]) +AC_MSG_NOTICE([ m17n-lib.ps: ${dir}/m17n/docs]) +AC_MSG_NOTICE([ html files: ${dir}/m17n/docs/html]) eval dir=${mandir} AC_MSG_NOTICE([ man files: ${dir}])