Develop and Download Open Source Software

Browse CVS Repository

Diff of /freewnn/FreeWnn/configure.in

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

revision 1.43 by aonoto, Sat Mar 4 19:01:45 2006 UTC revision 1.44 by aonoto, Tue Mar 7 17:15:33 2006 UTC
# Line 440  if test "x$TERMLIB" != "x"; then Line 440  if test "x$TERMLIB" != "x"; then
440  #endif  #endif
441  main()  main()
442  {char *s; s=(char *)tgoto("%p1%d", 0, 1); exit(!strcmp(s==0 ? "" : s, "1")); }],  {char *s; s=(char *)tgoto("%p1%d", 0, 1); exit(!strcmp(s==0 ? "" : s, "1")); }],
443          AC_MSG_RESULT([no -- we are in termcap land]),          [ AC_MSG_RESULT([no -- we are in termcap land])
444              CNVFILE_SUBDIR=bsd ],
445          [ AC_DEFINE(HAVE_TERMINFO, 1, [terminfo spoken here])          [ AC_DEFINE(HAVE_TERMINFO, 1, [terminfo spoken here])
446            AC_MSG_RESULT([yes -- terminfo spoken here]) ],            AC_MSG_RESULT([yes -- terminfo spoken here])
447              CNVFILE_SUBDIR=sysV ],
448          AC_MSG_ERROR(failed to compile test program.))          AC_MSG_ERROR(failed to compile test program.))
449  else  else
450    AC_MSG_RESULT(none found)    AC_MSG_RESULT(none found)
451  fi  fi
452  LIBS=${olibs}  LIBS=${olibs}
453  AC_SUBST(TERMLIB)  AC_SUBST(TERMLIB)
454    AC_SUBST(CNVFILE_SUBDIR)
455    
456    
457  dnl  dnl

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

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