Browse CVS RepositoryLog of /freewnn/FreeWnn/configure.in
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 - 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 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 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 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 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 * 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 * 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 * 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 * 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 * 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 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 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 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 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 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 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 * 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 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 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 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 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 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
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 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 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) - [select for diffs] 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 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 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 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 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 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 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 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 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 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 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 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 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 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 FreeWnn-1.1.1-a001 is released. 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 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.
|