Hiroyuki Komatsu
komat****@users*****
2004年 12月 31日 (金) 05:20:23 JST
Index: prime/configure.in diff -u prime/configure.in:1.15.4.11 prime/configure.in:1.15.4.12 --- prime/configure.in:1.15.4.11 Thu Dec 23 06:53:29 2004 +++ prime/configure.in Fri Dec 31 05:20:23 2004 @@ -1,5 +1,5 @@ dnl configure.in: Creates a configure script for prime of PRIME. -dnl $Id: configure.in,v 1.15.4.11 2004/12/22 21:53:29 komatsu Exp $ +dnl $Id: configure.in,v 1.15.4.12 2004/12/30 20:20:23 komatsu Exp $ dnl dnl Copyright (C) 2003 Hiroyuki Komatsu <komat****@taiya*****> dnl All rights reserved. @@ -9,14 +9,14 @@ dnl the GNU General Public License version 2. # Process this file with autoconf to produce a configure script. -AC_INIT(prime, 0.9.4-alpha2, komat****@taiya*****, +AC_INIT(prime, 0.9.4-alpha3, komat****@taiya*****, [PRIME - PRedictive Input Method Editor (Server)]) AC_PREREQ(2.53) AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION) # AM_MAINTAINER_MODE AC_INIT_DEFAULT_VALUES -AC_SUBST(DATE, "2004-12-19") +AC_SUBST(DATE, "2004-12-31") MY_AC_PROG_RUBY Index: prime/Makefile.am diff -u prime/Makefile.am:1.6.4.2 prime/Makefile.am:1.6.4.3 --- prime/Makefile.am:1.6.4.2 Fri Dec 31 05:15:26 2004 +++ prime/Makefile.am Fri Dec 31 05:20:23 2004 @@ -1,5 +1,5 @@ # Makefile.am: Template of Automake for prime. -# $Id: Makefile.am,v 1.6.4.2 2004/12/30 20:15:26 komatsu Exp $ +# $Id: Makefile.am,v 1.6.4.3 2004/12/30 20:20:23 komatsu Exp $ # # Copyright (C) 2003 Hiroyuki Komatsu <komat****@taiya*****> # All rights reserved. @@ -38,3 +38,4 @@ cd cygwin ; tar cjf $(PACKAGE)-$(VERSION).tar.bz2 usr ; rm -rf usr make install-etc cd cygwin ; tar cjf $(PACKAGE)-etc-$(VERSION).tar.bz2 usr ; rm -rf usr + ./configure \ No newline at end of file