Skip to content
Snippets Groups Projects
configure 864 KiB
Newer Older
  • Learn to ignore specific revisions
  •   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
    printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
    printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
      as_fn_error $? "run '${MAKE-make} distclean' and/or 'rm $cache_file'
    	    and start over" "$LINENO" 5
    fi
    ## -------------------- ##
    ## Main body of script. ##
    ## -------------------- ##
    
    ac_ext=c
    ac_cpp='$CPP $CPPFLAGS'
    ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    ac_compiler_gnu=$ac_cv_c_compiler_gnu
    
    
    
    # Folder structure safety check
    
    
    ac_config_files="$ac_config_files Makefile"
    
    
    3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651
    
    # Auxiliary build folder
    
    
    # automake initialization
    am__api_version='1.16'
    
    
    
      # Find a good install program.  We prefer a C program (faster),
    # so one script is as good as another.  But avoid the broken or
    # incompatible versions:
    # SysV /etc/install, /usr/sbin/install
    # SunOS /usr/etc/install
    # IRIX /sbin/install
    # AIX /bin/install
    # AmigaOS /C/install, which installs bootblocks on floppy discs
    # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
    # AFS /usr/afsws/bin/install, which mishandles nonexistent args
    # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    # OS/2's system install, which has a completely different semantic
    # ./install, which can be erroneously created by make from ./install.sh.
    # Reject install programs that cannot install multiple files.
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
    printf %s "checking for a BSD-compatible install... " >&6; }
    if test -z "$INSTALL"; then
    if test ${ac_cv_path_install+y}
    then :
      printf %s "(cached) " >&6
    else case e in #(
      e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      case $as_dir in #(((
        '') as_dir=./ ;;
        */) ;;
        *) as_dir=$as_dir/ ;;
      esac
        # Account for fact that we put trailing slashes in our PATH walk.
    case $as_dir in #((
      ./ | /[cC]/* | \
      /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
      ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
      /usr/ucb/* ) ;;
      *)
        # OSF1 and SCO ODT 3.0 have their own names for install.
        # Don't use installbsd from OSF since it installs stuff as root
        # by default.
        for ac_prog in ginstall scoinst install; do
          for ac_exec_ext in '' $ac_executable_extensions; do
    	if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then
    	  if test $ac_prog = install &&
    	    grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
    	    # AIX install.  It has an incompatible calling convention.
    	    :
    	  elif test $ac_prog = install &&
    	    grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
    	    # program-specific install script used by HP pwplus--don't use.
    	    :
    	  else
    	    rm -rf conftest.one conftest.two conftest.dir
    	    echo one > conftest.one
    	    echo two > conftest.two
    	    mkdir conftest.dir
    	    if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" &&
    	      test -s conftest.one && test -s conftest.two &&
    	      test -s conftest.dir/conftest.one &&
    	      test -s conftest.dir/conftest.two
    	    then
    	      ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c"
    	      break 3
    	    fi
    	  fi
    	fi
          done
        done
        ;;
    esac
    
      done
    IFS=$as_save_IFS
    
    rm -rf conftest.one conftest.two conftest.dir
     ;;
    esac
    fi
      if test ${ac_cv_path_install+y}; then
        INSTALL=$ac_cv_path_install
      else
        # As a last resort, use the slow shell script.  Don't cache a
        # value for INSTALL within a source directory, because that will
        # break other packages using the cache if that directory is
        # removed, or if the value is a relative name.
        INSTALL=$ac_install_sh
      fi
    fi
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
    printf "%s\n" "$INSTALL" >&6; }
    
    # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
    # It thinks the first close brace ends the variable substitution.
    test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
    
    test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
    
    test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
    printf %s "checking whether build environment is sane... " >&6; }
    # Reject unsafe characters in $srcdir or the absolute working directory
    # name.  Accept space and tab only in the latter.
    am_lf='
    '
    case `pwd` in
      *[\\\"\#\$\&\'\`$am_lf]*)
        as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
    esac
    case $srcdir in
      *[\\\"\#\$\&\'\`$am_lf\ \	]*)
        as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
    esac
    
    # Do 'set' in a subshell so we don't clobber the current shell's
    # arguments.  Must try -L first in case configure is actually a
    # symlink; some systems play weird games with the mod time of symlinks
    # (eg FreeBSD returns the mod time of the symlink's containing
    # directory).
    if (
       am_has_slept=no
       for am_try in 1 2; do
         echo "timestamp, slept: $am_has_slept" > conftest.file
         set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
         if test "$*" = "X"; then
    	# -L didn't work.
    	set X `ls -t "$srcdir/configure" conftest.file`
         fi
         if test "$*" != "X $srcdir/configure conftest.file" \
    	&& test "$*" != "X conftest.file $srcdir/configure"; then
    
    	# If neither matched, then we have a broken ls.  This can happen
    	# if, for instance, CONFIG_SHELL is bash and it inherits a
    	# broken ls alias from the environment.  This has actually
    	# happened.  Such a system could not be considered "sane".
    	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
      alias in your environment" "$LINENO" 5
         fi
         if test "$2" = conftest.file || test $am_try -eq 2; then
           break
         fi
         # Just in case.
         sleep 1
         am_has_slept=yes
       done
       test "$2" = conftest.file
       )
    then
       # Ok.
       :
    else
       as_fn_error $? "newly created file is older than distributed files!
    Check your system clock" "$LINENO" 5
    fi
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    printf "%s\n" "yes" >&6; }
    # If we didn't sleep, we still need to ensure time stamps of config.status and
    # generated files are strictly newer.
    am_sleep_pid=
    if grep 'slept: no' conftest.file >/dev/null 2>&1; then
      ( sleep 1 ) &
      am_sleep_pid=$!
    fi
    
    rm -f conftest.file
    
    test "$program_prefix" != NONE &&
      program_transform_name="s&^&$program_prefix&;$program_transform_name"
    # Use a double $ so make ignores it.
    test "$program_suffix" != NONE &&
      program_transform_name="s&\$&$program_suffix&;$program_transform_name"
    # Double any \ or $.
    # By default was 's,x,x', remove it if useless.
    ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
    program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"`
    
    
    # Expand $ac_aux_dir to an absolute path.
    am_aux_dir=`cd "$ac_aux_dir" && pwd`
    
    
      if test x"${MISSING+set}" != xset; then
      MISSING="\${SHELL} '$am_aux_dir/missing'"
    fi
    # Use eval to expand $SHELL
    if eval "$MISSING --is-lightweight"; then
      am_missing_run="$MISSING "
    else
      am_missing_run=
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
    printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
    fi
    
    if test x"${install_sh+set}" != xset; then
      case $am_aux_dir in
      *\ * | *\	*)
        install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
      *)
        install_sh="\${SHELL} $am_aux_dir/install-sh"
      esac
    fi
    
    # Installed binaries are usually stripped using 'strip' when the user
    # run "make install-strip".  However 'strip' might not be the right
    # tool to use in cross-compilation environments, therefore Automake
    # will honor the 'STRIP' environment variable to overrule this program.
    if test "$cross_compiling" != no; then
      if test -n "$ac_tool_prefix"; then
      # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
    set dummy ${ac_tool_prefix}strip; ac_word=$2
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    printf %s "checking for $ac_word... " >&6; }
    if test ${ac_cv_prog_STRIP+y}
    then :
      printf %s "(cached) " >&6
    else case e in #(
      e) if test -n "$STRIP"; then
      ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    else
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      case $as_dir in #(((
        '') as_dir=./ ;;
        */) ;;
        *) as_dir=$as_dir/ ;;
      esac
        for ac_exec_ext in '' $ac_executable_extensions; do
      if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        ac_cv_prog_STRIP="${ac_tool_prefix}strip"
        printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        break 2
      fi
    done
      done
    IFS=$as_save_IFS
    
    fi ;;
    esac
    fi
    STRIP=$ac_cv_prog_STRIP
    if test -n "$STRIP"; then
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
    printf "%s\n" "$STRIP" >&6; }
    else
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
    printf "%s\n" "no" >&6; }
    fi
    
    
    fi
    if test -z "$ac_cv_prog_STRIP"; then
      ac_ct_STRIP=$STRIP
      # Extract the first word of "strip", so it can be a program name with args.
    set dummy strip; ac_word=$2
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    printf %s "checking for $ac_word... " >&6; }
    if test ${ac_cv_prog_ac_ct_STRIP+y}
    then :
      printf %s "(cached) " >&6
    else case e in #(
      e) if test -n "$ac_ct_STRIP"; then
      ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
    else
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      case $as_dir in #(((
        '') as_dir=./ ;;
        */) ;;
        *) as_dir=$as_dir/ ;;
      esac
        for ac_exec_ext in '' $ac_executable_extensions; do
      if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        ac_cv_prog_ac_ct_STRIP="strip"
        printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        break 2
      fi
    done
      done
    IFS=$as_save_IFS
    
    fi ;;
    esac
    fi
    ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
    if test -n "$ac_ct_STRIP"; then
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
    printf "%s\n" "$ac_ct_STRIP" >&6; }
    else
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
    printf "%s\n" "no" >&6; }
    fi
    
      if test "x$ac_ct_STRIP" = x; then
        STRIP=":"
      else
        case $cross_compiling:$ac_tool_warned in
    yes:)
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
    printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    ac_tool_warned=yes ;;
    esac
        STRIP=$ac_ct_STRIP
      fi
    else
      STRIP="$ac_cv_prog_STRIP"
    fi
    
    fi
    INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
    
    
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5
    printf %s "checking for a race-free mkdir -p... " >&6; }
    if test -z "$MKDIR_P"; then
      if test ${ac_cv_path_mkdir+y}
    then :
      printf %s "(cached) " >&6
    else case e in #(
      e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
    do
      IFS=$as_save_IFS
      case $as_dir in #(((
        '') as_dir=./ ;;
        */) ;;
        *) as_dir=$as_dir/ ;;
      esac
        for ac_prog in mkdir gmkdir; do
    	 for ac_exec_ext in '' $ac_executable_extensions; do
    	   as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue
    	   case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #(
    	     'mkdir ('*'coreutils) '* | \
    	     *'BusyBox '* | \
    	     'mkdir (fileutils) '4.1*)
    	       ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext
    	       break 3;;
    	   esac
    	 done
           done
      done
    IFS=$as_save_IFS
     ;;
    esac
    fi
    
      test -d ./--version && rmdir ./--version
      if test ${ac_cv_path_mkdir+y}; then
        MKDIR_P="$ac_cv_path_mkdir -p"
      else
        # As a last resort, use plain mkdir -p,
        # in the hope it doesn't have the bugs of ancient mkdir.
        MKDIR_P='mkdir -p'
      fi
    fi
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
    printf "%s\n" "$MKDIR_P" >&6; }
    
    for ac_prog in gawk mawk nawk awk
    do
      # Extract the first word of "$ac_prog", so it can be a program name with args.
    set dummy $ac_prog; ac_word=$2
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    printf %s "checking for $ac_word... " >&6; }
    if test ${ac_cv_prog_AWK+y}
    then :
      printf %s "(cached) " >&6
    else case e in #(
      e) if test -n "$AWK"; then
      ac_cv_prog_AWK="$AWK" # Let the user override the test.
    else
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      case $as_dir in #(((
        '') as_dir=./ ;;
        */) ;;
        *) as_dir=$as_dir/ ;;
      esac
        for ac_exec_ext in '' $ac_executable_extensions; do
      if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        ac_cv_prog_AWK="$ac_prog"
        printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        break 2
      fi
    done
      done
    IFS=$as_save_IFS
    
    fi ;;
    esac
    fi
    AWK=$ac_cv_prog_AWK
    if test -n "$AWK"; then
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
    printf "%s\n" "$AWK" >&6; }
    else
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
    printf "%s\n" "no" >&6; }
    fi
    
    
      test -n "$AWK" && break
    done
    
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
    set x ${MAKE-make}
    ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    if eval test \${ac_cv_prog_make_${ac_make}_set+y}
    then :
      printf %s "(cached) " >&6
    else case e in #(
      e) cat >conftest.make <<\_ACEOF
    SHELL = /bin/sh
    all:
    	@echo '@@@%%%=$(MAKE)=@@@%%%'
    _ACEOF
    # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
    case `${MAKE-make} -f conftest.make 2>/dev/null` in
      *@@@%%%=?*=@@@%%%*)
        eval ac_cv_prog_make_${ac_make}_set=yes;;
      *)
        eval ac_cv_prog_make_${ac_make}_set=no;;
    esac
    rm -f conftest.make ;;
    esac
    fi
    if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    printf "%s\n" "yes" >&6; }
      SET_MAKE=
    else
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
    printf "%s\n" "no" >&6; }
      SET_MAKE="MAKE=${MAKE-make}"
    fi
    
    rm -rf .tst 2>/dev/null
    mkdir .tst 2>/dev/null
    if test -d .tst; then
      am__leading_dot=.
    else
      am__leading_dot=_
    fi
    rmdir .tst 2>/dev/null
    
    # Check whether --enable-silent-rules was given.
    if test ${enable_silent_rules+y}
    then :
      enableval=$enable_silent_rules;
    fi
    
    case $enable_silent_rules in # (((
      yes) AM_DEFAULT_VERBOSITY=0;;
       no) AM_DEFAULT_VERBOSITY=1;;
        *) AM_DEFAULT_VERBOSITY=1;;
    esac
    am_make=${MAKE-make}
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
    printf %s "checking whether $am_make supports nested variables... " >&6; }
    if test ${am_cv_make_support_nested_variables+y}
    then :
      printf %s "(cached) " >&6
    else case e in #(
      e) if printf "%s\n" 'TRUE=$(BAR$(V))
    BAR0=false
    BAR1=true
    V=1
    am__doit:
    	@$(TRUE)
    .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
      am_cv_make_support_nested_variables=yes
    else
      am_cv_make_support_nested_variables=no
    fi ;;
    esac
    fi
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
    printf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
    if test $am_cv_make_support_nested_variables = yes; then
        AM_V='$(V)'
      AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
    else
      AM_V=$AM_DEFAULT_VERBOSITY
      AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
    fi
    AM_BACKSLASH='\'
    
    if test "`cd $srcdir && pwd`" != "`pwd`"; then
      # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
      # is not polluted with repeated "-I."
      am__isrc=' -I$(srcdir)'
      # test to see if srcdir already configured
      if test -f $srcdir/config.status; then
        as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
      fi
    fi
    
    # test whether we have cygpath
    if test -z "$CYGPATH_W"; then
      if (cygpath --version) >/dev/null 2>/dev/null; then
        CYGPATH_W='cygpath -w'
      else
        CYGPATH_W=echo
      fi
    fi
    
    
    # Define the identity of the package.
     PACKAGE='np_tmcode'
     VERSION='8.04'
    
    
    printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
    
    
    printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h
    
    # Some tools Automake needs.
    
    ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
    
    
    AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
    
    
    AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
    
    
    AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
    
    
    MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
    
    # For better backward compatibility.  To be removed once Automake 1.9.x
    # dies out for good.  For more background, see:
    # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
    # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
    mkdir_p='$(MKDIR_P)'
    
    # We need awk for the "check" target (and possibly the TAP driver).  The
    # system "awk" is bad on some platforms.
    # Always define AMTAR for backward compatibility.  Yes, it's still used
    # in the wild :-(  We should find a proper way to deprecate it ...
    AMTAR='$${TAR-tar}'
    
    
    # We'll loop over all known methods to create a tar archive until one works.
    _am_tools='gnutar  pax cpio none'
    
    am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
    
    
    
    
    
    # Variables for tags utilities; see am/tags.am
    if test -z "$CTAGS"; then
      CTAGS=ctags
    fi
    
    if test -z "$ETAGS"; then
      ETAGS=etags
    fi
    
    if test -z "$CSCOPE"; then
      CSCOPE=cscope
    fi
    
    
    
    # POSIX will say in a future version that running "rm -f" with no argument
    # is OK; and we want to be able to make that assumption in our Makefile
    # recipes.  So use an aggressive probe to check that the usage we want is
    # actually supported "in the wild" to an acceptable degree.
    # See automake bug#10828.
    # To make any issue more visible, cause the running configure to be aborted
    # by default if the 'rm' program in use doesn't match our expectations; the
    # user can still override this though.
    if rm -f && rm -fr && rm -rf; then : OK; else
      cat >&2 <<'END'
    Oops!
    
    Your 'rm' program seems unable to run without file operands specified
    on the command line, even when the '-f' option is present.  This is contrary
    to the behaviour of most rm programs out there, and not conforming with
    the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
    
    Please tell bug-automake@gnu.org about your system, including the value
    of your $PATH and any error possibly output before this message.  This
    can help us improve future automake versions.
    
    END
      if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
        echo 'Configuration will proceed anyway, since you have set the' >&2
        echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
        echo >&2
      else
        cat >&2 <<'END'
    Aborting the configuration process, to ensure you take notice of the issue.
    
    You can download and install GNU coreutils to get an 'rm' implementation
    that behaves properly: <https://www.gnu.org/software/coreutils/>.
    
    If you want to complete the configuration process using your problematic
    'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
    to "yes", and re-run configure.
    
    END
        as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
      fi
    fi
    
    
    
    # Set the default library policy
    # Check whether --enable-shared was given.
    if test ${enable_shared+y}
    then :
      enableval=$enable_shared; p=${PACKAGE-default}
        case $enableval in
        yes) enable_shared=yes ;;
        no) enable_shared=no ;;
        *)
          enable_shared=no
          # Look at the argument we got.  We use all the common list separators.
          lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
          for pkg in $enableval; do
    	IFS=$lt_save_ifs
    	if test "X$pkg" = "X$p"; then
    	  enable_shared=yes
    	fi
          done
          IFS=$lt_save_ifs
          ;;
        esac
    else case e in #(
      e) enable_shared=no ;;
    esac
    fi
    
    
    
    
    
    
    
    
    
    # Check whether --enable-shared was given.
    if test ${enable_shared+y}
    then :
      enableval=$enable_shared; p=${PACKAGE-default}
        case $enableval in
        yes) enable_shared=yes ;;
        no) enable_shared=no ;;
        *)
          enable_shared=no
          # Look at the argument we got.  We use all the common list separators.
          lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
          for pkg in $enableval; do
    	IFS=$lt_save_ifs
    	if test "X$pkg" = "X$p"; then
    	  enable_shared=yes
    	fi
          done
          IFS=$lt_save_ifs
          ;;
        esac
    else case e in #(
      e) enable_shared=no ;;
    esac
    fi
    
    
    
    
    
    
    # Check whether --enable-static was given.
    if test ${enable_static+y}
    then :
      enableval=$enable_static; p=${PACKAGE-default}
        case $enableval in
        yes) enable_static=yes ;;
        no) enable_static=no ;;
        *)
         enable_static=no
          # Look at the argument we got.  We use all the common list separators.
          lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
          for pkg in $enableval; do
    	IFS=$lt_save_ifs
    	if test "X$pkg" = "X$p"; then
    	  enable_static=yes
    	fi
          done
          IFS=$lt_save_ifs
          ;;
        esac
    else case e in #(
      e) enable_static=yes ;;
    esac
    fi
    
    
    
    
    
    
    
    
    
    # Check whether --enable-static was given.
    if test ${enable_static+y}
    then :
      enableval=$enable_static; p=${PACKAGE-default}
        case $enableval in
        yes) enable_static=yes ;;
        no) enable_static=no ;;
        *)
         enable_static=no
          # Look at the argument we got.  We use all the common list separators.
          lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
          for pkg in $enableval; do
    	IFS=$lt_save_ifs
    	if test "X$pkg" = "X$p"; then
    	  enable_static=yes
    	fi
          done
          IFS=$lt_save_ifs
          ;;
        esac
    else case e in #(
      e) enable_static=yes ;;
    esac
    fi
    
    
    
    
    
    
    
    
    # Compiler detection
    
    
    
    
    
    
    
    
    
    DEPDIR="${am__leading_dot}deps"
    
    ac_config_commands="$ac_config_commands depfiles"
    
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
    printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; }
    cat > confinc.mk << 'END'
    am__doit:
    	@echo this is the am__doit target >confinc.out
    .PHONY: am__doit
    END
    am__include="#"
    am__quote=
    # BSD make does it like this.
    echo '.include "confinc.mk" # ignored' > confmf.BSD
    # Other make implementations (GNU, Solaris 10, AIX) do it like this.
    echo 'include confinc.mk # ignored' > confmf.GNU
    _am_result=no
    for s in GNU BSD; do
      { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
       (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
       ac_status=$?
       echo "$as_me:$LINENO: \$? = $ac_status" >&5
       (exit $ac_status); }
      case $?:`cat confinc.out 2>/dev/null` in #(
      '0:this is the am__doit target') :
        case $s in #(
      BSD) :
        am__include='.include' am__quote='"' ;; #(
      *) :
        am__include='include' am__quote='' ;;
    esac ;; #(
      *) :
         ;;
    esac
      if test "$am__include" != "#"; then
        _am_result="yes ($s style)"
        break
      fi
    done
    rm -f confinc.* confmf.*
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
    printf "%s\n" "${_am_result}" >&6; }
    
    # Check whether --enable-dependency-tracking was given.
    if test ${enable_dependency_tracking+y}
    then :
      enableval=$enable_dependency_tracking;
    fi
    
    if test "x$enable_dependency_tracking" != xno; then
      am_depcomp="$ac_aux_dir/depcomp"
      AMDEPBACKSLASH='\'
      am__nodep='_no'
    fi
     if test "x$enable_dependency_tracking" != xno; then
      AMDEP_TRUE=
      AMDEP_FALSE='#'
    else
      AMDEP_TRUE='#'
      AMDEP_FALSE=
    fi
    
    
    ac_ext=c
    ac_cpp='$CPP $CPPFLAGS'
    ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    ac_compiler_gnu=$ac_cv_c_compiler_gnu
    if test -n "$ac_tool_prefix"; then
      # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    set dummy ${ac_tool_prefix}gcc; ac_word=$2
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    printf %s "checking for $ac_word... " >&6; }
    if test ${ac_cv_prog_CC+y}
    then :
      printf %s "(cached) " >&6
    else case e in #(
      e) if test -n "$CC"; then
      ac_cv_prog_CC="$CC" # Let the user override the test.
    else
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      case $as_dir in #(((
        '') as_dir=./ ;;
        */) ;;
        *) as_dir=$as_dir/ ;;
      esac
        for ac_exec_ext in '' $ac_executable_extensions; do
      if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        ac_cv_prog_CC="${ac_tool_prefix}gcc"
        printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        break 2
      fi
    done
      done
    IFS=$as_save_IFS
    
    fi ;;
    esac
    fi
    CC=$ac_cv_prog_CC
    if test -n "$CC"; then
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
    printf "%s\n" "$CC" >&6; }
    else
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
    printf "%s\n" "no" >&6; }
    fi
    
    
    fi
    if test -z "$ac_cv_prog_CC"; then
      ac_ct_CC=$CC
      # Extract the first word of "gcc", so it can be a program name with args.
    set dummy gcc; ac_word=$2
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    printf %s "checking for $ac_word... " >&6; }
    if test ${ac_cv_prog_ac_ct_CC+y}
    then :
      printf %s "(cached) " >&6
    else case e in #(
      e) if test -n "$ac_ct_CC"; then
      ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
    else
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      case $as_dir in #(((
        '') as_dir=./ ;;
        */) ;;
        *) as_dir=$as_dir/ ;;
      esac
        for ac_exec_ext in '' $ac_executable_extensions; do
      if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        ac_cv_prog_ac_ct_CC="gcc"
        printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        break 2
      fi
    done
      done
    IFS=$as_save_IFS
    
    fi ;;
    esac
    fi
    ac_ct_CC=$ac_cv_prog_ac_ct_CC
    if test -n "$ac_ct_CC"; then
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
    printf "%s\n" "$ac_ct_CC" >&6; }
    else
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
    printf "%s\n" "no" >&6; }
    fi
    
      if test "x$ac_ct_CC" = x; then
        CC=""
      else
        case $cross_compiling:$ac_tool_warned in
    yes:)
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
    printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    ac_tool_warned=yes ;;
    esac
        CC=$ac_ct_CC
      fi
    else
      CC="$ac_cv_prog_CC"
    fi
    
    if test -z "$CC"; then
              if test -n "$ac_tool_prefix"; then
        # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    set dummy ${ac_tool_prefix}cc; ac_word=$2
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    printf %s "checking for $ac_word... " >&6; }
    if test ${ac_cv_prog_CC+y}
    then :
      printf %s "(cached) " >&6
    else case e in #(
      e) if test -n "$CC"; then
      ac_cv_prog_CC="$CC" # Let the user override the test.
    else
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      case $as_dir in #(((
        '') as_dir=./ ;;
        */) ;;
        *) as_dir=$as_dir/ ;;
      esac
        for ac_exec_ext in '' $ac_executable_extensions; do
      if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        ac_cv_prog_CC="${ac_tool_prefix}cc"
        printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        break 2
      fi
    done
      done
    IFS=$as_save_IFS
    
    fi ;;
    esac
    fi
    CC=$ac_cv_prog_CC
    if test -n "$CC"; then
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5