Return to configure.in CVS log | Up to [local] / OpenXM / src / kxx |
1.1 ! takayama 1: dnl $OpenXM$ ! 2: dnl If you change this file, do not forget to run autoconf and rm .configure_done ! 3: ! 4: ! 5: AC_INIT(oxmain.c) ! 6: AC_PROG_CC ! 7: AC_PROG_RANLIB ! 8: ! 9: AC_CHECK_FUNC(socket) ! 10: if test "$ac_cv_func_socket" = no ; then ! 11: AC_CHECK_LIB(socket,socket) ! 12: fi ! 13: ! 14: AC_OUTPUT(Makefile)