X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=blobdiff_plain;f=configure.ac;h=3d8fbeb653637fdce090b4ba37f8980ff7272d6a;hp=e1cac72ac4830727d8e865ee8faa9ac4397819c9;hb=754a32a2973d5e8ebb1bc32d034e18ba621b4194;hpb=2fd8a2ae6d6ab4fedde65d2950ae089a4cdb7a2b diff --git a/configure.ac b/configure.ac index e1cac72..3d8fbeb 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) + # Process this file with autoconf to produce a configure script. +AC_INIT(m17n-docs, 1.0, bugs-m17n-lib@m17n.org) +AM_INIT_AUTOMAKE(m17n-docs, 1.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}])