X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=blobdiff_plain;f=configure.ac;h=3d8fbeb653637fdce090b4ba37f8980ff7272d6a;hp=fb37ae6f832371eb7c35807e98e6e4002f493d85;hb=b1b5a9144228309821c441952005fa5602536330;hpb=65235b2da778a8e87762c80b8dc244d41a08732f diff --git a/configure.ac b/configure.ac index fb37ae6..3d8fbeb 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, 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 @@ -85,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}])