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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? configure

?? DigitalImageProcessing_base_on_Matlab 基于Matlab的數字圖像處理
??
?? 第 1 頁 / 共 4 頁
字號:
# Also quote any args containing shell metacharacters.
ac_configure_args=
for ac_arg
do
  case "$ac_arg" in
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  | --no-cr | --no-c) ;;
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  esac
done

# NLS nuisances.
# Only set LANG and LC_ALL to C if already set.
# These must not be set unconditionally because not all systems understand
# e.g. LANG=C (notably SCO).
if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi

# confdefs.h avoids OS command line length limits that DEFS can exceed.
rm -rf conftest* confdefs.h
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
echo > confdefs.h

# A filename unique to this package, relative to the directory that
# configure is in, which we can look for to find out if srcdir is correct.
ac_unique_file=jcmaster.c

# Find the source files, if location was not specified.
if test -z "$srcdir"; then
  ac_srcdir_defaulted=yes
  # Try the directory containing this script, then its parent.
  ac_prog=$0
  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  srcdir=$ac_confdir
  if test ! -r $srcdir/$ac_unique_file; then
    srcdir=..
  fi
else
  ac_srcdir_defaulted=no
fi
if test ! -r $srcdir/$ac_unique_file; then
  if test "$ac_srcdir_defaulted" = yes; then
    { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  else
    { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  fi
fi
srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`

# Prefer explicitly selected file to automatically selected ones.
if test -z "$CONFIG_SITE"; then
  if test "x$prefix" != xNONE; then
    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  else
    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  fi
fi
for ac_site_file in $CONFIG_SITE; do
  if test -r "$ac_site_file"; then
    echo "loading site script $ac_site_file"
    . "$ac_site_file"
  fi
done


ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='echo $CPP $CPPFLAGS 1>&5;
$CPP $CPPFLAGS'
ac_compile='echo ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
ac_link='echo ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'

if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
    ac_n= ac_c='
' ac_t='	'
  else
    ac_n=-n ac_c= ac_t=
  fi
else
  ac_n= ac_c='\c' ac_t=
fi



# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  for ac_dir in $PATH; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_CC="gcc"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_prog_CC" && ac_cv_prog_CC="cc"
fi
fi
CC="$ac_cv_prog_CC"
if test -n "$CC"; then
  echo "$ac_t""$CC" 1>&6
else
  echo "$ac_t""no" 1>&6
fi


echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.c <<EOF
#ifdef __GNUC__
  yes;
#endif
EOF
if ${CC-cc} -E conftest.c 2>&5 | egrep yes >/dev/null 2>&1; then
  ac_cv_prog_gcc=yes
else
  ac_cv_prog_gcc=no
fi
fi
echo "$ac_t""$ac_cv_prog_gcc" 1>&6
if test $ac_cv_prog_gcc = yes; then
  GCC=yes
else
  GCC=
fi
if test "${CFLAGS+set}" != set; then
  echo $ac_n "checking whether ${CC-cc} accepts -O""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_prog_cc_o'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  echo 'int f(){ return 0; }' > conftest.c
if test -z "`${CC-cc} -O -c conftest.c 2>&1`"; then
  ac_cv_prog_cc_o=yes
else
  ac_cv_prog_cc_o=no
fi
rm -f conftest*

fi
  echo "$ac_t""$ac_cv_prog_cc_o" 1>&6
  if test $ac_cv_prog_cc_o = yes; then
    CFLAGS="-O"
  else
    CFLAGS=""
  fi
fi

echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
  CPP=
fi
if test -z "$CPP"; then
if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
    # This must be in double quotes, not single quotes, because CPP may get
  # substituted into the Makefile and "${CC-cc}" will confuse make.
  CPP="${CC-cc} -E"
  # On the NeXT, cc -E runs the code through the compiler's parser,
  # not just through cpp.
  cat > conftest.$ac_ext <<EOF
#line 615 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
ac_err=`grep -v '^ *+' conftest.out`
if test -z "$ac_err"; then
  :
else
  echo "$ac_err" >&5
  rm -rf conftest*
  CPP="${CC-cc} -E -traditional-cpp"
  cat > conftest.$ac_ext <<EOF
#line 629 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
ac_err=`grep -v '^ *+' conftest.out`
if test -z "$ac_err"; then
  :
else
  echo "$ac_err" >&5
  rm -rf conftest*
  CPP=/lib/cpp
fi
rm -f conftest*
fi
rm -f conftest*
  ac_cv_prog_CPP="$CPP"
fi
  CPP="$ac_cv_prog_CPP"
else
  ac_cv_prog_CPP="$CPP"
fi
echo "$ac_t""$CPP" 1>&6

# If we cannot run a trivial program, we must be cross compiling.
echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_c_cross'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
  ac_cv_c_cross=yes
else
cat > conftest.$ac_ext <<EOF
#line 663 "configure"
#include "confdefs.h"
main(){return(0);}
EOF
eval $ac_link
if test -s conftest && (./conftest; exit) 2>/dev/null; then
  ac_cv_c_cross=no
else
  ac_cv_c_cross=yes
fi
fi
rm -fr conftest*
fi

echo "$ac_t""$ac_cv_c_cross" 1>&6
cross_compiling=$ac_cv_c_cross

echo $ac_n "checking for function prototypes""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ijg_cv_have_prototypes'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 685 "configure"
#include "confdefs.h"

int testfunction (int arg1, int * arg2); /* check prototypes */
struct methods_struct {		/* check method-pointer declarations */
  int (*error_exit) (char *msgtext);
  int (*trace_message) (char *msgtext);
  int (*another_method) (void);
};
int testfunction (int arg1, int * arg2) /* check definitions */
{ return arg2[arg1]; }
int test2function (void)	/* check void arg list */
{ return 0; }

int main() { return 0; }
int t() {
 
; return 0; }
EOF
if eval $ac_compile; then
  rm -rf conftest*
  ijg_cv_have_prototypes=yes
else
  rm -rf conftest*
  ijg_cv_have_prototypes=no
fi
rm -f conftest*

fi
echo "$ac_t""$ijg_cv_have_prototypes" 1>&6
if test $ijg_cv_have_prototypes = yes; then
  cat >> confdefs.h <<\EOF
#define HAVE_PROTOTYPES 
EOF

else
  echo Your compiler does not seem to know about function prototypes.
  echo Perhaps it needs a special switch to enable ANSI C mode.
  echo If so, we recommend running configure like this:
  echo "   ./configure  CC='cc -switch'"
  echo where -switch is the proper switch.
fi
ac_safe=`echo "stddef.h" | tr './\055' '___'`
echo $ac_n "checking for stddef.h""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 733 "configure"
#include "confdefs.h"
#include <stddef.h>
EOF
eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
ac_err=`grep -v '^ *+' conftest.out`
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_STDDEF_H 
EOF

else
  echo "$ac_t""no" 1>&6
fi

ac_safe=`echo "stdlib.h" | tr './\055' '___'`
echo $ac_n "checking for stdlib.h""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 765 "configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
ac_err=`grep -v '^ *+' conftest.out`
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_STDLIB_H 
EOF

else
  echo "$ac_t""no" 1>&6
fi

ac_safe=`echo "string.h" | tr './\055' '___'`
echo $ac_n "checking for string.h""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 797 "configure"
#include "confdefs.h"
#include <string.h>
EOF
eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
ac_err=`grep -v '^ *+' conftest.out`
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  :
else
  echo "$ac_t""no" 1>&6
cat >> confdefs.h <<\EOF
#define NEED_BSD_STRINGS 
EOF

fi

echo $ac_n "checking for size_t""... $ac_c" 1>&6
cat > conftest.$ac_ext <<EOF
#line 826 "configure"
#include "confdefs.h"

#ifdef HAVE_STDDEF_H
#include <stddef.h>
#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#include <stdio.h>
#ifdef NEED_BSD_STRINGS
#include <strings.h>
#else
#include <string.h>
#endif
typedef size_t my_size_t;

int main() { return 0; }
int t() {
 my_size_t foovar; 
; return 0; }
EOF
if eval $ac_compile; then
  rm -rf conftest*
  ijg_size_t_ok=yes
else
  rm -rf conftest*
  ijg_size_t_ok="not ANSI, perhaps it is in sys/types.h"
fi
rm -f conftest*

echo "$ac_t""$ijg_size_t_ok" 1>&6
if test "$ijg_size_t_ok" != yes; then
ac_safe=`echo "sys/types.h" | tr './\055' '___'`
echo $ac_n "checking for sys/types.h""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 865 "configure"
#include "confdefs.h"
#include <sys/types.h>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲自拍欧美精品| av激情亚洲男人天堂| 国产69精品一区二区亚洲孕妇| 99精品久久只有精品| 欧美本精品男人aⅴ天堂| 亚洲精选视频免费看| 国产精品996| 日韩欧美123| 亚洲aⅴ怡春院| 91精品福利视频| 国产精品沙发午睡系列990531| 日韩高清不卡一区二区| 一本久道中文字幕精品亚洲嫩| 精品国产欧美一区二区| 日本中文在线一区| 欧美三级日本三级少妇99| 亚洲视频电影在线| 成人午夜激情视频| 国产视频一区在线播放| 蜜乳av一区二区三区| 91麻豆精品91久久久久同性| 亚洲一区在线播放| 欧美在线你懂得| 亚洲日本va午夜在线影院| 99久久99久久免费精品蜜臀| 国产精品高潮久久久久无| 国产成人在线视频网址| 久久日韩粉嫩一区二区三区| 久久精品国产色蜜蜜麻豆| 在线不卡欧美精品一区二区三区| 夜夜嗨av一区二区三区四季av| 91网上在线视频| 亚洲愉拍自拍另类高清精品| 91久久精品国产91性色tv| 亚洲综合激情网| 欧美网站一区二区| 日韩 欧美一区二区三区| 欧美一卡二卡在线| 日本成人中文字幕在线视频| 欧美不卡123| 国产一区二区三区高清播放| 国产午夜精品一区二区三区嫩草| 高清久久久久久| 亚洲人午夜精品天堂一二香蕉| 一本一道综合狠狠老| 亚洲大片在线观看| 精品精品国产高清一毛片一天堂| 久久99久久99精品免视看婷婷 | 日韩女优视频免费观看| 精品一区二区国语对白| 久久久久久电影| 91同城在线观看| 日韩高清不卡一区| 国产欧美日韩在线视频| 色哦色哦哦色天天综合| 视频一区中文字幕国产| 无码av免费一区二区三区试看| 欧美日韩国产综合视频在线观看| 麻豆91精品视频| 国产精品三级视频| 欧美少妇xxx| 国产成人8x视频一区二区| 有坂深雪av一区二区精品| 9191国产精品| 成人黄色a**站在线观看| 亚洲成av人影院| 欧美国产日韩亚洲一区| 欧美日韩免费观看一区三区| 激情伊人五月天久久综合| 亚洲欧美日韩中文播放| 精品国产三级a在线观看| 91福利社在线观看| 国产在线不卡一卡二卡三卡四卡| 一区二区视频在线| 精品国精品国产尤物美女| 91成人免费电影| 国产一区二区精品在线观看| 性久久久久久久| 亚洲三级电影网站| 久久色中文字幕| 欧美日韩国产影片| www.66久久| 精品一区二区在线免费观看| 亚洲一区二区三区激情| 国产精品国产三级国产有无不卡| 欧美成人女星排名| 欧美亚洲一区三区| jlzzjlzz亚洲女人18| 色综合天天综合给合国产| 国产美女在线精品| 青青青伊人色综合久久| 亚洲综合色丁香婷婷六月图片| 国产精品视频观看| 久久综合久久综合久久| 91精品国产综合久久福利| 色就色 综合激情| 成人av网站免费观看| 国产在线视频不卡二| 美腿丝袜亚洲综合| 午夜私人影院久久久久| 亚洲国产精品自拍| 一区二区三区中文在线| 亚洲女厕所小便bbb| 亚洲天堂久久久久久久| 国产精品久久99| 中文字幕av一区二区三区| 久久一区二区视频| 久久女同性恋中文字幕| 久久伊99综合婷婷久久伊| 精品国产成人系列| 欧美va日韩va| 精品福利在线导航| 精品免费国产一区二区三区四区| 日韩女优电影在线观看| 欧美草草影院在线视频| 久久夜色精品国产欧美乱极品| 久久综合九色综合欧美亚洲| 日韩女同互慰一区二区| 精品91自产拍在线观看一区| 久久―日本道色综合久久| 国产婷婷一区二区| 国产精品国产三级国产专播品爱网| 中文字幕欧美日韩一区| 亚洲欧美视频一区| 亚洲一区二区精品视频| 首页综合国产亚洲丝袜| 久久电影网站中文字幕| 国产成人午夜99999| 不卡的电影网站| 在线免费观看日韩欧美| 欧美精品久久99久久在免费线| 日韩欧美国产一区二区三区| 久久久久久99精品| 亚洲另类在线一区| 日韩av电影一区| 国产成人精品亚洲日本在线桃色| 99久久精品国产导航| 欧美精品色综合| 精品国产一区久久| 中文字幕在线不卡一区二区三区| 亚洲免费高清视频在线| 午夜电影网一区| 国产精品18久久久| 欧美无乱码久久久免费午夜一区| 欧美xxx久久| 亚洲欧美日韩国产手机在线| 免费在线看一区| aaa欧美日韩| 日韩一区二区三区视频在线观看| 欧美国产日产图区| 日韩中文字幕区一区有砖一区| 国产一区二区在线影院| 91久久精品一区二区二区| 欧美成人三级电影在线| 亚洲男人天堂av网| 国产精品一区在线| 欧美视频一区二区三区在线观看| 26uuu国产在线精品一区二区| 亚洲人成网站影音先锋播放| 加勒比av一区二区| 欧美三级视频在线播放| 亚洲国产精品t66y| 日本特黄久久久高潮| 91麻豆福利精品推荐| 久久综合狠狠综合久久综合88| 亚洲色图色小说| 大胆亚洲人体视频| 精品国产一区二区亚洲人成毛片 | 免费人成精品欧美精品 | 26uuu色噜噜精品一区| 亚洲自拍偷拍麻豆| av高清不卡在线| 久久久久久亚洲综合影院红桃| 图片区小说区国产精品视频| 99久久99久久精品国产片果冻| 久久先锋影音av鲁色资源网| 日韩高清在线一区| 欧美日韩小视频| 一区二区在线观看视频| 成人精品在线视频观看| 久久亚洲影视婷婷| 久久成人免费网| 日韩一区二区精品在线观看| 亚洲自拍另类综合| 91福利国产成人精品照片| 亚洲国产岛国毛片在线| 国产成+人+日韩+欧美+亚洲| 精品国精品自拍自在线| 久久国产精品72免费观看| 在线不卡的av| 日本午夜精品视频在线观看 | 国产色产综合产在线视频| 久久99国产乱子伦精品免费| 日韩一级在线观看| 九九九久久久精品| 精品精品国产高清一毛片一天堂| 美女视频网站黄色亚洲| 日韩精品资源二区在线| 久久超碰97人人做人人爱| 久久综合九色综合97婷婷女人 |