[BACK]Return to configure.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-doc

File: [local] / OpenXM / src / asir-doc / configure.in (download)

Revision 1.2, Sat Sep 29 05:17:08 2007 UTC (16 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.1: +11 -1 lines

Use ptex -kanji=euc option.
If the ptex does not accept this option, this option will not be used.

dnl  $OpenXM: OpenXM/src/asir-doc/configure.in,v 1.2 2007/09/29 05:17:08 takayama Exp $
dnl  If you change this file, do not forget to run autoconf and rm .configure_done


AC_INIT(extract_func.c)
AC_PROG_CC

AC_TRY_RUN([main() {
              int r;
              r=system("ptex -kanji=euc -version");
              return(r);
           }],
 AC_SUBST(PTEX,["ptex -kanji=euc"]),
 AC_SUBST(PTEX,["ptex"]),
 AC_SUBST(PTEX,["ptex"])
)

AC_OUTPUT(Makefile)

make configure