Browse CVS RepositoryLog of /canna/canna/confwrapper
Revision 1.4.2.4 - (view) (download) (annotate) - [select for diffs] Wed May 19 15:39:22 2004 UTC (19 years, 11 months ago) by aida_s Branch: RELBR_3_7 CVS Tags: release_3_7_p3 Changes since 1.4.2.3: +4 -4 lines Diff to previous 1.4.2.3 , to branch point 1.4 , to next main 1.7 * confwrapper: "." bashism. Many shells don't searches the current directory. * Imakefile: $(CC) -> env $(CC) in case $(CC) is "LD_LIBRARY_PATH=/usr/X11R6/lib cc". * canuum/Imakefile: ditto Revision 1.7 - (view) (download) (annotate) - [select for diffs] Wed May 19 15:06:37 2004 UTC (19 years, 11 months ago) by aida_s Branch: MAIN CVS Tags: HEAD, after_new_zipcode, before_new_zipcode Changes since 1.6: +5 -5 lines Diff to previous 1.6 * confwrapper: "." bashism. Many shells don't searches the current directory. * Imakefile: $(CC) -> env $(CC) in case $(CC) is "LD_LIBRARY_PATH=/usr/X11R6/lib cc". * canuum/Imakefile: ditto Revision 1.4.2.3 - (view) (download) (annotate) - [select for diffs] Mon Apr 26 23:15:17 2004 UTC (19 years, 11 months ago) by aida_s Branch: RELBR_3_7 CVS Tags: release_3_7_p2 Changes since 1.4.2.2: +40 -17 lines Diff to previous 1.4.2.2 , to branch point 1.4 VENDOR_DEFINES which comes from X.Org's imake contains single quotes. * confwrapper: generate cwenv.sh first and then run configure * Imakefile: ditto * canuum/Imakefile: ditto * confwrapper.sub: removed * Canna.conf.dist: DLLs need INSTBINFLAGS instead of INSTLIBFLAGS Revision 1.6 - (view) (download) (annotate) - [select for diffs] Fri Apr 9 11:43:16 2004 UTC (20 years ago) by aida_s Branch: MAIN Changes since 1.5: +41 -18 lines Diff to previous 1.5 VENDOR_DEFINES which comes from X.Org's imake contains single quotes. * confwrapper: generate cwenv.sh first and then run configure * Imakefile: ditto * canuum/Imakefile: ditto * Canna.conf.dist: DLLs need INSTBINFLAGS instead of INSTLIBFLAGS Revision 1.4.2.2 - (view) (download) (annotate) - [select for diffs] Sun Dec 28 16:10:30 2003 UTC (20 years, 3 months ago) by aida_s Branch: RELBR_3_7 CVS Tags: release_3_7_p1 Changes since 1.4.2.1: +1 -2 lines Diff to previous 1.4.2.1 , to branch point 1.4 * Canna.conf.dist(sharedLibExtension): HPArchitecture is also defined on Linux with hppa. Make sure the system is really HP-UX. ([Canna-dev 280]) * confwrapper: CC="$ccadd $CC" is foolish ([Canna-dev 281]) Revision 1.5 - (view) (download) (annotate) - [select for diffs] Sun Dec 28 16:09:53 2003 UTC (20 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.4: +2 -3 lines Diff to previous 1.4 * Canna.conf.dist(sharedLibExtension): HPArchitecture is also defined on Linux with hppa. Make sure the system is really HP-UX. ([Canna-dev 280]) * confwrapper: CC="$ccadd $CC" is foolish ([Canna-dev 281]) Revision 1.4.2.1 - (view) (download) (annotate) - [select for diffs] Sat Dec 27 17:15:20 2003 UTC (20 years, 3 months ago) by aida_s Branch: RELBR_3_7 Changes since 1.4: +1 -1 lines Diff to previous 1.4 Sync with HEAD. All changes were fixes of bugs or portability problems, therefore I merged all of them. * CHANGES.jp: forgot IPv6 feature * Canna.conf.dist(CppSedMagic): Remove #pragma inserted by the default gcc-3.3 that ships with MacOS X 10.3. Recent snapshot of XFree86 specifies /usr/bin/cpp3 as CppCmd so we don't need redefine CppSedMagic. * Imakefile: Use confwrapper. #undef malloc in cannaconf.h. Fix OS2Architecture. * configure.ac: add proper arguments of AC_INIT and RCSID * confwrapper: added to remove something like ` ` in CPPFLAGS and others * confwrapper.sub: ditto * mkrelease.sh: always use autoconf 2.59 * canuum/Imakefile: use confwrapper * dic/ideo/pubdic/Imakefile: link libRKindep * lib/RKC/conf.c(Lexer_next): skip #pragma (host_str_defaults): put a dummy member (top_num_defaults): ditto * lib/RKindep/cfuncs.c: #ifndef HAVE_MALLOC -> #if !HAVE_MALLOC * lib/RKindep/cfuncs.h: Newer autoconf defines HAVE_MALLOC to 0 but older undefines it. Accept both. * server/convert.c: Forward declaration of file scope array is not confirm to the standard. Fixed. Added some #ifdef USE_EUC_PROTOCOL. * server/wconvert.c: ditto Revision 1.4 - (view) (download) (annotate) - [select for diffs] Sat Dec 27 15:41:27 2003 UTC (20 years, 3 months ago) by aida_s Branch: MAIN Branch point for: RELBR_3_7 Changes since 1.3: +9 -4 lines Diff to previous 1.3 * confwrapper: Use var=`xx "yy"` instead of "`xx "yy"`". This IS more portable and does what we want. * Imakefile: fix comment in accanna.h Revision 1.3 - (view) (download) (annotate) - [select for diffs] Fri Dec 26 09:06:11 2003 UTC (20 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.2: +2 -2 lines Diff to previous 1.2 * Imakefile: previous change was incomplete * lib/RKindep/cfuncs.c: #ifndef HAVE_MALLOC -> #if !HAVE_MALLOC * confwrapper: correct a harmless typo * confwrapper.sub: avoid echo here Revision 1.2 - (view) (download) (annotate) - [select for diffs] Wed Dec 24 16:48:14 2003 UTC (20 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.1: +10 -25 lines Diff to previous 1.1 * Canna.conf.dist(CppSedMagic): Guard the use of XF86_VERSION_NUMERIC. * confwrapper: Don't use shell function because AIX's /bin/sh does not support it. * confwrapper.sub: added * Imakefile: Follow confwrapper's change. #undef malloc in cannaconf.h. fix OS2Architecture. * canuum/Imakefile: Follow confwrapper's change. Revision 1.1 - (view) (download) (annotate) - [select for diffs] Sat Dec 20 13:23:47 2003 UTC (20 years, 4 months ago) by aida_s Branch: MAIN [Canna-dev 272] compile error on AIX * confwrapper: added * Imakefile: use confwrapper * canuum/Imakefile: ditto * lib/RKC/conf.c(Lexer_next): skip #pragma (host_str_defaults): put a dummy member (top_num_defaults): ditto * server/convert.c: Forward declaration of file scope array is not confirm to the standard. Fixed. Added some #ifdef USE_EUC_PROTOCOL. * server/wconvert.c: ditto * dic/ideo/pubdic/Imakefile: link libRKindep 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.
|