代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/279175/10458660
ac configure.ac
##
## Configure template file for Zebra.
## autoconf will generate configure script.
##
## Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro
##
AC_PREREQ(2.53)
AC_INIT(lib/
www.eeworm.com/read/275970/10780322
m4 aclocal.m4
dnl ### A macro to find the include directory, useful for cross-compiling.
AC_DEFUN(AC_INCLUDEDIR,
[AC_REQUIRE([AC_PROG_AWK])dnl
AC_SUBST(includedir)
AC_MSG_CHECKING(for primary include directory)
inc
www.eeworm.com/read/417673/10980777
m mpgtrain.m
input_index = [4 6]; % obtained from mpgpick2.m
loadmpg;
if exist('input_index') ~= 1,
error('You should run "mpgpick2" first.');
return;
end
% ====== training option
mf_n = 2;
mf_type =
www.eeworm.com/read/467198/7020011
m mpgtrain.m
input_index = [4 6]; % obtained from mpgpick2.m
loadmpg;
if exist('input_index') ~= 1,
error('You should run "mpgpick2" first.');
return;
end
% ====== training option
mf_n = 2;
mf_type =
www.eeworm.com/read/460375/7252557
m4 acinclude.m4
AC_DEFUN([AC_HAVE_RTAI],
[AC_MSG_CHECKING([for RTAI])]
[AC_ARG_WITH(rtai,
[ --with-rtai= Specify path to RTAI],
dirs=$withval,dirs="/usr/realtime /usr/src/rtai")]
www.eeworm.com/read/457303/7328159
in pkg.m4.in
dnl PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if, action-not)
dnl defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page
dnl also defines GSTUFF_PKG_ERRORS on error
AC_DEFUN
www.eeworm.com/read/449232/7516641
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(ez-ipupdate.c)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(ez-ipupdate,3.0.10)
dnl Checks for programs.
AC_ARG_PROGRAM
AC
www.eeworm.com/read/448648/7528719
ac configure.ac
##
## Configure template file for Zebra.
## autoconf will generate configure script.
##
## Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro
##
AC_PREREQ(2.53)
AC_INIT(lib/
www.eeworm.com/read/199277/7870542
m4 pkg.m4
dnl Macro from pkg-config: http://www.freedesktop.org/software/pkgconfig/
dnl
dnl PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if, action-not)
dnl defines GSTUFF_LIBS, GSTUFF_CFLAGS,