Develop and Download Open Source Software

Browse CVS Repository

/[OSDN]/freewnn/FreeWnn/configure.in

Log of /freewnn/FreeWnn/configure.in

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


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Sat Jun 27 16:35:59 2015 UTC (8 years, 9 months ago) by aonoto
Branch: MAIN
CVS Tags: HEAD, freewnn-1-1-1-a023-1
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 , to selected 1.16
Bump up version number for new alpha .


Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sun May 17 17:24:59 2015 UTC (8 years, 10 months ago) by aonoto
Branch: MAIN
CVS Tags: freewnn-1-1-1-a023
Changes since 1.59: +3 -3 lines
Diff to previous 1.59 , to selected 1.16
- Update ChangeLog entry and version string. Added 1.1.1-a023 tag.

- Changed domain of bug-report address in AC_INIT.


Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Sat Aug 24 14:24:31 2013 UTC (10 years, 7 months ago) by aonoto
Branch: MAIN
CVS Tags: freewnn-1-1-1-a022I002
Branch point for: freewnn-1-1-1-a022I001
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 , to selected 1.16
- Update version string.

- Use PACKAGE_STRING instead of _SERVER_VERSION in jserver.


Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Sun Aug 4 18:45:01 2013 UTC (10 years, 8 months ago) by aonoto
Branch: MAIN
CVS Tags: freewnn-1-1-1-a022
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 , to selected 1.16
Update ChangeLog entry and version string. Added 1.1.1-a022 tag.


Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Sat Aug 3 14:56:59 2013 UTC (10 years, 8 months ago) by aonoto
Branch: MAIN
Changes since 1.56: +32 -8 lines
Diff to previous 1.56 , to selected 1.16
- Improve libutil detection. Systems that have both ptsname() and
  openpty() does not need libutil, this change (probably) covers
  these systems. Based on patch by 1xx ([freewnn-users 133]).

- Some cosmetic fixes.


Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Thu Aug 1 18:43:07 2013 UTC (10 years, 8 months ago) by aonoto
Branch: MAIN
Changes since 1.55: +6 -4 lines
Diff to previous 1.55 , to selected 1.16
- libutil is (may be) used only in uum, so separate this library
  (if exists) from normal LIBS.
  Patch by 1xx (itsango at gmail.com) ([freewnn-users 126]) with some modification.

- Fixed spelling in configure.in .


Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Sun May 15 17:03:53 2011 UTC (12 years, 11 months ago) by aonoto
Branch: MAIN
Changes since 1.54: +6 -1 lines
Diff to previous 1.54 , to selected 1.16
Recent Libtool (2.4.x, we are not using yet) use some optimization
of selected SHELL, so honor configure selected SHELL on makerule.mk.in .
Workaround for Debian Bug #621928.

This change may harm build for your environment, so I also added
fallback entry (you have to uncomment some lines).
See makefule.mk.in for details.


Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Sun Apr 17 16:29:50 2011 UTC (12 years, 11 months ago) by aonoto
Branch: MAIN
Changes since 1.53: +69 -50 lines
Diff to previous 1.53 , to selected 1.16
Fix to work --with-*wnn-includes . Same as --with-*wnn-libraries ,
these are enabled on *Wnn/jutil and *Wnn/uum only.


Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Fri Dec 31 14:40:51 2010 UTC (13 years, 3 months ago) by aonoto
Branch: MAIN
Changes since 1.52: +2 -4 lines
Diff to previous 1.52 , to selected 1.16
We cannot build Xwnmo for now, so we (temporally) disabled AC_PATH_X.
Probably workaround for systems with modern install layout of X11.


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sun Jul 11 10:18:16 2010 UTC (13 years, 9 months ago) by aonoto
Branch: MAIN
Changes since 1.51: +65 -1 lines
Diff to previous 1.51 , to selected 1.16
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.51 - (view) (download) (annotate) - [select for diffs]
Sun Apr 25 10:38:55 2010 UTC (13 years, 11 months ago) by aonoto
Branch: MAIN
Changes since 1.50: +6 -3 lines
Diff to previous 1.50 , to selected 1.16
configure.in, configure:
  - Added -D_GNU_SOURCE for architecture with GNU libc and non-Linux kernel
    (especially for Debian). Possible fix for Debian Bug #577097.
  - Cosmetic fix (for configure.in).

config.h.in:
  - Forgot to autoheader on last commit of configure.in.


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Mon Feb 22 17:06:54 2010 UTC (14 years, 1 month ago) by aonoto
Branch: MAIN
Changes since 1.49: +16 -13 lines
Diff to previous 1.49 , to selected 1.16
Recent cpp of gcc (at least 4.4) splits line that has many characters
per line (in C language manner). This is problem on *.fzk (pubdic etc.)
file processing. So adds -traditional-cpp parameter to cpp (at least
gcc-2.95 passes this parameter). Simply adding it to CPPFLAGS may break
other build, so split FZK_PP (cpp for text processing) from normal CPP.
Spotted by some posters of FreeWnn thread in 2ch.net .

(Other changes)
- Use AC_SEARCH_LIBS for libnsl checking (Linux (for example) does not
  need it).
- Strip old mail address (as usual).
- Modified to build correctly if builddir != srcdir (as usual).


Revision 1.49 - (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.48: +153 -32 lines
Diff to previous 1.48 , to selected 1.16
- 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.48 - (view) (download) (annotate) - [select for diffs]
Mon Sep 25 17:31:35 2006 UTC (17 years, 6 months ago) by aonoto
Branch: MAIN
Changes since 1.47: +7 -8 lines
Diff to previous 1.47 , to selected 1.16
Use posix_openpt() (if it and ptsname() exists) when opening tty.
Traditional pts system (that doesn't have posix_openpt()) fallback to
dummy function opening /dev/ptmx directly. Getting tty without setting
setuid root works in non-pts systems that have posix-compatible
pty functions (ex. recent FreeBSD).

Other changes to configure.in:
- Remove (already commented out) default case in system specific part.
- Commented out useless AC_DEFINE in term library detection part.


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Mon Aug 21 17:31:05 2006 UTC (17 years, 7 months ago) by aonoto
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 , to selected 1.16
Added configure test for setsid(). (I forgot it.)


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sun Jul 23 17:30:33 2006 UTC (17 years, 8 months ago) by aonoto
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 , to selected 1.16
More utmp fix:

- Fix build (more) correctly on recent NetBSD (that both have utmpx &
  traditional utmp)
- Moved setutmp() call from child to parent process (not sure if this is
  right thing)


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sun Jun 18 16:49:41 2006 UTC (17 years, 9 months ago) by aonoto
Branch: MAIN
Changes since 1.44: +47 -3 lines
Diff to previous 1.44 , to selected 1.16
Rewrote utmp code in uum (without libspt).
Recent BSD (4.4BSD or later based) developer: please write working
code specifying --enable-client-utmp . It works well (with
--enable-client-utmp) on recent NetBSD (that has putut(x)line()
implementation).

Other changes:
Because it cannot work on gcc with Linux/i386, temporally remove
-fstack-check from CDEBUGFLAGS if you specify --enable-debug
(and you're using gcc).


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Tue Mar 7 17:15:33 2006 UTC (18 years, 1 month ago) by aonoto
Branch: MAIN
Changes since 1.43: +6 -3 lines
Diff to previous 1.43 , to selected 1.16
Modified WNNCNVFILEDIR to install correct cnv_* file
if you're in terminfo environment.


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sat Mar 4 19:01:45 2006 UTC (18 years, 1 month ago) by aonoto
Branch: MAIN
Changes since 1.42: +103 -3 lines
Diff to previous 1.42 , to selected 1.16
Long awaited merge of uum-related patch (based on hiroo's work
in November, 2003)

- Detect termcap / terminfo, curses etc. automatically (from canuum)
  But, configure support of libspt does not implemented / does not
  include Canna support / utmp implementation does not work correctly.
- pty / pts processing (from Kabe). Auto detection in configure by hiroo.
- Some modification due to build error in my environment.
- (As usual) stripping old address / adding lines in case
  if builddir != srcdir .

Many thanks to AIDA shinra, Taketo Kabe @ SRA Tohoku, hiroo,
kouji at hiroshima-u.ac.jp (original author of Kabe's patch).


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sun Nov 27 17:30:23 2005 UTC (18 years, 4 months ago) by aonoto
Branch: MAIN
CVS Tags: freewnn-1-1-1-a021
Changes since 1.41: +16 -16 lines
Diff to previous 1.41 , to selected 1.16
- Added -D_GNU_SOURCE to CCOPTIONS if linux. Merged from Gentoo portage,
  but discussion began in wnn-users ML ([wnn-users 1035]).
  Thanks to MATSUU Takuto.
  (Some (ancient?) Linux users may get some problems on building.
  Please report us if it occurs.)
- Changed library searching method of crypt() (to AC_SEARCH_LIBS).
  Maybe useful for systems that have crypt() on both libc and libcrypt
  (i.e. Solaris).
- Use $(top_builddir) to *WNNJLIB / HINSI_DATA (instead of
  *WNNJLIB / WNNJDSRC) by default. Useful if builddir != srcdir,
  but it doesn't break normal configurations.
- Some cosmetic change. (Also stripped old mail address.)


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Fri May 21 16:39:32 2004 UTC (19 years, 10 months ago) by aono
Branch: MAIN
Changes since 1.40: +53 -22 lines
Diff to previous 1.40 , to selected 1.16
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.40 - (view) (download) (annotate) - [select for diffs]
Fri May 21 13:55:53 2004 UTC (19 years, 10 months ago) by aono
Branch: MAIN
Changes since 1.39: +17 -17 lines
Diff to previous 1.39 , to selected 1.16
Commit from my work area: Change indention of help string in configure.
(Cosmetic issue only.)


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Wed Jun 11 11:16:05 2003 UTC (20 years, 10 months ago) by aono
Branch: MAIN
Changes since 1.38: +6 -3 lines
Diff to previous 1.38 , to selected 1.16
After testing configure against FreeBSD, we need <sys/types.h> for
socklen_t test. So added.


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Tue Jun 10 10:39:08 2003 UTC (20 years, 10 months ago) by aono
Branch: MAIN
Changes since 1.37: +5 -11 lines
Diff to previous 1.37 , to selected 1.16
Some configure.in change.

- Fixed usage of AC_CHECK_TYPES (socklen_t check).
- (Temporally?) removed *BSD-specific section (and some other one).
- Respect CDEBUGFLAGS even if --disable-debug.


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sun Jun 8 03:09:48 2003 UTC (20 years, 10 months ago) by hiroo
Branch: MAIN
Changes since 1.36: +51 -7 lines
Diff to previous 1.36 , to selected 1.16
* configure.in:
	add utmpx.h check.
	comment out time_t checking. It does not work well.
	add getgpid, getgprp check for uum.
	add libwrap support (by S.Motoki [freewnn:0032]).
* configure, config.h.in: regenerate.
* Wnn/include/wnn_os.h:
	move FD_SET and related macro here.
	I still wonder if we need this at all.
* Wnn/jserver/de.c
	use TIME_WITH_SYS_TIME according to the info of autoconf.
	move FD_SET and related macro to wnn_os.h.
	add libwrap support (by S.Motoki [freewnn:0032]).
* Wnn/jserver/error.c
	use TIME_WITH_SYS_TIME according to the info of autoconf.


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sat Jun 7 13:04:31 2003 UTC (20 years, 10 months ago) by hiroo
Branch: MAIN
Changes since 1.35: +1 -3 lines
Diff to previous 1.35 , to selected 1.16
* configure.in: I made a mistake to check the function of uum...


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sat Jun 7 02:19:03 2003 UTC (20 years, 10 months ago) by hiroo
Branch: MAIN
Changes since 1.34: +5 -3 lines
Diff to previous 1.34 , to selected 1.16
* configure.in: check utmp related. Prepare for uum change.


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Wed Jun 4 14:05:22 2003 UTC (20 years, 10 months ago) by hiroo
Branch: MAIN
Changes since 1.33: +12 -17 lines
Diff to previous 1.33 , to selected 1.16
* configure.in: Darwin support by Mr.Aono.
	Use newer AC_CHECK_TYPES usage.
* config.h.in, configure: regenerate.
* acconfig.h: Remove according to the new usage of AC_DEFINE.


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sun May 11 18:22:57 2003 UTC (20 years, 11 months ago) by hiroo
Branch: MAIN
Changes since 1.32: +12 -24 lines
Diff to previous 1.32 , to selected 1.16
* Makefile.in:	revised CFLAGS and CDEBUGFLAGS usage.
* configure.in:	ditto.
* makerule.mk.in: ditto.
* configure:	regenerate.


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sun Sep 1 17:48:19 2002 UTC (21 years, 7 months ago) by hiroo
Branch: MAIN
CVS Tags: freewnn-1-1-1-a020
Changes since 1.31: +3 -1 lines
Diff to previous 1.31 , to selected 1.16
configure.in: added check for FD_SET() and AC_HEADER_TIME.
configure: regenerate.
config.h.in: regenerate.


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sat Jun 22 13:15:25 2002 UTC (21 years, 9 months ago) by hiroo
Branch: MAIN
Changes since 1.30: +2 -10 lines
Diff to previous 1.30 , to selected 1.16
acconfig.h:
 * Remove HAVE_RAND_MAX, which is superfluous.
configure.in:
 * Remove HAVE_RAND_MAX, which is superfluous.
 * check `random()'.
configure, config.h.in:
 * Regenerate.


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon Jun 17 17:28:53 2002 UTC (21 years, 9 months ago) by hiroo
Branch: MAIN
Changes since 1.29: +12 -11 lines
Diff to previous 1.29 , to selected 1.16
configure.in:
 * Passes autoconf 2.13 again. cf.[freewnn:00872]
 * look for getopt().
Wnn/include/wnn_os.h:
 * forgot to put #endif. cf.[freewnn:00874]
Wnn/jlib/getopt.c:
 * Only used when getopt() does not exist. cf.[freewnn:00874]
config.h.in, configure:
 * Regenerate (GNU Autoconf 2.53).


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sat Jun 15 13:02:13 2002 UTC (21 years, 10 months ago) by hiroo
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 , to selected 1.16
configure.in:
 * Add getdtablesize() check.
config.h.in, configure:
 * regenerate (GNU Autoconf 2.53)
Wnn/include/wnn_os.h:
 * bzero/memset, strchr/index strrchr/rindex glue.
 * SIGNALRETURNSINT replaced by RETSIGTYPE and RETSIGTYPE_VOID.
 * Newly define WNN_NFD for temporal file descriptor number hack.
Wnn/jlib/getopt.c, jl.c, js.c:
Wnn/jserver/initjserv.c:
Wnn/romkan/rk_header.h:
 * Include config.h and wnn_os.h if not, and get rid of BSD42 macro.
Wnn/jserver/de.c:
 * Use WNN_NFD for temporal file descriptor number hack.
Wnn/jserver/de_header.h, error.c:
Wnn/uum/jhlp.c:
 * Replace to RETSIGTYPE and RETSIGTYPE_VOID.
 * Use WNN_NFD for temporal file descriptor number hack.
Wnn/uum/sheader.h:
 * A trivial change in comment.


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sat Jun 15 10:19:27 2002 UTC (21 years, 10 months ago) by hiroo
Branch: MAIN
Changes since 1.27: +86 -54 lines
Diff to previous 1.27 , to selected 1.16
acconfig.h:
 * Added RETSIGTYPE_VOID hack taken from EB Library
   <URI:http://www.sra.co.jp/people/m-kasahr/eb/>.
 * Small cosmetic changes.
configure.in:
 * Removed -DCSRG_BASED for CCOPTIONS of *BSD.
 * Aggregated AC_CHECK_HEADERS and AC_CHECK_FUNCS parameter to reduce the
   size of configure a little.
 * Cosmetic change in AC_CHECK_TYPES usage.
 * Added RETSIGTYPE_VOID hack taken from EB Library.
 * Suppress Makefile generation for each language when they are disabled.
config.h.in, configure: regenerate. (GNU Autoconf 2.53)


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Jun 9 11:08:40 2002 UTC (21 years, 10 months ago) by h-abe
Branch: MAIN
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 , to selected 1.16
BeOS R5.1 requires the function getservbyname(), which is in libbind.so.


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sun May 12 01:01:46 2002 UTC (21 years, 11 months ago) by hiroo
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 , to selected 1.16
* Check for bcopy/bzero/bcmp
* Remove `register'


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed May 1 20:27:16 2002 UTC (21 years, 11 months ago) by hiroo
Branch: MAIN
Changes since 1.24: +3 -11 lines
Diff to previous 1.24 , to selected 1.16
Add existence check for functions not in C89, POSIX 1 or 2.
* Check for syslog() and syslog.h.
* Check for setenv().


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Mar 31 11:30:21 2002 UTC (22 years ago) by h-abe
Branch: MAIN
Changes since 1.23: +10 -1 lines
Diff to previous 1.23 , to selected 1.16
BeOS requires to link libbe.so when using syslog function.
Add JS_SUPPORTLIBS to set libraries when building [jckt]server.
Configure detects OS, and when running on BeOS, sets "-lbe" to JS_SUPPORTLIBS.


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sat Mar 30 02:35:20 2002 UTC (22 years ago) by hiroo
Branch: MAIN
Changes since 1.22: +3 -2 lines
Diff to previous 1.22 , to selected 1.16
Remove limits.h check. It is included in STDC_HEADERS.
Add memory.h check for bcopy/memmove, strchr/index issue to be done in the future.


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Mar 21 04:32:23 2002 UTC (22 years ago) by hiroo
Branch: MAIN
Changes since 1.21: +6 -5 lines
Diff to previous 1.21 , to selected 1.16
add fchmod() existence check.


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Mar 21 01:19:50 2002 UTC (22 years ago) by hiroo
Branch: MAIN
Changes since 1.20: +6 -57 lines
Diff to previous 1.20 , to selected 1.16
comment cleanup.


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Mar 9 16:50:31 2002 UTC (22 years, 1 month ago) by aono
Branch: MAIN
Changes since 1.19: +48 -3 lines
Diff to previous 1.19 , to selected 1.16
Commit rest of my error.c rewrite. see [freewnn:00772].
Source code is changed much to match with current source policy.
Extentions to log mechanism (ex. introduce debug-level) are welcome.

Note: log_err() send messages to syslog (LOG_ERR, facility not defined (^^;)
      if -s options is *not* used. Currently it isn't used anywhere.


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Mar 3 12:53:56 2002 UTC (22 years, 1 month ago) by hiroo
Branch: MAIN
Changes since 1.18: +22 -53 lines
Diff to previous 1.18 , to selected 1.16
Fix from [freewnn:00764]


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Sep 24 08:36:12 2001 UTC (22 years, 6 months ago) by hiroo
Branch: MAIN
Changes since 1.17: +4 -4 lines
Diff to previous 1.17 , to selected 1.16
fix configure and makefile syntax error. ([freewnn:00753] T.Aono).


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Sep 16 11:35:57 2001 UTC (22 years, 7 months ago) by hiroo
Branch: MAIN
Changes since 1.16: +114 -47 lines
Diff to previous 1.16
Fixed some comment descriptions.
--enable-ipv6, --enable-unsafe-path, --enable-debug options, etc.


Revision 1.16 - (view) (download) (annotate) - [selected]
Tue Aug 14 13:43:20 2001 UTC (22 years, 8 months ago) by hiroo
Branch: MAIN
Changes since 1.15: +44 -62 lines
Diff to previous 1.15
IPv6+CPP patch [freewnn:00673] Katsuomi Hamajima, Tomoki Aono
beos patch for configure.in [freewnn:00677] Hiroaki Abe
libtoolized by libtool-1.4


Revision 1.15 - (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.14: +186 -13 lines
Diff to previous 1.14 , to selected 1.16
FreeWnn-1.1.1-a018 is released.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 18:28:51 2001 UTC (22 years, 10 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a017
Changes since 1.13: +4 -1 lines
Diff to previous 1.13 , to selected 1.16
FreeWnn-1.1.1-a017 is released.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 18:08:31 2001 UTC (22 years, 10 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a015, freewnn-1-1-1-a016
Changes since 1.12: +11 -1 lines
Diff to previous 1.12 , to selected 1.16
FreeWnn-1.1.1-a015 is released.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 17:55:29 2001 UTC (22 years, 10 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a014
Changes since 1.11: +13 -18 lines
Diff to previous 1.11 , to selected 1.16
FreeWnn-1.1.1-a014 is released.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 07:34:04 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a013
Changes since 1.10: +1 -0 lines
Diff to previous 1.10 , to selected 1.16
FreeWnn-1.1.1-a013 is released.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 07:30:00 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a012
Changes since 1.9: +16 -4 lines
Diff to previous 1.9 , to selected 1.16
FreeWnn-1.1.1-a012 is released.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 07:15:50 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a009, freewnn-1-1-1-a010, freewnn-1-1-1-a011
Changes since 1.8: +5 -5 lines
Diff to previous 1.8 , to selected 1.16
FreeWnn-1.1.1-a009 is released.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 07:06:07 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a008
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 , to selected 1.16
FreeWnn-1.1.1-a008 is released.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 06:55:27 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a007
Changes since 1.6: +48 -48 lines
Diff to previous 1.6 , to selected 1.16
FreeWnn-1.1.1-a007 is released.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 06:46:03 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a005, freewnn-1-1-1-a006
Changes since 1.5: +12 -3 lines
Diff to previous 1.5 , to selected 1.16
FreeWnn-1.1.1-a005 is released.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 06:37:13 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a004
Changes since 1.4: +48 -4 lines
Diff to previous 1.4 , to selected 1.16
FreeWnn-1.1.1-a004 is released.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 06:01:38 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a003
Changes since 1.3: +19 -1 lines
Diff to previous 1.3 , to selected 1.16
FreeWnn-1.1.1-a003 is released.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 05:48:51 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a002
Changes since 1.2: +7 -0 lines
Diff to previous 1.2 , to selected 1.16
FreeWnn-1.1.1-a002 is released.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 05:35:32 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a001
Changes since 1.1: +25 -8 lines
Diff to previous 1.1 , to selected 1.16
FreeWnn-1.1.1-a001 is released.


Revision 1.1.1.1 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Sun Jan 16 05:10:44 2000 UTC (24 years, 3 months ago) by ura
Branch: OMRON_SOFTWARE
CVS Tags: freewnn-1-1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.61 , to selected 1.16
import from FreeWnn-1.1


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 05:10:44 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
Branch point for: OMRON_SOFTWARE
Diff to selected 1.16
Initial revision


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.

  Diffs between and
  Type of Diff should be a

Sort log by:

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