X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=configure.ac;h=3e8f5a74d1620032570ae81a41b9c4717ca78a87;hb=032a3c1c5ee8cd139cb2e59e394e522328f5ee1e;hp=e45f8d4b9dc974f6f4a375e3ddea491e5e49bf9d;hpb=7871b3e377ea5d19e8bdab813b9375ddd9c23e0a;p=howm%2Fhowm.git diff --git a/configure.ac b/configure.ac index e45f8d4..3e8f5a7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,6 @@ # shamelessly copied from navi2ch-cvs-0.0.20031209 -# $Id: configure.in,v 1.225 2012-12-29 00:59:48 hira Exp $ -AC_INIT([howm], [1.4.5-snapshot]) +AC_INIT([howm], [1.4.5-snapshot2]) AM_INIT_AUTOMAKE AM_MAINTAINER_MODE @@ -166,4 +165,8 @@ if test `cd ${srcdir}; pwd` != `pwd`; then # AC_CONFIG_LINKS(doc/howm.info:doc/howm.info) fi -AC_OUTPUT([Makefile doc/Makefile ext/Makefile en/Makefile ja/Makefile sample/Makefile]) +AC_OUTPUT([ + Makefile doc/Makefile ext/Makefile sample/Makefile + en/Makefile fr/Makefile ja/Makefile + howm.el +])