Browse CVS RepositoryLog of /freewnn/FreeWnn/INSTALL
Revision 1.9 - (view) (download) (annotate) - [select for diffs] Sun Jul 11 10:18:16 2010 UTC (13 years, 9 months ago) by aonoto Branch: MAIN CVS Tags: HEAD, freewnn-1-1-1-a022, freewnn-1-1-1-a022I002, freewnn-1-1-1-a023, freewnn-1-1-1-a023-1 Branch point for: freewnn-1-1-1-a022I001 Changes since 1.8: +44 -10 lines Diff to previous 1.8 Added (first step of) support for new installation path layout. Maybe useful for package managers. Please note that new layout is disabled by default. You need to specify following configure parameter if you try this. - Added --enable-traditional-layout (default: yes) parameter to configure. If disabled, we install jserver / wnnstat / wnnkill to sbindir. Currently this will take effect on program path only. - Also added --enable-sub-bindir (default: yes if --enable-traditional-layout, no otherwise). If disabled, we install programs to bindir (/ sbindir) directly (i.e. we don't mkdir Wnn4 (, cWnn4 and kWnn4) sub directory to bindir (/ sbindir)) . - Enable --program-transform-name and its family to programs (ex. jserver, uum, wnnkill, atod) and corresponding manpages. - Update INSTALL documentation (Japanese version). English version will come later ... - Strip old mail address (as usual). - Merged part of my code to build correctly if builddir != srcdir (as usual). Revision 1.8 - (view) (download) (annotate) - [select for diffs] Sat Jun 23 16:34:16 2007 UTC (16 years, 9 months ago) by aonoto Branch: MAIN Changes since 1.7: +18 -2 lines Diff to previous 1.7 - Added detection code if your system need to install uum as set-[ug]id program on configure time. Recent systems may install uum as normal program (to reduce security risk). You can also specify --enable-client-setuid / --enable-client-setgid=group (group must be specified) to control set-[ug]id of uum. - Added uum-related option to INSTALL* file. - Use modern style AC_INIT. (added pseudo(?) version number and contact address. comments are welcome.) Revision 1.7 - (view) (download) (annotate) - [select for diffs] Sun Nov 19 16:21:22 2006 UTC (17 years, 4 months ago) by aonoto Branch: MAIN Changes since 1.6: +6 -8 lines Diff to previous 1.6 - Current code cannot build on Mac OS X 10.2 (Darwin 6) environment (at least on cf.sourceforge.jp). So we changed to build libconvkey (*Wnn/conv/) only if --enable-client specified. - This change also applies to [kc]Wnn, so you can build [kc]uum if you specify --enable-client . - Other usual change (part of my change on builddir != srcdir case, strip mail address, ...) Revision 1.6 - (view) (download) (annotate) - [select for diffs] Fri May 21 16:39:31 2004 UTC (19 years, 10 months ago) by aono Branch: MAIN CVS Tags: freewnn-1-1-1-a021 Changes since 1.5: +5 -1 lines Diff to previous 1.5 Commit from my work area part 2. (Bit large ...)
Rewrote configure part of libwrap support:
- By default, configure finds if libwrap is installed.
- Do AC_TRY_LINK() on both $withval=yes and $withval=PATH case.
(AC_CHECK_LIB() fails against original TCP wrapper ...)
- HAVE_LIBWRAP are defined in config.h.in, so remove "-DHAVE_LIBWRAP"
from CFLAGS.
- Changed WRAPLIBS -> WRAPLIB .
- Add WRAPLIB on [kc]Wnn . Also add --mode=XXX to LIBTOOL lines.
Other changes:
- (configure) Running generated script by autoconf-2.53 (that we are
using) fails on some Bourne shell family (lack of LINENO support.
ex. FreeBSD). Add code to clear default --with-tag (Libtool issue?).
- (configure) Add -no-cpp-precomp on Darwin only if you are using gcc.
(But I don't know other compilers running on Darwin.)
- (configure) Use $ac_install_sh to mkdir Contrib/dic/gerodic .
- (do_env.c) Convert non-printable character for logging on JS_OPEN /
JS_CONNECT. Partial fix of Bugtraq id 7918 ([freewnn:01002]).
Please don't install jserver as setuid *root* ... (^^;)
- (revdic.c) Fix compiler warnings.
- (some Makefiles) Some lines changed to build correctly if
builddir != srcdir. (I think this don't break normal build.)
Revision 1.5 - (view) (download) (annotate) - [select for diffs] Sat May 11 13:03:35 2002 UTC (21 years, 11 months ago) by hiroo Branch: MAIN CVS Tags: freewnn-1-1-1-a020 Changes since 1.4: +29 -22 lines Diff to previous 1.4 * Slight change of installation instructions. * Add --enable-client option. Revision 1.4 - (view) (download) (annotate) - [select for diffs] Sun Sep 16 11:16:13 2001 UTC (22 years, 7 months ago) by hiroo Branch: MAIN Changes since 1.3: +24 -4 lines Diff to previous 1.3 Updated INSTALL description, and added the description for some configure options. Revision 1.3 - (view) (download) (annotate) - [select for diffs] Mon Jun 18 09:09:20 2001 UTC (22 years, 9 months ago) by ura Branch: MAIN CVS Tags: freewnn-1-1-1-a018 Changes since 1.2: +7 -1 lines Diff to previous 1.2 FreeWnn-1.1.1-a018 is released. Revision 1.2 - (view) (download) (annotate) - [select for diffs] Thu Jun 14 17:55:28 2001 UTC (22 years, 10 months ago) by ura Branch: MAIN CVS Tags: freewnn-1-1-1-a014, freewnn-1-1-1-a015, freewnn-1-1-1-a016, freewnn-1-1-1-a017 Changes since 1.1: +30 -0 lines Diff to previous 1.1 FreeWnn-1.1.1-a014 is released. Revision 1.1 - (view) (download) (annotate) - [select for diffs] Sun Jan 16 07:18:30 2000 UTC (24 years, 3 months ago) by ura Branch: MAIN CVS Tags: freewnn-1-1-1-a010, freewnn-1-1-1-a011, freewnn-1-1-1-a012, freewnn-1-1-1-a013 FreeWnn-1.1.1-a010 is released. This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
|