--- avr-libc-1.6.8.orig/configure +++ avr-libc-1.6.8/configure @@ -1,12 +1,12 @@ #! /bin/sh # From configure.ac Revision: 1.55.2.51 . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.62 for avr-libc 1.6.8. +# Generated by GNU Autoconf 2.61 for avr-libc 1.6.8. # # Report bugs to . # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## --------------------- ## @@ -18,7 +18,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -40,45 +40,17 @@ as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits -as_nl=' -' -export as_nl -# Printing a long string crashes Solaris 7 /usr/bin/printf. -as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo -if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='printf %s\n' - as_echo_n='printf %s' -else - if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then - as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' - as_echo_n='/usr/ucb/echo -n' - else - as_echo_body='eval expr "X$1" : "X\\(.*\\)"' - as_echo_n_body='eval - arg=$1; - case $arg in - *"$as_nl"*) - expr "X$arg" : "X\\(.*\\)$as_nl"; - arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; - esac; - expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" - ' - export as_echo_n_body - as_echo_n='sh -c $as_echo_n_body as_echo' - fi - export as_echo_body - as_echo='sh -c $as_echo_body as_echo' -fi - # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then - PATH_SEPARATOR=: - (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { - (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || - PATH_SEPARATOR=';' - } + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh fi # Support unset when possible. @@ -94,6 +66,8 @@ # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) +as_nl=' +' IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. @@ -116,7 +90,7 @@ as_myself=$0 fi if test ! -f "$as_myself"; then - $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi @@ -129,10 +103,17 @@ PS4='+ ' # NLS nuisances. -LC_ALL=C -export LC_ALL -LANGUAGE=C -export LANGUAGE +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + fi +done # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && @@ -154,7 +135,7 @@ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X/"$0" | +echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q @@ -180,7 +161,7 @@ as_have_required=no fi - if test $as_have_required = yes && (eval ": + if test $as_have_required = yes && (eval ": (as_func_return () { (exit \$1) } @@ -262,7 +243,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -283,7 +264,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -363,10 +344,10 @@ if test "x$CONFIG_SHELL" != x; then for as_var in BASH_ENV ENV - do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - done - export CONFIG_SHELL - exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} + do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + done + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} fi @@ -435,10 +416,9 @@ test \$exitcode = 0") || { echo No shell found that supports shell functions. - echo Please tell bug-autoconf@gnu.org about your system, - echo including any error possibly output before this message. - echo This can help us improve future autoconf versions. - echo Configuration will now proceed without shell functions. + echo Please tell autoconf@gnu.org about your system, + echo including any error possibly output before this + echo message } @@ -474,7 +454,7 @@ s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || - { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems @@ -502,6 +482,7 @@ *) ECHO_N='-n';; esac + if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr @@ -514,22 +495,19 @@ rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir - mkdir conf$$.dir 2>/dev/null + mkdir conf$$.dir fi -if (echo >conf$$.file) 2>/dev/null; then - if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -p' - elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln - else +echo >conf$$.file +if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' - fi +elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln else as_ln_s='cp -p' fi @@ -554,10 +532,10 @@ as_test_x=' eval sh -c '\'' if test -d "$1"; then - test -d "$1/."; + test -d "$1/."; else case $1 in - -*)set "./$1";; + -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in ???[sx]*):;;*)false;;esac;fi @@ -669,7 +647,6 @@ install_sh STRIP INSTALL_STRIP_PROGRAM -MKDIR_P mkdir_p AWK SET_MAKE @@ -1082,15 +1059,6 @@ LIBOBJS LTLIBOBJS' ac_subst_files='' -ac_user_opts=' -enable_option_checking -enable_dependency_tracking -enable_doc -enable_html_doc -enable_pdf_doc -enable_man_doc -enable_versioned_doc -' ac_precious_vars='build_alias host_alias target_alias @@ -1106,8 +1074,6 @@ # Initialize some variables set by options. ac_init_help= ac_init_version=false -ac_unrecognized_opts= -ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null @@ -1206,21 +1172,13 @@ datarootdir=$ac_optarg ;; -disable-* | --disable-*) - ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } - ac_useropt_orig=$ac_useropt - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` - case $ac_user_opts in - *" -"enable_$ac_useropt" -"*) ;; - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" - ac_unrecognized_sep=', ';; - esac - eval enable_$ac_useropt=no ;; + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` + eval enable_$ac_feature=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; @@ -1233,21 +1191,13 @@ dvidir=$ac_optarg ;; -enable-* | --enable-*) - ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } - ac_useropt_orig=$ac_useropt - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` - case $ac_user_opts in - *" -"enable_$ac_useropt" -"*) ;; - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" - ac_unrecognized_sep=', ';; - esac - eval enable_$ac_useropt=\$ac_optarg ;; + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` + eval enable_$ac_feature=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ @@ -1438,38 +1388,22 @@ ac_init_version=: ;; -with-* | --with-*) - ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid package name: $ac_package" >&2 { (exit 1); exit 1; }; } - ac_useropt_orig=$ac_useropt - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` - case $ac_user_opts in - *" -"with_$ac_useropt" -"*) ;; - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" - ac_unrecognized_sep=', ';; - esac - eval with_$ac_useropt=\$ac_optarg ;; + ac_package=`echo $ac_package | sed 's/[-.]/_/g'` + eval with_$ac_package=\$ac_optarg ;; -without-* | --without-*) - ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid package name: $ac_package" >&2 { (exit 1); exit 1; }; } - ac_useropt_orig=$ac_useropt - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` - case $ac_user_opts in - *" -"with_$ac_useropt" -"*) ;; - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" - ac_unrecognized_sep=', ';; - esac - eval with_$ac_useropt=no ;; + ac_package=`echo $ac_package | sed 's/[-.]/_/g'` + eval with_$ac_package=no ;; --x) # Obsolete; use --with-x. @@ -1489,7 +1423,7 @@ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; - -*) { $as_echo "$as_me: error: unrecognized option: $ac_option + -*) { echo "$as_me: error: unrecognized option: $ac_option Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; @@ -1498,16 +1432,16 @@ ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && - { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 + { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 { (exit 1); exit 1; }; } eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. - $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && - $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} ;; @@ -1516,38 +1450,22 @@ if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` - { $as_echo "$as_me: error: missing argument to $ac_option" >&2 + { echo "$as_me: error: missing argument to $ac_option" >&2 { (exit 1); exit 1; }; } fi -if test -n "$ac_unrecognized_opts"; then - case $enable_option_checking in - no) ;; - fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2 - { (exit 1); exit 1; }; } ;; - *) $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;; - esac -fi - -# Check all directory arguments for consistency. +# Be sure to have absolute directory names. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var - # Remove trailing slashes. - case $ac_val in - */ ) - ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` - eval $ac_var=\$ac_val;; - esac - # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac - { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 + { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 { (exit 1); exit 1; }; } done @@ -1562,7 +1480,7 @@ if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe - $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. + echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used." >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes @@ -1578,10 +1496,10 @@ ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || - { $as_echo "$as_me: error: Working directory cannot be determined" >&2 + { echo "$as_me: error: Working directory cannot be determined" >&2 { (exit 1); exit 1; }; } test "X$ac_ls_di" = "X$ac_pwd_ls_di" || - { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 + { echo "$as_me: error: pwd does not report name of working directory" >&2 { (exit 1); exit 1; }; } @@ -1589,12 +1507,12 @@ if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. - ac_confdir=`$as_dirname -- "$as_myself" || -$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_myself" : 'X\(//\)[^/]' \| \ - X"$as_myself" : 'X\(//\)$' \| \ - X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$as_myself" | + ac_confdir=`$as_dirname -- "$0" || +$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$0" : 'X\(//\)[^/]' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +echo X"$0" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -1621,12 +1539,12 @@ fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." - { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 + { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 { (exit 1); exit 1; }; } fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( - cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 + cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 { (exit 1); exit 1; }; } pwd)` # When building in place, set srcdir=. @@ -1675,9 +1593,9 @@ Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX - [$ac_default_prefix] + [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX - [PREFIX] + [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify @@ -1687,25 +1605,25 @@ For better control, use the options below. Fine tuning of the installation directories: - --bindir=DIR user executables [EPREFIX/bin] - --sbindir=DIR system admin executables [EPREFIX/sbin] - --libexecdir=DIR program executables [EPREFIX/libexec] - --sysconfdir=DIR read-only single-machine data [PREFIX/etc] - --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] - --localstatedir=DIR modifiable single-machine data [PREFIX/var] - --libdir=DIR object code libraries [EPREFIX/lib] - --includedir=DIR C header files [PREFIX/include] - --oldincludedir=DIR C header files for non-gcc [/usr/include] - --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] - --datadir=DIR read-only architecture-independent data [DATAROOTDIR] - --infodir=DIR info documentation [DATAROOTDIR/info] - --localedir=DIR locale-dependent data [DATAROOTDIR/locale] - --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root [DATAROOTDIR/doc/avr-libc] - --htmldir=DIR html documentation [DOCDIR] - --dvidir=DIR dvi documentation [DOCDIR] - --pdfdir=DIR pdf documentation [DOCDIR] - --psdir=DIR ps documentation [DOCDIR] + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/avr-libc] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF @@ -1728,7 +1646,6 @@ cat <<\_ACEOF Optional Features: - --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --disable-dependency-tracking speeds up one-time build @@ -1761,17 +1678,15 @@ if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue - test -d "$ac_dir" || - { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || - continue + test -d "$ac_dir" || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) - ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; @@ -1807,7 +1722,7 @@ echo && $SHELL "$ac_srcdir/configure" --help=recursive else - $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done @@ -1817,10 +1732,10 @@ if $ac_init_version; then cat <<\_ACEOF avr-libc configure 1.6.8 -generated by GNU Autoconf 2.62 +generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF @@ -1831,7 +1746,7 @@ running configure, to aid debugging if configure makes a mistake. It was created by avr-libc $as_me 1.6.8, which was -generated by GNU Autoconf 2.62. Invocation command line was +generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -1867,7 +1782,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - $as_echo "PATH: $as_dir" + echo "PATH: $as_dir" done IFS=$as_save_IFS @@ -1902,7 +1817,7 @@ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) - ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; @@ -1954,12 +1869,11 @@ case $ac_val in #( *${as_nl}*) case $ac_var in #( - *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( - BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) $as_unset $ac_var ;; esac ;; esac @@ -1989,9 +1903,9 @@ do eval ac_val=\$$ac_var case $ac_val in - *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac - $as_echo "$ac_var='\''$ac_val'\''" + echo "$ac_var='\''$ac_val'\''" done | sort echo @@ -2006,9 +1920,9 @@ do eval ac_val=\$$ac_var case $ac_val in - *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac - $as_echo "$ac_var='\''$ac_val'\''" + echo "$ac_var='\''$ac_val'\''" done | sort echo fi @@ -2024,8 +1938,8 @@ echo fi test "$ac_signal" != 0 && - $as_echo "$as_me: caught signal $ac_signal" - $as_echo "$as_me: exit $exit_status" + echo "$as_me: caught signal $ac_signal" + echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && @@ -2067,24 +1981,21 @@ # Let the site file select an alternate cache file if it wants to. -# Prefer an explicitly selected file to automatically selected ones. -ac_site_file1=NONE -ac_site_file2=NONE +# Prefer explicitly selected file to automatically selected ones. if test -n "$CONFIG_SITE"; then - ac_site_file1=$CONFIG_SITE + set x "$CONFIG_SITE" elif test "x$prefix" != xNONE; then - ac_site_file1=$prefix/share/config.site - ac_site_file2=$prefix/etc/config.site + set x "$prefix/share/config.site" "$prefix/etc/config.site" else - ac_site_file1=$ac_default_prefix/share/config.site - ac_site_file2=$ac_default_prefix/etc/config.site + set x "$ac_default_prefix/share/config.site" \ + "$ac_default_prefix/etc/config.site" fi -for ac_site_file in "$ac_site_file1" "$ac_site_file2" +shift +for ac_site_file do - test "x$ac_site_file" = xNONE && continue if test -r "$ac_site_file"; then - { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 -$as_echo "$as_me: loading site script $ac_site_file" >&6;} + { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 +echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" fi @@ -2094,16 +2005,16 @@ # Some versions of bash will fail to source /dev/null (special # files actually), so we avoid doing that. if test -f "$cache_file"; then - { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 -$as_echo "$as_me: loading cache $cache_file" >&6;} + { echo "$as_me:$LINENO: loading cache $cache_file" >&5 +echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else - { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 -$as_echo "$as_me: creating cache $cache_file" >&6;} + { echo "$as_me:$LINENO: creating cache $cache_file" >&5 +echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi @@ -2117,38 +2028,29 @@ eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) - { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 -$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) - { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 -$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 +echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then - # differences in whitespace do not lead to failure. - ac_old_val_w=`echo x $ac_old_val` - ac_new_val_w=`echo x $ac_new_val` - if test "$ac_old_val_w" != "$ac_new_val_w"; then - { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 -$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} - ac_cache_corrupted=: - else - { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 -$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} - eval $ac_var=\$ac_old_val - fi - { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 -$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} - { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 -$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 +echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 +echo "$as_me: former value: $ac_old_val" >&2;} + { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 +echo "$as_me: current value: $ac_new_val" >&2;} + ac_cache_corrupted=: fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in - *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in @@ -2158,10 +2060,10 @@ fi done if $ac_cache_corrupted; then - { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 -$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} - { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 -$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} + { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 +echo "$as_me: error: changes in the environment can compromise the build" >&2;} + { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 +echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} { (exit 1); exit 1; }; } fi @@ -2234,8 +2136,8 @@ fi done if test -z "$ac_aux_dir"; then - { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 -$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} + { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 +echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} { (exit 1); exit 1; }; } fi @@ -2250,34 +2152,34 @@ # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || - { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 -$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} + { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 +echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} { (exit 1); exit 1; }; } -{ $as_echo "$as_me:$LINENO: checking build system type" >&5 -$as_echo_n "checking build system type... " >&6; } +{ echo "$as_me:$LINENO: checking build system type" >&5 +echo $ECHO_N "checking build system type... $ECHO_C" >&6; } if test "${ac_cv_build+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` test "x$ac_build_alias" = x && - { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 -$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} + { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 +echo "$as_me: error: cannot guess build type; you must specify one" >&2;} { (exit 1); exit 1; }; } ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || - { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 -$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} + { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} { (exit 1); exit 1; }; } fi -{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 -$as_echo "$ac_cv_build" >&6; } +{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5 +echo "${ECHO_T}$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; -*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 -$as_echo "$as_me: error: invalid value of canonical build" >&2;} +*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 +echo "$as_me: error: invalid value of canonical build" >&2;} { (exit 1); exit 1; }; };; esac build=$ac_cv_build @@ -2294,27 +2196,27 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac -{ $as_echo "$as_me:$LINENO: checking host system type" >&5 -$as_echo_n "checking host system type... " >&6; } +{ echo "$as_me:$LINENO: checking host system type" >&5 +echo $ECHO_N "checking host system type... $ECHO_C" >&6; } if test "${ac_cv_host+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || - { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 -$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} + { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} { (exit 1); exit 1; }; } fi fi -{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5 -$as_echo "$ac_cv_host" >&6; } +{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 +echo "${ECHO_T}$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; -*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 -$as_echo "$as_me: error: invalid value of canonical host" >&2;} +*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 +echo "$as_me: error: invalid value of canonical host" >&2;} { (exit 1); exit 1; }; };; esac host=$ac_cv_host @@ -2335,54 +2237,54 @@ # See if the user specified '--build=`../config.guess` --host=avr' when # running ../configure. -{ $as_echo "$as_me:$LINENO: checking if configuring for cross compile" >&5 -$as_echo_n "checking if configuring for cross compile... " >&6; } +{ echo "$as_me:$LINENO: checking if configuring for cross compile" >&5 +echo $ECHO_N "checking if configuring for cross compile... $ECHO_C" >&6; } if test "x${build_alias}" = "x${host_alias}"; then if test "x${build_alias}" = "x" ; then build_alias='`./config.guess`' fi - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } - { $as_echo "$as_me:$LINENO: WARNING: " >&5 -$as_echo "$as_me: WARNING: " >&2;} - { $as_echo "$as_me:$LINENO: WARNING: AVR-LIBC must be built using an avr cross-compiler." >&5 -$as_echo "$as_me: WARNING: AVR-LIBC must be built using an avr cross-compiler." >&2;} - { $as_echo "$as_me:$LINENO: WARNING: Try configuring with:" >&5 -$as_echo "$as_me: WARNING: Try configuring with:" >&2;} - { $as_echo "$as_me:$LINENO: WARNING: \"$0 --build=$build_alias --host=avr\"" >&5 -$as_echo "$as_me: WARNING: \"$0 --build=$build_alias --host=avr\"" >&2;} - { $as_echo "$as_me:$LINENO: WARNING: " >&5 -$as_echo "$as_me: WARNING: " >&2;} - { { $as_echo "$as_me:$LINENO: error: aborting configure" >&5 -$as_echo "$as_me: error: aborting configure" >&2;} + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } + { echo "$as_me:$LINENO: WARNING: " >&5 +echo "$as_me: WARNING: " >&2;} + { echo "$as_me:$LINENO: WARNING: AVR-LIBC must be built using an avr cross-compiler." >&5 +echo "$as_me: WARNING: AVR-LIBC must be built using an avr cross-compiler." >&2;} + { echo "$as_me:$LINENO: WARNING: Try configuring with:" >&5 +echo "$as_me: WARNING: Try configuring with:" >&2;} + { echo "$as_me:$LINENO: WARNING: \"$0 --build=$build_alias --host=avr\"" >&5 +echo "$as_me: WARNING: \"$0 --build=$build_alias --host=avr\"" >&2;} + { echo "$as_me:$LINENO: WARNING: " >&5 +echo "$as_me: WARNING: " >&2;} + { { echo "$as_me:$LINENO: error: aborting configure" >&5 +echo "$as_me: error: aborting configure" >&2;} { (exit 1); exit 1; }; } else - { $as_echo "$as_me:$LINENO: result: yes" >&5 -$as_echo "yes" >&6; } + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } fi -{ $as_echo "$as_me:$LINENO: checking if target host is avr" >&5 -$as_echo_n "checking if target host is avr... " >&6; } +{ echo "$as_me:$LINENO: checking if target host is avr" >&5 +echo $ECHO_N "checking if target host is avr... $ECHO_C" >&6; } case "$host" in avr* ) - { $as_echo "$as_me:$LINENO: result: yes" >&5 -$as_echo "yes" >&6; } + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } ;; * ) - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } - { $as_echo "$as_me:$LINENO: WARNING: " >&5 -$as_echo "$as_me: WARNING: " >&2;} - { $as_echo "$as_me:$LINENO: WARNING: Avr-libc must be built using an avr cross-compiler." >&5 -$as_echo "$as_me: WARNING: Avr-libc must be built using an avr cross-compiler." >&2;} - { $as_echo "$as_me:$LINENO: WARNING: Try configuring with:" >&5 -$as_echo "$as_me: WARNING: Try configuring with:" >&2;} - { $as_echo "$as_me:$LINENO: WARNING: \"$0 --build=$build --host=avr\"" >&5 -$as_echo "$as_me: WARNING: \"$0 --build=$build --host=avr\"" >&2;} - { $as_echo "$as_me:$LINENO: WARNING: " >&5 -$as_echo "$as_me: WARNING: " >&2;} - { { $as_echo "$as_me:$LINENO: error: aborting configure" >&5 -$as_echo "$as_me: error: aborting configure" >&2;} + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } + { echo "$as_me:$LINENO: WARNING: " >&5 +echo "$as_me: WARNING: " >&2;} + { echo "$as_me:$LINENO: WARNING: Avr-libc must be built using an avr cross-compiler." >&5 +echo "$as_me: WARNING: Avr-libc must be built using an avr cross-compiler." >&2;} + { echo "$as_me:$LINENO: WARNING: Try configuring with:" >&5 +echo "$as_me: WARNING: Try configuring with:" >&2;} + { echo "$as_me:$LINENO: WARNING: \"$0 --build=$build --host=avr\"" >&5 +echo "$as_me: WARNING: \"$0 --build=$build --host=avr\"" >&2;} + { echo "$as_me:$LINENO: WARNING: " >&5 +echo "$as_me: WARNING: " >&2;} + { { echo "$as_me:$LINENO: error: aborting configure" >&5 +echo "$as_me: error: aborting configure" >&2;} { (exit 1); exit 1; }; } ;; esac @@ -2406,12 +2308,11 @@ # 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. -{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 -$as_echo_n "checking for a BSD-compatible install... " >&6; } +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH @@ -2440,29 +2341,17 @@ # 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 + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 fi fi done done ;; esac - done IFS=$as_save_IFS -rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then @@ -2475,8 +2364,8 @@ INSTALL=$ac_install_sh fi fi -{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 -$as_echo "$INSTALL" >&6; } +{ echo "$as_me:$LINENO: result: $INSTALL" >&5 +echo "${ECHO_T}$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. @@ -2486,8 +2375,8 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5 -$as_echo_n "checking whether build environment is sane... " >&6; } +{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5 +echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } # Just in case sleep 1 echo timestamp > conftest.file @@ -2510,9 +2399,9 @@ # 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_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken + { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&5 -$as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken +echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&2;} { (exit 1); exit 1; }; } fi @@ -2523,23 +2412,26 @@ # Ok. : else - { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files! + { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! Check your system clock" >&5 -$as_echo "$as_me: error: newly created file is older than distributed files! +echo "$as_me: error: newly created file is older than distributed files! Check your system clock" >&2;} { (exit 1); exit 1; }; } fi -{ $as_echo "$as_me:$LINENO: result: yes" >&5 -$as_echo "yes" >&6; } +{ echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } 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 $. +# Double any \ or $. echo might interpret backslashes. # By default was `s,x,x', remove it if useless. -ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' -program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` +cat <<\_ACEOF >conftest.sed +s/[\\$]/&&/g;s/;s,x,x,$// +_ACEOF +program_transform_name=`echo $program_transform_name | sed -f conftest.sed` +rm -f conftest.sed # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` @@ -2550,15 +2442,15 @@ am_missing_run="$MISSING --run " else am_missing_run= - { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 -$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} + { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 +echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi -{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 -$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } +{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 +echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } if test -z "$MKDIR_P"; then if test "${ac_cv_path_mkdir+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin @@ -2593,8 +2485,8 @@ MKDIR_P="$ac_install_sh -d" fi fi -{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5 -$as_echo "$MKDIR_P" >&6; } +{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5 +echo "${ECHO_T}$MKDIR_P" >&6; } mkdir_p="$MKDIR_P" case $mkdir_p in @@ -2606,10 +2498,10 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_AWK+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. @@ -2622,7 +2514,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AWK="$ac_prog" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2633,23 +2525,22 @@ fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then - { $as_echo "$as_me:$LINENO: result: $AWK" >&5 -$as_echo "$AWK" >&6; } + { echo "$as_me:$LINENO: result: $AWK" >&5 +echo "${ECHO_T}$AWK" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi test -n "$AWK" && break done -{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 -$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } -set x ${MAKE-make} -ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } +set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh @@ -2666,12 +2557,12 @@ rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then - { $as_echo "$as_me:$LINENO: result: yes" >&5 -$as_echo "yes" >&6; } + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } SET_MAKE= else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi @@ -2690,8 +2581,8 @@ am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then - { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 -$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} + { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 +echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} { (exit 1); exit 1; }; } fi fi @@ -2746,10 +2637,10 @@ 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 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_STRIP+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. @@ -2762,7 +2653,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2773,11 +2664,11 @@ fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then - { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 -$as_echo "$STRIP" >&6; } + { echo "$as_me:$LINENO: result: $STRIP" >&5 +echo "${ECHO_T}$STRIP" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi @@ -2786,10 +2677,10 @@ 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 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. @@ -2802,7 +2693,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_STRIP="strip" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2813,11 +2704,11 @@ fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then - { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 -$as_echo "$ac_ct_STRIP" >&6; } + { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 +echo "${ECHO_T}$ac_ct_STRIP" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi if test "x$ac_ct_STRIP" = x; then @@ -2825,10 +2716,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -2869,10 +2760,10 @@ 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 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -2885,7 +2776,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}gcc" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2896,11 +2787,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { $as_echo "$as_me:$LINENO: result: $CC" >&5 -$as_echo "$CC" >&6; } + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi @@ -2909,10 +2800,10 @@ 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 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. @@ -2925,7 +2816,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="gcc" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2936,11 +2827,11 @@ fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -$as_echo "$ac_ct_CC" >&6; } + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi if test "x$ac_ct_CC" = x; then @@ -2948,10 +2839,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -2966,10 +2857,10 @@ 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 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -2982,7 +2873,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}cc" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2993,11 +2884,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { $as_echo "$as_me:$LINENO: result: $CC" >&5 -$as_echo "$CC" >&6; } + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi @@ -3006,10 +2897,10 @@ if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -3027,7 +2918,7 @@ continue fi ac_cv_prog_CC="cc" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3050,11 +2941,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { $as_echo "$as_me:$LINENO: result: $CC" >&5 -$as_echo "$CC" >&6; } + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi @@ -3065,10 +2956,10 @@ do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -3081,7 +2972,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3092,11 +2983,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { $as_echo "$as_me:$LINENO: result: $CC" >&5 -$as_echo "$CC" >&6; } + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi @@ -3109,10 +3000,10 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. @@ -3125,7 +3016,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="$ac_prog" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3136,11 +3027,11 @@ fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -$as_echo "$ac_ct_CC" >&6; } + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi @@ -3152,10 +3043,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -3167,48 +3058,44 @@ fi -test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH +test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&5 -$as_echo "$as_me: error: no acceptable C compiler found in \$PATH +echo "$as_me: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } # Provide some information about the compiler. -$as_echo "$as_me:$LINENO: checking for C compiler version" >&5 -set X $ac_compile -ac_compiler=$2 +echo "$as_me:$LINENO: checking for C compiler version" >&5 +ac_compiler=`set X $ac_compile; echo $2` { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -v >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -V >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } cat >conftest.$ac_ext <<_ACEOF @@ -3231,11 +3118,10 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>&5 ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then ac_no_link=no cat >conftest.$ac_ext <<_ACEOF @@ -3254,22 +3140,27 @@ } _ACEOF ac_clean_files_save=$ac_clean_files -ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" +ac_clean_files="$ac_clean_files a.out a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. -{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 -$as_echo_n "checking for C compiler default output file name... " >&6; } -ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` - -# The possible output files: -ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" - +{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 +echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } +ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` +# +# List of possible output files, starting from the most likely. +# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) +# only as a last resort. b.out is created by i960 compilers. +ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' +# +# The IRIX 6 linker writes into existing files which may not be +# executable, retaining their permissions. Remove them first so a +# subsequent execution test works. ac_rmfiles= for ac_file in $ac_files do case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done @@ -3280,11 +3171,10 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link_default") 2>&5 ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' @@ -3295,7 +3185,7 @@ do test -f "$ac_file" || continue case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most @@ -3322,15 +3212,15 @@ ac_file='' fi -{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5 -$as_echo "$ac_file" >&6; } +{ echo "$as_me:$LINENO: result: $ac_file" >&5 +echo "${ECHO_T}$ac_file" >&6; } if test -z "$ac_file"; then - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables +{ { echo "$as_me:$LINENO: error: C compiler cannot create executables See \`config.log' for more details." >&5 -$as_echo "$as_me: error: C compiler cannot create executables +echo "$as_me: error: C compiler cannot create executables See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } fi @@ -3339,8 +3229,8 @@ # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 -$as_echo_n "checking whether the C compiler works... " >&6; } +{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 +echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 # If not cross compiling, check that we can run a simple program. if test "$cross_compiling" != yes; then @@ -3349,51 +3239,49 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_try") 2>&5 ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else - { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. + { { echo "$as_me:$LINENO: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&5 -$as_echo "$as_me: error: cannot run C compiled programs. +echo "$as_me: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi fi fi -{ $as_echo "$as_me:$LINENO: result: yes" >&5 -$as_echo "yes" >&6; } +{ echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } -rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +rm -f a.out a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 -$as_echo_n "checking whether we are cross compiling... " >&6; } -{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 -$as_echo "$cross_compiling" >&6; } +{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } +{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 +echo "${ECHO_T}$cross_compiling" >&6; } -{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 -$as_echo_n "checking for suffix of executables... " >&6; } +{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>&5 ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will @@ -3402,30 +3290,29 @@ for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else - { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link + { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&5 -$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link +echo "$as_me: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi rm -f conftest$ac_cv_exeext -{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 -$as_echo "$ac_cv_exeext" >&6; } +{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 +echo "${ECHO_T}$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT else - rm -f -r a.out a.exe b.out conftest.$ac_ext conftest.o conftest.obj conftest.dSYM ac_no_link=yes # Setting cross_compile will disable run tests; it will # also disable AC_CHECK_FILE but that's generally @@ -3434,16 +3321,16 @@ EXEEXT= # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 -$as_echo_n "checking whether we are cross compiling... " >&6; } -{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 -$as_echo "$cross_compiling" >&6; } +{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } +{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 +echo "${ECHO_T}$cross_compiling" >&6; } fi -{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 -$as_echo_n "checking for suffix of object files... " >&6; } +{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } if test "${ac_cv_objext+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -3466,41 +3353,40 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>&5 ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile +{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&5 -$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile +echo "$as_me: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi -{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 -$as_echo "$ac_cv_objext" >&6; } +{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 +echo "${ECHO_T}$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT -{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 -$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -3526,21 +3412,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no @@ -3550,19 +3435,15 @@ ac_cv_c_compiler_gnu=$ac_compiler_gnu fi -{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 -$as_echo "$ac_cv_c_compiler_gnu" >&6; } -if test $ac_compiler_gnu = yes; then - GCC=yes -else - GCC= -fi +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } +GCC=`test $ac_compiler_gnu = yes && echo yes` ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS -{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 -$as_echo_n "checking whether $CC accepts -g... " >&6; } +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes @@ -3589,21 +3470,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 CFLAGS="" @@ -3628,21 +3508,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_c_werror_flag=$ac_save_c_werror_flag @@ -3668,21 +3547,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -3697,8 +3575,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi -{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 -$as_echo "$ac_cv_prog_cc_g" >&6; } +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then @@ -3714,10 +3592,10 @@ CFLAGS= fi fi -{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 -$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } if test "${ac_cv_prog_cc_c89+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC @@ -3788,21 +3666,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_c89=$ac_arg else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -3818,15 +3695,15 @@ # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) - { $as_echo "$as_me:$LINENO: result: none needed" >&5 -$as_echo "none needed" >&6; } ;; + { echo "$as_me:$LINENO: result: none needed" >&5 +echo "${ECHO_T}none needed" >&6; } ;; xno) - { $as_echo "$as_me:$LINENO: result: unsupported" >&5 -$as_echo "unsupported" >&6; } ;; + { echo "$as_me:$LINENO: result: unsupported" >&5 +echo "${ECHO_T}unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" - { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 -$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; + { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; esac @@ -3847,8 +3724,8 @@ .PHONY: am__doit END # If we don't find an include directive, just comment out the code. -{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 -$as_echo_n "checking for style of include used by $am_make... " >&6; } +{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 +echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } am__include="#" am__quote= _am_result=none @@ -3875,8 +3752,8 @@ fi -{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5 -$as_echo "$_am_result" >&6; } +{ echo "$as_me:$LINENO: result: $_am_result" >&5 +echo "${ECHO_T}$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. @@ -3900,10 +3777,10 @@ depcc="$CC" am_compiler_list= -{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 -$as_echo_n "checking dependency style of $depcc... " >&6; } +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up @@ -3991,8 +3868,8 @@ fi fi -{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 -$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } +{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if @@ -4009,10 +3886,10 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. set dummy ${ac_tool_prefix}as; ac_word=$2 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_AS+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$AS"; then ac_cv_prog_AS="$AS" # Let the user override the test. @@ -4025,7 +3902,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AS="${ac_tool_prefix}as" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -4036,11 +3913,11 @@ fi AS=$ac_cv_prog_AS if test -n "$AS"; then - { $as_echo "$as_me:$LINENO: result: $AS" >&5 -$as_echo "$AS" >&6; } + { echo "$as_me:$LINENO: result: $AS" >&5 +echo "${ECHO_T}$AS" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi @@ -4049,10 +3926,10 @@ ac_ct_AS=$AS # Extract the first word of "as", so it can be a program name with args. set dummy as; ac_word=$2 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_AS+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_AS"; then ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test. @@ -4065,7 +3942,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_AS="as" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -4076,11 +3953,11 @@ fi ac_ct_AS=$ac_cv_prog_ac_ct_AS if test -n "$ac_ct_AS"; then - { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5 -$as_echo "$ac_ct_AS" >&6; } + { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5 +echo "${ECHO_T}$ac_ct_AS" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi if test "x$ac_ct_AS" = x; then @@ -4088,10 +3965,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -4111,10 +3988,10 @@ depcc="$CCAS" am_compiler_list= -{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 -$as_echo_n "checking dependency style of $depcc... " >&6; } +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } if test "${am_cv_CCAS_dependencies_compiler_type+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up @@ -4202,8 +4079,8 @@ fi fi -{ $as_echo "$as_me:$LINENO: result: $am_cv_CCAS_dependencies_compiler_type" >&5 -$as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; } +{ echo "$as_me:$LINENO: result: $am_cv_CCAS_dependencies_compiler_type" >&5 +echo "${ECHO_T}$am_cv_CCAS_dependencies_compiler_type" >&6; } CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type if @@ -4220,10 +4097,10 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_RANLIB+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. @@ -4236,7 +4113,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -4247,11 +4124,11 @@ fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then - { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 -$as_echo "$RANLIB" >&6; } + { echo "$as_me:$LINENO: result: $RANLIB" >&5 +echo "${ECHO_T}$RANLIB" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi @@ -4260,10 +4137,10 @@ ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. @@ -4276,7 +4153,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_RANLIB="ranlib" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -4287,11 +4164,11 @@ fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then - { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 -$as_echo "$ac_ct_RANLIB" >&6; } + { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 +echo "${ECHO_T}$ac_ct_RANLIB" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then @@ -4299,10 +4176,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -4316,10 +4193,10 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. set dummy ${ac_tool_prefix}ar; ac_word=$2 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_AR+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. @@ -4332,7 +4209,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AR="${ac_tool_prefix}ar" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -4343,11 +4220,11 @@ fi AR=$ac_cv_prog_AR if test -n "$AR"; then - { $as_echo "$as_me:$LINENO: result: $AR" >&5 -$as_echo "$AR" >&6; } + { echo "$as_me:$LINENO: result: $AR" >&5 +echo "${ECHO_T}$AR" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi @@ -4356,10 +4233,10 @@ ac_ct_AR=$AR # Extract the first word of "ar", so it can be a program name with args. set dummy ar; ac_word=$2 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_AR+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. @@ -4372,7 +4249,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_AR="ar" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -4383,11 +4260,11 @@ fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then - { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 -$as_echo "$ac_ct_AR" >&6; } + { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 +echo "${ECHO_T}$ac_ct_AR" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi if test "x$ac_ct_AR" = x; then @@ -4395,10 +4272,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -4414,26 +4291,26 @@ case "${CC}" in *avr-gcc*) ;; - *) { { $as_echo "$as_me:$LINENO: error: Wrong C compiler found; check the PATH!" >&5 -$as_echo "$as_me: error: Wrong C compiler found; check the PATH!" >&2;} + *) { { echo "$as_me:$LINENO: error: Wrong C compiler found; check the PATH!" >&5 +echo "$as_me: error: Wrong C compiler found; check the PATH!" >&2;} { (exit 1); exit 1; }; } ;; esac case "${AS}" in *avr-as*) ;; - *) { { $as_echo "$as_me:$LINENO: error: Wrong assembler found; check the PATH!" >&5 -$as_echo "$as_me: error: Wrong assembler found; check the PATH!" >&2;} + *) { { echo "$as_me:$LINENO: error: Wrong assembler found; check the PATH!" >&5 +echo "$as_me: error: Wrong assembler found; check the PATH!" >&2;} { (exit 1); exit 1; }; } ;; esac case "${AR}" in *avr-ar*) ;; - *) { { $as_echo "$as_me:$LINENO: error: Wrong archiver found; check the PATH!" >&5 -$as_echo "$as_me: error: Wrong archiver found; check the PATH!" >&2;} + *) { { echo "$as_me:$LINENO: error: Wrong archiver found; check the PATH!" >&5 +echo "$as_me: error: Wrong archiver found; check the PATH!" >&2;} { (exit 1); exit 1; }; } ;; esac case "${RANLIB}" in *avr-ranlib*) ;; - *) { { $as_echo "$as_me:$LINENO: error: Wrong ranlib found; check the PATH!" >&5 -$as_echo "$as_me: error: Wrong ranlib found; check the PATH!" >&2;} + *) { { echo "$as_me:$LINENO: error: Wrong ranlib found; check the PATH!" >&5 +echo "$as_me: error: Wrong ranlib found; check the PATH!" >&2;} { (exit 1); exit 1; }; } ;; esac @@ -4450,12 +4327,11 @@ # 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. -{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 -$as_echo_n "checking for a BSD-compatible install... " >&6; } +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH @@ -4484,29 +4360,17 @@ # 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 + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 fi fi done done ;; esac - done IFS=$as_save_IFS -rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then @@ -4519,8 +4383,8 @@ INSTALL=$ac_install_sh fi fi -{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 -$as_echo "$INSTALL" >&6; } +{ echo "$as_me:$LINENO: result: $INSTALL" >&5 +echo "${ECHO_T}$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. @@ -4530,23 +4394,22 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5 -$as_echo_n "checking whether ln -s works... " >&6; } +{ echo "$as_me:$LINENO: checking whether ln -s works" >&5 +echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then - { $as_echo "$as_me:$LINENO: result: yes" >&5 -$as_echo "yes" >&6; } + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } else - { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5 -$as_echo "no, using $LN_S" >&6; } + { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 +echo "${ECHO_T}no, using $LN_S" >&6; } fi -{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 -$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } -set x ${MAKE-make} -ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } +set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then - $as_echo_n "(cached) " >&6 + echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh @@ -4563,12 +4426,12 @@ rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then - { $as_echo "$as_me:$LINENO: result: yes" >&5 -$as_echo "yes" >&6; } + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } SET_MAKE= else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi @@ -4580,8 +4443,8 @@ enableval=$enable_doc; case "${enableval}" in yes) enable_doc=yes ;; no) enable_doc=no ;; - *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for global doc option" >&5 -$as_echo "$as_me: error: bad value ${enableval} for global doc option" >&2;} + *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for global doc option" >&5 +echo "$as_me: error: bad value ${enableval} for global doc option" >&2;} { (exit 1); exit 1; }; } ;; esac else @@ -4592,8 +4455,8 @@ enableval=$enable_html_doc; case "${enableval}" in yes) html_doc=yes ;; no) html_doc=no ;; - *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for html-doc option" >&5 -$as_echo "$as_me: error: bad value ${enableval} for html-doc option" >&2;} + *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for html-doc option" >&5 +echo "$as_me: error: bad value ${enableval} for html-doc option" >&2;} { (exit 1); exit 1; }; } ;; esac else @@ -4605,8 +4468,8 @@ enableval=$enable_pdf_doc; case "${enableval}" in yes) pdf_doc=yes ;; no) pdf_doc=no ;; - *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for pdf-doc option" >&5 -$as_echo "$as_me: error: bad value ${enableval} for pdf-doc option" >&2;} + *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for pdf-doc option" >&5 +echo "$as_me: error: bad value ${enableval} for pdf-doc option" >&2;} { (exit 1); exit 1; }; } ;; esac else @@ -4618,8 +4481,8 @@ enableval=$enable_man_doc; case "${enableval}" in yes) man_doc=yes ;; no) man_doc=no ;; - *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for man-doc option" >&5 -$as_echo "$as_me: error: bad value ${enableval} for man-doc option" >&2;} + *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for man-doc option" >&5 +echo "$as_me: error: bad value ${enableval} for man-doc option" >&2;} { (exit 1); exit 1; }; } ;; esac else @@ -4631,8 +4494,8 @@ enableval=$enable_versioned_doc; case "${enableval}" in yes) versioned_doc=yes ;; no) versioned_doc=no ;; - *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for versioned-doc option" >&5 -$as_echo "$as_me: error: bad value ${enableval} for versioned-doc option" >&2;} + *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for versioned-doc option" >&5 +echo "$as_me: error: bad value ${enableval} for versioned-doc option" >&2;} { (exit 1); exit 1; }; } ;; esac else @@ -4641,31 +4504,31 @@ -{ $as_echo "$as_me:$LINENO: checking for doxygen" >&5 -$as_echo_n "checking for doxygen... " >&6; } +{ echo "$as_me:$LINENO: checking for doxygen" >&5 +echo $ECHO_N "checking for doxygen... $ECHO_C" >&6; } dox_ver=`doxygen --version 2>/dev/null` if test "x$dox_ver" = "x"; then - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } else # FIXME: should also check for dox_ver >= 1.4.1 - { $as_echo "$as_me:$LINENO: result: yes" >&5 -$as_echo "yes" >&6; } + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } if test "$pdf_doc" = "yes"; then - { $as_echo "$as_me:$LINENO: Enabling PDF docs" >&5 -$as_echo "$as_me: Enabling PDF docs" >&6;} + { echo "$as_me:$LINENO: Enabling PDF docs" >&5 +echo "$as_me: Enabling PDF docs" >&6;} TARGET_DOX_PDF=dox-pdf INSTALL_DOX_PDF=install-dox-pdf fi if test "$html_doc" = "yes"; then - { $as_echo "$as_me:$LINENO: Enabling HTML docs" >&5 -$as_echo "$as_me: Enabling HTML docs" >&6;} + { echo "$as_me:$LINENO: Enabling HTML docs" >&5 +echo "$as_me: Enabling HTML docs" >&6;} TARGET_DOX_HTML=dox-html INSTALL_DOX_HTML=install-dox-html fi if test "$man_doc" = "yes"; then - { $as_echo "$as_me:$LINENO: Enabling man pages" >&5 -$as_echo "$as_me: Enabling man pages" >&6;} + { echo "$as_me:$LINENO: Enabling man pages" >&5 +echo "$as_me: Enabling man pages" >&6;} TARGET_DOX_HTML=dox-html INSTALL_DOX_MAN=install-dox-man fi @@ -4678,28 +4541,28 @@ -{ $as_echo "$as_me:$LINENO: checking for pngtopnm" >&5 -$as_echo_n "checking for pngtopnm... " >&6; } +{ echo "$as_me:$LINENO: checking for pngtopnm" >&5 +echo $ECHO_N "checking for pngtopnm... $ECHO_C" >&6; } has_pngtopnm=`pngtopnm --version 2>&1 | grep -c -i Version` if test "$has_pngtopnm" = "1"; then - { $as_echo "$as_me:$LINENO: result: yes" >&5 -$as_echo "yes" >&6; } + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } PNGTOPNM="pngtopnm" else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } PNGTOPNM="cat" fi -{ $as_echo "$as_me:$LINENO: checking for pnmtopng" >&5 -$as_echo_n "checking for pnmtopng... " >&6; } +{ echo "$as_me:$LINENO: checking for pnmtopng" >&5 +echo $ECHO_N "checking for pnmtopng... $ECHO_C" >&6; } has_pnmtopng=`pnmtopng --version 2>&1 | grep -c -i Version` if test "$has_pnmtopng" = "1"; then - { $as_echo "$as_me:$LINENO: result: yes" >&5 -$as_echo "yes" >&6; } + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } PNMTOPNG="pnmtopng" else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } PNMTOPNG="cat" PNGTOPNM="cat" fi @@ -4738,8 +4601,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mno-tablejump" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking whether ${CC} supports -mno-tablejump" >&5 -$as_echo_n "checking whether ${CC} supports -mno-tablejump... " >&6; } + { echo "$as_me:$LINENO: checking whether ${CC} supports -mno-tablejump" >&5 +echo $ECHO_N "checking whether ${CC} supports -mno-tablejump... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4754,21 +4617,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_mno_tablejump=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_mno_tablejump=no @@ -4780,8 +4642,8 @@ then FNO_JUMP_TABLES="-mno-tablejump" fi - { $as_echo "$as_me:$LINENO: result: $has_mno_tablejump" >&5 -$as_echo "$has_mno_tablejump" >&6; } + { echo "$as_me:$LINENO: result: $has_mno_tablejump" >&5 +echo "${ECHO_T}$has_mno_tablejump" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -4791,8 +4653,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-fno-jump-tables" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking whether ${CC} supports -fno-jump-tables" >&5 -$as_echo_n "checking whether ${CC} supports -fno-jump-tables... " >&6; } + { echo "$as_me:$LINENO: checking whether ${CC} supports -fno-jump-tables" >&5 +echo $ECHO_N "checking whether ${CC} supports -fno-jump-tables... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4807,21 +4669,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_fno_jump_tables=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_fno_jump_tables=no @@ -4833,8 +4694,8 @@ then FNO_JUMP_TABLES="-fno-jump-tables" fi - { $as_echo "$as_me:$LINENO: result: $has_fno_jump_tables" >&5 -$as_echo "$has_fno_jump_tables" >&6; } + { echo "$as_me:$LINENO: result: $has_fno_jump_tables" >&5 +echo "${ECHO_T}$has_fno_jump_tables" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -5007,8 +4868,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=avr25" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for avr25" >&5 -$as_echo_n "checking if ${CC} has support for avr25... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for avr25" >&5 +echo $ECHO_N "checking if ${CC} has support for avr25... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5023,21 +4884,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -5049,8 +4909,8 @@ then HAS_avr25=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -5069,8 +4929,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=ata6289" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for ata6289" >&5 -$as_echo_n "checking if ${CC} has support for ata6289... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for ata6289" >&5 +echo $ECHO_N "checking if ${CC} has support for ata6289... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5085,21 +4945,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -5111,8 +4970,8 @@ then HAS_ata6289=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -5131,8 +4990,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny13" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny13" >&5 -$as_echo_n "checking if ${CC} has support for attiny13... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny13" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny13... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5147,21 +5006,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -5173,8 +5031,8 @@ then HAS_attiny13=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -5193,8 +5051,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny13a" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny13a" >&5 -$as_echo_n "checking if ${CC} has support for attiny13a... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny13a" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny13a... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5209,21 +5067,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -5235,8 +5092,8 @@ then HAS_attiny13a=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -5255,8 +5112,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny2313" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny2313" >&5 -$as_echo_n "checking if ${CC} has support for attiny2313... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny2313" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny2313... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5271,21 +5128,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -5297,8 +5153,8 @@ then HAS_attiny2313=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -5317,8 +5173,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny2313a" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny2313a" >&5 -$as_echo_n "checking if ${CC} has support for attiny2313a... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny2313a" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny2313a... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5333,21 +5189,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -5359,8 +5214,8 @@ then HAS_attiny2313a=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -5379,8 +5234,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny24" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny24" >&5 -$as_echo_n "checking if ${CC} has support for attiny24... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny24" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny24... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5395,21 +5250,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -5421,8 +5275,8 @@ then HAS_attiny24=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -5441,8 +5295,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny24a" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny24a" >&5 -$as_echo_n "checking if ${CC} has support for attiny24a... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny24a" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny24a... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5457,21 +5311,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -5483,8 +5336,8 @@ then HAS_attiny24a=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -5503,8 +5356,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny25" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny25" >&5 -$as_echo_n "checking if ${CC} has support for attiny25... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny25" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny25... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5519,21 +5372,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -5545,8 +5397,8 @@ then HAS_attiny25=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -5565,8 +5417,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny261" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny261" >&5 -$as_echo_n "checking if ${CC} has support for attiny261... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny261" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny261... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5581,21 +5433,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -5607,8 +5458,8 @@ then HAS_attiny261=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -5627,8 +5478,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny261a" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny261a" >&5 -$as_echo_n "checking if ${CC} has support for attiny261a... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny261a" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny261a... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5643,21 +5494,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -5669,8 +5519,8 @@ then HAS_attiny261a=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -5689,8 +5539,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny43u" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny43u" >&5 -$as_echo_n "checking if ${CC} has support for attiny43u... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny43u" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny43u... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5705,21 +5555,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -5731,8 +5580,8 @@ then HAS_attiny43u=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -5751,8 +5600,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny4313" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny4313" >&5 -$as_echo_n "checking if ${CC} has support for attiny4313... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny4313" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny4313... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5767,21 +5616,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -5793,8 +5641,8 @@ then HAS_attiny4313=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -5813,8 +5661,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny44" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny44" >&5 -$as_echo_n "checking if ${CC} has support for attiny44... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny44" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny44... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5829,21 +5677,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -5855,8 +5702,8 @@ then HAS_attiny44=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -5875,8 +5722,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny44a" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny44a" >&5 -$as_echo_n "checking if ${CC} has support for attiny44a... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny44a" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny44a... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5891,21 +5738,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -5917,8 +5763,8 @@ then HAS_attiny44a=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -5937,8 +5783,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny45" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny45" >&5 -$as_echo_n "checking if ${CC} has support for attiny45... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny45" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny45... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5953,21 +5799,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -5979,8 +5824,8 @@ then HAS_attiny45=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -5999,8 +5844,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny461" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny461" >&5 -$as_echo_n "checking if ${CC} has support for attiny461... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny461" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny461... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6015,21 +5860,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -6041,8 +5885,8 @@ then HAS_attiny461=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -6061,8 +5905,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny461a" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny461a" >&5 -$as_echo_n "checking if ${CC} has support for attiny461a... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny461a" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny461a... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6077,21 +5921,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -6103,8 +5946,8 @@ then HAS_attiny461a=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -6123,8 +5966,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny48" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny48" >&5 -$as_echo_n "checking if ${CC} has support for attiny48... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny48" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny48... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6139,21 +5982,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -6165,8 +6007,8 @@ then HAS_attiny48=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -6185,8 +6027,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny84" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny84" >&5 -$as_echo_n "checking if ${CC} has support for attiny84... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny84" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny84... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6201,21 +6043,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -6227,8 +6068,8 @@ then HAS_attiny84=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -6247,8 +6088,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny85" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny85" >&5 -$as_echo_n "checking if ${CC} has support for attiny85... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny85" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny85... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6263,21 +6104,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -6289,8 +6129,8 @@ then HAS_attiny85=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -6309,8 +6149,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny861" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny861" >&5 -$as_echo_n "checking if ${CC} has support for attiny861... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny861" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny861... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6325,21 +6165,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -6351,8 +6190,8 @@ then HAS_attiny861=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -6371,8 +6210,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny861a" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny861a" >&5 -$as_echo_n "checking if ${CC} has support for attiny861a... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny861a" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny861a... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6387,21 +6226,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -6413,8 +6251,8 @@ then HAS_attiny861a=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -6433,8 +6271,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny87" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny87" >&5 -$as_echo_n "checking if ${CC} has support for attiny87... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny87" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny87... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6449,21 +6287,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -6475,8 +6312,8 @@ then HAS_attiny87=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -6495,8 +6332,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny88" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny88" >&5 -$as_echo_n "checking if ${CC} has support for attiny88... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny88" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny88... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6511,21 +6348,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -6537,8 +6373,8 @@ then HAS_attiny88=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -6557,8 +6393,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=at86rf401" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for at86rf401" >&5 -$as_echo_n "checking if ${CC} has support for at86rf401... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for at86rf401" >&5 +echo $ECHO_N "checking if ${CC} has support for at86rf401... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6573,21 +6409,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -6599,8 +6434,8 @@ then HAS_at86rf401=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -6655,8 +6490,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=avr31" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for avr31" >&5 -$as_echo_n "checking if ${CC} has support for avr31... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for avr31" >&5 +echo $ECHO_N "checking if ${CC} has support for avr31... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6671,21 +6506,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -6697,8 +6531,8 @@ then HAS_avr31=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -6728,8 +6562,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=avr35" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for avr35" >&5 -$as_echo_n "checking if ${CC} has support for avr35... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for avr35" >&5 +echo $ECHO_N "checking if ${CC} has support for avr35... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6744,21 +6578,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -6770,8 +6603,8 @@ then HAS_avr35=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -6790,8 +6623,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=at90usb82" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for at90usb82" >&5 -$as_echo_n "checking if ${CC} has support for at90usb82... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for at90usb82" >&5 +echo $ECHO_N "checking if ${CC} has support for at90usb82... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6806,21 +6639,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -6832,8 +6664,8 @@ then HAS_at90usb82=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -6852,8 +6684,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=at90usb162" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for at90usb162" >&5 -$as_echo_n "checking if ${CC} has support for at90usb162... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for at90usb162" >&5 +echo $ECHO_N "checking if ${CC} has support for at90usb162... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6868,21 +6700,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -6894,8 +6725,8 @@ then HAS_at90usb162=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -6914,8 +6745,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega8u2" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega8u2" >&5 -$as_echo_n "checking if ${CC} has support for atmega8u2... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega8u2" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega8u2... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6930,21 +6761,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -6956,8 +6786,8 @@ then HAS_atmega8u2=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -6976,8 +6806,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega16u2" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega16u2" >&5 -$as_echo_n "checking if ${CC} has support for atmega16u2... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega16u2" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega16u2... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6992,21 +6822,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -7018,8 +6847,8 @@ then HAS_atmega16u2=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -7038,8 +6867,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega32u2" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega32u2" >&5 -$as_echo_n "checking if ${CC} has support for atmega32u2... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega32u2" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega32u2... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -7054,21 +6883,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -7080,8 +6908,8 @@ then HAS_atmega32u2=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -7100,8 +6928,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=attiny167" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for attiny167" >&5 -$as_echo_n "checking if ${CC} has support for attiny167... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for attiny167" >&5 +echo $ECHO_N "checking if ${CC} has support for attiny167... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -7116,21 +6944,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -7142,8 +6969,8 @@ then HAS_attiny167=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -7197,8 +7024,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega48" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega48" >&5 -$as_echo_n "checking if ${CC} has support for atmega48... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega48" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega48... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -7213,21 +7040,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -7239,8 +7065,8 @@ then HAS_atmega48=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -7259,8 +7085,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega48a" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega48a" >&5 -$as_echo_n "checking if ${CC} has support for atmega48a... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega48a" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega48a... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -7275,21 +7101,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -7301,8 +7126,8 @@ then HAS_atmega48a=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -7321,8 +7146,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega48p" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega48p" >&5 -$as_echo_n "checking if ${CC} has support for atmega48p... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega48p" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega48p... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -7337,21 +7162,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -7363,8 +7187,8 @@ then HAS_atmega48p=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -7383,8 +7207,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega88" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega88" >&5 -$as_echo_n "checking if ${CC} has support for atmega88... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega88" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega88... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -7399,21 +7223,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -7425,8 +7248,8 @@ then HAS_atmega88=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -7445,8 +7268,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega88a" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega88a" >&5 -$as_echo_n "checking if ${CC} has support for atmega88a... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega88a" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega88a... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -7461,21 +7284,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -7487,8 +7309,8 @@ then HAS_atmega88a=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -7507,8 +7329,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega88p" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega88p" >&5 -$as_echo_n "checking if ${CC} has support for atmega88p... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega88p" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega88p... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -7523,21 +7345,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -7549,8 +7370,8 @@ then HAS_atmega88p=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -7569,8 +7390,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega88pa" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega88pa" >&5 -$as_echo_n "checking if ${CC} has support for atmega88pa... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega88pa" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega88pa... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -7585,21 +7406,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -7611,8 +7431,8 @@ then HAS_atmega88pa=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -7631,8 +7451,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega8hva" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega8hva" >&5 -$as_echo_n "checking if ${CC} has support for atmega8hva... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega8hva" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega8hva... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -7647,21 +7467,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -7673,8 +7492,8 @@ then HAS_atmega8hva=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -7693,8 +7512,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=at90pwm1" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for at90pwm1" >&5 -$as_echo_n "checking if ${CC} has support for at90pwm1... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for at90pwm1" >&5 +echo $ECHO_N "checking if ${CC} has support for at90pwm1... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -7709,21 +7528,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -7735,8 +7553,8 @@ then HAS_at90pwm1=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -7755,8 +7573,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=at90pwm2" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for at90pwm2" >&5 -$as_echo_n "checking if ${CC} has support for at90pwm2... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for at90pwm2" >&5 +echo $ECHO_N "checking if ${CC} has support for at90pwm2... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -7771,21 +7589,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -7797,8 +7614,8 @@ then HAS_at90pwm2=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -7817,8 +7634,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=at90pwm2b" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for at90pwm2b" >&5 -$as_echo_n "checking if ${CC} has support for at90pwm2b... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for at90pwm2b" >&5 +echo $ECHO_N "checking if ${CC} has support for at90pwm2b... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -7833,21 +7650,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -7859,8 +7675,8 @@ then HAS_at90pwm2b=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -7879,8 +7695,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=at90pwm3" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for at90pwm3" >&5 -$as_echo_n "checking if ${CC} has support for at90pwm3... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for at90pwm3" >&5 +echo $ECHO_N "checking if ${CC} has support for at90pwm3... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -7895,21 +7711,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -7921,8 +7736,8 @@ then HAS_at90pwm3=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -7941,8 +7756,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=at90pwm3b" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for at90pwm3b" >&5 -$as_echo_n "checking if ${CC} has support for at90pwm3b... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for at90pwm3b" >&5 +echo $ECHO_N "checking if ${CC} has support for at90pwm3b... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -7957,21 +7772,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -7983,8 +7797,8 @@ then HAS_at90pwm3b=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -8003,8 +7817,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=at90pwm81" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for at90pwm81" >&5 -$as_echo_n "checking if ${CC} has support for at90pwm81... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for at90pwm81" >&5 +echo $ECHO_N "checking if ${CC} has support for at90pwm81... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -8019,21 +7833,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -8045,8 +7858,8 @@ then HAS_at90pwm81=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -8076,8 +7889,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=at90can32" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for at90can32" >&5 -$as_echo_n "checking if ${CC} has support for at90can32... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for at90can32" >&5 +echo $ECHO_N "checking if ${CC} has support for at90can32... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -8092,21 +7905,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -8118,8 +7930,8 @@ then HAS_at90can32=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -8138,8 +7950,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=at90can64" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for at90can64" >&5 -$as_echo_n "checking if ${CC} has support for at90can64... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for at90can64" >&5 +echo $ECHO_N "checking if ${CC} has support for at90can64... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -8154,21 +7966,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -8180,8 +7991,8 @@ then HAS_at90can64=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -8200,8 +8011,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=at90scr100" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for at90scr100" >&5 -$as_echo_n "checking if ${CC} has support for at90scr100... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for at90scr100" >&5 +echo $ECHO_N "checking if ${CC} has support for at90scr100... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -8216,21 +8027,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -8242,8 +8052,8 @@ then HAS_at90scr100=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -8262,8 +8072,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=at90usb646" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for at90usb646" >&5 -$as_echo_n "checking if ${CC} has support for at90usb646... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for at90usb646" >&5 +echo $ECHO_N "checking if ${CC} has support for at90usb646... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -8278,21 +8088,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -8304,8 +8113,8 @@ then HAS_at90usb646=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -8324,8 +8133,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=at90usb647" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for at90usb647" >&5 -$as_echo_n "checking if ${CC} has support for at90usb647... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for at90usb647" >&5 +echo $ECHO_N "checking if ${CC} has support for at90usb647... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -8340,21 +8149,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -8366,8 +8174,8 @@ then HAS_at90usb647=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -8386,8 +8194,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=at90pwm316" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for at90pwm316" >&5 -$as_echo_n "checking if ${CC} has support for at90pwm316... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for at90pwm316" >&5 +echo $ECHO_N "checking if ${CC} has support for at90pwm316... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -8402,21 +8210,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -8428,8 +8235,8 @@ then HAS_at90pwm316=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -8448,8 +8255,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=at90pwm216" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for at90pwm216" >&5 -$as_echo_n "checking if ${CC} has support for at90pwm216... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for at90pwm216" >&5 +echo $ECHO_N "checking if ${CC} has support for at90pwm216... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -8464,21 +8271,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -8490,8 +8296,8 @@ then HAS_at90pwm216=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -8510,8 +8316,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=at94k" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for at94k" >&5 -$as_echo_n "checking if ${CC} has support for at94k... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for at94k" >&5 +echo $ECHO_N "checking if ${CC} has support for at94k... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -8526,21 +8332,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -8552,8 +8357,8 @@ then HAS_at94k=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -8572,8 +8377,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega16" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega16" >&5 -$as_echo_n "checking if ${CC} has support for atmega16... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega16" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega16... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -8588,21 +8393,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -8614,8 +8418,8 @@ then HAS_atmega16=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -8634,8 +8438,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega16a" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega16a" >&5 -$as_echo_n "checking if ${CC} has support for atmega16a... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega16a" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega16a... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -8650,21 +8454,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -8676,8 +8479,8 @@ then HAS_atmega16a=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -8696,8 +8499,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega161" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega161" >&5 -$as_echo_n "checking if ${CC} has support for atmega161... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega161" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega161... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -8712,21 +8515,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -8738,8 +8540,8 @@ then HAS_atmega161=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -8758,8 +8560,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega162" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega162" >&5 -$as_echo_n "checking if ${CC} has support for atmega162... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega162" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega162... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -8774,21 +8576,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -8800,8 +8601,8 @@ then HAS_atmega162=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -8820,8 +8621,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega163" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega163" >&5 -$as_echo_n "checking if ${CC} has support for atmega163... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega163" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega163... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -8836,21 +8637,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -8862,8 +8662,8 @@ then HAS_atmega163=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -8882,8 +8682,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega164a" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega164a" >&5 -$as_echo_n "checking if ${CC} has support for atmega164a... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega164a" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega164a... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -8898,21 +8698,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -8924,8 +8723,8 @@ then HAS_atmega164a=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -8944,8 +8743,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega164p" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega164p" >&5 -$as_echo_n "checking if ${CC} has support for atmega164p... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega164p" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega164p... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -8960,21 +8759,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -8986,8 +8784,8 @@ then HAS_atmega164p=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -9006,8 +8804,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega165" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega165" >&5 -$as_echo_n "checking if ${CC} has support for atmega165... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega165" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega165... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -9022,21 +8820,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -9048,8 +8845,8 @@ then HAS_atmega165=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -9068,8 +8865,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega165a" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega165a" >&5 -$as_echo_n "checking if ${CC} has support for atmega165a... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega165a" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega165a... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -9084,21 +8881,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -9110,8 +8906,8 @@ then HAS_atmega165a=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -9130,8 +8926,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega165p" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega165p" >&5 -$as_echo_n "checking if ${CC} has support for atmega165p... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega165p" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega165p... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -9146,21 +8942,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -9172,8 +8967,8 @@ then HAS_atmega165p=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -9192,8 +8987,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega168" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega168" >&5 -$as_echo_n "checking if ${CC} has support for atmega168... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega168" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega168... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -9208,21 +9003,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -9234,8 +9028,8 @@ then HAS_atmega168=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -9254,8 +9048,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega168a" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega168a" >&5 -$as_echo_n "checking if ${CC} has support for atmega168a... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega168a" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega168a... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -9270,21 +9064,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -9296,8 +9089,8 @@ then HAS_atmega168a=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -9316,8 +9109,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega168p" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega168p" >&5 -$as_echo_n "checking if ${CC} has support for atmega168p... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega168p" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega168p... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -9332,21 +9125,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -9358,8 +9150,8 @@ then HAS_atmega168p=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -9378,8 +9170,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega169" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega169" >&5 -$as_echo_n "checking if ${CC} has support for atmega169... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega169" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega169... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -9394,21 +9186,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -9420,8 +9211,8 @@ then HAS_atmega169=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -9440,8 +9231,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega169a" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega169a" >&5 -$as_echo_n "checking if ${CC} has support for atmega169a... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega169a" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega169a... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -9456,21 +9247,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -9482,8 +9272,8 @@ then HAS_atmega169a=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -9502,8 +9292,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega169p" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega169p" >&5 -$as_echo_n "checking if ${CC} has support for atmega169p... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega169p" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega169p... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -9518,21 +9308,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -9544,8 +9333,8 @@ then HAS_atmega169p=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -9564,8 +9353,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega169pa" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega169pa" >&5 -$as_echo_n "checking if ${CC} has support for atmega169pa... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega169pa" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega169pa... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -9580,21 +9369,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -9606,8 +9394,8 @@ then HAS_atmega169pa=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -9626,8 +9414,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega16hva" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega16hva" >&5 -$as_echo_n "checking if ${CC} has support for atmega16hva... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega16hva" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega16hva... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -9642,21 +9430,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -9668,8 +9455,8 @@ then HAS_atmega16hva=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -9688,8 +9475,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega16hva2" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega16hva2" >&5 -$as_echo_n "checking if ${CC} has support for atmega16hva2... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega16hva2" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega16hva2... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -9704,21 +9491,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -9730,8 +9516,8 @@ then HAS_atmega16hva2=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -9750,8 +9536,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega16hvb" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega16hvb" >&5 -$as_echo_n "checking if ${CC} has support for atmega16hvb... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega16hvb" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega16hvb... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -9766,21 +9552,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -9792,8 +9577,8 @@ then HAS_atmega16hvb=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -9812,8 +9597,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega16m1" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega16m1" >&5 -$as_echo_n "checking if ${CC} has support for atmega16m1... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega16m1" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega16m1... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -9828,21 +9613,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -9854,8 +9638,8 @@ then HAS_atmega16m1=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -9874,8 +9658,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega16u4" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega16u4" >&5 -$as_echo_n "checking if ${CC} has support for atmega16u4... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega16u4" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega16u4... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -9890,21 +9674,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -9916,8 +9699,8 @@ then HAS_atmega16u4=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -9936,8 +9719,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega32" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega32" >&5 -$as_echo_n "checking if ${CC} has support for atmega32... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega32" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega32... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -9952,21 +9735,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -9978,8 +9760,8 @@ then HAS_atmega32=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -9998,8 +9780,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega323" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega323" >&5 -$as_echo_n "checking if ${CC} has support for atmega323... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega323" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega323... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10014,21 +9796,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -10040,8 +9821,8 @@ then HAS_atmega323=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -10060,8 +9841,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega324a" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega324a" >&5 -$as_echo_n "checking if ${CC} has support for atmega324a... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega324a" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega324a... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10076,21 +9857,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -10102,8 +9882,8 @@ then HAS_atmega324a=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -10122,8 +9902,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega324p" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega324p" >&5 -$as_echo_n "checking if ${CC} has support for atmega324p... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega324p" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega324p... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10138,21 +9918,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -10164,8 +9943,8 @@ then HAS_atmega324p=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -10184,8 +9963,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega324pa" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega324pa" >&5 -$as_echo_n "checking if ${CC} has support for atmega324pa... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega324pa" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega324pa... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10200,21 +9979,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -10226,8 +10004,8 @@ then HAS_atmega324pa=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -10246,8 +10024,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega325" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega325" >&5 -$as_echo_n "checking if ${CC} has support for atmega325... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega325" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega325... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10262,21 +10040,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -10288,8 +10065,8 @@ then HAS_atmega325=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -10308,8 +10085,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega325p" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega325p" >&5 -$as_echo_n "checking if ${CC} has support for atmega325p... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega325p" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega325p... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10324,21 +10101,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -10350,8 +10126,8 @@ then HAS_atmega325p=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -10370,8 +10146,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega3250" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega3250" >&5 -$as_echo_n "checking if ${CC} has support for atmega3250... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega3250" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega3250... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10386,21 +10162,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -10412,8 +10187,8 @@ then HAS_atmega3250=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -10432,8 +10207,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega3250p" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega3250p" >&5 -$as_echo_n "checking if ${CC} has support for atmega3250p... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega3250p" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega3250p... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10448,21 +10223,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -10474,8 +10248,8 @@ then HAS_atmega3250p=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -10494,8 +10268,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega328" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega328" >&5 -$as_echo_n "checking if ${CC} has support for atmega328... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega328" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega328... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10510,21 +10284,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -10536,8 +10309,8 @@ then HAS_atmega328=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -10556,8 +10329,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega328p" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega328p" >&5 -$as_echo_n "checking if ${CC} has support for atmega328p... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega328p" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega328p... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10572,21 +10345,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -10598,8 +10370,8 @@ then HAS_atmega328p=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -10618,8 +10390,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega329" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega329" >&5 -$as_echo_n "checking if ${CC} has support for atmega329... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega329" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega329... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10634,21 +10406,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -10660,8 +10431,8 @@ then HAS_atmega329=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -10680,8 +10451,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega329p" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega329p" >&5 -$as_echo_n "checking if ${CC} has support for atmega329p... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega329p" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega329p... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10696,21 +10467,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -10722,8 +10492,8 @@ then HAS_atmega329p=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -10742,8 +10512,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega329pa" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega329pa" >&5 -$as_echo_n "checking if ${CC} has support for atmega329pa... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega329pa" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega329pa... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10758,21 +10528,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -10784,8 +10553,8 @@ then HAS_atmega329pa=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -10804,8 +10573,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega3290" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega3290" >&5 -$as_echo_n "checking if ${CC} has support for atmega3290... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega3290" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega3290... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10820,21 +10589,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -10846,8 +10614,8 @@ then HAS_atmega3290=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -10866,8 +10634,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega3290p" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega3290p" >&5 -$as_echo_n "checking if ${CC} has support for atmega3290p... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega3290p" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega3290p... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10882,21 +10650,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -10908,8 +10675,8 @@ then HAS_atmega3290p=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -10928,8 +10695,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega32c1" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega32c1" >&5 -$as_echo_n "checking if ${CC} has support for atmega32c1... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega32c1" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega32c1... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -10944,21 +10711,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -10970,8 +10736,8 @@ then HAS_atmega32c1=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -10990,8 +10756,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega32hvb" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega32hvb" >&5 -$as_echo_n "checking if ${CC} has support for atmega32hvb... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega32hvb" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega32hvb... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11006,21 +10772,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -11032,8 +10797,8 @@ then HAS_atmega32hvb=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -11052,8 +10817,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega32m1" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega32m1" >&5 -$as_echo_n "checking if ${CC} has support for atmega32m1... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega32m1" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega32m1... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11068,21 +10833,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -11094,8 +10858,8 @@ then HAS_atmega32m1=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -11114,8 +10878,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega32u4" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega32u4" >&5 -$as_echo_n "checking if ${CC} has support for atmega32u4... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega32u4" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega32u4... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11130,21 +10894,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -11156,8 +10919,8 @@ then HAS_atmega32u4=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -11176,8 +10939,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega32u6" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega32u6" >&5 -$as_echo_n "checking if ${CC} has support for atmega32u6... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega32u6" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega32u6... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11192,21 +10955,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -11218,8 +10980,8 @@ then HAS_atmega32u6=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -11238,8 +11000,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega406" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega406" >&5 -$as_echo_n "checking if ${CC} has support for atmega406... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega406" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega406... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11254,21 +11016,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -11280,8 +11041,8 @@ then HAS_atmega406=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -11300,8 +11061,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega64" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega64" >&5 -$as_echo_n "checking if ${CC} has support for atmega64... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega64" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega64... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11316,21 +11077,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -11342,8 +11102,8 @@ then HAS_atmega64=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -11362,8 +11122,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega640" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega640" >&5 -$as_echo_n "checking if ${CC} has support for atmega640... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega640" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega640... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11378,21 +11138,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -11404,8 +11163,8 @@ then HAS_atmega640=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -11424,8 +11183,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega644" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega644" >&5 -$as_echo_n "checking if ${CC} has support for atmega644... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega644" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega644... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11440,21 +11199,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -11466,8 +11224,8 @@ then HAS_atmega644=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -11486,8 +11244,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega644a" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega644a" >&5 -$as_echo_n "checking if ${CC} has support for atmega644a... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega644a" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega644a... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11502,21 +11260,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -11528,8 +11285,8 @@ then HAS_atmega644a=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -11548,8 +11305,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega644p" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega644p" >&5 -$as_echo_n "checking if ${CC} has support for atmega644p... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega644p" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega644p... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11564,21 +11321,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -11590,8 +11346,8 @@ then HAS_atmega644p=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -11610,8 +11366,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega644pa" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega644pa" >&5 -$as_echo_n "checking if ${CC} has support for atmega644pa... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega644pa" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega644pa... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11626,21 +11382,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -11652,8 +11407,8 @@ then HAS_atmega644pa=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -11672,8 +11427,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega645" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega645" >&5 -$as_echo_n "checking if ${CC} has support for atmega645... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega645" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega645... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11688,21 +11443,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -11714,8 +11468,8 @@ then HAS_atmega645=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -11734,8 +11488,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega645a" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega645a" >&5 -$as_echo_n "checking if ${CC} has support for atmega645a... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega645a" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega645a... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11750,21 +11504,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -11776,8 +11529,8 @@ then HAS_atmega645a=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -11796,8 +11549,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega645p" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega645p" >&5 -$as_echo_n "checking if ${CC} has support for atmega645p... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega645p" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega645p... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11812,21 +11565,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -11838,8 +11590,8 @@ then HAS_atmega645p=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -11858,8 +11610,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega6450" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega6450" >&5 -$as_echo_n "checking if ${CC} has support for atmega6450... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega6450" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega6450... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11874,21 +11626,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -11900,8 +11651,8 @@ then HAS_atmega6450=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -11920,8 +11671,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega6450a" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega6450a" >&5 -$as_echo_n "checking if ${CC} has support for atmega6450a... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega6450a" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega6450a... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11936,21 +11687,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -11962,8 +11712,8 @@ then HAS_atmega6450a=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -11982,8 +11732,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega6450p" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega6450p" >&5 -$as_echo_n "checking if ${CC} has support for atmega6450p... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega6450p" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega6450p... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11998,21 +11748,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -12024,8 +11773,8 @@ then HAS_atmega6450p=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -12044,8 +11793,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega649" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega649" >&5 -$as_echo_n "checking if ${CC} has support for atmega649... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega649" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega649... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -12060,21 +11809,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -12086,8 +11834,8 @@ then HAS_atmega649=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -12106,8 +11854,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega649a" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega649a" >&5 -$as_echo_n "checking if ${CC} has support for atmega649a... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega649a" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega649a... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -12122,21 +11870,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -12148,8 +11895,8 @@ then HAS_atmega649a=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -12168,8 +11915,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega649p" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega649p" >&5 -$as_echo_n "checking if ${CC} has support for atmega649p... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega649p" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega649p... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -12184,21 +11931,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -12210,8 +11956,8 @@ then HAS_atmega649p=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -12230,8 +11976,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega6490" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega6490" >&5 -$as_echo_n "checking if ${CC} has support for atmega6490... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega6490" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega6490... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -12246,21 +11992,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -12272,8 +12017,8 @@ then HAS_atmega6490=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -12292,8 +12037,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega6490a" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega6490a" >&5 -$as_echo_n "checking if ${CC} has support for atmega6490a... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega6490a" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega6490a... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -12308,21 +12053,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -12334,8 +12078,8 @@ then HAS_atmega6490a=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -12354,8 +12098,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega6490p" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega6490p" >&5 -$as_echo_n "checking if ${CC} has support for atmega6490p... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega6490p" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega6490p... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -12370,21 +12114,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -12396,8 +12139,8 @@ then HAS_atmega6490p=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -12416,8 +12159,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega64c1" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega64c1" >&5 -$as_echo_n "checking if ${CC} has support for atmega64c1... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega64c1" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega64c1... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -12432,21 +12175,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -12458,8 +12200,8 @@ then HAS_atmega64c1=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -12478,8 +12220,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega64hve" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega64hve" >&5 -$as_echo_n "checking if ${CC} has support for atmega64hve... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega64hve" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega64hve... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -12494,21 +12236,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -12520,8 +12261,8 @@ then HAS_atmega64hve=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -12540,8 +12281,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega64m1" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega64m1" >&5 -$as_echo_n "checking if ${CC} has support for atmega64m1... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega64m1" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega64m1... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -12556,21 +12297,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -12582,8 +12322,8 @@ then HAS_atmega64m1=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -12602,8 +12342,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega128rfa1" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega128rfa1" >&5 -$as_echo_n "checking if ${CC} has support for atmega128rfa1... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega128rfa1" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega128rfa1... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -12618,21 +12358,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -12644,8 +12383,8 @@ then HAS_atmega128rfa1=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -12666,8 +12405,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=avr51" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for avr51" >&5 -$as_echo_n "checking if ${CC} has support for avr51... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for avr51" >&5 +echo $ECHO_N "checking if ${CC} has support for avr51... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -12682,21 +12421,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -12708,8 +12446,8 @@ then HAS_avr51=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -12737,8 +12475,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega1280" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega1280" >&5 -$as_echo_n "checking if ${CC} has support for atmega1280... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega1280" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega1280... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -12753,21 +12491,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -12779,8 +12516,8 @@ then HAS_atmega1280=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -12799,8 +12536,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega1281" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega1281" >&5 -$as_echo_n "checking if ${CC} has support for atmega1281... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega1281" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega1281... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -12815,21 +12552,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -12841,8 +12577,8 @@ then HAS_atmega1281=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -12861,8 +12597,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega1284p" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega1284p" >&5 -$as_echo_n "checking if ${CC} has support for atmega1284p... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega1284p" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega1284p... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -12877,21 +12613,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -12903,8 +12638,8 @@ then HAS_atmega1284p=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -12923,8 +12658,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=at90can128" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for at90can128" >&5 -$as_echo_n "checking if ${CC} has support for at90can128... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for at90can128" >&5 +echo $ECHO_N "checking if ${CC} has support for at90can128... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -12939,21 +12674,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -12965,8 +12699,8 @@ then HAS_at90can128=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -12985,8 +12719,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=at90usb1286" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for at90usb1286" >&5 -$as_echo_n "checking if ${CC} has support for at90usb1286... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for at90usb1286" >&5 +echo $ECHO_N "checking if ${CC} has support for at90usb1286... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -13001,21 +12735,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -13027,8 +12760,8 @@ then HAS_at90usb1286=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -13047,8 +12780,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=at90usb1287" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for at90usb1287" >&5 -$as_echo_n "checking if ${CC} has support for at90usb1287... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for at90usb1287" >&5 +echo $ECHO_N "checking if ${CC} has support for at90usb1287... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -13063,21 +12796,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -13089,8 +12821,8 @@ then HAS_at90usb1287=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -13111,8 +12843,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=avr6" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for avr6" >&5 -$as_echo_n "checking if ${CC} has support for avr6... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for avr6" >&5 +echo $ECHO_N "checking if ${CC} has support for avr6... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -13127,21 +12859,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -13153,8 +12884,8 @@ then HAS_avr6=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -13173,8 +12904,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega2560" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega2560" >&5 -$as_echo_n "checking if ${CC} has support for atmega2560... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega2560" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega2560... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -13189,21 +12920,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -13215,8 +12945,8 @@ then HAS_atmega2560=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -13235,8 +12965,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atmega2561" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atmega2561" >&5 -$as_echo_n "checking if ${CC} has support for atmega2561... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atmega2561" >&5 +echo $ECHO_N "checking if ${CC} has support for atmega2561... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -13251,21 +12981,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -13277,8 +13006,8 @@ then HAS_atmega2561=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -13299,8 +13028,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=avrxmega2" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for avrxmega2" >&5 -$as_echo_n "checking if ${CC} has support for avrxmega2... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for avrxmega2" >&5 +echo $ECHO_N "checking if ${CC} has support for avrxmega2... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -13315,21 +13044,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -13341,8 +13069,8 @@ then HAS_avrxmega2=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -13361,8 +13089,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atxmega32d4" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atxmega32d4" >&5 -$as_echo_n "checking if ${CC} has support for atxmega32d4... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atxmega32d4" >&5 +echo $ECHO_N "checking if ${CC} has support for atxmega32d4... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -13377,21 +13105,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -13403,8 +13130,8 @@ then HAS_atxmega32d4=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -13423,8 +13150,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atxmega16a4" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atxmega16a4" >&5 -$as_echo_n "checking if ${CC} has support for atxmega16a4... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atxmega16a4" >&5 +echo $ECHO_N "checking if ${CC} has support for atxmega16a4... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -13439,21 +13166,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -13465,8 +13191,8 @@ then HAS_atxmega16a4=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -13485,8 +13211,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atxmega16d4" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atxmega16d4" >&5 -$as_echo_n "checking if ${CC} has support for atxmega16d4... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atxmega16d4" >&5 +echo $ECHO_N "checking if ${CC} has support for atxmega16d4... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -13501,21 +13227,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -13527,8 +13252,8 @@ then HAS_atxmega16d4=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -13549,8 +13274,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=avrxmega3" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for avrxmega3" >&5 -$as_echo_n "checking if ${CC} has support for avrxmega3... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for avrxmega3" >&5 +echo $ECHO_N "checking if ${CC} has support for avrxmega3... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -13565,21 +13290,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -13591,8 +13315,8 @@ then HAS_avrxmega3=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -13611,8 +13335,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atxmega32a4" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atxmega32a4" >&5 -$as_echo_n "checking if ${CC} has support for atxmega32a4... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atxmega32a4" >&5 +echo $ECHO_N "checking if ${CC} has support for atxmega32a4... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -13627,21 +13351,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -13653,8 +13376,8 @@ then HAS_atxmega32a4=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -13675,8 +13398,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=avrxmega4" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for avrxmega4" >&5 -$as_echo_n "checking if ${CC} has support for avrxmega4... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for avrxmega4" >&5 +echo $ECHO_N "checking if ${CC} has support for avrxmega4... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -13691,21 +13414,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -13717,8 +13439,8 @@ then HAS_avrxmega4=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -13737,8 +13459,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atxmega64a3" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atxmega64a3" >&5 -$as_echo_n "checking if ${CC} has support for atxmega64a3... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atxmega64a3" >&5 +echo $ECHO_N "checking if ${CC} has support for atxmega64a3... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -13753,21 +13475,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -13779,8 +13500,8 @@ then HAS_atxmega64a3=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -13799,8 +13520,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atxmega64d3" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atxmega64d3" >&5 -$as_echo_n "checking if ${CC} has support for atxmega64d3... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atxmega64d3" >&5 +echo $ECHO_N "checking if ${CC} has support for atxmega64d3... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -13815,21 +13536,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -13841,8 +13561,8 @@ then HAS_atxmega64d3=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -13863,8 +13583,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=avrxmega5" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for avrxmega5" >&5 -$as_echo_n "checking if ${CC} has support for avrxmega5... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for avrxmega5" >&5 +echo $ECHO_N "checking if ${CC} has support for avrxmega5... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -13879,21 +13599,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -13905,8 +13624,8 @@ then HAS_avrxmega5=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -13925,8 +13644,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atxmega64a1" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atxmega64a1" >&5 -$as_echo_n "checking if ${CC} has support for atxmega64a1... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atxmega64a1" >&5 +echo $ECHO_N "checking if ${CC} has support for atxmega64a1... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -13941,21 +13660,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -13967,8 +13685,8 @@ then HAS_atxmega64a1=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -13989,8 +13707,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=avrxmega6" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for avrxmega6" >&5 -$as_echo_n "checking if ${CC} has support for avrxmega6... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for avrxmega6" >&5 +echo $ECHO_N "checking if ${CC} has support for avrxmega6... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -14005,21 +13723,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -14031,8 +13748,8 @@ then HAS_avrxmega6=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -14051,8 +13768,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atxmega128a3" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atxmega128a3" >&5 -$as_echo_n "checking if ${CC} has support for atxmega128a3... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atxmega128a3" >&5 +echo $ECHO_N "checking if ${CC} has support for atxmega128a3... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -14067,21 +13784,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -14093,8 +13809,8 @@ then HAS_atxmega128a3=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -14113,8 +13829,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atxmega128d3" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atxmega128d3" >&5 -$as_echo_n "checking if ${CC} has support for atxmega128d3... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atxmega128d3" >&5 +echo $ECHO_N "checking if ${CC} has support for atxmega128d3... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -14129,21 +13845,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -14155,8 +13870,8 @@ then HAS_atxmega128d3=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -14175,8 +13890,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atxmega192a3" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atxmega192a3" >&5 -$as_echo_n "checking if ${CC} has support for atxmega192a3... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atxmega192a3" >&5 +echo $ECHO_N "checking if ${CC} has support for atxmega192a3... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -14191,21 +13906,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -14217,8 +13931,8 @@ then HAS_atxmega192a3=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -14237,8 +13951,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atxmega192d3" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atxmega192d3" >&5 -$as_echo_n "checking if ${CC} has support for atxmega192d3... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atxmega192d3" >&5 +echo $ECHO_N "checking if ${CC} has support for atxmega192d3... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -14253,21 +13967,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -14279,8 +13992,8 @@ then HAS_atxmega192d3=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -14299,8 +14012,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atxmega256a3" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atxmega256a3" >&5 -$as_echo_n "checking if ${CC} has support for atxmega256a3... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atxmega256a3" >&5 +echo $ECHO_N "checking if ${CC} has support for atxmega256a3... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -14315,21 +14028,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -14341,8 +14053,8 @@ then HAS_atxmega256a3=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -14361,8 +14073,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atxmega256a3b" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atxmega256a3b" >&5 -$as_echo_n "checking if ${CC} has support for atxmega256a3b... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atxmega256a3b" >&5 +echo $ECHO_N "checking if ${CC} has support for atxmega256a3b... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -14377,21 +14089,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -14403,8 +14114,8 @@ then HAS_atxmega256a3b=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -14423,8 +14134,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atxmega256d3" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atxmega256d3" >&5 -$as_echo_n "checking if ${CC} has support for atxmega256d3... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atxmega256d3" >&5 +echo $ECHO_N "checking if ${CC} has support for atxmega256d3... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -14439,21 +14150,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -14465,8 +14175,8 @@ then HAS_atxmega256d3=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -14487,8 +14197,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=avrxmega7" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for avrxmega7" >&5 -$as_echo_n "checking if ${CC} has support for avrxmega7... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for avrxmega7" >&5 +echo $ECHO_N "checking if ${CC} has support for avrxmega7... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -14503,21 +14213,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -14529,8 +14238,8 @@ then HAS_avrxmega7=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -14549,8 +14258,8 @@ old_CFLAGS=${CFLAGS} CFLAGS="-mmcu=atxmega128a1" CC=`echo "${CC}" | sed 's/-mmcu=avr.//'` - { $as_echo "$as_me:$LINENO: checking if ${CC} has support for atxmega128a1" >&5 -$as_echo_n "checking if ${CC} has support for atxmega128a1... " >&6; } + { echo "$as_me:$LINENO: checking if ${CC} has support for atxmega128a1" >&5 +echo $ECHO_N "checking if ${CC} has support for atxmega128a1... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -14565,21 +14274,20 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then has_dev_support=yes else - $as_echo "$as_me: failed program was:" >&5 + echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_dev_support=no @@ -14591,8 +14299,8 @@ then HAS_atxmega128a1=yes fi - { $as_echo "$as_me:$LINENO: result: $has_dev_support" >&5 -$as_echo "$has_dev_support" >&6; } + { echo "$as_me:$LINENO: result: $has_dev_support" >&5 +echo "${ECHO_T}$has_dev_support" >&6; } CC=${old_CC} CFLAGS=${old_CFLAGS} @@ -14701,12 +14409,11 @@ case $ac_val in #( *${as_nl}*) case $ac_var in #( - *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( - BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) $as_unset $ac_var ;; esac ;; esac @@ -14739,12 +14446,12 @@ if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then test "x$cache_file" != "x/dev/null" && - { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 -$as_echo "$as_me: updating cache $cache_file" >&6;} + { echo "$as_me:$LINENO: updating cache $cache_file" >&5 +echo "$as_me: updating cache $cache_file" >&6;} cat confcache >$cache_file else - { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 -$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} + { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 +echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache @@ -14760,7 +14467,7 @@ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' - ac_i=`$as_echo "$ac_i" | sed "$ac_script"` + ac_i=`echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" @@ -14772,1315 +14479,1314 @@ if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"AMDEP\" was never defined. +echo "$as_me: error: conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. +echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCCAS\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCCAS\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"am__fastdepCCAS\" was never defined. +echo "$as_me: error: conditional \"am__fastdepCCAS\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_avr1_TRUE}" && test -z "${HAS_avr1_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_avr1\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_avr1\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_avr1\" was never defined. +echo "$as_me: error: conditional \"HAS_avr1\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90s1200_TRUE}" && test -z "${HAS_at90s1200_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90s1200\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90s1200\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90s1200\" was never defined. +echo "$as_me: error: conditional \"HAS_at90s1200\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny11_TRUE}" && test -z "${HAS_attiny11_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny11\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny11\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny11\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny11\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny12_TRUE}" && test -z "${HAS_attiny12_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny12\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny12\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny12\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny12\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny15_TRUE}" && test -z "${HAS_attiny15_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny15\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny15\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny15\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny15\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny28_TRUE}" && test -z "${HAS_attiny28_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny28\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny28\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny28\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny28\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_avr2_TRUE}" && test -z "${HAS_avr2_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_avr2\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_avr2\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_avr2\" was never defined. +echo "$as_me: error: conditional \"HAS_avr2\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90s2313_TRUE}" && test -z "${HAS_at90s2313_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90s2313\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90s2313\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90s2313\" was never defined. +echo "$as_me: error: conditional \"HAS_at90s2313\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90s2323_TRUE}" && test -z "${HAS_at90s2323_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90s2323\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90s2323\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90s2323\" was never defined. +echo "$as_me: error: conditional \"HAS_at90s2323\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90s2333_TRUE}" && test -z "${HAS_at90s2333_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90s2333\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90s2333\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90s2333\" was never defined. +echo "$as_me: error: conditional \"HAS_at90s2333\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90s2343_TRUE}" && test -z "${HAS_at90s2343_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90s2343\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90s2343\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90s2343\" was never defined. +echo "$as_me: error: conditional \"HAS_at90s2343\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90s4414_TRUE}" && test -z "${HAS_at90s4414_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90s4414\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90s4414\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90s4414\" was never defined. +echo "$as_me: error: conditional \"HAS_at90s4414\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90s4433_TRUE}" && test -z "${HAS_at90s4433_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90s4433\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90s4433\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90s4433\" was never defined. +echo "$as_me: error: conditional \"HAS_at90s4433\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90s4434_TRUE}" && test -z "${HAS_at90s4434_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90s4434\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90s4434\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90s4434\" was never defined. +echo "$as_me: error: conditional \"HAS_at90s4434\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90s8515_TRUE}" && test -z "${HAS_at90s8515_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90s8515\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90s8515\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90s8515\" was never defined. +echo "$as_me: error: conditional \"HAS_at90s8515\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90c8534_TRUE}" && test -z "${HAS_at90c8534_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90c8534\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90c8534\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90c8534\" was never defined. +echo "$as_me: error: conditional \"HAS_at90c8534\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90s8535_TRUE}" && test -z "${HAS_at90s8535_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90s8535\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90s8535\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90s8535\" was never defined. +echo "$as_me: error: conditional \"HAS_at90s8535\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny22_TRUE}" && test -z "${HAS_attiny22_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny22\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny22\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny22\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny22\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny26_TRUE}" && test -z "${HAS_attiny26_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny26\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny26\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny26\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny26\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_avr25_TRUE}" && test -z "${HAS_avr25_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_avr25\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_avr25\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_avr25\" was never defined. +echo "$as_me: error: conditional \"HAS_avr25\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_ata6289_TRUE}" && test -z "${HAS_ata6289_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_ata6289\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_ata6289\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_ata6289\" was never defined. +echo "$as_me: error: conditional \"HAS_ata6289\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny13_TRUE}" && test -z "${HAS_attiny13_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny13\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny13\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny13\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny13\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny13a_TRUE}" && test -z "${HAS_attiny13a_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny13a\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny13a\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny13a\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny13a\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny2313_TRUE}" && test -z "${HAS_attiny2313_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny2313\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny2313\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny2313\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny2313\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny2313a_TRUE}" && test -z "${HAS_attiny2313a_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny2313a\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny2313a\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny2313a\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny2313a\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny24_TRUE}" && test -z "${HAS_attiny24_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny24\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny24\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny24\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny24\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny24a_TRUE}" && test -z "${HAS_attiny24a_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny24a\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny24a\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny24a\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny24a\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny25_TRUE}" && test -z "${HAS_attiny25_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny25\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny25\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny25\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny25\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny261_TRUE}" && test -z "${HAS_attiny261_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny261\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny261\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny261\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny261\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny261a_TRUE}" && test -z "${HAS_attiny261a_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny261a\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny261a\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny261a\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny261a\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny43u_TRUE}" && test -z "${HAS_attiny43u_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny43u\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny43u\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny43u\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny43u\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny4313_TRUE}" && test -z "${HAS_attiny4313_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny4313\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny4313\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny4313\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny4313\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny44_TRUE}" && test -z "${HAS_attiny44_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny44\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny44\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny44\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny44\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny44a_TRUE}" && test -z "${HAS_attiny44a_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny44a\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny44a\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny44a\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny44a\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny45_TRUE}" && test -z "${HAS_attiny45_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny45\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny45\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny45\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny45\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny461_TRUE}" && test -z "${HAS_attiny461_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny461\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny461\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny461\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny461\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny461a_TRUE}" && test -z "${HAS_attiny461a_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny461a\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny461a\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny461a\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny461a\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny48_TRUE}" && test -z "${HAS_attiny48_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny48\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny48\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny48\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny48\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny84_TRUE}" && test -z "${HAS_attiny84_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny84\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny84\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny84\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny84\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny85_TRUE}" && test -z "${HAS_attiny85_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny85\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny85\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny85\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny85\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny861_TRUE}" && test -z "${HAS_attiny861_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny861\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny861\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny861\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny861\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny861a_TRUE}" && test -z "${HAS_attiny861a_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny861a\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny861a\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny861a\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny861a\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny87_TRUE}" && test -z "${HAS_attiny87_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny87\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny87\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny87\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny87\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny88_TRUE}" && test -z "${HAS_attiny88_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny88\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny88\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny88\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny88\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at86rf401_TRUE}" && test -z "${HAS_at86rf401_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at86rf401\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at86rf401\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at86rf401\" was never defined. +echo "$as_me: error: conditional \"HAS_at86rf401\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_avr3_TRUE}" && test -z "${HAS_avr3_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_avr3\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_avr3\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_avr3\" was never defined. +echo "$as_me: error: conditional \"HAS_avr3\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at43usb320_TRUE}" && test -z "${HAS_at43usb320_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at43usb320\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at43usb320\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at43usb320\" was never defined. +echo "$as_me: error: conditional \"HAS_at43usb320\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at43usb355_TRUE}" && test -z "${HAS_at43usb355_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at43usb355\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at43usb355\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at43usb355\" was never defined. +echo "$as_me: error: conditional \"HAS_at43usb355\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at76c711_TRUE}" && test -z "${HAS_at76c711_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at76c711\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at76c711\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at76c711\" was never defined. +echo "$as_me: error: conditional \"HAS_at76c711\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_avr31_TRUE}" && test -z "${HAS_avr31_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_avr31\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_avr31\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_avr31\" was never defined. +echo "$as_me: error: conditional \"HAS_avr31\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega103_TRUE}" && test -z "${HAS_atmega103_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega103\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega103\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega103\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega103\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_avr35_TRUE}" && test -z "${HAS_avr35_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_avr35\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_avr35\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_avr35\" was never defined. +echo "$as_me: error: conditional \"HAS_avr35\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90usb82_TRUE}" && test -z "${HAS_at90usb82_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90usb82\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90usb82\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90usb82\" was never defined. +echo "$as_me: error: conditional \"HAS_at90usb82\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90usb162_TRUE}" && test -z "${HAS_at90usb162_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90usb162\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90usb162\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90usb162\" was never defined. +echo "$as_me: error: conditional \"HAS_at90usb162\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega8u2_TRUE}" && test -z "${HAS_atmega8u2_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega8u2\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega8u2\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega8u2\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega8u2\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega16u2_TRUE}" && test -z "${HAS_atmega16u2_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega16u2\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega16u2\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega16u2\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega16u2\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega32u2_TRUE}" && test -z "${HAS_atmega32u2_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega32u2\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega32u2\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega32u2\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega32u2\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_attiny167_TRUE}" && test -z "${HAS_attiny167_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_attiny167\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_attiny167\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_attiny167\" was never defined. +echo "$as_me: error: conditional \"HAS_attiny167\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_avr4_TRUE}" && test -z "${HAS_avr4_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_avr4\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_avr4\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_avr4\" was never defined. +echo "$as_me: error: conditional \"HAS_avr4\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega8_TRUE}" && test -z "${HAS_atmega8_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega8\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega8\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega8\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega8\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega8515_TRUE}" && test -z "${HAS_atmega8515_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega8515\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega8515\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega8515\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega8515\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega8535_TRUE}" && test -z "${HAS_atmega8535_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega8535\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega8535\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega8535\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega8535\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega48_TRUE}" && test -z "${HAS_atmega48_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega48\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega48\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega48\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega48\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega48a_TRUE}" && test -z "${HAS_atmega48a_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega48a\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega48a\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega48a\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega48a\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega48p_TRUE}" && test -z "${HAS_atmega48p_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega48p\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega48p\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega48p\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega48p\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega88_TRUE}" && test -z "${HAS_atmega88_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega88\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega88\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega88\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega88\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega88a_TRUE}" && test -z "${HAS_atmega88a_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega88a\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega88a\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega88a\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega88a\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega88p_TRUE}" && test -z "${HAS_atmega88p_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega88p\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega88p\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega88p\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega88p\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega88pa_TRUE}" && test -z "${HAS_atmega88pa_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega88pa\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega88pa\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega88pa\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega88pa\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega8hva_TRUE}" && test -z "${HAS_atmega8hva_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega8hva\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega8hva\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega8hva\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega8hva\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90pwm1_TRUE}" && test -z "${HAS_at90pwm1_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90pwm1\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90pwm1\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90pwm1\" was never defined. +echo "$as_me: error: conditional \"HAS_at90pwm1\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90pwm2_TRUE}" && test -z "${HAS_at90pwm2_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90pwm2\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90pwm2\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90pwm2\" was never defined. +echo "$as_me: error: conditional \"HAS_at90pwm2\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90pwm2b_TRUE}" && test -z "${HAS_at90pwm2b_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90pwm2b\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90pwm2b\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90pwm2b\" was never defined. +echo "$as_me: error: conditional \"HAS_at90pwm2b\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90pwm3_TRUE}" && test -z "${HAS_at90pwm3_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90pwm3\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90pwm3\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90pwm3\" was never defined. +echo "$as_me: error: conditional \"HAS_at90pwm3\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90pwm3b_TRUE}" && test -z "${HAS_at90pwm3b_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90pwm3b\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90pwm3b\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90pwm3b\" was never defined. +echo "$as_me: error: conditional \"HAS_at90pwm3b\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90pwm81_TRUE}" && test -z "${HAS_at90pwm81_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90pwm81\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90pwm81\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90pwm81\" was never defined. +echo "$as_me: error: conditional \"HAS_at90pwm81\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_avr5_TRUE}" && test -z "${HAS_avr5_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_avr5\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_avr5\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_avr5\" was never defined. +echo "$as_me: error: conditional \"HAS_avr5\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90can32_TRUE}" && test -z "${HAS_at90can32_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90can32\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90can32\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90can32\" was never defined. +echo "$as_me: error: conditional \"HAS_at90can32\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90can64_TRUE}" && test -z "${HAS_at90can64_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90can64\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90can64\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90can64\" was never defined. +echo "$as_me: error: conditional \"HAS_at90can64\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90scr100_TRUE}" && test -z "${HAS_at90scr100_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90scr100\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90scr100\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90scr100\" was never defined. +echo "$as_me: error: conditional \"HAS_at90scr100\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90usb646_TRUE}" && test -z "${HAS_at90usb646_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90usb646\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90usb646\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90usb646\" was never defined. +echo "$as_me: error: conditional \"HAS_at90usb646\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90usb647_TRUE}" && test -z "${HAS_at90usb647_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90usb647\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90usb647\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90usb647\" was never defined. +echo "$as_me: error: conditional \"HAS_at90usb647\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90pwm316_TRUE}" && test -z "${HAS_at90pwm316_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90pwm316\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90pwm316\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90pwm316\" was never defined. +echo "$as_me: error: conditional \"HAS_at90pwm316\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90pwm216_TRUE}" && test -z "${HAS_at90pwm216_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90pwm216\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90pwm216\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90pwm216\" was never defined. +echo "$as_me: error: conditional \"HAS_at90pwm216\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at94k_TRUE}" && test -z "${HAS_at94k_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at94k\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at94k\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at94k\" was never defined. +echo "$as_me: error: conditional \"HAS_at94k\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega16_TRUE}" && test -z "${HAS_atmega16_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega16\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega16\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega16\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega16\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega16a_TRUE}" && test -z "${HAS_atmega16a_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega16a\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega16a\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega16a\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega16a\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega161_TRUE}" && test -z "${HAS_atmega161_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega161\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega161\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega161\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega161\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega162_TRUE}" && test -z "${HAS_atmega162_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega162\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega162\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega162\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega162\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega163_TRUE}" && test -z "${HAS_atmega163_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega163\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega163\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega163\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega163\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega164a_TRUE}" && test -z "${HAS_atmega164a_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega164a\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega164a\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega164a\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega164a\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega164p_TRUE}" && test -z "${HAS_atmega164p_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega164p\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega164p\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega164p\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega164p\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega165_TRUE}" && test -z "${HAS_atmega165_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega165\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega165\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega165\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega165\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega165a_TRUE}" && test -z "${HAS_atmega165a_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega165a\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega165a\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega165a\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega165a\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega165p_TRUE}" && test -z "${HAS_atmega165p_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega165p\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega165p\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega165p\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega165p\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega168_TRUE}" && test -z "${HAS_atmega168_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega168\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega168\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega168\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega168\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega168a_TRUE}" && test -z "${HAS_atmega168a_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega168a\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega168a\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega168a\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega168a\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega168p_TRUE}" && test -z "${HAS_atmega168p_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega168p\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega168p\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega168p\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega168p\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega169_TRUE}" && test -z "${HAS_atmega169_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega169\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega169\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega169\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega169\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega169a_TRUE}" && test -z "${HAS_atmega169a_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega169a\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega169a\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega169a\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega169a\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega169p_TRUE}" && test -z "${HAS_atmega169p_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega169p\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega169p\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega169p\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega169p\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega169pa_TRUE}" && test -z "${HAS_atmega169pa_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega169pa\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega169pa\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega169pa\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega169pa\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega16hva_TRUE}" && test -z "${HAS_atmega16hva_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega16hva\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega16hva\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega16hva\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega16hva\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega16hva2_TRUE}" && test -z "${HAS_atmega16hva2_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega16hva2\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega16hva2\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega16hva2\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega16hva2\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega16hvb_TRUE}" && test -z "${HAS_atmega16hvb_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega16hvb\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega16hvb\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega16hvb\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega16hvb\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega16m1_TRUE}" && test -z "${HAS_atmega16m1_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega16m1\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega16m1\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega16m1\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega16m1\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega16u4_TRUE}" && test -z "${HAS_atmega16u4_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega16u4\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega16u4\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega16u4\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega16u4\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega32_TRUE}" && test -z "${HAS_atmega32_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega32\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega32\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega32\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega32\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega323_TRUE}" && test -z "${HAS_atmega323_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega323\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega323\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega323\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega323\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega324a_TRUE}" && test -z "${HAS_atmega324a_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega324a\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega324a\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega324a\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega324a\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega324p_TRUE}" && test -z "${HAS_atmega324p_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega324p\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega324p\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega324p\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega324p\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega324pa_TRUE}" && test -z "${HAS_atmega324pa_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega324pa\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega324pa\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega324pa\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega324pa\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega325_TRUE}" && test -z "${HAS_atmega325_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega325\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega325\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega325\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega325\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega325p_TRUE}" && test -z "${HAS_atmega325p_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega325p\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega325p\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega325p\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega325p\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega3250_TRUE}" && test -z "${HAS_atmega3250_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega3250\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega3250\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega3250\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega3250\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega3250p_TRUE}" && test -z "${HAS_atmega3250p_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega3250p\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega3250p\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega3250p\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega3250p\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega328_TRUE}" && test -z "${HAS_atmega328_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega328\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega328\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega328\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega328\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega328p_TRUE}" && test -z "${HAS_atmega328p_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega328p\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega328p\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega328p\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega328p\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega329_TRUE}" && test -z "${HAS_atmega329_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega329\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega329\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega329\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega329\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega329p_TRUE}" && test -z "${HAS_atmega329p_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega329p\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega329p\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega329p\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega329p\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega329pa_TRUE}" && test -z "${HAS_atmega329pa_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega329pa\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega329pa\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega329pa\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega329pa\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega3290_TRUE}" && test -z "${HAS_atmega3290_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega3290\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega3290\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega3290\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega3290\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega3290p_TRUE}" && test -z "${HAS_atmega3290p_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega3290p\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega3290p\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega3290p\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega3290p\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega32c1_TRUE}" && test -z "${HAS_atmega32c1_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega32c1\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega32c1\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega32c1\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega32c1\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega32hvb_TRUE}" && test -z "${HAS_atmega32hvb_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega32hvb\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega32hvb\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega32hvb\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega32hvb\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega32m1_TRUE}" && test -z "${HAS_atmega32m1_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega32m1\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega32m1\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega32m1\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega32m1\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega32u4_TRUE}" && test -z "${HAS_atmega32u4_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega32u4\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega32u4\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega32u4\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega32u4\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega32u6_TRUE}" && test -z "${HAS_atmega32u6_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega32u6\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega32u6\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega32u6\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega32u6\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega406_TRUE}" && test -z "${HAS_atmega406_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega406\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega406\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega406\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega406\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega64_TRUE}" && test -z "${HAS_atmega64_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega64\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega64\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega64\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega64\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega640_TRUE}" && test -z "${HAS_atmega640_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega640\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega640\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega640\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega640\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega644_TRUE}" && test -z "${HAS_atmega644_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega644\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega644\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega644\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega644\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega644a_TRUE}" && test -z "${HAS_atmega644a_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega644a\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega644a\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega644a\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega644a\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega644p_TRUE}" && test -z "${HAS_atmega644p_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega644p\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega644p\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega644p\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega644p\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega644pa_TRUE}" && test -z "${HAS_atmega644pa_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega644pa\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega644pa\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega644pa\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega644pa\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega645_TRUE}" && test -z "${HAS_atmega645_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega645\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega645\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega645\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega645\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega645a_TRUE}" && test -z "${HAS_atmega645a_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega645a\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega645a\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega645a\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega645a\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega645p_TRUE}" && test -z "${HAS_atmega645p_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega645p\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega645p\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega645p\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega645p\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega6450_TRUE}" && test -z "${HAS_atmega6450_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega6450\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega6450\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega6450\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega6450\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega6450a_TRUE}" && test -z "${HAS_atmega6450a_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega6450a\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega6450a\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega6450a\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega6450a\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega6450p_TRUE}" && test -z "${HAS_atmega6450p_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega6450p\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega6450p\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega6450p\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega6450p\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega649_TRUE}" && test -z "${HAS_atmega649_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega649\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega649\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega649\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega649\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega649a_TRUE}" && test -z "${HAS_atmega649a_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega649a\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega649a\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega649a\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega649a\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega649p_TRUE}" && test -z "${HAS_atmega649p_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega649p\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega649p\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega649p\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega649p\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega6490_TRUE}" && test -z "${HAS_atmega6490_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega6490\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega6490\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega6490\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega6490\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega6490a_TRUE}" && test -z "${HAS_atmega6490a_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega6490a\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega6490a\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega6490a\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega6490a\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega6490p_TRUE}" && test -z "${HAS_atmega6490p_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega6490p\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega6490p\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega6490p\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega6490p\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega64c1_TRUE}" && test -z "${HAS_atmega64c1_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega64c1\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega64c1\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega64c1\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega64c1\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega64hve_TRUE}" && test -z "${HAS_atmega64hve_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega64hve\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega64hve\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega64hve\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega64hve\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega64m1_TRUE}" && test -z "${HAS_atmega64m1_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega64m1\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega64m1\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega64m1\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega64m1\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega128rfa1_TRUE}" && test -z "${HAS_atmega128rfa1_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega128rfa1\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega128rfa1\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega128rfa1\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega128rfa1\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_avr51_TRUE}" && test -z "${HAS_avr51_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_avr51\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_avr51\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_avr51\" was never defined. +echo "$as_me: error: conditional \"HAS_avr51\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega128_TRUE}" && test -z "${HAS_atmega128_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega128\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega128\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega128\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega128\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega1280_TRUE}" && test -z "${HAS_atmega1280_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega1280\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega1280\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega1280\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega1280\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega1281_TRUE}" && test -z "${HAS_atmega1281_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega1281\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega1281\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega1281\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega1281\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega1284p_TRUE}" && test -z "${HAS_atmega1284p_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega1284p\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega1284p\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega1284p\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega1284p\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90can128_TRUE}" && test -z "${HAS_at90can128_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90can128\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90can128\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90can128\" was never defined. +echo "$as_me: error: conditional \"HAS_at90can128\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90usb1286_TRUE}" && test -z "${HAS_at90usb1286_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90usb1286\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90usb1286\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90usb1286\" was never defined. +echo "$as_me: error: conditional \"HAS_at90usb1286\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_at90usb1287_TRUE}" && test -z "${HAS_at90usb1287_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_at90usb1287\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_at90usb1287\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_at90usb1287\" was never defined. +echo "$as_me: error: conditional \"HAS_at90usb1287\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_avr6_TRUE}" && test -z "${HAS_avr6_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_avr6\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_avr6\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_avr6\" was never defined. +echo "$as_me: error: conditional \"HAS_avr6\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega2560_TRUE}" && test -z "${HAS_atmega2560_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega2560\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega2560\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega2560\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega2560\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atmega2561_TRUE}" && test -z "${HAS_atmega2561_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atmega2561\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atmega2561\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atmega2561\" was never defined. +echo "$as_me: error: conditional \"HAS_atmega2561\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_avrxmega2_TRUE}" && test -z "${HAS_avrxmega2_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_avrxmega2\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_avrxmega2\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_avrxmega2\" was never defined. +echo "$as_me: error: conditional \"HAS_avrxmega2\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atxmega32d4_TRUE}" && test -z "${HAS_atxmega32d4_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atxmega32d4\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atxmega32d4\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atxmega32d4\" was never defined. +echo "$as_me: error: conditional \"HAS_atxmega32d4\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atxmega16a4_TRUE}" && test -z "${HAS_atxmega16a4_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atxmega16a4\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atxmega16a4\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atxmega16a4\" was never defined. +echo "$as_me: error: conditional \"HAS_atxmega16a4\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atxmega16d4_TRUE}" && test -z "${HAS_atxmega16d4_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atxmega16d4\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atxmega16d4\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atxmega16d4\" was never defined. +echo "$as_me: error: conditional \"HAS_atxmega16d4\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_avrxmega3_TRUE}" && test -z "${HAS_avrxmega3_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_avrxmega3\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_avrxmega3\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_avrxmega3\" was never defined. +echo "$as_me: error: conditional \"HAS_avrxmega3\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atxmega32a4_TRUE}" && test -z "${HAS_atxmega32a4_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atxmega32a4\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atxmega32a4\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atxmega32a4\" was never defined. +echo "$as_me: error: conditional \"HAS_atxmega32a4\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_avrxmega4_TRUE}" && test -z "${HAS_avrxmega4_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_avrxmega4\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_avrxmega4\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_avrxmega4\" was never defined. +echo "$as_me: error: conditional \"HAS_avrxmega4\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atxmega64a3_TRUE}" && test -z "${HAS_atxmega64a3_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atxmega64a3\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atxmega64a3\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atxmega64a3\" was never defined. +echo "$as_me: error: conditional \"HAS_atxmega64a3\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atxmega64d3_TRUE}" && test -z "${HAS_atxmega64d3_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atxmega64d3\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atxmega64d3\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atxmega64d3\" was never defined. +echo "$as_me: error: conditional \"HAS_atxmega64d3\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_avrxmega5_TRUE}" && test -z "${HAS_avrxmega5_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_avrxmega5\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_avrxmega5\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_avrxmega5\" was never defined. +echo "$as_me: error: conditional \"HAS_avrxmega5\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atxmega64a1_TRUE}" && test -z "${HAS_atxmega64a1_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atxmega64a1\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atxmega64a1\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atxmega64a1\" was never defined. +echo "$as_me: error: conditional \"HAS_atxmega64a1\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_avrxmega6_TRUE}" && test -z "${HAS_avrxmega6_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_avrxmega6\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_avrxmega6\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_avrxmega6\" was never defined. +echo "$as_me: error: conditional \"HAS_avrxmega6\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atxmega128a3_TRUE}" && test -z "${HAS_atxmega128a3_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atxmega128a3\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atxmega128a3\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atxmega128a3\" was never defined. +echo "$as_me: error: conditional \"HAS_atxmega128a3\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atxmega128d3_TRUE}" && test -z "${HAS_atxmega128d3_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atxmega128d3\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atxmega128d3\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atxmega128d3\" was never defined. +echo "$as_me: error: conditional \"HAS_atxmega128d3\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atxmega192a3_TRUE}" && test -z "${HAS_atxmega192a3_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atxmega192a3\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atxmega192a3\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atxmega192a3\" was never defined. +echo "$as_me: error: conditional \"HAS_atxmega192a3\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atxmega192d3_TRUE}" && test -z "${HAS_atxmega192d3_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atxmega192d3\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atxmega192d3\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atxmega192d3\" was never defined. +echo "$as_me: error: conditional \"HAS_atxmega192d3\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atxmega256a3_TRUE}" && test -z "${HAS_atxmega256a3_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atxmega256a3\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atxmega256a3\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atxmega256a3\" was never defined. +echo "$as_me: error: conditional \"HAS_atxmega256a3\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atxmega256a3b_TRUE}" && test -z "${HAS_atxmega256a3b_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atxmega256a3b\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atxmega256a3b\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atxmega256a3b\" was never defined. +echo "$as_me: error: conditional \"HAS_atxmega256a3b\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atxmega256d3_TRUE}" && test -z "${HAS_atxmega256d3_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atxmega256d3\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atxmega256d3\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atxmega256d3\" was never defined. +echo "$as_me: error: conditional \"HAS_atxmega256d3\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_avrxmega7_TRUE}" && test -z "${HAS_avrxmega7_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_avrxmega7\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_avrxmega7\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_avrxmega7\" was never defined. +echo "$as_me: error: conditional \"HAS_avrxmega7\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAS_atxmega128a1_TRUE}" && test -z "${HAS_atxmega128a1_FALSE}"; then - { { $as_echo "$as_me:$LINENO: error: conditional \"HAS_atxmega128a1\" was never defined. + { { echo "$as_me:$LINENO: error: conditional \"HAS_atxmega128a1\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -$as_echo "$as_me: error: conditional \"HAS_atxmega128a1\" was never defined. +echo "$as_me: error: conditional \"HAS_atxmega128a1\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi : ${CONFIG_STATUS=./config.status} -ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" -{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 -$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} -cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 +echo "$as_me: creating $CONFIG_STATUS" >&6;} +cat >$CONFIG_STATUS <<_ACEOF #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. @@ -16093,7 +15799,7 @@ SHELL=\${CONFIG_SHELL-$SHELL} _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +cat >>$CONFIG_STATUS <<\_ACEOF ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## @@ -16103,7 +15809,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -16125,45 +15831,17 @@ as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits -as_nl=' -' -export as_nl -# Printing a long string crashes Solaris 7 /usr/bin/printf. -as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo -if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='printf %s\n' - as_echo_n='printf %s' -else - if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then - as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' - as_echo_n='/usr/ucb/echo -n' - else - as_echo_body='eval expr "X$1" : "X\\(.*\\)"' - as_echo_n_body='eval - arg=$1; - case $arg in - *"$as_nl"*) - expr "X$arg" : "X\\(.*\\)$as_nl"; - arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; - esac; - expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" - ' - export as_echo_n_body - as_echo_n='sh -c $as_echo_n_body as_echo' - fi - export as_echo_body - as_echo='sh -c $as_echo_body as_echo' -fi - # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then - PATH_SEPARATOR=: - (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { - (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || - PATH_SEPARATOR=';' - } + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh fi # Support unset when possible. @@ -16179,6 +15857,8 @@ # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) +as_nl=' +' IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. @@ -16201,7 +15881,7 @@ as_myself=$0 fi if test ! -f "$as_myself"; then - $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi @@ -16214,10 +15894,17 @@ PS4='+ ' # NLS nuisances. -LC_ALL=C -export LC_ALL -LANGUAGE=C -export LANGUAGE +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + fi +done # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && @@ -16239,7 +15926,7 @@ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X/"$0" | +echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q @@ -16290,7 +15977,7 @@ s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || - { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems @@ -16318,6 +16005,7 @@ *) ECHO_N='-n';; esac + if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr @@ -16330,22 +16018,19 @@ rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir - mkdir conf$$.dir 2>/dev/null + mkdir conf$$.dir fi -if (echo >conf$$.file) 2>/dev/null; then - if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -p' - elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln - else +echo >conf$$.file +if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' - fi +elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln else as_ln_s='cp -p' fi @@ -16370,10 +16055,10 @@ as_test_x=' eval sh -c '\'' if test -d "$1"; then - test -d "$1/."; + test -d "$1/."; else case $1 in - -*)set "./$1";; + -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in ???[sx]*):;;*)false;;esac;fi @@ -16396,7 +16081,7 @@ # values after options handling. ac_log=" This file was extended by avr-libc $as_me 1.6.8, which was -generated by GNU Autoconf 2.62. Invocation command line was +generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -16409,7 +16094,7 @@ _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>$CONFIG_STATUS <<_ACEOF # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" @@ -16417,7 +16102,7 @@ _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +cat >>$CONFIG_STATUS <<\_ACEOF ac_cs_usage="\ \`$as_me' instantiates files from templates according to the current configuration. @@ -16430,9 +16115,9 @@ -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] - instantiate the configuration file FILE + instantiate the configuration file FILE --header=FILE[:TEMPLATE] - instantiate the configuration header FILE + instantiate the configuration header FILE Configuration files: $config_files @@ -16446,13 +16131,13 @@ Report bugs to ." _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ avr-libc config.status 1.6.8 -configured by $0, generated by GNU Autoconf 2.62, - with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" +configured by $0, generated by GNU Autoconf 2.61, + with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" -Copyright (C) 2008 Free Software Foundation, Inc. +Copyright (C) 2006 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." @@ -16460,12 +16145,11 @@ srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' -AWK='$AWK' -test -n "\$AWK" || AWK=awk _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -# The default lists apply if the user does not specify any file. +cat >>$CONFIG_STATUS <<\_ACEOF +# If no file are specified by the user, then we need to provide default +# value. By we need to know if files were specified by the user. ac_need_defaults=: while test $# != 0 do @@ -16487,36 +16171,30 @@ -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) - $as_echo "$ac_cs_version"; exit ;; + echo "$ac_cs_version"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift - case $ac_optarg in - *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; - esac - CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" + CONFIG_FILES="$CONFIG_FILES $ac_optarg" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift - case $ac_optarg in - *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; - esac - CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" + CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header - { $as_echo "$as_me: error: ambiguous option: $1 + { echo "$as_me: error: ambiguous option: $1 Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; };; --help | --hel | -h ) - $as_echo "$ac_cs_usage"; exit ;; + echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. - -*) { $as_echo "$as_me: error: unrecognized option: $1 + -*) { echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; @@ -16535,29 +16213,27 @@ fi _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>$CONFIG_STATUS <<_ACEOF if \$ac_cs_recheck; then - set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion - shift - \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 - CONFIG_SHELL='$SHELL' + echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 + CONFIG_SHELL=$SHELL export CONFIG_SHELL - exec "\$@" + exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion fi _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +cat >>$CONFIG_STATUS <<\_ACEOF exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX - $as_echo "$ac_log" + echo "$ac_log" } >&5 _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>$CONFIG_STATUS <<_ACEOF # # INIT-COMMANDS # @@ -16565,7 +16241,7 @@ _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +cat >>$CONFIG_STATUS <<\_ACEOF # Handling of arguments. for ac_config_target in $ac_config_targets @@ -16803,8 +16479,8 @@ "avr/lib/avrxmega7/Makefile") CONFIG_FILES="$CONFIG_FILES avr/lib/avrxmega7/Makefile" ;; "avr/lib/avrxmega7/atxmega128a1/Makefile") CONFIG_FILES="$CONFIG_FILES avr/lib/avrxmega7/atxmega128a1/Makefile" ;; - *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 -$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} + *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 +echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac done @@ -16845,143 +16521,706 @@ (umask 077 && mkdir "$tmp") } || { - $as_echo "$as_me: cannot create a temporary directory in ." >&2 + echo "$me: cannot create a temporary directory in ." >&2 { (exit 1); exit 1; } } -# Set up the scripts for CONFIG_FILES section. -# No need to generate them if there are no CONFIG_FILES. -# This happens for instance with `./config.status config.h'. +# +# Set up the sed scripts for CONFIG_FILES section. +# + +# No need to generate the scripts if there are no CONFIG_FILES. +# This happens for instance when ./config.status config.h if test -n "$CONFIG_FILES"; then +_ACEOF -ac_cr=' ' -ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` -if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then - ac_cs_awk_cr='\\r' -else - ac_cs_awk_cr=$ac_cr + + +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + cat >conf$$subs.sed <<_ACEOF +SHELL!$SHELL$ac_delim +PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim +PACKAGE_NAME!$PACKAGE_NAME$ac_delim +PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim +PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim +PACKAGE_STRING!$PACKAGE_STRING$ac_delim +PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim +exec_prefix!$exec_prefix$ac_delim +prefix!$prefix$ac_delim +program_transform_name!$program_transform_name$ac_delim +bindir!$bindir$ac_delim +sbindir!$sbindir$ac_delim +libexecdir!$libexecdir$ac_delim +datarootdir!$datarootdir$ac_delim +datadir!$datadir$ac_delim +sysconfdir!$sysconfdir$ac_delim +sharedstatedir!$sharedstatedir$ac_delim +localstatedir!$localstatedir$ac_delim +includedir!$includedir$ac_delim +oldincludedir!$oldincludedir$ac_delim +docdir!$docdir$ac_delim +infodir!$infodir$ac_delim +htmldir!$htmldir$ac_delim +dvidir!$dvidir$ac_delim +pdfdir!$pdfdir$ac_delim +psdir!$psdir$ac_delim +libdir!$libdir$ac_delim +localedir!$localedir$ac_delim +mandir!$mandir$ac_delim +DEFS!$DEFS$ac_delim +ECHO_C!$ECHO_C$ac_delim +ECHO_N!$ECHO_N$ac_delim +ECHO_T!$ECHO_T$ac_delim +LIBS!$LIBS$ac_delim +build_alias!$build_alias$ac_delim +host_alias!$host_alias$ac_delim +target_alias!$target_alias$ac_delim +AVR_LIBC_MAJOR!$AVR_LIBC_MAJOR$ac_delim +AVR_LIBC_MINOR!$AVR_LIBC_MINOR$ac_delim +AVR_LIBC_REVISION!$AVR_LIBC_REVISION$ac_delim +AVR_LIBC_RELDATE!$AVR_LIBC_RELDATE$ac_delim +AVR_LIBC_VERSION!$AVR_LIBC_VERSION$ac_delim +AVR_LIBC_VERSION_NUMERIC!$AVR_LIBC_VERSION_NUMERIC$ac_delim +build!$build$ac_delim +build_cpu!$build_cpu$ac_delim +build_vendor!$build_vendor$ac_delim +build_os!$build_os$ac_delim +host!$host$ac_delim +host_cpu!$host_cpu$ac_delim +host_vendor!$host_vendor$ac_delim +host_os!$host_os$ac_delim +INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim +INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim +INSTALL_DATA!$INSTALL_DATA$ac_delim +am__isrc!$am__isrc$ac_delim +CYGPATH_W!$CYGPATH_W$ac_delim +PACKAGE!$PACKAGE$ac_delim +VERSION!$VERSION$ac_delim +ACLOCAL!$ACLOCAL$ac_delim +AUTOCONF!$AUTOCONF$ac_delim +AUTOMAKE!$AUTOMAKE$ac_delim +AUTOHEADER!$AUTOHEADER$ac_delim +MAKEINFO!$MAKEINFO$ac_delim +install_sh!$install_sh$ac_delim +STRIP!$STRIP$ac_delim +INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim +mkdir_p!$mkdir_p$ac_delim +AWK!$AWK$ac_delim +SET_MAKE!$SET_MAKE$ac_delim +am__leading_dot!$am__leading_dot$ac_delim +AMTAR!$AMTAR$ac_delim +am__tar!$am__tar$ac_delim +am__untar!$am__untar$ac_delim +CC!$CC$ac_delim +CFLAGS!$CFLAGS$ac_delim +LDFLAGS!$LDFLAGS$ac_delim +CPPFLAGS!$CPPFLAGS$ac_delim +ac_ct_CC!$ac_ct_CC$ac_delim +EXEEXT!$EXEEXT$ac_delim +OBJEXT!$OBJEXT$ac_delim +DEPDIR!$DEPDIR$ac_delim +am__include!$am__include$ac_delim +am__quote!$am__quote$ac_delim +AMDEP_TRUE!$AMDEP_TRUE$ac_delim +AMDEP_FALSE!$AMDEP_FALSE$ac_delim +AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim +CCDEPMODE!$CCDEPMODE$ac_delim +am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim +am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim +AS!$AS$ac_delim +CCAS!$CCAS$ac_delim +CCASFLAGS!$CCASFLAGS$ac_delim +CCASDEPMODE!$CCASDEPMODE$ac_delim +am__fastdepCCAS_TRUE!$am__fastdepCCAS_TRUE$ac_delim +am__fastdepCCAS_FALSE!$am__fastdepCCAS_FALSE$ac_delim +RANLIB!$RANLIB$ac_delim +AR!$AR$ac_delim +_ACEOF + + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then + break + elif $ac_last_try; then + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` +if test -n "$ac_eof"; then + ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` + ac_eof=`expr $ac_eof + 1` fi -echo 'BEGIN {' >"$tmp/subs1.awk" && +cat >>$CONFIG_STATUS <<_ACEOF +cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +_ACEOF +sed ' +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g +s/^/s,@/; s/!/@,|#_!!_#|/ +:n +t n +s/'"$ac_delim"'$/,g/; t +s/$/\\/; p +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n +' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF +CEOF$ac_eof _ACEOF -{ - echo "cat >conf$$subs.awk <<_ACEOF" && - echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && - echo "_ACEOF" -} >conf$$subs.sh || - { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} - { (exit 1); exit 1; }; } -ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do - . ./conf$$subs.sh || - { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + cat >conf$$subs.sed <<_ACEOF +LN_S!$LN_S$ac_delim +TARGET_DOX_PDF!$TARGET_DOX_PDF$ac_delim +TARGET_DOX_HTML!$TARGET_DOX_HTML$ac_delim +INSTALL_DOX_PDF!$INSTALL_DOX_PDF$ac_delim +INSTALL_DOX_HTML!$INSTALL_DOX_HTML$ac_delim +INSTALL_DOX_MAN!$INSTALL_DOX_MAN$ac_delim +PNGTOPNM!$PNGTOPNM$ac_delim +PNMTOPNG!$PNMTOPNG$ac_delim +DOCSDIR!$DOCSDIR$ac_delim +AVR_LIBC_USER_MANUAL!$AVR_LIBC_USER_MANUAL$ac_delim +DOC_INST_DIR!$DOC_INST_DIR$ac_delim +FNO_JUMP_TABLES!$FNO_JUMP_TABLES$ac_delim +HAS_avr1_TRUE!$HAS_avr1_TRUE$ac_delim +HAS_avr1_FALSE!$HAS_avr1_FALSE$ac_delim +HAS_at90s1200_TRUE!$HAS_at90s1200_TRUE$ac_delim +HAS_at90s1200_FALSE!$HAS_at90s1200_FALSE$ac_delim +HAS_attiny11_TRUE!$HAS_attiny11_TRUE$ac_delim +HAS_attiny11_FALSE!$HAS_attiny11_FALSE$ac_delim +HAS_attiny12_TRUE!$HAS_attiny12_TRUE$ac_delim +HAS_attiny12_FALSE!$HAS_attiny12_FALSE$ac_delim +HAS_attiny15_TRUE!$HAS_attiny15_TRUE$ac_delim +HAS_attiny15_FALSE!$HAS_attiny15_FALSE$ac_delim +HAS_attiny28_TRUE!$HAS_attiny28_TRUE$ac_delim +HAS_attiny28_FALSE!$HAS_attiny28_FALSE$ac_delim +HAS_avr2_TRUE!$HAS_avr2_TRUE$ac_delim +HAS_avr2_FALSE!$HAS_avr2_FALSE$ac_delim +HAS_at90s2313_TRUE!$HAS_at90s2313_TRUE$ac_delim +HAS_at90s2313_FALSE!$HAS_at90s2313_FALSE$ac_delim +HAS_at90s2323_TRUE!$HAS_at90s2323_TRUE$ac_delim +HAS_at90s2323_FALSE!$HAS_at90s2323_FALSE$ac_delim +HAS_at90s2333_TRUE!$HAS_at90s2333_TRUE$ac_delim +HAS_at90s2333_FALSE!$HAS_at90s2333_FALSE$ac_delim +HAS_at90s2343_TRUE!$HAS_at90s2343_TRUE$ac_delim +HAS_at90s2343_FALSE!$HAS_at90s2343_FALSE$ac_delim +HAS_at90s4414_TRUE!$HAS_at90s4414_TRUE$ac_delim +HAS_at90s4414_FALSE!$HAS_at90s4414_FALSE$ac_delim +HAS_at90s4433_TRUE!$HAS_at90s4433_TRUE$ac_delim +HAS_at90s4433_FALSE!$HAS_at90s4433_FALSE$ac_delim +HAS_at90s4434_TRUE!$HAS_at90s4434_TRUE$ac_delim +HAS_at90s4434_FALSE!$HAS_at90s4434_FALSE$ac_delim +HAS_at90s8515_TRUE!$HAS_at90s8515_TRUE$ac_delim +HAS_at90s8515_FALSE!$HAS_at90s8515_FALSE$ac_delim +HAS_at90c8534_TRUE!$HAS_at90c8534_TRUE$ac_delim +HAS_at90c8534_FALSE!$HAS_at90c8534_FALSE$ac_delim +HAS_at90s8535_TRUE!$HAS_at90s8535_TRUE$ac_delim +HAS_at90s8535_FALSE!$HAS_at90s8535_FALSE$ac_delim +HAS_attiny22_TRUE!$HAS_attiny22_TRUE$ac_delim +HAS_attiny22_FALSE!$HAS_attiny22_FALSE$ac_delim +HAS_attiny26_TRUE!$HAS_attiny26_TRUE$ac_delim +HAS_attiny26_FALSE!$HAS_attiny26_FALSE$ac_delim +HAS_avr25_TRUE!$HAS_avr25_TRUE$ac_delim +HAS_avr25_FALSE!$HAS_avr25_FALSE$ac_delim +HAS_ata6289_TRUE!$HAS_ata6289_TRUE$ac_delim +HAS_ata6289_FALSE!$HAS_ata6289_FALSE$ac_delim +HAS_attiny13_TRUE!$HAS_attiny13_TRUE$ac_delim +HAS_attiny13_FALSE!$HAS_attiny13_FALSE$ac_delim +HAS_attiny13a_TRUE!$HAS_attiny13a_TRUE$ac_delim +HAS_attiny13a_FALSE!$HAS_attiny13a_FALSE$ac_delim +HAS_attiny2313_TRUE!$HAS_attiny2313_TRUE$ac_delim +HAS_attiny2313_FALSE!$HAS_attiny2313_FALSE$ac_delim +HAS_attiny2313a_TRUE!$HAS_attiny2313a_TRUE$ac_delim +HAS_attiny2313a_FALSE!$HAS_attiny2313a_FALSE$ac_delim +HAS_attiny24_TRUE!$HAS_attiny24_TRUE$ac_delim +HAS_attiny24_FALSE!$HAS_attiny24_FALSE$ac_delim +HAS_attiny24a_TRUE!$HAS_attiny24a_TRUE$ac_delim +HAS_attiny24a_FALSE!$HAS_attiny24a_FALSE$ac_delim +HAS_attiny25_TRUE!$HAS_attiny25_TRUE$ac_delim +HAS_attiny25_FALSE!$HAS_attiny25_FALSE$ac_delim +HAS_attiny261_TRUE!$HAS_attiny261_TRUE$ac_delim +HAS_attiny261_FALSE!$HAS_attiny261_FALSE$ac_delim +HAS_attiny261a_TRUE!$HAS_attiny261a_TRUE$ac_delim +HAS_attiny261a_FALSE!$HAS_attiny261a_FALSE$ac_delim +HAS_attiny43u_TRUE!$HAS_attiny43u_TRUE$ac_delim +HAS_attiny43u_FALSE!$HAS_attiny43u_FALSE$ac_delim +HAS_attiny4313_TRUE!$HAS_attiny4313_TRUE$ac_delim +HAS_attiny4313_FALSE!$HAS_attiny4313_FALSE$ac_delim +HAS_attiny44_TRUE!$HAS_attiny44_TRUE$ac_delim +HAS_attiny44_FALSE!$HAS_attiny44_FALSE$ac_delim +HAS_attiny44a_TRUE!$HAS_attiny44a_TRUE$ac_delim +HAS_attiny44a_FALSE!$HAS_attiny44a_FALSE$ac_delim +HAS_attiny45_TRUE!$HAS_attiny45_TRUE$ac_delim +HAS_attiny45_FALSE!$HAS_attiny45_FALSE$ac_delim +HAS_attiny461_TRUE!$HAS_attiny461_TRUE$ac_delim +HAS_attiny461_FALSE!$HAS_attiny461_FALSE$ac_delim +HAS_attiny461a_TRUE!$HAS_attiny461a_TRUE$ac_delim +HAS_attiny461a_FALSE!$HAS_attiny461a_FALSE$ac_delim +HAS_attiny48_TRUE!$HAS_attiny48_TRUE$ac_delim +HAS_attiny48_FALSE!$HAS_attiny48_FALSE$ac_delim +HAS_attiny84_TRUE!$HAS_attiny84_TRUE$ac_delim +HAS_attiny84_FALSE!$HAS_attiny84_FALSE$ac_delim +HAS_attiny85_TRUE!$HAS_attiny85_TRUE$ac_delim +HAS_attiny85_FALSE!$HAS_attiny85_FALSE$ac_delim +HAS_attiny861_TRUE!$HAS_attiny861_TRUE$ac_delim +HAS_attiny861_FALSE!$HAS_attiny861_FALSE$ac_delim +HAS_attiny861a_TRUE!$HAS_attiny861a_TRUE$ac_delim +HAS_attiny861a_FALSE!$HAS_attiny861a_FALSE$ac_delim +HAS_attiny87_TRUE!$HAS_attiny87_TRUE$ac_delim +_ACEOF + + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then + break + elif $ac_last_try; then + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` +if test -n "$ac_eof"; then + ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` + ac_eof=`expr $ac_eof + 1` +fi + +cat >>$CONFIG_STATUS <<_ACEOF +cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +_ACEOF +sed ' +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g +s/^/s,@/; s/!/@,|#_!!_#|/ +:n +t n +s/'"$ac_delim"'$/,g/; t +s/$/\\/; p +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n +' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF +CEOF$ac_eof +_ACEOF + - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + cat >conf$$subs.sed <<_ACEOF +HAS_attiny87_FALSE!$HAS_attiny87_FALSE$ac_delim +HAS_attiny88_TRUE!$HAS_attiny88_TRUE$ac_delim +HAS_attiny88_FALSE!$HAS_attiny88_FALSE$ac_delim +HAS_at86rf401_TRUE!$HAS_at86rf401_TRUE$ac_delim +HAS_at86rf401_FALSE!$HAS_at86rf401_FALSE$ac_delim +HAS_avr3_TRUE!$HAS_avr3_TRUE$ac_delim +HAS_avr3_FALSE!$HAS_avr3_FALSE$ac_delim +HAS_at43usb320_TRUE!$HAS_at43usb320_TRUE$ac_delim +HAS_at43usb320_FALSE!$HAS_at43usb320_FALSE$ac_delim +HAS_at43usb355_TRUE!$HAS_at43usb355_TRUE$ac_delim +HAS_at43usb355_FALSE!$HAS_at43usb355_FALSE$ac_delim +HAS_at76c711_TRUE!$HAS_at76c711_TRUE$ac_delim +HAS_at76c711_FALSE!$HAS_at76c711_FALSE$ac_delim +HAS_avr31_TRUE!$HAS_avr31_TRUE$ac_delim +HAS_avr31_FALSE!$HAS_avr31_FALSE$ac_delim +HAS_atmega103_TRUE!$HAS_atmega103_TRUE$ac_delim +HAS_atmega103_FALSE!$HAS_atmega103_FALSE$ac_delim +HAS_avr35_TRUE!$HAS_avr35_TRUE$ac_delim +HAS_avr35_FALSE!$HAS_avr35_FALSE$ac_delim +HAS_at90usb82_TRUE!$HAS_at90usb82_TRUE$ac_delim +HAS_at90usb82_FALSE!$HAS_at90usb82_FALSE$ac_delim +HAS_at90usb162_TRUE!$HAS_at90usb162_TRUE$ac_delim +HAS_at90usb162_FALSE!$HAS_at90usb162_FALSE$ac_delim +HAS_atmega8u2_TRUE!$HAS_atmega8u2_TRUE$ac_delim +HAS_atmega8u2_FALSE!$HAS_atmega8u2_FALSE$ac_delim +HAS_atmega16u2_TRUE!$HAS_atmega16u2_TRUE$ac_delim +HAS_atmega16u2_FALSE!$HAS_atmega16u2_FALSE$ac_delim +HAS_atmega32u2_TRUE!$HAS_atmega32u2_TRUE$ac_delim +HAS_atmega32u2_FALSE!$HAS_atmega32u2_FALSE$ac_delim +HAS_attiny167_TRUE!$HAS_attiny167_TRUE$ac_delim +HAS_attiny167_FALSE!$HAS_attiny167_FALSE$ac_delim +HAS_avr4_TRUE!$HAS_avr4_TRUE$ac_delim +HAS_avr4_FALSE!$HAS_avr4_FALSE$ac_delim +HAS_atmega8_TRUE!$HAS_atmega8_TRUE$ac_delim +HAS_atmega8_FALSE!$HAS_atmega8_FALSE$ac_delim +HAS_atmega8515_TRUE!$HAS_atmega8515_TRUE$ac_delim +HAS_atmega8515_FALSE!$HAS_atmega8515_FALSE$ac_delim +HAS_atmega8535_TRUE!$HAS_atmega8535_TRUE$ac_delim +HAS_atmega8535_FALSE!$HAS_atmega8535_FALSE$ac_delim +HAS_atmega48_TRUE!$HAS_atmega48_TRUE$ac_delim +HAS_atmega48_FALSE!$HAS_atmega48_FALSE$ac_delim +HAS_atmega48a_TRUE!$HAS_atmega48a_TRUE$ac_delim +HAS_atmega48a_FALSE!$HAS_atmega48a_FALSE$ac_delim +HAS_atmega48p_TRUE!$HAS_atmega48p_TRUE$ac_delim +HAS_atmega48p_FALSE!$HAS_atmega48p_FALSE$ac_delim +HAS_atmega88_TRUE!$HAS_atmega88_TRUE$ac_delim +HAS_atmega88_FALSE!$HAS_atmega88_FALSE$ac_delim +HAS_atmega88a_TRUE!$HAS_atmega88a_TRUE$ac_delim +HAS_atmega88a_FALSE!$HAS_atmega88a_FALSE$ac_delim +HAS_atmega88p_TRUE!$HAS_atmega88p_TRUE$ac_delim +HAS_atmega88p_FALSE!$HAS_atmega88p_FALSE$ac_delim +HAS_atmega88pa_TRUE!$HAS_atmega88pa_TRUE$ac_delim +HAS_atmega88pa_FALSE!$HAS_atmega88pa_FALSE$ac_delim +HAS_atmega8hva_TRUE!$HAS_atmega8hva_TRUE$ac_delim +HAS_atmega8hva_FALSE!$HAS_atmega8hva_FALSE$ac_delim +HAS_at90pwm1_TRUE!$HAS_at90pwm1_TRUE$ac_delim +HAS_at90pwm1_FALSE!$HAS_at90pwm1_FALSE$ac_delim +HAS_at90pwm2_TRUE!$HAS_at90pwm2_TRUE$ac_delim +HAS_at90pwm2_FALSE!$HAS_at90pwm2_FALSE$ac_delim +HAS_at90pwm2b_TRUE!$HAS_at90pwm2b_TRUE$ac_delim +HAS_at90pwm2b_FALSE!$HAS_at90pwm2b_FALSE$ac_delim +HAS_at90pwm3_TRUE!$HAS_at90pwm3_TRUE$ac_delim +HAS_at90pwm3_FALSE!$HAS_at90pwm3_FALSE$ac_delim +HAS_at90pwm3b_TRUE!$HAS_at90pwm3b_TRUE$ac_delim +HAS_at90pwm3b_FALSE!$HAS_at90pwm3b_FALSE$ac_delim +HAS_at90pwm81_TRUE!$HAS_at90pwm81_TRUE$ac_delim +HAS_at90pwm81_FALSE!$HAS_at90pwm81_FALSE$ac_delim +HAS_avr5_TRUE!$HAS_avr5_TRUE$ac_delim +HAS_avr5_FALSE!$HAS_avr5_FALSE$ac_delim +HAS_at90can32_TRUE!$HAS_at90can32_TRUE$ac_delim +HAS_at90can32_FALSE!$HAS_at90can32_FALSE$ac_delim +HAS_at90can64_TRUE!$HAS_at90can64_TRUE$ac_delim +HAS_at90can64_FALSE!$HAS_at90can64_FALSE$ac_delim +HAS_at90scr100_TRUE!$HAS_at90scr100_TRUE$ac_delim +HAS_at90scr100_FALSE!$HAS_at90scr100_FALSE$ac_delim +HAS_at90usb646_TRUE!$HAS_at90usb646_TRUE$ac_delim +HAS_at90usb646_FALSE!$HAS_at90usb646_FALSE$ac_delim +HAS_at90usb647_TRUE!$HAS_at90usb647_TRUE$ac_delim +HAS_at90usb647_FALSE!$HAS_at90usb647_FALSE$ac_delim +HAS_at90pwm316_TRUE!$HAS_at90pwm316_TRUE$ac_delim +HAS_at90pwm316_FALSE!$HAS_at90pwm316_FALSE$ac_delim +HAS_at90pwm216_TRUE!$HAS_at90pwm216_TRUE$ac_delim +HAS_at90pwm216_FALSE!$HAS_at90pwm216_FALSE$ac_delim +HAS_at94k_TRUE!$HAS_at94k_TRUE$ac_delim +HAS_at94k_FALSE!$HAS_at94k_FALSE$ac_delim +HAS_atmega16_TRUE!$HAS_atmega16_TRUE$ac_delim +HAS_atmega16_FALSE!$HAS_atmega16_FALSE$ac_delim +HAS_atmega16a_TRUE!$HAS_atmega16a_TRUE$ac_delim +HAS_atmega16a_FALSE!$HAS_atmega16a_FALSE$ac_delim +HAS_atmega161_TRUE!$HAS_atmega161_TRUE$ac_delim +HAS_atmega161_FALSE!$HAS_atmega161_FALSE$ac_delim +HAS_atmega162_TRUE!$HAS_atmega162_TRUE$ac_delim +HAS_atmega162_FALSE!$HAS_atmega162_FALSE$ac_delim +HAS_atmega163_TRUE!$HAS_atmega163_TRUE$ac_delim +HAS_atmega163_FALSE!$HAS_atmega163_FALSE$ac_delim +HAS_atmega164a_TRUE!$HAS_atmega164a_TRUE$ac_delim +HAS_atmega164a_FALSE!$HAS_atmega164a_FALSE$ac_delim +_ACEOF + + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then break elif $ac_last_try; then - { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done -rm -f conf$$subs.sh -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -cat >>"\$tmp/subs1.awk" <<\\_ACAWK && +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` +if test -n "$ac_eof"; then + ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` + ac_eof=`expr $ac_eof + 1` +fi + +cat >>$CONFIG_STATUS <<_ACEOF +cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +_ACEOF +sed ' +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g +s/^/s,@/; s/!/@,|#_!!_#|/ +:n +t n +s/'"$ac_delim"'$/,g/; t +s/$/\\/; p +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n +' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF +CEOF$ac_eof _ACEOF -sed -n ' -h -s/^/S["/; s/!.*/"]=/ -p -g -s/^[^!]*!// -:repl -t repl -s/'"$ac_delim"'$// -t delim -:nl -h -s/\(.\{148\}\).*/\1/ -t more1 -s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ -p -n -b repl -:more1 -s/["\\]/\\&/g; s/^/"/; s/$/"\\/ -p -g -s/.\{148\}// -t nl -:delim -h -s/\(.\{148\}\).*/\1/ -t more2 -s/["\\]/\\&/g; s/^/"/; s/$/"/ -p -b -:more2 -s/["\\]/\\&/g; s/^/"/; s/$/"\\/ -p -g -s/.\{148\}// -t delim -' >$CONFIG_STATUS || ac_write_fail=1 -rm -f conf$$subs.awk -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -_ACAWK -cat >>"\$tmp/subs1.awk" <<_ACAWK && - for (key in S) S_is_set[key] = 1 - FS = "" -} -{ - line = $ 0 - nfields = split(line, field, "@") - substed = 0 - len = length(field[1]) - for (i = 2; i < nfields; i++) { - key = field[i] - keylen = length(key) - if (S_is_set[key]) { - value = S[key] - line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) - len += length(value) + length(field[++i]) - substed = 1 - } else - len += 1 + keylen - } - print line -} +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + cat >conf$$subs.sed <<_ACEOF +HAS_atmega164p_TRUE!$HAS_atmega164p_TRUE$ac_delim +HAS_atmega164p_FALSE!$HAS_atmega164p_FALSE$ac_delim +HAS_atmega165_TRUE!$HAS_atmega165_TRUE$ac_delim +HAS_atmega165_FALSE!$HAS_atmega165_FALSE$ac_delim +HAS_atmega165a_TRUE!$HAS_atmega165a_TRUE$ac_delim +HAS_atmega165a_FALSE!$HAS_atmega165a_FALSE$ac_delim +HAS_atmega165p_TRUE!$HAS_atmega165p_TRUE$ac_delim +HAS_atmega165p_FALSE!$HAS_atmega165p_FALSE$ac_delim +HAS_atmega168_TRUE!$HAS_atmega168_TRUE$ac_delim +HAS_atmega168_FALSE!$HAS_atmega168_FALSE$ac_delim +HAS_atmega168a_TRUE!$HAS_atmega168a_TRUE$ac_delim +HAS_atmega168a_FALSE!$HAS_atmega168a_FALSE$ac_delim +HAS_atmega168p_TRUE!$HAS_atmega168p_TRUE$ac_delim +HAS_atmega168p_FALSE!$HAS_atmega168p_FALSE$ac_delim +HAS_atmega169_TRUE!$HAS_atmega169_TRUE$ac_delim +HAS_atmega169_FALSE!$HAS_atmega169_FALSE$ac_delim +HAS_atmega169a_TRUE!$HAS_atmega169a_TRUE$ac_delim +HAS_atmega169a_FALSE!$HAS_atmega169a_FALSE$ac_delim +HAS_atmega169p_TRUE!$HAS_atmega169p_TRUE$ac_delim +HAS_atmega169p_FALSE!$HAS_atmega169p_FALSE$ac_delim +HAS_atmega169pa_TRUE!$HAS_atmega169pa_TRUE$ac_delim +HAS_atmega169pa_FALSE!$HAS_atmega169pa_FALSE$ac_delim +HAS_atmega16hva_TRUE!$HAS_atmega16hva_TRUE$ac_delim +HAS_atmega16hva_FALSE!$HAS_atmega16hva_FALSE$ac_delim +HAS_atmega16hva2_TRUE!$HAS_atmega16hva2_TRUE$ac_delim +HAS_atmega16hva2_FALSE!$HAS_atmega16hva2_FALSE$ac_delim +HAS_atmega16hvb_TRUE!$HAS_atmega16hvb_TRUE$ac_delim +HAS_atmega16hvb_FALSE!$HAS_atmega16hvb_FALSE$ac_delim +HAS_atmega16m1_TRUE!$HAS_atmega16m1_TRUE$ac_delim +HAS_atmega16m1_FALSE!$HAS_atmega16m1_FALSE$ac_delim +HAS_atmega16u4_TRUE!$HAS_atmega16u4_TRUE$ac_delim +HAS_atmega16u4_FALSE!$HAS_atmega16u4_FALSE$ac_delim +HAS_atmega32_TRUE!$HAS_atmega32_TRUE$ac_delim +HAS_atmega32_FALSE!$HAS_atmega32_FALSE$ac_delim +HAS_atmega323_TRUE!$HAS_atmega323_TRUE$ac_delim +HAS_atmega323_FALSE!$HAS_atmega323_FALSE$ac_delim +HAS_atmega324a_TRUE!$HAS_atmega324a_TRUE$ac_delim +HAS_atmega324a_FALSE!$HAS_atmega324a_FALSE$ac_delim +HAS_atmega324p_TRUE!$HAS_atmega324p_TRUE$ac_delim +HAS_atmega324p_FALSE!$HAS_atmega324p_FALSE$ac_delim +HAS_atmega324pa_TRUE!$HAS_atmega324pa_TRUE$ac_delim +HAS_atmega324pa_FALSE!$HAS_atmega324pa_FALSE$ac_delim +HAS_atmega325_TRUE!$HAS_atmega325_TRUE$ac_delim +HAS_atmega325_FALSE!$HAS_atmega325_FALSE$ac_delim +HAS_atmega325p_TRUE!$HAS_atmega325p_TRUE$ac_delim +HAS_atmega325p_FALSE!$HAS_atmega325p_FALSE$ac_delim +HAS_atmega3250_TRUE!$HAS_atmega3250_TRUE$ac_delim +HAS_atmega3250_FALSE!$HAS_atmega3250_FALSE$ac_delim +HAS_atmega3250p_TRUE!$HAS_atmega3250p_TRUE$ac_delim +HAS_atmega3250p_FALSE!$HAS_atmega3250p_FALSE$ac_delim +HAS_atmega328_TRUE!$HAS_atmega328_TRUE$ac_delim +HAS_atmega328_FALSE!$HAS_atmega328_FALSE$ac_delim +HAS_atmega328p_TRUE!$HAS_atmega328p_TRUE$ac_delim +HAS_atmega328p_FALSE!$HAS_atmega328p_FALSE$ac_delim +HAS_atmega329_TRUE!$HAS_atmega329_TRUE$ac_delim +HAS_atmega329_FALSE!$HAS_atmega329_FALSE$ac_delim +HAS_atmega329p_TRUE!$HAS_atmega329p_TRUE$ac_delim +HAS_atmega329p_FALSE!$HAS_atmega329p_FALSE$ac_delim +HAS_atmega329pa_TRUE!$HAS_atmega329pa_TRUE$ac_delim +HAS_atmega329pa_FALSE!$HAS_atmega329pa_FALSE$ac_delim +HAS_atmega3290_TRUE!$HAS_atmega3290_TRUE$ac_delim +HAS_atmega3290_FALSE!$HAS_atmega3290_FALSE$ac_delim +HAS_atmega3290p_TRUE!$HAS_atmega3290p_TRUE$ac_delim +HAS_atmega3290p_FALSE!$HAS_atmega3290p_FALSE$ac_delim +HAS_atmega32c1_TRUE!$HAS_atmega32c1_TRUE$ac_delim +HAS_atmega32c1_FALSE!$HAS_atmega32c1_FALSE$ac_delim +HAS_atmega32hvb_TRUE!$HAS_atmega32hvb_TRUE$ac_delim +HAS_atmega32hvb_FALSE!$HAS_atmega32hvb_FALSE$ac_delim +HAS_atmega32m1_TRUE!$HAS_atmega32m1_TRUE$ac_delim +HAS_atmega32m1_FALSE!$HAS_atmega32m1_FALSE$ac_delim +HAS_atmega32u4_TRUE!$HAS_atmega32u4_TRUE$ac_delim +HAS_atmega32u4_FALSE!$HAS_atmega32u4_FALSE$ac_delim +HAS_atmega32u6_TRUE!$HAS_atmega32u6_TRUE$ac_delim +HAS_atmega32u6_FALSE!$HAS_atmega32u6_FALSE$ac_delim +HAS_atmega406_TRUE!$HAS_atmega406_TRUE$ac_delim +HAS_atmega406_FALSE!$HAS_atmega406_FALSE$ac_delim +HAS_atmega64_TRUE!$HAS_atmega64_TRUE$ac_delim +HAS_atmega64_FALSE!$HAS_atmega64_FALSE$ac_delim +HAS_atmega640_TRUE!$HAS_atmega640_TRUE$ac_delim +HAS_atmega640_FALSE!$HAS_atmega640_FALSE$ac_delim +HAS_atmega644_TRUE!$HAS_atmega644_TRUE$ac_delim +HAS_atmega644_FALSE!$HAS_atmega644_FALSE$ac_delim +HAS_atmega644a_TRUE!$HAS_atmega644a_TRUE$ac_delim +HAS_atmega644a_FALSE!$HAS_atmega644a_FALSE$ac_delim +HAS_atmega644p_TRUE!$HAS_atmega644p_TRUE$ac_delim +HAS_atmega644p_FALSE!$HAS_atmega644p_FALSE$ac_delim +HAS_atmega644pa_TRUE!$HAS_atmega644pa_TRUE$ac_delim +HAS_atmega644pa_FALSE!$HAS_atmega644pa_FALSE$ac_delim +HAS_atmega645_TRUE!$HAS_atmega645_TRUE$ac_delim +HAS_atmega645_FALSE!$HAS_atmega645_FALSE$ac_delim +HAS_atmega645a_TRUE!$HAS_atmega645a_TRUE$ac_delim +HAS_atmega645a_FALSE!$HAS_atmega645a_FALSE$ac_delim +HAS_atmega645p_TRUE!$HAS_atmega645p_TRUE$ac_delim +HAS_atmega645p_FALSE!$HAS_atmega645p_FALSE$ac_delim +HAS_atmega6450_TRUE!$HAS_atmega6450_TRUE$ac_delim +HAS_atmega6450_FALSE!$HAS_atmega6450_FALSE$ac_delim +HAS_atmega6450a_TRUE!$HAS_atmega6450a_TRUE$ac_delim +_ACEOF -_ACAWK + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then + break + elif $ac_last_try; then + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` +if test -n "$ac_eof"; then + ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` + ac_eof=`expr $ac_eof + 1` +fi + +cat >>$CONFIG_STATUS <<_ACEOF +cat >"\$tmp/subs-4.sed" <<\CEOF$ac_eof +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then - sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" -else - cat -fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ - || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 -$as_echo "$as_me: error: could not setup config files machinery" >&2;} +sed ' +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g +s/^/s,@/; s/!/@,|#_!!_#|/ +:n +t n +s/'"$ac_delim"'$/,g/; t +s/$/\\/; p +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n +' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF +CEOF$ac_eof +_ACEOF + + +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + cat >conf$$subs.sed <<_ACEOF +HAS_atmega6450a_FALSE!$HAS_atmega6450a_FALSE$ac_delim +HAS_atmega6450p_TRUE!$HAS_atmega6450p_TRUE$ac_delim +HAS_atmega6450p_FALSE!$HAS_atmega6450p_FALSE$ac_delim +HAS_atmega649_TRUE!$HAS_atmega649_TRUE$ac_delim +HAS_atmega649_FALSE!$HAS_atmega649_FALSE$ac_delim +HAS_atmega649a_TRUE!$HAS_atmega649a_TRUE$ac_delim +HAS_atmega649a_FALSE!$HAS_atmega649a_FALSE$ac_delim +HAS_atmega649p_TRUE!$HAS_atmega649p_TRUE$ac_delim +HAS_atmega649p_FALSE!$HAS_atmega649p_FALSE$ac_delim +HAS_atmega6490_TRUE!$HAS_atmega6490_TRUE$ac_delim +HAS_atmega6490_FALSE!$HAS_atmega6490_FALSE$ac_delim +HAS_atmega6490a_TRUE!$HAS_atmega6490a_TRUE$ac_delim +HAS_atmega6490a_FALSE!$HAS_atmega6490a_FALSE$ac_delim +HAS_atmega6490p_TRUE!$HAS_atmega6490p_TRUE$ac_delim +HAS_atmega6490p_FALSE!$HAS_atmega6490p_FALSE$ac_delim +HAS_atmega64c1_TRUE!$HAS_atmega64c1_TRUE$ac_delim +HAS_atmega64c1_FALSE!$HAS_atmega64c1_FALSE$ac_delim +HAS_atmega64hve_TRUE!$HAS_atmega64hve_TRUE$ac_delim +HAS_atmega64hve_FALSE!$HAS_atmega64hve_FALSE$ac_delim +HAS_atmega64m1_TRUE!$HAS_atmega64m1_TRUE$ac_delim +HAS_atmega64m1_FALSE!$HAS_atmega64m1_FALSE$ac_delim +HAS_atmega128rfa1_TRUE!$HAS_atmega128rfa1_TRUE$ac_delim +HAS_atmega128rfa1_FALSE!$HAS_atmega128rfa1_FALSE$ac_delim +HAS_avr51_TRUE!$HAS_avr51_TRUE$ac_delim +HAS_avr51_FALSE!$HAS_avr51_FALSE$ac_delim +HAS_atmega128_TRUE!$HAS_atmega128_TRUE$ac_delim +HAS_atmega128_FALSE!$HAS_atmega128_FALSE$ac_delim +HAS_atmega1280_TRUE!$HAS_atmega1280_TRUE$ac_delim +HAS_atmega1280_FALSE!$HAS_atmega1280_FALSE$ac_delim +HAS_atmega1281_TRUE!$HAS_atmega1281_TRUE$ac_delim +HAS_atmega1281_FALSE!$HAS_atmega1281_FALSE$ac_delim +HAS_atmega1284p_TRUE!$HAS_atmega1284p_TRUE$ac_delim +HAS_atmega1284p_FALSE!$HAS_atmega1284p_FALSE$ac_delim +HAS_at90can128_TRUE!$HAS_at90can128_TRUE$ac_delim +HAS_at90can128_FALSE!$HAS_at90can128_FALSE$ac_delim +HAS_at90usb1286_TRUE!$HAS_at90usb1286_TRUE$ac_delim +HAS_at90usb1286_FALSE!$HAS_at90usb1286_FALSE$ac_delim +HAS_at90usb1287_TRUE!$HAS_at90usb1287_TRUE$ac_delim +HAS_at90usb1287_FALSE!$HAS_at90usb1287_FALSE$ac_delim +HAS_avr6_TRUE!$HAS_avr6_TRUE$ac_delim +HAS_avr6_FALSE!$HAS_avr6_FALSE$ac_delim +HAS_atmega2560_TRUE!$HAS_atmega2560_TRUE$ac_delim +HAS_atmega2560_FALSE!$HAS_atmega2560_FALSE$ac_delim +HAS_atmega2561_TRUE!$HAS_atmega2561_TRUE$ac_delim +HAS_atmega2561_FALSE!$HAS_atmega2561_FALSE$ac_delim +HAS_avrxmega2_TRUE!$HAS_avrxmega2_TRUE$ac_delim +HAS_avrxmega2_FALSE!$HAS_avrxmega2_FALSE$ac_delim +HAS_atxmega32d4_TRUE!$HAS_atxmega32d4_TRUE$ac_delim +HAS_atxmega32d4_FALSE!$HAS_atxmega32d4_FALSE$ac_delim +HAS_atxmega16a4_TRUE!$HAS_atxmega16a4_TRUE$ac_delim +HAS_atxmega16a4_FALSE!$HAS_atxmega16a4_FALSE$ac_delim +HAS_atxmega16d4_TRUE!$HAS_atxmega16d4_TRUE$ac_delim +HAS_atxmega16d4_FALSE!$HAS_atxmega16d4_FALSE$ac_delim +HAS_avrxmega3_TRUE!$HAS_avrxmega3_TRUE$ac_delim +HAS_avrxmega3_FALSE!$HAS_avrxmega3_FALSE$ac_delim +HAS_atxmega32a4_TRUE!$HAS_atxmega32a4_TRUE$ac_delim +HAS_atxmega32a4_FALSE!$HAS_atxmega32a4_FALSE$ac_delim +HAS_avrxmega4_TRUE!$HAS_avrxmega4_TRUE$ac_delim +HAS_avrxmega4_FALSE!$HAS_avrxmega4_FALSE$ac_delim +HAS_atxmega64a3_TRUE!$HAS_atxmega64a3_TRUE$ac_delim +HAS_atxmega64a3_FALSE!$HAS_atxmega64a3_FALSE$ac_delim +HAS_atxmega64d3_TRUE!$HAS_atxmega64d3_TRUE$ac_delim +HAS_atxmega64d3_FALSE!$HAS_atxmega64d3_FALSE$ac_delim +HAS_avrxmega5_TRUE!$HAS_avrxmega5_TRUE$ac_delim +HAS_avrxmega5_FALSE!$HAS_avrxmega5_FALSE$ac_delim +HAS_atxmega64a1_TRUE!$HAS_atxmega64a1_TRUE$ac_delim +HAS_atxmega64a1_FALSE!$HAS_atxmega64a1_FALSE$ac_delim +HAS_avrxmega6_TRUE!$HAS_avrxmega6_TRUE$ac_delim +HAS_avrxmega6_FALSE!$HAS_avrxmega6_FALSE$ac_delim +HAS_atxmega128a3_TRUE!$HAS_atxmega128a3_TRUE$ac_delim +HAS_atxmega128a3_FALSE!$HAS_atxmega128a3_FALSE$ac_delim +HAS_atxmega128d3_TRUE!$HAS_atxmega128d3_TRUE$ac_delim +HAS_atxmega128d3_FALSE!$HAS_atxmega128d3_FALSE$ac_delim +HAS_atxmega192a3_TRUE!$HAS_atxmega192a3_TRUE$ac_delim +HAS_atxmega192a3_FALSE!$HAS_atxmega192a3_FALSE$ac_delim +HAS_atxmega192d3_TRUE!$HAS_atxmega192d3_TRUE$ac_delim +HAS_atxmega192d3_FALSE!$HAS_atxmega192d3_FALSE$ac_delim +HAS_atxmega256a3_TRUE!$HAS_atxmega256a3_TRUE$ac_delim +HAS_atxmega256a3_FALSE!$HAS_atxmega256a3_FALSE$ac_delim +HAS_atxmega256a3b_TRUE!$HAS_atxmega256a3b_TRUE$ac_delim +HAS_atxmega256a3b_FALSE!$HAS_atxmega256a3b_FALSE$ac_delim +HAS_atxmega256d3_TRUE!$HAS_atxmega256d3_TRUE$ac_delim +HAS_atxmega256d3_FALSE!$HAS_atxmega256d3_FALSE$ac_delim +HAS_avrxmega7_TRUE!$HAS_avrxmega7_TRUE$ac_delim +HAS_avrxmega7_FALSE!$HAS_avrxmega7_FALSE$ac_delim +HAS_atxmega128a1_TRUE!$HAS_atxmega128a1_TRUE$ac_delim +HAS_atxmega128a1_FALSE!$HAS_atxmega128a1_FALSE$ac_delim +LIBOBJS!$LIBOBJS$ac_delim +LTLIBOBJS!$LTLIBOBJS$ac_delim +_ACEOF + + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then + break + elif $ac_last_try; then + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` +if test -n "$ac_eof"; then + ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` + ac_eof=`expr $ac_eof + 1` +fi + +cat >>$CONFIG_STATUS <<_ACEOF +cat >"\$tmp/subs-5.sed" <<\CEOF$ac_eof +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end +_ACEOF +sed ' +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g +s/^/s,@/; s/!/@,|#_!!_#|/ +:n +t n +s/'"$ac_delim"'$/,g/; t +s/$/\\/; p +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n +' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF +:end +s/|#_!!_#|//g +CEOF$ac_eof _ACEOF + # VPATH may cause trouble with some makes, so we remove $(srcdir), # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty @@ -16997,133 +17236,19 @@ }' fi -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +cat >>$CONFIG_STATUS <<\_ACEOF fi # test -n "$CONFIG_FILES" -# Set up the scripts for CONFIG_HEADERS section. -# No need to generate them if there are no CONFIG_HEADERS. -# This happens for instance with `./config.status Makefile'. -if test -n "$CONFIG_HEADERS"; then -cat >"$tmp/defines.awk" <<\_ACAWK || -BEGIN { -_ACEOF - -# Transform confdefs.h into an awk script `defines.awk', embedded as -# here-document in config.status, that substitutes the proper values into -# config.h.in to produce config.h. - -# Create a delimiter string that does not exist in confdefs.h, to ease -# handling of long lines. -ac_delim='%!_!# ' -for ac_last_try in false false :; do - ac_t=`sed -n "/$ac_delim/p" confdefs.h` - if test -z "$ac_t"; then - break - elif $ac_last_try; then - { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 -$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} - { (exit 1); exit 1; }; } - else - ac_delim="$ac_delim!$ac_delim _$ac_delim!! " - fi -done -# For the awk script, D is an array of macro values keyed by name, -# likewise P contains macro parameters if any. Preserve backslash -# newline sequences. - -ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* -sed -n ' -s/.\{148\}/&'"$ac_delim"'/g -t rset -:rset -s/^[ ]*#[ ]*define[ ][ ]*/ / -t def -d -:def -s/\\$// -t bsnl -s/["\\]/\\&/g -s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ -D["\1"]=" \3"/p -s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p -d -:bsnl -s/["\\]/\\&/g -s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ -D["\1"]=" \3\\\\\\n"\\/p -t cont -s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p -t cont -d -:cont -n -s/.\{148\}/&'"$ac_delim"'/g -t clear -:clear -s/\\$// -t bsnlc -s/["\\]/\\&/g; s/^/"/; s/$/"/p -d -:bsnlc -s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p -b cont -' >$CONFIG_STATUS || ac_write_fail=1 - -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 - for (key in D) D_is_set[key] = 1 - FS = "" -} -/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { - line = \$ 0 - split(line, arg, " ") - if (arg[1] == "#") { - defundef = arg[2] - mac1 = arg[3] - } else { - defundef = substr(arg[1], 2) - mac1 = arg[2] - } - split(mac1, mac2, "(") #) - macro = mac2[1] - if (D_is_set[macro]) { - # Preserve the white space surrounding the "#". - prefix = substr(line, 1, index(line, defundef) - 1) - print prefix "define", macro P[macro] D[macro] - next - } else { - # Replace #undef with comments. This is necessary, for example, - # in the case of _POSIX_SOURCE, which is predefined and required - # on some systems where configure will not decide to define it. - if (defundef == "undef") { - print "/*", line, "*/" - next - } - } -} -{ print } -_ACAWK -_ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 - { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 -$as_echo "$as_me: error: could not setup config headers machinery" >&2;} - { (exit 1); exit 1; }; } -fi # test -n "$CONFIG_HEADERS" - - -eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" -shift -for ac_tag +for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; - :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 -$as_echo "$as_me: error: Invalid tag $ac_tag." >&2;} + :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 +echo "$as_me: error: Invalid tag $ac_tag." >&2;} { (exit 1); exit 1; }; };; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; @@ -17152,38 +17277,26 @@ [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || - { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 -$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} + { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 +echo "$as_me: error: cannot find input file: $ac_f" >&2;} { (exit 1); exit 1; }; };; esac - case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac - ac_file_inputs="$ac_file_inputs '$ac_f'" + ac_file_inputs="$ac_file_inputs $ac_f" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ - configure_input='Generated from '` - $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' - `' by configure.' + configure_input="Generated from "`IFS=: + echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" - { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 -$as_echo "$as_me: creating $ac_file" >&6;} + { echo "$as_me:$LINENO: creating $ac_file" >&5 +echo "$as_me: creating $ac_file" >&6;} fi - # Neutralize special characters interpreted by sed in replacement strings. - case $configure_input in #( - *\&* | *\|* | *\\* ) - ac_sed_conf_input=`$as_echo "$configure_input" | - sed 's/[\\\\&|]/\\\\&/g'`;; #( - *) ac_sed_conf_input=$configure_input;; - esac case $ac_tag in - *:-:* | *:-) cat >"$tmp/stdin" \ - || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 -$as_echo "$as_me: error: could not create $ac_file" >&2;} - { (exit 1); exit 1; }; } ;; + *:-:* | *:-) cat >"$tmp/stdin";; esac ;; esac @@ -17193,7 +17306,7 @@ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$ac_file" | +echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -17219,7 +17332,7 @@ as_dirs= while :; do case $as_dir in #( - *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" @@ -17228,7 +17341,7 @@ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$as_dir" | +echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -17249,17 +17362,17 @@ test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} + } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) - ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; @@ -17304,13 +17417,12 @@ esac _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +cat >>$CONFIG_STATUS <<\_ACEOF # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= -ac_sed_dataroot=' -/datarootdir/ { +case `sed -n '/datarootdir/ { p q } @@ -17319,14 +17431,13 @@ /@infodir@/p /@localedir@/p /@mandir@/p -' -case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +' $ac_file_inputs` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) - { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 -$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>$CONFIG_STATUS <<_ACEOF ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g @@ -17340,16 +17451,15 @@ # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -ac_sed_extra="$ac_vpsub +cat >>$CONFIG_STATUS <<_ACEOF + sed "$ac_vpsub $extrasub _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +cat >>$CONFIG_STATUS <<\_ACEOF :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b -s|@configure_input@|$ac_sed_conf_input|;t t +s&@configure_input@&$configure_input&;t t s&@top_builddir@&$ac_top_builddir_sub&;t t -s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t @@ -17360,60 +17470,121 @@ s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack -" -eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ - || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 -$as_echo "$as_me: error: could not create $ac_file" >&2;} - { (exit 1); exit 1; }; } +" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" | sed -f "$tmp/subs-4.sed" | sed -f "$tmp/subs-5.sed" >$tmp/out test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && - { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' + { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&5 -$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&2;} rm -f "$tmp/stdin" case $ac_file in - -) cat "$tmp/out" && rm -f "$tmp/out";; - *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; - esac \ - || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 -$as_echo "$as_me: error: could not create $ac_file" >&2;} - { (exit 1); exit 1; }; } + -) cat "$tmp/out"; rm -f "$tmp/out";; + *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; + esac ;; :H) # # CONFIG_HEADER # +_ACEOF + +# Transform confdefs.h into a sed script `conftest.defines', that +# substitutes the proper values into config.h.in to produce config.h. +rm -f conftest.defines conftest.tail +# First, append a space to every undef/define line, to ease matching. +echo 's/$/ /' >conftest.defines +# Then, protect against being on the right side of a sed subst, or in +# an unquoted here document, in config.status. If some macros were +# called several times there might be several #defines for the same +# symbol, which is useless. But do not sort them, since the last +# AC_DEFINE must be honored. +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where +# NAME is the cpp macro being defined, VALUE is the value it is being given. +# PARAMS is the parameter list in the macro definition--in most cases, it's +# just an empty string. +ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' +ac_dB='\\)[ (].*,\\1define\\2' +ac_dC=' ' +ac_dD=' ,' + +uniq confdefs.h | + sed -n ' + t rset + :rset + s/^[ ]*#[ ]*define[ ][ ]*// + t ok + d + :ok + s/[\\&,]/\\&/g + s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p + s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p + ' >>conftest.defines + +# Remove the space that was appended to ease matching. +# Then replace #undef with comments. This is necessary, for +# example, in the case of _POSIX_SOURCE, which is predefined and required +# on some systems where configure will not decide to define it. +# (The regexp can be short, since the line contains either #define or #undef.) +echo 's/ $// +s,^[ #]*u.*,/* & */,' >>conftest.defines + +# Break up conftest.defines: +ac_max_sed_lines=50 + +# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" +# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" +# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" +# et cetera. +ac_in='$ac_file_inputs' +ac_out='"$tmp/out1"' +ac_nxt='"$tmp/out2"' + +while : +do + # Write a here document: + cat >>$CONFIG_STATUS <<_ACEOF + # First, check the format of the line: + cat >"\$tmp/defines.sed" <<\\CEOF +/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def +/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def +b +:def +_ACEOF + sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS + echo 'CEOF + sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS + ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in + sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail + grep . conftest.tail >/dev/null || break + rm -f conftest.defines + mv conftest.tail conftest.defines +done +rm -f conftest.defines conftest.tail + +echo "ac_result=$ac_in" >>$CONFIG_STATUS +cat >>$CONFIG_STATUS <<\_ACEOF if test x"$ac_file" != x-; then - { - $as_echo "/* $configure_input */" \ - && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" - } >"$tmp/config.h" \ - || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 -$as_echo "$as_me: error: could not create $ac_file" >&2;} - { (exit 1); exit 1; }; } - if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then - { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 -$as_echo "$as_me: $ac_file is unchanged" >&6;} + echo "/* $configure_input */" >"$tmp/config.h" + cat "$ac_result" >>"$tmp/config.h" + if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then + { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 +echo "$as_me: $ac_file is unchanged" >&6;} else - rm -f "$ac_file" - mv "$tmp/config.h" "$ac_file" \ - || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 -$as_echo "$as_me: error: could not create $ac_file" >&2;} - { (exit 1); exit 1; }; } + rm -f $ac_file + mv "$tmp/config.h" $ac_file fi else - $as_echo "/* $configure_input */" \ - && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ - || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 -$as_echo "$as_me: error: could not create -" >&2;} - { (exit 1); exit 1; }; } + echo "/* $configure_input */" + cat "$ac_result" fi -# Compute "$ac_file"'s index in $config_headers. -_am_arg="$ac_file" + rm -f "$tmp/out12" +# Compute $ac_file's index in $config_headers. +_am_arg=$ac_file _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in @@ -17428,7 +17599,7 @@ X"$_am_arg" : 'X\(//\)[^/]' \| \ X"$_am_arg" : 'X\(//\)$' \| \ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$_am_arg" | +echo X"$_am_arg" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -17448,8 +17619,8 @@ s/.*/./; q'`/stamp-h$_am_stamp_count ;; - :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5 -$as_echo "$as_me: executing $ac_file commands" >&6;} + :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 +echo "$as_me: executing $ac_file commands" >&6;} ;; esac @@ -17471,7 +17642,7 @@ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$mf" | +echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -17515,7 +17686,7 @@ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$file" | +echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -17541,7 +17712,7 @@ as_dirs= while :; do case $as_dir in #( - *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" @@ -17550,7 +17721,7 @@ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$as_dir" | +echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -17571,8 +17742,8 @@ test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} + } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" @@ -17589,11 +17760,6 @@ chmod +x $CONFIG_STATUS ac_clean_files=$ac_clean_files_save -test $ac_write_fail = 0 || - { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 -$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} - { (exit 1); exit 1; }; } - # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. @@ -17615,8 +17781,4 @@ # would make configure fail if this is the last instruction. $ac_cs_success || { (exit 1); exit 1; } fi -if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then - { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_opts" >&5 -$as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;} -fi --- avr-libc-1.6.8.orig/Makefile.in +++ avr-libc-1.6.8/Makefile.in @@ -212,7 +212,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ EXTRA_DIST = \ --- avr-libc-1.6.8.orig/aclocal.m4 +++ avr-libc-1.6.8/aclocal.m4 @@ -13,8 +13,8 @@ m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -m4_if(AC_AUTOCONF_VERSION, [2.62],, -[m4_warning([this file was generated for autoconf 2.62. +m4_if(AC_AUTOCONF_VERSION, [2.61],, +[m4_warning([this file was generated for autoconf 2.61. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'.])]) --- avr-libc-1.6.8.orig/include/Makefile.in +++ avr-libc-1.6.8/include/Makefile.in @@ -208,7 +208,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ avrdir = $(prefix)/avr/include --- avr-libc-1.6.8.orig/include/compat/Makefile.in +++ avr-libc-1.6.8/include/compat/Makefile.in @@ -198,7 +198,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ avrdir = $(prefix)/avr/include/compat --- avr-libc-1.6.8.orig/include/util/Makefile.in +++ avr-libc-1.6.8/include/util/Makefile.in @@ -198,7 +198,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ avrdir = $(prefix)/avr/include/util --- avr-libc-1.6.8.orig/include/avr/Makefile.in +++ avr-libc-1.6.8/include/avr/Makefile.in @@ -198,7 +198,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ avrdir = $(prefix)/avr/include/avr --- avr-libc-1.6.8.orig/doc/Makefile.in +++ avr-libc-1.6.8/doc/Makefile.in @@ -199,7 +199,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ MAINTAINERCLEANFILES = Makefile.in --- avr-libc-1.6.8.orig/doc/api/Makefile.in +++ avr-libc-1.6.8/doc/api/Makefile.in @@ -154,7 +154,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @@ -479,6 +478,9 @@ doxygen doxygen.config cp $(top_srcdir)/doc/api/avrs.png-save $(AVR_LIBC_USER_MANUAL)/avrs.png cd latex_src && \ + sed -e 's/\tpdflatex/\t-pdflatex/' Makefile > tmp.$$ && + mv tmp.$$ Makefile + cd latex_src && \ sed -e '/tocdepth/s/1/2/' \ -e '/usepackage{doxygen}/s/$$/\\usepackage{longtable}/' \ refman.tex > tmp.$$ && \ --- avr-libc-1.6.8.orig/doc/api/Makefile.am +++ avr-libc-1.6.8/doc/api/Makefile.am @@ -168,6 +168,9 @@ doxygen doxygen.config cp $(top_srcdir)/doc/api/avrs.png-save $(AVR_LIBC_USER_MANUAL)/avrs.png cd latex_src && \ + sed -e 's/\tpdflatex/\t-pdflatex/' Makefile > tmp.$$ && \ + mv tmp.$$ Makefile + cd latex_src && \ sed -e '/tocdepth/s/1/2/' \ -e '/usepackage{doxygen}/s/$$/\\usepackage{longtable}/' \ refman.tex > tmp.$$ && \ --- avr-libc-1.6.8.orig/doc/examples/Makefile.in +++ avr-libc-1.6.8/doc/examples/Makefile.in @@ -187,7 +187,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ MAINTAINERCLEANFILES = Makefile.in --- avr-libc-1.6.8.orig/devtools/Makefile.in +++ avr-libc-1.6.8/devtools/Makefile.in @@ -185,7 +185,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ EXTRA_DIST = \ --- avr-libc-1.6.8.orig/common/Makefile.in +++ avr-libc-1.6.8/common/Makefile.in @@ -185,7 +185,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ EXTRA_DIST = \ --- avr-libc-1.6.8.orig/debian/control +++ avr-libc-1.6.8/debian/control @@ -0,0 +1,14 @@ +Source: avr-libc +Section: otherosfs +Priority: extra +Maintainer: Hakan Ardo +Standards-Version: 3.2.1 +Build-Depends: gcc-avr (>=1:4.3.4), binutils-avr (>=2.20-3), debhelper (>=5), doxygen (>=1.6.2), texlive, transfig, ghostscript, netpbm, x11-common, texlive-extra-utils, autotools-dev, autoconf2.59, automake1.9 + +Package: avr-libc +Architecture: all +Depends: ${shlibs:Depends}, gcc-avr (>=1:4.3.4), binutils-avr (>=2.20) +Description: Standard C library for Atmel AVR development + Standard library used to the development of C programs for the + Atmel AVR micro controllers. This package contains static + libraries as well as the header files needed. --- avr-libc-1.6.8.orig/debian/compat +++ avr-libc-1.6.8/debian/compat @@ -0,0 +1 @@ +5 --- avr-libc-1.6.8.orig/debian/doc_api_Makefile.am +++ avr-libc-1.6.8/debian/doc_api_Makefile.am @@ -0,0 +1,247 @@ +# +# Copyright (c) 2002, 2003, 2005, Theodore A. Roth +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# 3. The name of the author may not be used to endorse or promote products +# derived from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN +# NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# +# Author: Theodore A. Roth +# +# Contributors: +# +# $Id: Makefile.am,v 1.59.2.3 2010/01/21 08:55:31 joerg_wunsch Exp $ +# +MAINTAINERCLEANFILES = Makefile.in stamp-vti + +CLEANFILES = *.html *.pdf *.ma *.mas \ + *.png *.eps fix_png \ + doxygen.config doxygen-pdf.config + +EXTRA_DIST = dox.css dox_html_header dox_html_footer \ + doxygen.config.in \ + main_page.dox \ + assembler.dox \ + inline_asm.dox \ + interrupts.dox \ + acknowledge.dox \ + malloc.dox \ + $(IMAGE_SRC) \ + sections.dox \ + sfr.dox \ + tools-install.dox \ + using-avrprog.dox \ + using-tools.dox \ + faq.dox \ + rel-method.dox \ + bench.dox \ + bench-libc.dox \ + bench-libm.dox \ + porting.dox \ + overview.dox \ + pgmspace.dox \ + library.dox \ + vectortable.dox + +SUFFIXES = .pdf .fig .png .eps + +DOC_INST_DIR = @DOC_INST_DIR@ + +USER_MANUAL = @AVR_LIBC_USER_MANUAL@ + +DEMO_LIBS = $(shell cd $(top_srcdir) && find `pwd` \( -name crtm8.o -o -name exit.o \) -print | grep avr4) +# As avr-gcc must have been installed already, we can reference its +# library by a -l option. +DEMO_LIBS += -lgcc +DEMO_INC = $(shell cd $(top_srcdir) && echo "-I`pwd`/include") + +# All demo projects where we need to run "make dox" beforehand. +DEMOS = demo largedemo stdiodemo + +all-local: html pdf + +# Before we can build the dox, we need to build the demo project so that some +# included files get generated. +demo: + if test -n "$(DEMO_LIBS)" ; then \ + NODEFLIBS="-nostartfiles -nodefaultlibs" ; \ + fi; \ + cd $(top_srcdir)/doc/examples/demo && \ + ${MAKE} DEFS="$(DEMO_INC)" \ + LIBS="$$NODEFLIBS $(DEMO_LIBS)" all + +# Generate EPS files from JPG for demos. +demodox: + for demo in $(DEMOS); do \ + ( cd $(top_srcdir)/doc/examples/$$demo && \ + ${MAKE} dox ); \ + done + +# images for inclusion in HTML and LaTeX documents + +FIG2DEV= fig2dev + +.fig.eps: + $(FIG2DEV) -L eps $< $@ + +.fig.png: + $(FIG2DEV) -L png $< $@ + +IMAGE_SRC= malloc-std.fig malloc-x1.fig malloc-x2.fig releases.fig \ + avrs.png-save + +IMAGE_PNG= $(IMAGE_SRC:.fig=.png) + +IMAGE_EPS= $(IMAGE_SRC:.fig=.eps) + +# Rule for generating html output. +html: demo demodox fix_png $(TARGET_DOX_HTML) + +# Make the background color of the png's transparent. +fix_png: $(wildcard $(USER_MANUAL)/*.png) latex_src/refman.tex + cd $(USER_MANUAL) || exit 0; \ + for png in *.png; do \ + echo "Fixing transparency for $$png"; \ + $(PNGTOPNM) $$png > tmp.pnm; \ + $(PNMTOPNG) -transparent rgb:ff/ff/ff tmp.pnm > $$png && rm tmp.pnm; \ + done + echo timestamp > fix_png + +# Rule for generating PDF output +pdf: demo demodox $(TARGET_DOX_PDF) + +# General rule for installing documentation +install-data-local: $(INSTALL_DOX_HTML) $(INSTALL_DOX_PDF) \ + $(INSTALL_DOX_MAN) + +uninstall-local: + rm -rf $(DOC_INST_DIR) + +clean-local: + rm -rf $(USER_MANUAL) latex_src man + for demo in $(DEMOS); do \ + ( cd $(top_srcdir)/doc/examples/$$demo && \ + ${MAKE} clean ) ; \ + done + +# +# Rules for generating documentation with doxygen +# + +# +# The sed magic below does the following: +# +# It bumps the subsection level that is to be displayed in the TOC. +# For Postscript output, only \page and \section headings will be +# displayed, while the PDF document will also show \subsection so the +# browsable index in the PDF file will provide a good help to the +# user. +# +# The magic around TabularC replaces doxygen's own tabular environment +# (named TabularC) by an explicit call to longtable in the document +# that describes the vector names, so the rather long table can be +# split across multiple pages. Note that there are some nasty things +# going on here: the string "Vector Name" in the table heading is used +# as a magic string in order to replace the \\ at the end of the table +# heading by \endhead so longtable will know what heading to repeat in +# table continuations. + +latex_src/refman.tex: doxygen.config $(IMAGE_EPS) $(IMAGE_PNG) + doxygen doxygen.config + cp $(top_srcdir)/doc/api/avrs.png-save $(AVR_LIBC_USER_MANUAL)/avrs.png + cd latex_src && \ + sed -e 's/\tpdflatex/\t-pdflatex/' Makefile > tmp.$$ && \ + mv tmp.$$ Makefile + cd latex_src && \ + sed -e '/tocdepth/s/1/2/' \ + -e '/usepackage{doxygen}/s/$$/\\usepackage{longtable}/' \ + refman.tex > tmp.$$ && \ + mv -f tmp.$$ refman.tex + cd latex_src && \ + sed -e '/{TabularC}{.}/s/{TabularC}{.}/{longtable}{|p{1.7cm}|p{1.7cm}|p{2cm}|p{5cm}|}/' \ + -e '/TabularC/s/TabularC/longtable/' \ + -e '/Vector name/,/^[^ ]/s/\\\\\\hline/\\endhead\\hline/' \ + group__avr__interrupts.tex > tmp.$$ && \ + mv -f tmp.$$ group__avr__interrupts.tex + cd latex_src && \ + if [ -f using_tools.tex ] ; then \ + UT=using_tools.tex; else \ + UT=using__tools.tex; fi; \ + sed -e '/{TabularC}{3}/s/{TabularC}{3}/{longtable}{|l|>{\PBS}p{5cm}|>{\PBS}p{3.5cm}|}/' \ + -e '/begin{longtable}/,/TabularC/s/TabularC/longtable/' \ + -e '/Architecture/s/\\\\\\hline/\\endhead\\hline/' \ + -e '/MCU types are currently/,/Architecture/s/>.*|/l|l|/' \ + $$UT > tmp.$$ && \ + mv -f tmp.$$ $$UT + +#doxygen.config: doxygen.config.in $(top_srcdir)/stamp-h1 +doxygen.config: doxygen.config.in + sed \ + -e 's,[@]VERSION[@],$(VERSION),g' \ + -e 's,[@]top_srcdir[@],$(top_srcdir),g' \ + -e 's,[@]top_builddir[@],$(top_builddir),g' \ + -e 's,[@]AVR_LIBC_USER_MANUAL[@],$(AVR_LIBC_USER_MANUAL),g' \ + -e 's,[@]srcdir[@],$(srcdir),g' \ + < $(srcdir)/doxygen.config.in > doxygen.config ||\ + { rm -f doxygen.config; exit 1; } + +# XXX currently, HTML and LaTeX documentation will always be built +# together. HTML doesn't need any postprocessing, while latex is only +# a prerequisite for ps. +dox-html: demo demodox fix_png $(USER_MANUAL)/index.html + +$(USER_MANUAL)/index.html: latex_src/refman.tex + +dox-pdf: $(USER_MANUAL).pdf + +$(USER_MANUAL).pdf: latex_src/refman.tex + cd latex_src && ${MAKE} refman.pdf + cp latex_src/refman.pdf $(USER_MANUAL).pdf + +# Install rules for the various documentation parts. The actual +# access to those rules is from the install-data-local target above, +# where the toplevel configure decides which of them will become a +# prerequisite of install-data-local. +install-dox-html: dox-html + $(mkinstalldirs) $(DOC_INST_DIR)/$(USER_MANUAL) + @list='$(wildcard $(USER_MANUAL)/*.html $(USER_MANUAL)/*.css \ + $(USER_MANUAL)/*.jpg $(USER_MANUAL)/*.png)'; \ + for file in $$list ; do \ + echo " $(INSTALL_DATA) $$file $(DOC_INST_DIR)/$$file"; \ + $(INSTALL_DATA) $$file $(DOC_INST_DIR)/$$file; \ + done + +install-dox-pdf: dox-pdf + $(mkinstalldirs) $(DOC_INST_DIR) + $(INSTALL_DATA) $(USER_MANUAL).pdf $(DOC_INST_DIR)/$(USER_MANUAL).pdf + +install-dox-man: dox-html + $(mkinstalldirs) $(DOC_INST_DIR)/man/man3 + @list='$(wildcard man/man3/*.3)'; \ + for file in $$list ; do \ + echo " $(INSTALL_DATA) $$file $(DOC_INST_DIR)/$$file"; \ + $(INSTALL_DATA) $$file $(DOC_INST_DIR)/$$file; \ + done + +.PHONY: html latex pdf demo demodox \ + dox-html dox-pdf install-pdf install-html \ + install-dox-html install-dox-pdf \ + install-dox-man --- avr-libc-1.6.8.orig/debian/semantic.cache +++ avr-libc-1.6.8/debian/semantic.cache @@ -0,0 +1,16 @@ +;; Object debian/ +;; SEMANTICDB Tags save file +(semanticdb-project-database-file "debian/" + :tables (list + (semanticdb-table "rules" + :major-mode 'makefile-mode + :tags '(("package" variable (:default-value ("avr-libc")) nil [145 162]) ("build" function nil nil [163 320]) ("clean" function nil nil [320 570]) ("binary-indep" function (:arguments ("checkroot" "build")) nil [570 674]) ("binary-arch" function (:arguments ("checkroot" "build")) nil [750 813]) ("binary" function (:arguments ("binary-indep" "binary-arch")) nil [1800 1834]) ("checkroot" function nil nil [1834 1883])) + :file "rules" + :pointmax 1939 + :unmatched-syntax 'nil + ) + ) + :file "semantic.cache" + :semantic-tag-version "2.0pre3" + :semanticdb-version "2.0pre3" + ) --- avr-libc-1.6.8.orig/debian/lintian_overrides +++ avr-libc-1.6.8/debian/lintian_overrides @@ -0,0 +1,230 @@ +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/crt86401.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/crttn13.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/crttn13a.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/crttn2313.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/crttn24.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/crttn25.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/crttn261.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/crttn43u.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/crttn44.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/crttn45.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/crttn461.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/crttn48.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/crttn84.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/crttn85.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/crttn861.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/crttn87.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/crttn88.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/libc.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/libm.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/libprintf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/libprintf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/libscanf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr25/libscanf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr3/crt43320.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr3/crt43355.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr3/crt76711.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr3/crtm103.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr3/crtusb162.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr3/crtusb82.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr3/libc.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr3/libm.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr3/libprintf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr3/libprintf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr3/libscanf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr3/libscanf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr31/crt43320.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr31/crtm103.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr31/libc.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr31/libm.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr31/libprintf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr31/libprintf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr31/libscanf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr31/libscanf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr35/crttn167.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr35/crtusb162.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr35/crtusb82.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr35/libc.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr35/libm.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr35/libprintf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr35/libprintf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr35/libscanf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr35/libscanf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr4/crt90pwm1.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr4/crt90pwm2.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr4/crt90pwm2b.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr4/crt90pwm3.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr4/crt90pwm3b.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr4/crt90pwm81.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr4/crtm48.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr4/crtm48p.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr4/crtm8.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr4/crtm8515.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr4/crtm8535.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr4/crtm88.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr4/crtm88p.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr4/crtm8hva.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr4/libc.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr4/libm.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr4/libprintf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr4/libprintf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr4/libscanf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr4/libscanf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crt90pwm216.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crt90pwm316.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crt90scr100.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtat94k.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtcan128.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtcan32.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtcan64.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm128.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm1280.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm1281.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm1284p.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm128rfa1.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm16.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm161.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm162.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm163.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm164p.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm165.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm165p.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm168.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm168p.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm169.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm169p.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm16hva.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm16m1.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm16u4.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm32.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm323.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm324p.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm325.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm3250.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm3250p.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm325p.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm328p.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm329.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm3290.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm3290p.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm329p.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm32c1.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm32hvb.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm32m1.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm32u4.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm32u6.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm406.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm64.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm640.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm644.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm644p.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm645.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm6450.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm649.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm6490.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm64c1.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtm64m1.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtusb1286.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtusb1287.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtusb646.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/crtusb647.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/libc.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/libm.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/libprintf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/libprintf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/libscanf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr5/libscanf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr51/crtcan128.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr51/crtm128.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr51/crtm1280.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr51/crtm1281.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr51/crtm1284p.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr51/crtm128rfa1.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr51/crtusb1286.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr51/crtusb1287.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr51/libc.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr51/libm.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr51/libprintf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr51/libprintf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr51/libscanf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr51/libscanf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr6/crtm2560.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr6/crtm2561.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr6/libc.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr6/libm.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr6/libprintf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr6/libprintf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr6/libscanf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avr6/libscanf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega3/crtx32a4.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega3/libc.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega3/libm.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega3/libprintf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega3/libprintf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega3/libscanf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega3/libscanf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega4/crtx64a3.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega4/libc.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega4/libm.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega4/libprintf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega4/libprintf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega4/libscanf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega4/libscanf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega5/crtx64a1.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega5/libc.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega5/libm.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega5/libprintf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega5/libprintf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega5/libscanf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega5/libscanf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega6/crtx128a3.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega6/crtx256a3.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega6/crtx256a3b.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega6/libc.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega6/libm.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega6/libprintf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega6/libprintf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega6/libscanf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega6/libscanf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega7/crtx128a1.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega7/libc.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega7/libm.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega7/libprintf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega7/libprintf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega7/libscanf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/avrxmega7/libscanf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crt86401.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crtc8534.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crts1200.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crts2313.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crts2323.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crts2333.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crts2343.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crts4414.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crts4433.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crts4434.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crts8515.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crts8535.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crttn11.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crttn12.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crttn13.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crttn15.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crttn22.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crttn2313.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crttn24.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crttn25.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crttn26.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crttn261.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crttn28.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crttn44.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crttn45.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crttn461.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crttn84.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crttn85.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/crttn861.o +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/libc.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/libm.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/libprintf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/libprintf_min.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/libscanf_flt.a +avr-libc: arch-independent-package-contains-binary-or-object ./usr/lib/avr/lib/libscanf_min.a --- avr-libc-1.6.8.orig/debian/changelog +++ avr-libc-1.6.8/debian/changelog @@ -0,0 +1,232 @@ +avr-libc (1:1.6.8-1) unstable; urgency=low + + * New upstream release + * Replaced builddep on gs-gpl with ghostscript + * Autotools executed during build. + * Now build-depends on doxygen >= 1.6.2 + * Errors in first two latex passes ignored (closes: #562312) + + -- Hakan Ardo Sun, 21 Feb 2010 11:54:12 +0100 + +avr-libc (1:1.6.7-1) unstable; urgency=low + + * New upstream relese (closes: #544030) + * Added lintian overrides (closes: #553265) + + -- Hakan Ardo Sat, 31 Oct 2009 11:52:10 +0100 + +avr-libc (1:1.6.2.cvs20080610-2) unstable; urgency=low + + * Added build-depends on texlive-extra-utils (closes: #493454) + + -- Hakan Ardo Sun, 10 Aug 2008 09:59:16 +0200 + +avr-libc (1:1.6.2.cvs20080610-1) unstable; urgency=low + + * New upstream release: WinAVR-20080610 + + -- Hakan Ardo Sat, 19 Jul 2008 11:18:39 +0200 + +avr-libc (1:1.6.2-2) unstable; urgency=low + + * Recompiled with new gcc to add support for avr6 + * Moved /usr/avr to /usr/lib/avr (closes: #486844) + * pdf manual index now has pagenumbers (closes: #486219) + + -- Hakan Ardo Wed, 02 Jul 2008 13:53:45 +0200 + +avr-libc (1:1.6.2-1) unstable; urgency=low + + * New upstream release + + -- Hakan Ardo Fri, 04 Apr 2008 17:05:32 +0200 + +avr-libc (1:1.6.1-1) unstable; urgency=low + + * New upstream release (closes: #464622) + + -- Hakan Ardo Fri, 08 Feb 2008 14:58:42 +0100 + +avr-libc (1:1.4.7-1) unstable; urgency=low + + * New upstream release (closes: #410831, #420163, #421088, #452199, #394231) + * Replaced tetex packages with texlive in Build-Depends (closes: + #427266) + * Now ignores returnstatus of pdflatex when generating docs to prevent + the build processing from halting on latex warnings (closes: + #427266) + + -- Hakan Ardo Sat, 29 Dec 2007 16:20:03 +0100 + +avr-libc (1:1.4.6-1) unstable; urgency=low + + * New upstream release + + -- Hakan Ardo Thu, 9 Aug 2007 11:28:01 +0200 + +avr-libc (1:1.4.5-3) unstable; urgency=low + + * Recompiled with new gcc/binutils + * Fixed build-depends (closes: #420060) + + -- Hakan Ardo Sun, 22 Apr 2007 17:52:23 +0200 + +avr-libc (1:1.4.5-2) unstable; urgency=low + + * Convertion to debheler fixed (closes: #398220) + * Reference to /usr/share/common-licenses in copyright file + + -- Hakan Ardo Wed, 15 Nov 2006 21:12:47 +0100 + +avr-libc (1:1.4.5-1) unstable; urgency=low + + * New upstream release + * Converted from debmake to debhelper (closes: #373000) + + -- Hakan Ardo Wed, 1 Nov 2006 07:32:23 +0100 + +avr-libc (1:1.4.4-2) unstable; urgency=low + + * Recompiled with gcc-4.1 + + -- Hakan Ardo Mon, 1 May 2006 12:03:39 +0200 + +avr-libc (1:1.4.4-1) unstable; urgency=low + + * New upstream release (closes: #355631, #360685) + + -- Hakan Ardo Mon, 24 Apr 2006 20:43:52 +0200 + +avr-libc (1:1.4.3-1) unstable; urgency=low + + * New upstream release (closes: #350536,#299881). Older versions of avr-libc + are avalible as avr-libc-1.2 and avr-libc-1.0. + + -- Hakan Ardo Sun, 5 Feb 2006 11:29:51 +0100 + +avr-libc (1:1.2.3-3) unstable; urgency=low + + * Added build depends on netpbm + * Added build depends on tetex-extra + + -- Hakan Ardo Sat, 19 Mar 2005 11:16:14 +0100 + +avr-libc (1:1.2.3-2) unstable; urgency=low + + * Added gs to Build-Depends + + -- Hakan Ardo Wed, 2 Mar 2005 07:05:20 +0100 + +avr-libc (1:1.2.3-1) unstable; urgency=low + + * Upstream release + + -- Hakan Ardo Sun, 27 Feb 2005 10:19:36 +0100 + +avr-libc (1:1.2.0-1) unstable; urgency=low + + * Upstream release + + -- Hakan Ardo Sun, 2 Jan 2005 15:31:06 +0100 + +avr-libc (1:1.0.5-1) unstable; urgency=low + + * New upstream release + + -- Hakan Ardo Sun, 26 Dec 2004 12:58:53 +0100 + +avr-libc (1:1.0.4-1) unstable; urgency=low + + * Upstream update + + -- Hakan Ardo Wed, 11 Aug 2004 17:48:58 +0200 + +avr-libc (1:1.0.3-1) unstable; urgency=low + + * Upstream update + + -- Hakan Ardo Mon, 29 Mar 2004 15:08:19 +0200 + +avr-libc (20030512cvs-1) unstable; urgency=low + + * Updated to 20030512 + + -- Hakan Ardo Sat, 24 May 2003 13:39:43 +0200 + +avr-libc (20020203-4) unstable; urgency=low + + * Enabled crtm8.o and crtm128.o (closes: #160290) + * Secured __port_cbi_sbi_ok macro with parens (closes: #182898) + * LICENSE file now included (closes: #182899) + + -- Hakan Ardo Sat, 15 Mar 2003 10:09:49 +0100 + +avr-libc (20020203-3) unstable; urgency=low + + * Added avr link in include dir (closes: #173755) + * Documents and examples now included (closes: #160298) + * Moved around )s in iomacros.h (closes: #162030, #174505) + + -- Hakan Ardo Wed, 26 Feb 2003 18:31:28 +0100 + +avr-libc (20020203-2) unstable; urgency=low + + * Support for the mega AVRs now restored (avr3,avr4 and avr5) + + -- Hakan Ardo Mon, 15 Apr 2002 14:53:38 +0200 + +avr-libc (20020203-1) unstable; urgency=low + + * New upstream release (closes: #139033) + + -- Hakan Ardo Sat, 30 Mar 2002 10:23:12 +0100 + +avr-libc (20010708-4) unstable; urgency=low + + * Updated Build-Depend on gcc to reflect version dependency + (close: #133366). + * Changed arch to all (closes: #134443) + + -- Hakan Ardo Mon, 11 Mar 2002 15:56:30 +0100 + +avr-libc (20010708-3) unstable; urgency=low + + * Recompiled with new avr-gcc instead oc avr-linux-gcc + + -- Hakan Ardo Sat, 9 Feb 2002 16:10:00 +0100 + +avr-libc (20010708-2) unstable; urgency=low + + * Fixed some spell errors (Bug #100109) + * Fixed clean target not to craete dirs (Bug #107089) + + -- Hakan Ardo Sat, 9 Feb 2002 16:09:35 +0100 + +avr-libc (20010708-1) unstable; urgency=low + + * New upstream release + + -- Hakan Ardo Sat, 14 Jul 2001 12:46:11 +0200 + +avr-libc (20010331-1) unstable; urgency=low + + * New upstream release. + * Added Build-Depends + + -- Hakan Ardo Sat, 7 Apr 2001 19:15:22 +0200 + +avr-libc (20000514-2) unstable; urgency=low + + * Moved to main + + -- Hakan Ardo Sun, 29 Oct 2000 13:11:28 +0100 + +avr-libc (20000514-1) unstable; urgency=low + + * Initial Release. + + -- Hakan Ardo Wed, 20 Sep 2000 22:08:40 +0200 + +Local variables: +mode: debian-changelog +End: --- avr-libc-1.6.8.orig/debian/rules +++ avr-libc-1.6.8/debian/rules @@ -0,0 +1,78 @@ +#!/usr/bin/make -f +# Made with the aid of debmake, by Christoph Lameter, +# based on the sample debian/rules file for GNU hello by Ian Jackson. + +package=avr-libc + +build: + $(checkdir) + ./bootstrap + ./configure --build=`./config.guess` --host=avr --prefix=/usr/lib --disable-versioned-doc --enable-doc \ + --disable-ps-doc --datadir=/usr/share --bindir=/usr/bin + + make + touch build + +clean: + $(checkdir) + -rm -rf build* avr3 avr4 avr5 + -$(MAKE) clean + -$(MAKE) distclean + -rm -f `find . -name "*~"` + -rm -rf debian/tmp debian/files* core debian/substvars + -rm -f libc/gnu/Makefile + -cd doc/examples/demo/ && $(MAKE) clean + -dh_clean + +binary-indep: checkroot build + $(checkdir) +# There are no architecture-independent files to be uploaded +# generated by this package. If there were any they would be +# made here. + +binary-arch: checkroot build + $(checkdir) +# -rm -rf debian/tmp +# install -d debian/tmp +# cd debian/tmp && install -d `cat ../dirs` + RGBDEF=/etc/X11/rgb.txt make install DESTDIR=`pwd`/debian/$(package) +# cd build/doc && $(MAKE) install DESTDIR=`pwd`/../../debian/tmp +# mv debian/tmp/usr/share/doc/avr-libc debian/tmp/usr/share/doc/$(package) + cp NEWS debian/$(package)/usr/share/doc/$(package)/changelog + install -d debian/$(package)/usr/share/lintian/overrides + cp debian/lintian_overrides debian/$(package)/usr/share/lintian/overrides/$(package) +# cp ChangeLog debian/tmp/usr/share/doc/$(package)/changelog +# mv debian/tmp/usr/share/doc/$(package)/CHANGES.old changelog.old +# gzip -9 `find debian/tmp/usr/share/doc/$(package)/ -type f` +# Must have debmake installed for this to work. Otherwise please copy +# /usr/bin/debstd into the debian directory and change debstd to debian/debstd + mv debian/avr-libc/usr/lib/bin debian/avr-libc/usr/ + +# debstd -m +# dpkg-gencontrol -isp +# chown -R root.root debian/tmp +# chmod -R go=rX debian/tmp +# dpkg --build debian/tmp .. + + dh_installchangelogs + dh_installdocs + dh_installman + dh_compress + dh_fixperms + dh_installdeb + + dh_md5sums + dh_gencontrol + dh_builddeb + +define checkdir + test -f debian/rules +endef + +binary: binary-indep binary-arch + +checkroot: + $(checkdir) + test root = "`whoami`" + +.PHONY: binary binary-arch binary-indep clean checkroot --- avr-libc-1.6.8.orig/debian/copyright.old +++ avr-libc-1.6.8/debian/copyright.old @@ -0,0 +1,50 @@ +This package was debianized by Hakan Ardo hakan@debian.org on +Wed, 20 Sep 2000 22:08:40 +0200. + +It was downloaded from: + + http://savannah.nongnu.org/download/avr-libc/ + +Copyright: + +The copyright picture of those libs is quite complictaed. For an exact +picture you'll have to look at each source file separately. The +LICENSE file contains some sort of summary and here's how the +upstream author Marek Michalkiewicz looks at it: + +> It's in the source files, but not all of them. +> +> As far as I am concerned, I try to keep avr-libc as free as possible +> (the GPL or even LGPL is too restrictive for many embedded applications). +> The following copyright is in a few of the source files: +> +> Copyright (C) 1999 Marek Michalkiewicz +> +> Permission to use, copy, modify, and distribute this software and +> its documentation for any purpose and without fee is hereby granted, +> without any conditions or restrictions. This software is provided +> "as is" without express or implied warranty. +> +> (I'm not a lawyer, so if anything needs to be changed, please let me know.) +> +> But some files were written by others: +> +> Michael Stumpf wrote the "fplib" floating point +> library. As I understand from asking the author, it is under the GPL. +> I will try to contact him and ask if it's OK to add a special exception +> as in libgcc (GPL, but OK to link with code compiled by GCC). Until then, +> linking with libm.a may make the application fall under the GPL. +> +> A few *.c files have BSD copyright. There are alternative versions under +> the LGPL (borrowed from glibc I think) but these are not built by default. +> +> Denis Chertykov wrote a few example files, which are +> under the GPL (but are not part of the library itself), and first version +> of gcrt1.S (C startup) but it has been changed a lot since then so there +> isn't much of the original code anymore. There is no copyright info, +> but my understanding (from what we agreed on in crt1.s for the old AVA +> assembler) was GPL with special exception as in libgcc (OK to link with +> code compiled by GCC with no restrictions). In any case, my changes are +> under the "almost public domain" copyright mentioned earlier. + +GPL and LPGL can be found in /usr/share/common-licenses/. --- avr-libc-1.6.8.orig/debian/copyright +++ avr-libc-1.6.8/debian/copyright @@ -0,0 +1,77 @@ +This package was debianized by Hakan Ardo hakan@debian.org on +Wed, 20 Sep 2000 22:08:40 +0200. + +It was downloaded from: + + http://savannah.nongnu.org/download/avr-libc/ + +Copyright: + +The contents of avr-libc are licensed with a Modified BSD License. + +All of this is supposed to be Free Software, Open Source, DFSG-free, +GPL-compatible, and OK to use in both free and proprietary applications. + +See the license information in the individual source files for details. + +Additions and corrections to this file are welcome. + +Both the BSD and GPL licens is available in /usr/share/common-licenses. + +******************************************************************************* +Portions of avr-libc are Copyright (c) 1999-2004 +Keith Gudger, +Steinar Haugen, +Peter Jansen, +Reinhard Jessich, +Magnus Johansson, +Artur Lipowski, +Marek Michalkiewicz, +Colin O'Flynn, +Bob Paddock, +Reiner Patommel, +Michael Rickman, +Theodore A. Roth, +Juergen Schilling, +Philip Soeberg, +Nils Kristian Strom, +Michael Stumpf, +Stefan Swanepoel, +Eric B. Weddington, +Joerg Wunsch, +The Regents of the University of California. +All rights reserved. + +Portions of avr-libc documentation Copyright (c) 1990, 1991, 1993, 1994 +The Regents of the University of California. +All rights reserved. + + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holders nor the names of + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + +******************************************************************************* --- avr-libc-1.6.8.orig/debian/docs +++ avr-libc-1.6.8/debian/docs @@ -0,0 +1 @@ +README --- avr-libc-1.6.8.orig/scripts/Makefile.in +++ avr-libc-1.6.8/scripts/Makefile.in @@ -189,7 +189,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ avrdir = $(prefix)/bin --- avr-libc-1.6.8.orig/libm/Makefile.in +++ avr-libc-1.6.8/libm/Makefile.in @@ -196,7 +196,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = fplib --- avr-libc-1.6.8.orig/libm/fplib/Makefile.in +++ avr-libc-1.6.8/libm/fplib/Makefile.in @@ -217,7 +217,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ libm_a_c_sources = --- avr-libc-1.6.8.orig/libc/Makefile.in +++ avr-libc-1.6.8/libc/Makefile.in @@ -196,7 +196,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = stdlib pmstring string misc stdio --- avr-libc-1.6.8.orig/libc/misc/Makefile.in +++ avr-libc-1.6.8/libc/misc/Makefile.in @@ -217,7 +217,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ misc_a_c_sources = --- avr-libc-1.6.8.orig/libc/pmstring/Makefile.in +++ avr-libc-1.6.8/libc/pmstring/Makefile.in @@ -217,7 +217,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ pmstring_a_c_sources = \ --- avr-libc-1.6.8.orig/libc/stdio/Makefile.in +++ avr-libc-1.6.8/libc/stdio/Makefile.in @@ -217,7 +217,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ stdio_a_c_sources = \ --- avr-libc-1.6.8.orig/libc/stdlib/Makefile.in +++ avr-libc-1.6.8/libc/stdlib/Makefile.in @@ -217,7 +217,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ stdlib_a_c_sources = \ --- avr-libc-1.6.8.orig/libc/string/Makefile.in +++ avr-libc-1.6.8/libc/string/Makefile.in @@ -217,7 +217,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ string_a_c_sources = \ --- avr-libc-1.6.8.orig/avr/Makefile.in +++ avr-libc-1.6.8/avr/Makefile.in @@ -196,7 +196,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = lib --- avr-libc-1.6.8.orig/avr/lib/Makefile.in +++ avr-libc-1.6.8/avr/lib/Makefile.in @@ -196,7 +196,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = avr2 avr25 avr3 avr31 avr35 avr4 avr5 avr51 avr6 avrxmega2 avrxmega3 avrxmega4 avrxmega5 avrxmega6 avrxmega7 --- avr-libc-1.6.8.orig/avr/lib/avrxmega7/Makefile.in +++ avr-libc-1.6.8/avr/lib/avrxmega7/Makefile.in @@ -786,7 +786,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = atxmega128a1 --- avr-libc-1.6.8.orig/avr/lib/avrxmega7/atxmega128a1/Makefile.in +++ avr-libc-1.6.8/avr/lib/avrxmega7/atxmega128a1/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atxmega128a1 --- avr-libc-1.6.8.orig/avr/lib/avr3/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr3/Makefile.in @@ -783,7 +783,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = atmega103 at43usb320 at43usb355 at76c711 at90usb82 at90usb162 --- avr-libc-1.6.8.orig/avr/lib/avr3/at76c711/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr3/at76c711/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at76c711 --- avr-libc-1.6.8.orig/avr/lib/avr3/atmega103/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr3/atmega103/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega103 --- avr-libc-1.6.8.orig/avr/lib/avr3/at90usb82/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr3/at90usb82/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90usb82 --- avr-libc-1.6.8.orig/avr/lib/avr3/at43usb355/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr3/at43usb355/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at43usb355 --- avr-libc-1.6.8.orig/avr/lib/avr3/at43usb320/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr3/at43usb320/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at43usb320 --- avr-libc-1.6.8.orig/avr/lib/avr3/at90usb162/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr3/at90usb162/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90usb162 --- avr-libc-1.6.8.orig/avr/lib/avr6/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr6/Makefile.in @@ -779,7 +779,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = atmega2560 atmega2561 --- avr-libc-1.6.8.orig/avr/lib/avr6/atmega2561/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr6/atmega2561/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega2561 --- avr-libc-1.6.8.orig/avr/lib/avr6/atmega2560/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr6/atmega2560/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega2560 --- avr-libc-1.6.8.orig/avr/lib/avr2/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/Makefile.in @@ -806,7 +806,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = at90s1200 attiny11 attiny12 attiny13 attiny15 attiny2313 attiny28 at90s2313 at90s2323 at90s2333 at90s2343 at90s4433 at90s4414 at90s4434 at90s8515 at90s8535 at90c8534 attiny22 attiny26 at86rf401 attiny25 attiny45 attiny85 attiny24 attiny44 attiny84 attiny261 attiny461 attiny861 --- avr-libc-1.6.8.orig/avr/lib/avr2/attiny26/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/attiny26/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny26 --- avr-libc-1.6.8.orig/avr/lib/avr2/at90s8515/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/at90s8515/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90s8515 --- avr-libc-1.6.8.orig/avr/lib/avr2/at90c8534/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/at90c8534/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90c8534 --- avr-libc-1.6.8.orig/avr/lib/avr2/at90s2313/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/at90s2313/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90s2313 --- avr-libc-1.6.8.orig/avr/lib/avr2/attiny261/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/attiny261/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny261 --- avr-libc-1.6.8.orig/avr/lib/avr2/at86rf401/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/at86rf401/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at86rf401 --- avr-libc-1.6.8.orig/avr/lib/avr2/attiny44/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/attiny44/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny44 --- avr-libc-1.6.8.orig/avr/lib/avr2/attiny24/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/attiny24/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny24 --- avr-libc-1.6.8.orig/avr/lib/avr2/attiny461/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/attiny461/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny461 --- avr-libc-1.6.8.orig/avr/lib/avr2/at90s4434/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/at90s4434/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90s4434 --- avr-libc-1.6.8.orig/avr/lib/avr2/attiny84/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/attiny84/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny84 --- avr-libc-1.6.8.orig/avr/lib/avr2/attiny22/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/attiny22/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny22 --- avr-libc-1.6.8.orig/avr/lib/avr2/at90s2333/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/at90s2333/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90s2333 --- avr-libc-1.6.8.orig/avr/lib/avr2/attiny2313/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/attiny2313/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny2313 --- avr-libc-1.6.8.orig/avr/lib/avr2/attiny15/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/attiny15/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny15 --- avr-libc-1.6.8.orig/avr/lib/avr2/attiny45/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/attiny45/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny45 --- avr-libc-1.6.8.orig/avr/lib/avr2/at90s4433/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/at90s4433/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90s4433 --- avr-libc-1.6.8.orig/avr/lib/avr2/attiny85/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/attiny85/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny85 --- avr-libc-1.6.8.orig/avr/lib/avr2/at90s1200/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/at90s1200/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90s1200 --- avr-libc-1.6.8.orig/avr/lib/avr2/at90s2323/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/at90s2323/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90s2323 --- avr-libc-1.6.8.orig/avr/lib/avr2/attiny11/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/attiny11/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny11 --- avr-libc-1.6.8.orig/avr/lib/avr2/attiny12/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/attiny12/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny12 --- avr-libc-1.6.8.orig/avr/lib/avr2/at90s8535/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/at90s8535/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90s8535 --- avr-libc-1.6.8.orig/avr/lib/avr2/attiny861/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/attiny861/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny861 --- avr-libc-1.6.8.orig/avr/lib/avr2/attiny25/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/attiny25/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny25 --- avr-libc-1.6.8.orig/avr/lib/avr2/attiny13/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/attiny13/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny13 --- avr-libc-1.6.8.orig/avr/lib/avr2/at90s2343/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/at90s2343/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90s2343 --- avr-libc-1.6.8.orig/avr/lib/avr2/at90s4414/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/at90s4414/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90s4414 --- avr-libc-1.6.8.orig/avr/lib/avr2/attiny28/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr2/attiny28/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny28 --- avr-libc-1.6.8.orig/avr/lib/avrxmega4/Makefile.in +++ avr-libc-1.6.8/avr/lib/avrxmega4/Makefile.in @@ -787,7 +787,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = atxmega64a3 atxmega64d3 --- avr-libc-1.6.8.orig/avr/lib/avrxmega4/atxmega64a3/Makefile.in +++ avr-libc-1.6.8/avr/lib/avrxmega4/atxmega64a3/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atxmega64a3 --- avr-libc-1.6.8.orig/avr/lib/avrxmega4/atxmega64d3/Makefile.in +++ avr-libc-1.6.8/avr/lib/avrxmega4/atxmega64d3/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atxmega64d3 --- avr-libc-1.6.8.orig/avr/lib/avrxmega3/Makefile.in +++ avr-libc-1.6.8/avr/lib/avrxmega3/Makefile.in @@ -786,7 +786,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = atxmega32a4 --- avr-libc-1.6.8.orig/avr/lib/avrxmega3/atxmega32a4/Makefile.in +++ avr-libc-1.6.8/avr/lib/avrxmega3/atxmega32a4/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atxmega32a4 --- avr-libc-1.6.8.orig/avr/lib/avr4/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr4/Makefile.in @@ -794,7 +794,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = atmega48 atmega48a atmega48p atmega8 atmega88 atmega88a atmega88p atmega88pa atmega8515 atmega8535 atmega8hva at90pwm1 at90pwm2 at90pwm2b at90pwm3 at90pwm3b at90pwm81 --- avr-libc-1.6.8.orig/avr/lib/avr4/atmega88/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr4/atmega88/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega88 --- avr-libc-1.6.8.orig/avr/lib/avr4/atmega48/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr4/atmega48/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega48 --- avr-libc-1.6.8.orig/avr/lib/avr4/atmega88pa/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr4/atmega88pa/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega88pa --- avr-libc-1.6.8.orig/avr/lib/avr4/atmega48a/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr4/atmega48a/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega48a --- avr-libc-1.6.8.orig/avr/lib/avr4/atmega8hva/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr4/atmega8hva/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega8hva --- avr-libc-1.6.8.orig/avr/lib/avr4/at90pwm81/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr4/at90pwm81/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90pwm81 --- avr-libc-1.6.8.orig/avr/lib/avr4/at90pwm1/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr4/at90pwm1/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90pwm1 --- avr-libc-1.6.8.orig/avr/lib/avr4/at90pwm3/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr4/at90pwm3/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90pwm3 --- avr-libc-1.6.8.orig/avr/lib/avr4/atmega8/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr4/atmega8/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega8 --- avr-libc-1.6.8.orig/avr/lib/avr4/atmega48p/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr4/atmega48p/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega48p --- avr-libc-1.6.8.orig/avr/lib/avr4/atmega8535/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr4/atmega8535/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega8535 --- avr-libc-1.6.8.orig/avr/lib/avr4/atmega88p/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr4/atmega88p/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega88p --- avr-libc-1.6.8.orig/avr/lib/avr4/at90pwm2/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr4/at90pwm2/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90pwm2 --- avr-libc-1.6.8.orig/avr/lib/avr4/atmega88a/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr4/atmega88a/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega88a --- avr-libc-1.6.8.orig/avr/lib/avr4/at90pwm3b/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr4/at90pwm3b/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90pwm3b --- avr-libc-1.6.8.orig/avr/lib/avr4/atmega8515/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr4/atmega8515/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega8515 --- avr-libc-1.6.8.orig/avr/lib/avr4/at90pwm2b/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr4/at90pwm2b/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90pwm2b --- avr-libc-1.6.8.orig/avr/lib/avrxmega5/Makefile.in +++ avr-libc-1.6.8/avr/lib/avrxmega5/Makefile.in @@ -786,7 +786,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = atxmega64a1 --- avr-libc-1.6.8.orig/avr/lib/avrxmega5/atxmega64a1/Makefile.in +++ avr-libc-1.6.8/avr/lib/avrxmega5/atxmega64a1/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atxmega64a1 --- avr-libc-1.6.8.orig/avr/lib/avr35/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr35/Makefile.in @@ -785,7 +785,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = at90usb82 at90usb162 atmega8u2 atmega16u2 atmega32u2 attiny167 --- avr-libc-1.6.8.orig/avr/lib/avr35/atmega32u2/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr35/atmega32u2/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega32u2 --- avr-libc-1.6.8.orig/avr/lib/avr35/at90usb82/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr35/at90usb82/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90usb82 --- avr-libc-1.6.8.orig/avr/lib/avr35/atmega16u2/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr35/atmega16u2/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega16u2 --- avr-libc-1.6.8.orig/avr/lib/avr35/at90usb162/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr35/at90usb162/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90usb162 --- avr-libc-1.6.8.orig/avr/lib/avr35/attiny167/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr35/attiny167/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny167 --- avr-libc-1.6.8.orig/avr/lib/avr35/atmega8u2/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr35/atmega8u2/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega8u2 --- avr-libc-1.6.8.orig/avr/lib/avr5/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/Makefile.in @@ -858,7 +858,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = at90can32 at90can64 at90can128 at90pwm216 at90pwm316 at90scr100 at90usb646 at90usb647 at90usb1286 at90usb1287 at94k atmega16 atmega16a atmega161 atmega162 atmega163 atmega164a atmega164p atmega165 atmega165a atmega165p atmega168 atmega168a atmega168p atmega169 atmega169a atmega169p atmega169pa atmega16hva atmega16hva2 atmega16hvb atmega16m1 atmega16u4 atmega32 atmega323 atmega324a atmega324p atmega324pa atmega325 atmega325p atmega3250 atmega3250p atmega328 atmega328p atmega329 atmega329p atmega329pa atmega3290 atmega3290p atmega32c1 atmega32hvb atmega32m1 atmega32u4 atmega32u6 atmega406 atmega64 atmega640 atmega644 atmega644a atmega644p atmega644pa atmega645 atmega645a atmega645p atmega6450 atmega6450a atmega6450p atmega649 atmega649a atmega649p atmega6490 atmega6490a atmega6490p atmega64c1 atmega64hve atmega64m1 atmega128 atmega1280 atmega1281 atmega1284p atmega128rfa1 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega644/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega644/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega644 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega169p/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega169p/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega169p --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega325/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega325/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega325 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega16m1/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega16m1/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega16m1 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega325p/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega325p/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega325p --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega32u6/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega32u6/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega32u6 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega324pa/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega324pa/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega324pa --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega32c1/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega32c1/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega32c1 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega323/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega323/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega323 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega649/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega649/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega649 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega168/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega168/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega168 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega324p/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega324p/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega324p --- avr-libc-1.6.8.orig/avr/lib/avr5/at94k/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/at94k/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at94k --- avr-libc-1.6.8.orig/avr/lib/avr5/at90pwm216/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/at90pwm216/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90pwm216 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega163/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega163/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega163 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega3250/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega3250/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega3250 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega168p/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega168p/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega168p --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega649a/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega649a/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega649a --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega161/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega161/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega161 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega16a/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega16a/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega16a --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega6450a/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega6450a/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega6450a --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega16hva2/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega16hva2/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega16hva2 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega128/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega128/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega128 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega32hvb/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega32hvb/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega32hvb --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega16/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega16/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega16 --- avr-libc-1.6.8.orig/avr/lib/avr5/at90usb1286/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/at90usb1286/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90usb1286 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega6490a/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega6490a/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega6490a --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega640/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega640/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega640 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega6490/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega6490/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega6490 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega162/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega162/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega162 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega1284p/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega1284p/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega1284p --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega3290/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega3290/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega3290 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega64m1/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega64m1/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega64m1 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega168a/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega168a/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega168a --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega16u4/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega16u4/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega16u4 --- avr-libc-1.6.8.orig/avr/lib/avr5/at90usb646/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/at90usb646/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90usb646 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega165a/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega165a/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega165a --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega645a/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega645a/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega645a --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega328p/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega328p/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega328p --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega165/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega165/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega165 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega164p/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega164p/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega164p --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega1281/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega1281/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega1281 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega6450p/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega6450p/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega6450p --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega645p/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega645p/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega645p --- avr-libc-1.6.8.orig/avr/lib/avr5/at90scr100/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/at90scr100/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90scr100 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega32/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega32/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega32 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega324a/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega324a/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega324a --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega329p/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega329p/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega329p --- avr-libc-1.6.8.orig/avr/lib/avr5/at90usb647/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/at90usb647/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90usb647 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega1280/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega1280/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega1280 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega644a/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega644a/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega644a --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega3250p/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega3250p/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega3250p --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega328/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega328/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega328 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega32m1/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega32m1/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega32m1 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega644p/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega644p/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega644p --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega644pa/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega644pa/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega644pa --- avr-libc-1.6.8.orig/avr/lib/avr5/at90can32/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/at90can32/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90can32 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega6490p/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega6490p/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega6490p --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega169a/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega169a/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega169a --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega64/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega64/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega64 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega64c1/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega64c1/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega64c1 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega165p/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega165p/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega165p --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega6450/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega6450/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega6450 --- avr-libc-1.6.8.orig/avr/lib/avr5/at90pwm316/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/at90pwm316/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90pwm316 --- avr-libc-1.6.8.orig/avr/lib/avr5/at90usb1287/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/at90usb1287/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90usb1287 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega32u4/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega32u4/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega32u4 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega16hva/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega16hva/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega16hva --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega64hve/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega64hve/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega64hve --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega406/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega406/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega406 --- avr-libc-1.6.8.orig/avr/lib/avr5/at90can128/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/at90can128/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90can128 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega128rfa1/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega128rfa1/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega128rfa1 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega649p/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega649p/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega649p --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega169pa/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega169pa/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega169pa --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega16hvb/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega16hvb/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega16hvb --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega164a/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega164a/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega164a --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega645/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega645/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega645 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega329pa/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega329pa/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega329pa --- avr-libc-1.6.8.orig/avr/lib/avr5/at90can64/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/at90can64/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90can64 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega329/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega329/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega329 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega169/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega169/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega169 --- avr-libc-1.6.8.orig/avr/lib/avr5/atmega3290p/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr5/atmega3290p/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega3290p --- avr-libc-1.6.8.orig/avr/lib/avrxmega6/Makefile.in +++ avr-libc-1.6.8/avr/lib/avrxmega6/Makefile.in @@ -792,7 +792,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = atxmega128a3 atxmega128d3 atxmega192a3 atxmega192d3 atxmega256a3 atxmega256a3b atxmega256d3 --- avr-libc-1.6.8.orig/avr/lib/avrxmega6/atxmega192d3/Makefile.in +++ avr-libc-1.6.8/avr/lib/avrxmega6/atxmega192d3/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atxmega192d3 --- avr-libc-1.6.8.orig/avr/lib/avrxmega6/atxmega256a3/Makefile.in +++ avr-libc-1.6.8/avr/lib/avrxmega6/atxmega256a3/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atxmega256a3 --- avr-libc-1.6.8.orig/avr/lib/avrxmega6/atxmega128d3/Makefile.in +++ avr-libc-1.6.8/avr/lib/avrxmega6/atxmega128d3/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atxmega128d3 --- avr-libc-1.6.8.orig/avr/lib/avrxmega6/atxmega256d3/Makefile.in +++ avr-libc-1.6.8/avr/lib/avrxmega6/atxmega256d3/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atxmega256d3 --- avr-libc-1.6.8.orig/avr/lib/avrxmega6/atxmega192a3/Makefile.in +++ avr-libc-1.6.8/avr/lib/avrxmega6/atxmega192a3/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atxmega192a3 --- avr-libc-1.6.8.orig/avr/lib/avrxmega6/atxmega128a3/Makefile.in +++ avr-libc-1.6.8/avr/lib/avrxmega6/atxmega128a3/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atxmega128a3 --- avr-libc-1.6.8.orig/avr/lib/avrxmega6/atxmega256a3b/Makefile.in +++ avr-libc-1.6.8/avr/lib/avrxmega6/atxmega256a3b/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atxmega256a3b --- avr-libc-1.6.8.orig/avr/lib/avr51/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr51/Makefile.in @@ -787,7 +787,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = atmega128 atmega1280 atmega1281 atmega1284p atmega128rfa1 at90can128 at90usb1286 at90usb1287 --- avr-libc-1.6.8.orig/avr/lib/avr51/atmega128/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr51/atmega128/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega128 --- avr-libc-1.6.8.orig/avr/lib/avr51/at90usb1286/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr51/at90usb1286/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90usb1286 --- avr-libc-1.6.8.orig/avr/lib/avr51/atmega1284p/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr51/atmega1284p/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega1284p --- avr-libc-1.6.8.orig/avr/lib/avr51/atmega1281/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr51/atmega1281/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega1281 --- avr-libc-1.6.8.orig/avr/lib/avr51/atmega1280/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr51/atmega1280/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega1280 --- avr-libc-1.6.8.orig/avr/lib/avr51/at90usb1287/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr51/at90usb1287/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90usb1287 --- avr-libc-1.6.8.orig/avr/lib/avr51/at90can128/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr51/at90can128/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at90can128 --- avr-libc-1.6.8.orig/avr/lib/avr51/atmega128rfa1/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr51/atmega128rfa1/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega128rfa1 --- avr-libc-1.6.8.orig/avr/lib/avrxmega2/Makefile.in +++ avr-libc-1.6.8/avr/lib/avrxmega2/Makefile.in @@ -788,7 +788,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = atxmega32d4 atxmega16a4 atxmega16d4 --- avr-libc-1.6.8.orig/avr/lib/avrxmega2/atxmega32d4/Makefile.in +++ avr-libc-1.6.8/avr/lib/avrxmega2/atxmega32d4/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atxmega32d4 --- avr-libc-1.6.8.orig/avr/lib/avrxmega2/atxmega16a4/Makefile.in +++ avr-libc-1.6.8/avr/lib/avrxmega2/atxmega16a4/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atxmega16a4 --- avr-libc-1.6.8.orig/avr/lib/avrxmega2/atxmega16d4/Makefile.in +++ avr-libc-1.6.8/avr/lib/avrxmega2/atxmega16d4/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atxmega16d4 --- avr-libc-1.6.8.orig/avr/lib/avr25/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/Makefile.in @@ -804,7 +804,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = at86rf401 ata6289 attiny13 attiny13a attiny2313 attiny2313a attiny24 attiny24a attiny25 attiny261 attiny261a attiny4313 attiny43u attiny44 attiny44a attiny45 attiny461 attiny461a attiny48 attiny84 attiny85 attiny861 attiny861a attiny87 attiny88 --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny2313a/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny2313a/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny2313a --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny261/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny261/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny261 --- avr-libc-1.6.8.orig/avr/lib/avr25/at86rf401/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/at86rf401/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at86rf401 --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny44/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny44/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny44 --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny24/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny24/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny24 --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny43u/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny43u/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny43u --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny13a/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny13a/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny13a --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny44a/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny44a/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny44a --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny461/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny461/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny461 --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny48/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny48/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny48 --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny84/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny84/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny84 --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny87/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny87/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny87 --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny2313/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny2313/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny2313 --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny4313/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny4313/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny4313 --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny45/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny45/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny45 --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny85/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny85/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny85 --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny24a/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny24a/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny24a --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny261a/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny261a/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny261a --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny861a/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny861a/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny861a --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny461a/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny461a/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny461a --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny88/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny88/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny88 --- avr-libc-1.6.8.orig/avr/lib/avr25/ata6289/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/ata6289/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = ata6289 --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny861/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny861/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny861 --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny25/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny25/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny25 --- avr-libc-1.6.8.orig/avr/lib/avr25/attiny13/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr25/attiny13/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = attiny13 --- avr-libc-1.6.8.orig/avr/lib/avr31/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr31/Makefile.in @@ -781,7 +781,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = atmega103 at43usb320 --- avr-libc-1.6.8.orig/avr/lib/avr31/atmega103/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr31/atmega103/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = atmega103 --- avr-libc-1.6.8.orig/avr/lib/avr31/at43usb320/Makefile.in +++ avr-libc-1.6.8/avr/lib/avr31/at43usb320/Makefile.in @@ -246,7 +246,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AVR_TARGET = at43usb320 --- avr-libc-1.6.8.orig/crt1/Makefile.in +++ avr-libc-1.6.8/crt1/Makefile.in @@ -182,7 +182,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ EXTRA_DIST = gcrt1.S