X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=blobdiff_plain;f=configure.ac;h=23e14fb8543bf7e8d1f865d9366a720f90923fc3;hp=d641bd666bf86e6ef60f1e19ea49d9970778635b;hb=6fd0dd637122e6bb6f7b3c58b75553ba1458684b;hpb=ebba62079a63cde91ab515f7ccbbb039531c4ebf diff --git a/configure.ac b/configure.ac index d641bd6..23e14fb 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.5.2, bugs-m17n-lib@m17n.org) -AM_INIT_AUTOMAKE(m17n-docs, 1.5.2) +AC_INIT(m17n-docs, 1.5.5, bugs-m17n-lib@m17n.org) +AM_INIT_AUTOMAKE([-Wno-portability]) AM_MAINTAINER_MODE @@ -90,8 +90,7 @@ 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/docs]) -AC_MSG_NOTICE([ m17n-lib.ps: ${dir}/m17n/docs]) +AC_MSG_NOTICE([ m17n-lib.pdf: ${dir}/m17n/docs]) AC_MSG_NOTICE([ html files: ${dir}/m17n/docs/html]) eval dir=${mandir} AC_MSG_NOTICE([ man files: ${dir}])