Develop and Download Open Source Software

Browse CVS Repository

Contents of /canna/canna/mkrelease.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.7 - (show annotations) (download) (as text)
Sun Apr 25 14:16:48 2004 UTC (19 years, 11 months ago) by aida_s
Branch: MAIN
CVS Tags: after_new_zipcode, before_new_zipcode, HEAD
Changes since 1.6: +2 -2 lines
File MIME type: text/x-sh
Imported uum from FreeWnn (CVS HEAD, 2004-04-25)

* canuum/acconfig.h: removed because we use autoconf 2.59 now
* canuum/configure.in: autoconf 2.59
* canuum/jhlp.c: wnn_fd_set -> fd_set, WNN_FD_* -> FD_*
* mkrelease.sh: use autoconf 2.59 for canuum

1 #!/bin/sh
2 # $Id$
3 set -e
4 set -x
5 cp Canna.conf.dist Canna.conf
6 autoconf259
7 autoheader259
8 rm -rf autom4te.cache
9 cd canuum
10 autoconf259
11 autoheader259
12 rm -rf autom4te.cache

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26