⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aclocal.m4

📁 USB Host 开发中支持数码相机的源码。即Picture To Picture协议的完整实现
💻 M4
📖 第 1 页 / 共 5 页
字号:
  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'  ;;dgux*)  version_type=linux  need_lib_prefix=no  need_version=no  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'  soname_spec='${libname}${release}${shared_ext}$major'  shlibpath_var=LD_LIBRARY_PATH  ;;freebsd1*)  dynamic_linker=no  ;;kfreebsd*-gnu)  version_type=linux  need_lib_prefix=no  need_version=no  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'  soname_spec='${libname}${release}${shared_ext}$major'  shlibpath_var=LD_LIBRARY_PATH  shlibpath_overrides_runpath=no  hardcode_into_libs=yes  dynamic_linker='GNU ld.so'  ;;freebsd*)  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`  version_type=freebsd-$objformat  case $version_type in    freebsd-elf*)      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'      need_version=no      need_lib_prefix=no      ;;    freebsd-*)      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'      need_version=yes      ;;  esac  shlibpath_var=LD_LIBRARY_PATH  case $host_os in  freebsd2*)    shlibpath_overrides_runpath=yes    ;;  freebsd3.[01]* | freebsdelf3.[01]*)    shlibpath_overrides_runpath=yes    hardcode_into_libs=yes    ;;  *) # from 3.2 on    shlibpath_overrides_runpath=no    hardcode_into_libs=yes    ;;  esac  ;;gnu*)  version_type=linux  need_lib_prefix=no  need_version=no  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'  soname_spec='${libname}${release}${shared_ext}$major'  shlibpath_var=LD_LIBRARY_PATH  hardcode_into_libs=yes  ;;hpux9* | hpux10* | hpux11*)  # Give a soname corresponding to the major version so that dld.sl refuses to  # link against other versions.  version_type=sunos  need_lib_prefix=no  need_version=no  case "$host_cpu" in  ia64*)    shrext_cmds='.so'    hardcode_into_libs=yes    dynamic_linker="$host_os dld.so"    shlibpath_var=LD_LIBRARY_PATH    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'    soname_spec='${libname}${release}${shared_ext}$major'    if test "X$HPUX_IA64_MODE" = X32; then      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"    else      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"    fi    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec    ;;   hppa*64*)     shrext_cmds='.sl'     hardcode_into_libs=yes     dynamic_linker="$host_os dld.sl"     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'     soname_spec='${libname}${release}${shared_ext}$major'     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec     ;;   *)    shrext_cmds='.sl'    dynamic_linker="$host_os dld.sl"    shlibpath_var=SHLIB_PATH    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'    soname_spec='${libname}${release}${shared_ext}$major'    ;;  esac  # HP-UX runs *really* slowly unless shared libraries are mode 555.  postinstall_cmds='chmod 555 $lib'  ;;irix5* | irix6* | nonstopux*)  case $host_os in    nonstopux*) version_type=nonstopux ;;    *)	if test "$lt_cv_prog_gnu_ld" = yes; then		version_type=linux	else		version_type=irix	fi ;;  esac  need_lib_prefix=no  need_version=no  soname_spec='${libname}${release}${shared_ext}$major'  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'  case $host_os in  irix5* | nonstopux*)    libsuff= shlibsuff=    ;;  *)    case $LD in # libtool.m4 will add one of these switches to LD    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")      libsuff= shlibsuff= libmagic=32-bit;;    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")      libsuff=32 shlibsuff=N32 libmagic=N32;;    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")      libsuff=64 shlibsuff=64 libmagic=64-bit;;    *) libsuff= shlibsuff= libmagic=never-match;;    esac    ;;  esac  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH  shlibpath_overrides_runpath=no  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"  hardcode_into_libs=yes  ;;# No shared lib support for Linux oldld, aout, or coff.linux*oldld* | linux*aout* | linux*coff*)  dynamic_linker=no  ;;# This must be Linux ELF.linux*)  version_type=linux  need_lib_prefix=no  need_version=no  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'  soname_spec='${libname}${release}${shared_ext}$major'  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'  shlibpath_var=LD_LIBRARY_PATH  shlibpath_overrides_runpath=no  # This implies no fast_install, which is unacceptable.  # Some rework will be needed to allow for fast_install  # before this can be enabled.  hardcode_into_libs=yes  # Append ld.so.conf contents to the search path  if test -f /etc/ld.so.conf; then    lt_ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf | tr '\n' ' '`    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"  fi  # We used to test for /lib/ld.so.1 and disable shared libraries on  # powerpc, because MkLinux only supported shared libraries with the  # GNU dynamic linker.  Since this was broken with cross compilers,  # most powerpc-linux boxes support dynamic linking these days and  # people can always --disable-shared, the test was removed, and we  # assume the GNU/Linux dynamic linker is in use.  dynamic_linker='GNU/Linux ld.so'  ;;knetbsd*-gnu)  version_type=linux  need_lib_prefix=no  need_version=no  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'  soname_spec='${libname}${release}${shared_ext}$major'  shlibpath_var=LD_LIBRARY_PATH  shlibpath_overrides_runpath=no  hardcode_into_libs=yes  dynamic_linker='GNU ld.so'  ;;netbsd*)  version_type=sunos  need_lib_prefix=no  need_version=no  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'    dynamic_linker='NetBSD (a.out) ld.so'  else    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'    soname_spec='${libname}${release}${shared_ext}$major'    dynamic_linker='NetBSD ld.elf_so'  fi  shlibpath_var=LD_LIBRARY_PATH  shlibpath_overrides_runpath=yes  hardcode_into_libs=yes  ;;newsos6)  version_type=linux  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'  shlibpath_var=LD_LIBRARY_PATH  shlibpath_overrides_runpath=yes  ;;nto-qnx*)  version_type=linux  need_lib_prefix=no  need_version=no  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'  soname_spec='${libname}${release}${shared_ext}$major'  shlibpath_var=LD_LIBRARY_PATH  shlibpath_overrides_runpath=yes  ;;openbsd*)  version_type=sunos  need_lib_prefix=no  need_version=yes  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'  shlibpath_var=LD_LIBRARY_PATH  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then    case $host_os in      openbsd2.[[89]] | openbsd2.[[89]].*)	shlibpath_overrides_runpath=no	;;      *)	shlibpath_overrides_runpath=yes	;;      esac  else    shlibpath_overrides_runpath=yes  fi  ;;os2*)  libname_spec='$name'  shrext_cmds=".dll"  need_lib_prefix=no  library_names_spec='$libname${shared_ext} $libname.a'  dynamic_linker='OS/2 ld.exe'  shlibpath_var=LIBPATH  ;;osf3* | osf4* | osf5*)  version_type=osf  need_lib_prefix=no  need_version=no  soname_spec='${libname}${release}${shared_ext}$major'  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'  shlibpath_var=LD_LIBRARY_PATH  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"  ;;sco3.2v5*)  version_type=osf  soname_spec='${libname}${release}${shared_ext}$major'  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'  shlibpath_var=LD_LIBRARY_PATH  ;;solaris*)  version_type=linux  need_lib_prefix=no  need_version=no  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'  soname_spec='${libname}${release}${shared_ext}$major'  shlibpath_var=LD_LIBRARY_PATH  shlibpath_overrides_runpath=yes  hardcode_into_libs=yes  # ldd complains unless libraries are executable  postinstall_cmds='chmod +x $lib'  ;;sunos4*)  version_type=sunos  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'  shlibpath_var=LD_LIBRARY_PATH  shlibpath_overrides_runpath=yes  if test "$with_gnu_ld" = yes; then    need_lib_prefix=no  fi  need_version=yes  ;;sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)  version_type=linux  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'  soname_spec='${libname}${release}${shared_ext}$major'  shlibpath_var=LD_LIBRARY_PATH  case $host_vendor in    sni)      shlibpath_overrides_runpath=no      need_lib_prefix=no      export_dynamic_flag_spec='${wl}-Blargedynsym'      runpath_var=LD_RUN_PATH      ;;    siemens)      need_lib_prefix=no      ;;    motorola)      need_lib_prefix=no      need_version=no      shlibpath_overrides_runpath=no      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'      ;;  esac  ;;sysv4*MP*)  if test -d /usr/nec ;then    version_type=linux    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'    soname_spec='$libname${shared_ext}.$major'    shlibpath_var=LD_LIBRARY_PATH  fi  ;;uts4*)  version_type=linux  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'  soname_spec='${libname}${release}${shared_ext}$major'  shlibpath_var=LD_LIBRARY_PATH  ;;*)  dynamic_linker=no  ;;esacAC_MSG_RESULT([$dynamic_linker])test "$dynamic_linker" = no && can_build_shared=no])# AC_LIBTOOL_SYS_DYNAMIC_LINKER# _LT_AC_TAGCONFIG# ----------------AC_DEFUN([_LT_AC_TAGCONFIG],[AC_ARG_WITH([tags],    [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],        [include additional configurations @<:@automatic@:>@])],    [tagnames="$withval"])if test -f "$ltmain" && test -n "$tagnames"; then  if test ! -f "${ofile}"; then    AC_MSG_WARN([output file `$ofile' does not exist])  fi  if test -z "$LTCC"; then    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"    if test -z "$LTCC"; then      AC_MSG_WARN([output file `$ofile' does not look like a libtool script])    else      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])    fi  fi  # Extract list of available tagged configurations in $ofile.  # Note that this assumes the entire list is on one line.  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"  for tagname in $tagnames; do    IFS="$lt_save_ifs"    # Check whether tagname contains only valid characters    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in    "") ;;    *)  AC_MSG_ERROR([invalid tag name: $tagname])	;;    esac    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null    then      AC_MSG_ERROR([tag name \"$tagname\" already exists])    fi    # Update the list of available tags.    if test -n "$tagname"; then      echo appending configuration tag \"$tagname\" to $ofile      case $tagname in      CXX)	if test -n "$CXX" && test "X$CXX" != "Xno"; then	  AC_LIBTOOL_LANG_CXX_CONFIG	else	  tagname=""	fi	;;      F77)	if test -n "$F77" && test "X$F77" != "Xno"; then	  AC_LIBTOOL_LANG_F77_CONFIG	else	  tagname=""	fi	;;      GCJ)	if test -n "$GCJ" && test "X$GCJ" != "Xno"; then	  AC_LIBTOOL_LANG_GCJ_CONFIG	else

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -