亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? aclocal.m4

?? Gtk+,glade3 部件應(yīng)用示例源代碼。
?? M4
?? 第 1 頁 / 共 5 頁
字號:
#        ifdef DL_NOW#          define LT_DLLAZY_OR_NOW	DL_NOW#        else#          define LT_DLLAZY_OR_NOW	0#        endif#      endif#    endif#  endif#endif#ifdef __cplusplusextern "C" void exit (int);#endifvoid fnord() { int i=42;}int main (){  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);  int status = $lt_dlunknown;  if (self)    {      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;      /* dlclose (self); */    }  else    puts (dlerror ());    exit (status);}]EOF  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null    lt_status=$?    case x$lt_status in      x$lt_dlno_uscore) $1 ;;      x$lt_dlneed_uscore) $2 ;;      x$lt_dlunknown|x*) $3 ;;    esac  else :    # compilation failed    $3  fifirm -fr conftest*])# _LT_AC_TRY_DLOPEN_SELF# AC_LIBTOOL_DLOPEN_SELF# ----------------------AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnlif test "x$enable_dlopen" != xyes; then  enable_dlopen=unknown  enable_dlopen_self=unknown  enable_dlopen_self_static=unknownelse  lt_cv_dlopen=no  lt_cv_dlopen_libs=  case $host_os in  beos*)    lt_cv_dlopen="load_add_on"    lt_cv_dlopen_libs=    lt_cv_dlopen_self=yes    ;;  mingw* | pw32*)    lt_cv_dlopen="LoadLibrary"    lt_cv_dlopen_libs=   ;;  cygwin*)    lt_cv_dlopen="dlopen"    lt_cv_dlopen_libs=   ;;  darwin*)  # if libdl is installed we need to link against it    AC_CHECK_LIB([dl], [dlopen],		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[    lt_cv_dlopen="dyld"    lt_cv_dlopen_libs=    lt_cv_dlopen_self=yes    ])   ;;  *)    AC_CHECK_FUNC([shl_load],	  [lt_cv_dlopen="shl_load"],      [AC_CHECK_LIB([dld], [shl_load],	    [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],	[AC_CHECK_FUNC([dlopen],	      [lt_cv_dlopen="dlopen"],	  [AC_CHECK_LIB([dl], [dlopen],		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],	    [AC_CHECK_LIB([svld], [dlopen],		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],	      [AC_CHECK_LIB([dld], [dld_link],		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])	      ])	    ])	  ])	])      ])    ;;  esac  if test "x$lt_cv_dlopen" != xno; then    enable_dlopen=yes  else    enable_dlopen=no  fi  case $lt_cv_dlopen in  dlopen)    save_CPPFLAGS="$CPPFLAGS"    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"    save_LDFLAGS="$LDFLAGS"    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"    save_LIBS="$LIBS"    LIBS="$lt_cv_dlopen_libs $LIBS"    AC_CACHE_CHECK([whether a program can dlopen itself],	  lt_cv_dlopen_self, [dnl	  _LT_AC_TRY_DLOPEN_SELF(	    lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,	    lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)    ])    if test "x$lt_cv_dlopen_self" = xyes; then      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],    	  lt_cv_dlopen_self_static, [dnl	  _LT_AC_TRY_DLOPEN_SELF(	    lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,	    lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)      ])    fi    CPPFLAGS="$save_CPPFLAGS"    LDFLAGS="$save_LDFLAGS"    LIBS="$save_LIBS"    ;;  esac  case $lt_cv_dlopen_self in  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;  *) enable_dlopen_self=unknown ;;  esac  case $lt_cv_dlopen_self_static in  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;  *) enable_dlopen_self_static=unknown ;;  esacfi])# AC_LIBTOOL_DLOPEN_SELF# AC_LIBTOOL_PROG_CC_C_O([TAGNAME])# ---------------------------------# Check to see if options -c and -o are simultaneously supported by compilerAC_DEFUN([AC_LIBTOOL_PROG_CC_C_O],[AC_REQUIRE([LT_AC_PROG_SED])dnlAC_REQUIRE([_LT_AC_SYS_COMPILER])dnlAC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no   $rm -r conftest 2>/dev/null   mkdir conftest   cd conftest   mkdir out   echo "$lt_simple_compile_test_code" > conftest.$ac_ext   lt_compiler_flag="-o out/conftest2.$ac_objext"   # Insert the option either (1) after the last *FLAGS variable, or   # (2) before a word containing "conftest.", or (3) at the end.   # Note that $ac_compile itself does not contain backslashes and begins   # with a dollar sign (not a hyphen), so the echo should work correctly.   lt_compile=`echo "$ac_compile" | $SED \   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \   -e 's:$: $lt_compiler_flag:'`   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)   (eval "$lt_compile" 2>out/conftest.err)   ac_status=$?   cat out/conftest.err >&AS_MESSAGE_LOG_FD   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD   if (exit $ac_status) && test -s out/conftest2.$ac_objext   then     # The compiler can only warn and ignore the option if not recognized     # So say no if there are warnings     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then       _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes     fi   fi   chmod u+w . 2>&AS_MESSAGE_LOG_FD   $rm conftest*   # SGI C++ compiler will create directory out/ii_files/ for   # template instantiation   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files   $rm out/* && rmdir out   cd ..   rmdir conftest   $rm conftest*])])# AC_LIBTOOL_PROG_CC_C_O# AC_LIBTOOL_SYS_HARD_LINK_LOCKS([TAGNAME])# -----------------------------------------# Check to see if we can do hard links to lock some files if neededAC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS],[AC_REQUIRE([_LT_AC_LOCK])dnlhard_links="nottested"if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then  # do not overwrite the value of need_locks provided by the user  AC_MSG_CHECKING([if we can lock with hard links])  hard_links=yes  $rm conftest*  ln conftest.a conftest.b 2>/dev/null && hard_links=no  touch conftest.a  ln conftest.a conftest.b 2>&5 || hard_links=no  ln conftest.a conftest.b 2>/dev/null && hard_links=no  AC_MSG_RESULT([$hard_links])  if test "$hard_links" = no; then    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])    need_locks=warn  fielse  need_locks=nofi])# AC_LIBTOOL_SYS_HARD_LINK_LOCKS# AC_LIBTOOL_OBJDIR# -----------------AC_DEFUN([AC_LIBTOOL_OBJDIR],[AC_CACHE_CHECK([for objdir], [lt_cv_objdir],[rm -f .libs 2>/dev/nullmkdir .libs 2>/dev/nullif test -d .libs; then  lt_cv_objdir=.libselse  # MS-DOS does not allow filenames that begin with a dot.  lt_cv_objdir=_libsfirmdir .libs 2>/dev/null])objdir=$lt_cv_objdir])# AC_LIBTOOL_OBJDIR# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([TAGNAME])# ----------------------------------------------# Check hardcoding attributes.AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH],[AC_MSG_CHECKING([how to hardcode library paths into programs])_LT_AC_TAGVAR(hardcode_action, $1)=if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \   test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then  # We can hardcode non-existant directories.  if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&     # If the only mechanism to avoid hardcoding is shlibpath_var, we     # have to relink, otherwise we might link with an installed library     # when we should be linking with a yet-to-be-installed one     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&     test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then    # Linking always hardcodes the temporary library directory.    _LT_AC_TAGVAR(hardcode_action, $1)=relink  else    # We can link without hardcoding, and we can hardcode nonexisting dirs.    _LT_AC_TAGVAR(hardcode_action, $1)=immediate  fielse  # We cannot hardcode anything, or else we can only hardcode existing  # directories.  _LT_AC_TAGVAR(hardcode_action, $1)=unsupportedfiAC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then  # Fast installation is not supported  enable_fast_install=noelif test "$shlibpath_overrides_runpath" = yes ||     test "$enable_shared" = no; then  # Fast installation is not necessary  enable_fast_install=needlessfi])# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH# AC_LIBTOOL_SYS_LIB_STRIP# ------------------------AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP],[striplib=old_striplib=AC_MSG_CHECKING([whether stripping libraries is possible])if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"  test -z "$striplib" && striplib="$STRIP --strip-unneeded"  AC_MSG_RESULT([yes])else# FIXME - insert some real tests, host_os isn't really good enough  case $host_os in   darwin*)       if test -n "$STRIP" ; then         striplib="$STRIP -x"         old_striplib="$STRIP -S"         AC_MSG_RESULT([yes])       else  AC_MSG_RESULT([no])fi       ;;   *)  AC_MSG_RESULT([no])    ;;  esacfi])# AC_LIBTOOL_SYS_LIB_STRIP# AC_LIBTOOL_SYS_DYNAMIC_LINKER# -----------------------------# PORTME Fill in your ld.so characteristicsAC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER],[AC_REQUIRE([LT_AC_PROG_SED])dnlAC_MSG_CHECKING([dynamic linker characteristics])library_names_spec=libname_spec='lib$name'soname_spec=shrext_cmds=".so"postinstall_cmds=postuninstall_cmds=finish_cmds=finish_eval=shlibpath_var=shlibpath_overrides_runpath=unknownversion_type=nonedynamic_linker="$host_os ld.so"sys_lib_dlsearch_path_spec="/lib /usr/lib"m4_if($1,[],[if test "$GCC" = yes; then  case $host_os in    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;    *) lt_awk_arg="/^libraries:/" ;;  esac  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then    # if the path contains ";" then we assume it to be the separator    # otherwise default to the standard path separator (i.e. ":") - it is    # assumed that no part of a normal pathname contains ";" but that should    # okay in the real world where ";" in dirpaths is itself problematic.    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`  else    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`  fi  # Ok, now we have the path, separated by spaces, we can step through it  # and add multilib dir if necessary.  lt_tmp_lt_search_path_spec=  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`  for lt_sys_path in $lt_search_path_spec; do    if test -d "$lt_sys_path/$lt_multi_os_dir"; then      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"    else      test -d "$lt_sys_path" && \	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"    fi  done  lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk 'BEGIN {RS=" "; FS="/|\n";} {  lt_foo="";  lt_count=0;  for (lt_i = NF; lt_i > 0; lt_i--) {    if ($lt_i != "" && $lt_i != ".") {      if ($lt_i == "..") {        lt_count++;      } else {        if (lt_count == 0) {          lt_foo="/" $lt_i lt_foo;        } else {          lt_count--;        }      }    }  }  if (lt_foo != "") { lt_freq[[lt_foo]]++; }  if (lt_freq[[lt_foo]] == 1) { print lt_foo; }}'`  sys_lib_search_path_spec=`echo $lt_search_path_spec`else  sys_lib_search_path_spec="/li

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
免费视频一区二区| 91在线精品一区二区| 成人小视频免费在线观看| 欧美系列在线观看| 中文字幕精品一区二区三区精品| 亚洲福利视频三区| 91在线无精精品入口| 制服丝袜亚洲网站| 亚洲欧洲国产日韩| 亚洲一区二区美女| 91在线小视频| 久久久三级国产网站| 亚洲码国产岛国毛片在线| 久久99精品久久久| 日本久久一区二区| 国产日韩欧美高清在线| 亚洲电影你懂得| 国产福利精品导航| 日韩亚洲欧美一区二区三区| ●精品国产综合乱码久久久久| 日韩精品一区第一页| 99re热这里只有精品视频| 欧美一区二区大片| 日本一区二区成人在线| 青青草97国产精品免费观看 | 成人爽a毛片一区二区免费| 欧美日韩综合色| 成人欧美一区二区三区在线播放| 曰韩精品一区二区| 国内精品在线播放| 在线视频国内一区二区| 久久日韩粉嫩一区二区三区| 久久国产精品露脸对白| 成人av在线资源网站| 亚洲精品在线观看视频| 日本视频中文字幕一区二区三区| 91年精品国产| 国产精品久久久久久久久久久免费看| 免费欧美日韩国产三级电影| 欧美人妖巨大在线| 亚洲永久精品大片| 日本精品免费观看高清观看| 国产精品久久久久一区二区三区 | 精品精品国产高清a毛片牛牛| 亚洲一级不卡视频| 99视频精品全部免费在线| 国产午夜亚洲精品不卡| 激情小说亚洲一区| 欧美精品一区二区三区很污很色的| 亚洲aaa精品| 91精品在线一区二区| 亚洲一区在线视频| 欧美日韩情趣电影| 天天亚洲美女在线视频| 在线观看91精品国产麻豆| 日韩精品亚洲专区| 日韩午夜中文字幕| 国产一区欧美一区| 国产欧美一区二区精品性色| 国产成人高清在线| 亚洲欧洲一区二区在线播放| 99在线精品一区二区三区| 日韩理论片网站| 色婷婷国产精品综合在线观看| 亚洲黄色小视频| 在线视频欧美精品| 蜜桃视频第一区免费观看| 日韩欧美一区二区久久婷婷| 国产一区二区在线看| 国产精品网站在线观看| 99视频超级精品| 午夜欧美视频在线观看| 日韩色在线观看| 国v精品久久久网| 18成人在线观看| 欧美日韩一区二区三区在线| 日本麻豆一区二区三区视频| 久久理论电影网| av在线综合网| 午夜日韩在线电影| 欧美国产日韩在线观看| 欧美伊人久久久久久午夜久久久久| 日本特黄久久久高潮| 国产精品麻豆99久久久久久| www.亚洲色图| 亚洲国产精品自拍| 精品国产成人系列| 成人影视亚洲图片在线| 国产日韩综合av| 国产一区三区三区| 中文字幕在线观看一区| 欧美一级高清片在线观看| 国产成人久久精品77777最新版本| 久久久久免费观看| 成人午夜激情片| 人人爽香蕉精品| 亚洲欧美韩国综合色| 精品理论电影在线| 欧美性生活影院| 国产一区二区主播在线| 亚洲国产精品久久艾草纯爱 | 欧美日本一道本| av亚洲精华国产精华精| 蜜臀av亚洲一区中文字幕| 亚洲免费观看高清在线观看| 日韩丝袜情趣美女图片| 日本韩国一区二区| 国产不卡视频在线观看| 奇米888四色在线精品| 亚洲乱码中文字幕综合| 国产欧美一区二区精品秋霞影院 | 亚洲日本免费电影| 久久久三级国产网站| 欧美一区二区大片| 欧美日韩精品福利| 在线中文字幕一区二区| 成人精品免费看| 激情成人午夜视频| 日韩精品乱码av一区二区| 依依成人综合视频| 日韩一区二区免费高清| 在线观看91精品国产麻豆| 日本高清无吗v一区| 99麻豆久久久国产精品免费优播| 国产精品综合一区二区三区| 久久精品国产99久久6| 日韩电影在线观看网站| 日韩av一级片| 蜜桃av一区二区在线观看| 美女在线观看视频一区二区| 天堂在线亚洲视频| 亚洲国产中文字幕| 亚洲影视资源网| 一区二区三区精品久久久| 一区二区三区资源| 亚洲综合丝袜美腿| 亚洲午夜羞羞片| 亚洲gay无套男同| 五月婷婷久久丁香| 蜜臀久久99精品久久久久久9| 免费观看日韩av| 麻豆91精品91久久久的内涵| 国内久久婷婷综合| 成人国产亚洲欧美成人综合网| 亚洲一区二区高清| 自拍偷拍国产亚洲| 亚洲视频在线观看一区| 亚洲天堂2016| 亚洲精品乱码久久久久久日本蜜臀| 亚洲综合色丁香婷婷六月图片| 亚洲一区二区三区中文字幕 | 免费高清不卡av| 国产精品综合在线视频| 国产精品 欧美精品| 99久久综合狠狠综合久久| 在线观看视频一区二区欧美日韩| 91黄视频在线观看| 91精品国产高清一区二区三区| 欧美tickling网站挠脚心| 国产三级久久久| 亚洲国产成人av| 久久99热这里只有精品| 国产成a人亚洲| 91成人免费在线| 欧美一区二区免费视频| 精品欧美黑人一区二区三区| 综合在线观看色| 依依成人精品视频| 精品一区二区三区免费| 风间由美一区二区av101| 成人h精品动漫一区二区三区| 91视频免费观看| 在线电影国产精品| 久久免费午夜影院| 日本女优在线视频一区二区| 成人毛片在线观看| 欧美一区二区三区不卡| 国产精品欧美精品| 日韩不卡一区二区| 国产成人日日夜夜| 91精品国产综合久久蜜臀| 精品99一区二区| 亚洲国产视频在线| 粉嫩欧美一区二区三区高清影视| 欧美日本乱大交xxxxx| 国产精品的网站| 国产精品一区二区三区四区| 欧洲另类一二三四区| 国产精品丝袜一区| 狠狠网亚洲精品| 91麻豆精品国产91久久久更新时间 | 国产精品久久久久久久第一福利 | 2021国产精品久久精品| 亚洲成va人在线观看| av男人天堂一区| 国产色综合久久| 国产资源在线一区| 欧美一级二级三级乱码| 亚洲国产精品视频| 91片在线免费观看|