782
1454
# SunOS /usr/etc/install
783
1455
# IRIX /sbin/install
784
1456
# AIX /bin/install
1457
# AmigaOS /C/install, which installs bootblocks on floppy discs
785
1458
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
786
1459
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
787
1460
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1461
# OS/2's system install, which has a completely different semantic
788
1462
# ./install, which can be erroneously created by make from ./install.sh.
789
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
790
echo "configure:791: checking for a BSD compatible install" >&5
1463
echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1464
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
791
1465
if test -z "$INSTALL"; then
792
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
793
echo $ac_n "(cached) $ac_c" 1>&6
1466
if test "${ac_cv_path_install+set}" = set; then
1467
echo $ECHO_N "(cached) $ECHO_C" >&6
795
IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
796
for ac_dir in $PATH; do
797
# Account for people who put trailing slashes in PATH elements.
799
/|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
801
# OSF1 and SCO ODT 3.0 have their own names for install.
802
# Don't use installbsd from OSF since it installs stuff as root
804
for ac_prog in ginstall scoinst install; do
805
if test -f $ac_dir/$ac_prog; then
1469
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1473
test -z "$as_dir" && as_dir=.
1474
# Account for people who put trailing slashes in PATH elements.
1476
./ | .// | /cC/* | \
1477
/etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1478
?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1481
# OSF1 and SCO ODT 3.0 have their own names for install.
1482
# Don't use installbsd from OSF since it installs stuff as root
1484
for ac_prog in ginstall scoinst install; do
1485
for ac_exec_ext in '' $ac_executable_extensions; do
1486
if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
806
1487
if test $ac_prog = install &&
807
grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1488
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
808
1489
# AIX install. It has an incompatible calling convention.
1491
elif test $ac_prog = install &&
1492
grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1493
# program-specific install script used by HP pwplus--don't use.
811
ac_cv_path_install="$ac_dir/$ac_prog -c"
1496
ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
822
1508
if test "${ac_cv_path_install+set}" = set; then
823
INSTALL="$ac_cv_path_install"
1509
INSTALL=$ac_cv_path_install
825
1511
# As a last resort, use the slow shell script. We don't cache a
826
1512
# path for INSTALL within a source directory, because that will
827
1513
# break other packages using the cache if that directory is
828
1514
# removed, or if the path is relative.
829
INSTALL="$ac_install_sh"
1515
INSTALL=$ac_install_sh
832
echo "$ac_t""$INSTALL" 1>&6
1518
echo "$as_me:$LINENO: result: $INSTALL" >&5
1519
echo "${ECHO_T}$INSTALL" >&6
834
1521
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
835
1522
# It thinks the first close brace ends the variable substitution.
836
1523
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
838
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1525
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
840
1527
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
842
echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
843
echo "configure:844: checking whether build environment is sane" >&5
1529
echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1530
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
846
echo timestamp > conftestfile
1533
echo timestamp > conftest.file
847
1534
# Do `set' in a subshell so we don't clobber the current shell's
848
1535
# arguments. Must try -L first in case configure is actually a
849
1536
# symlink; some systems play weird games with the mod time of symlinks
850
1537
# (eg FreeBSD returns the mod time of the symlink's containing
853
set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
1540
set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
854
1541
if test "$*" = "X"; then
855
1542
# -L didn't work.
856
set X `ls -t $srcdir/configure conftestfile`
1543
set X `ls -t $srcdir/configure conftest.file`
858
if test "$*" != "X $srcdir/configure conftestfile" \
859
&& test "$*" != "X conftestfile $srcdir/configure"; then
1546
if test "$*" != "X $srcdir/configure conftest.file" \
1547
&& test "$*" != "X conftest.file $srcdir/configure"; then
861
1549
# If neither matched, then we have a broken ls. This can happen
862
1550
# if, for instance, CONFIG_SHELL is bash and it inherits a
863
1551
# broken ls alias from the environment. This has actually
864
1552
# happened. Such a system could not be considered "sane".
865
{ echo "configure: error: ls -t appears to fail. Make sure there is not a broken
866
alias in your environment" 1>&2; exit 1; }
1553
{ { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1554
alias in your environment" >&5
1555
echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1556
alias in your environment" >&2;}
1557
{ (exit 1); exit 1; }; }
869
test "$2" = conftestfile
1560
test "$2" = conftest.file
875
{ echo "configure: error: newly created file is older than distributed files!
876
Check your system clock" 1>&2; exit 1; }
879
echo "$ac_t""yes" 1>&6
880
if test "$program_transform_name" = s,x,x,; then
881
program_transform_name=
883
# Double any \ or $. echo might interpret backslashes.
884
cat <<\EOF_SED > conftestsed
885
s,\\,\\\\,g; s,\$,$$,g
887
program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
1566
{ { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1567
Check your system clock" >&5
1568
echo "$as_me: error: newly created file is older than distributed files!
1569
Check your system clock" >&2;}
1570
{ (exit 1); exit 1; }; }
1572
echo "$as_me:$LINENO: result: yes" >&5
1573
echo "${ECHO_T}yes" >&6
890
1574
test "$program_prefix" != NONE &&
891
program_transform_name="s,^,${program_prefix},; $program_transform_name"
1575
program_transform_name="s,^,$program_prefix,;$program_transform_name"
892
1576
# Use a double $ so make ignores it.
893
1577
test "$program_suffix" != NONE &&
894
program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
896
# sed with no file args requires a program.
897
test "$program_transform_name" = "" && program_transform_name="s,x,x,"
899
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
900
echo "configure:901: checking whether ${MAKE-make} sets \${MAKE}" >&5
901
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
902
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
903
echo $ac_n "(cached) $ac_c" 1>&6
905
cat > conftestmake <<\EOF
1578
program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1579
# Double any \ or $. echo might interpret backslashes.
1580
# By default was `s,x,x', remove it if useless.
1581
cat <<\_ACEOF >conftest.sed
1582
s/[\\$]/&&/g;s/;s,x,x,$//
1584
program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1587
# expand $ac_aux_dir to an absolute path
1588
am_aux_dir=`cd $ac_aux_dir && pwd`
1590
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1591
# Use eval to expand $SHELL
1592
if eval "$MISSING --run true"; then
1593
am_missing_run="$MISSING --run "
1596
{ echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1597
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1600
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1601
# We used to keeping the `.' as first argument, in order to
1602
# allow $(mkdir_p) to be used without argument. As in
1603
# $(mkdir_p) $(somedir)
1604
# where $(somedir) is conditionally defined. However this is wrong
1606
# 1. if the package is installed by a user who cannot write `.'
1607
# make install will fail,
1608
# 2. the above comment should most certainly read
1609
# $(mkdir_p) $(DESTDIR)$(somedir)
1610
# so it does not work when $(somedir) is undefined and
1611
# $(DESTDIR) is not.
1612
# To support the latter case, we have to write
1613
# test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1614
# so the `.' trick is pointless.
1615
mkdir_p='mkdir -p --'
1617
# On NextStep and OpenStep, the `mkdir' command does not
1618
# recognize any option. It will interpret all options as
1619
# directories to create, and then abort because `.' already
1621
for d in ./-p ./--version;
1623
test -d $d && rmdir $d
1625
# $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1626
if test -f "$ac_aux_dir/mkinstalldirs"; then
1627
mkdir_p='$(mkinstalldirs)'
1629
mkdir_p='$(install_sh) -d'
1633
for ac_prog in gawk mawk nawk awk
1635
# Extract the first word of "$ac_prog", so it can be a program name with args.
1636
set dummy $ac_prog; ac_word=$2
1637
echo "$as_me:$LINENO: checking for $ac_word" >&5
1638
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1639
if test "${ac_cv_prog_AWK+set}" = set; then
1640
echo $ECHO_N "(cached) $ECHO_C" >&6
1642
if test -n "$AWK"; then
1643
ac_cv_prog_AWK="$AWK" # Let the user override the test.
1645
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1649
test -z "$as_dir" && as_dir=.
1650
for ac_exec_ext in '' $ac_executable_extensions; do
1651
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1652
ac_cv_prog_AWK="$ac_prog"
1653
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1662
if test -n "$AWK"; then
1663
echo "$as_me:$LINENO: result: $AWK" >&5
1664
echo "${ECHO_T}$AWK" >&6
1666
echo "$as_me:$LINENO: result: no" >&5
1667
echo "${ECHO_T}no" >&6
1670
test -n "$AWK" && break
1673
echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1674
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1675
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1676
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1677
echo $ECHO_N "(cached) $ECHO_C" >&6
1679
cat >conftest.make <<\_ACEOF
907
@echo 'ac_maketemp="${MAKE}"'
1681
@echo 'ac_maketemp="$(MAKE)"'
909
1683
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
910
eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
1684
eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
911
1685
if test -n "$ac_maketemp"; then
912
1686
eval ac_cv_prog_make_${ac_make}_set=yes
914
1688
eval ac_cv_prog_make_${ac_make}_set=no
918
1692
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
919
echo "$ac_t""yes" 1>&6
1693
echo "$as_me:$LINENO: result: yes" >&5
1694
echo "${ECHO_T}yes" >&6
922
echo "$ac_t""no" 1>&6
1697
echo "$as_me:$LINENO: result: no" >&5
1698
echo "${ECHO_T}no" >&6
923
1699
SET_MAKE="MAKE=${MAKE-make}"
931
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
932
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
934
cat >> confdefs.h <<EOF
1702
rm -rf .tst 2>/dev/null
1703
mkdir .tst 2>/dev/null
1704
if test -d .tst; then
1709
rmdir .tst 2>/dev/null
1711
# test to see if srcdir already configured
1712
if test "`cd $srcdir && pwd`" != "`pwd`" &&
1713
test -f $srcdir/config.status; then
1714
{ { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1715
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1716
{ (exit 1); exit 1; }; }
1719
# test whether we have cygpath
1720
if test -z "$CYGPATH_W"; then
1721
if (cygpath --version) >/dev/null 2>/dev/null; then
1722
CYGPATH_W='cygpath -w'
1729
# Define the identity of the package.
1734
cat >>confdefs.h <<_ACEOF
935
1735
#define PACKAGE "$PACKAGE"
938
cat >> confdefs.h <<EOF
1739
cat >>confdefs.h <<_ACEOF
939
1740
#define VERSION "$VERSION"
944
missing_dir=`cd $ac_aux_dir && pwd`
945
echo $ac_n "checking for working aclocal-${am__api_version}""... $ac_c" 1>&6
946
echo "configure:947: checking for working aclocal-${am__api_version}" >&5
947
# Run test in a subshell; some versions of sh will print an error if
948
# an executable is not found, even if stderr is redirected.
949
# Redirect stdin to placate older versions of autoconf. Sigh.
950
if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
951
ACLOCAL=aclocal-${am__api_version}
952
echo "$ac_t""found" 1>&6
954
ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
955
echo "$ac_t""missing" 1>&6
958
echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
959
echo "configure:960: checking for working autoconf" >&5
960
# Run test in a subshell; some versions of sh will print an error if
961
# an executable is not found, even if stderr is redirected.
962
# Redirect stdin to placate older versions of autoconf. Sigh.
963
if (autoconf --version) < /dev/null > /dev/null 2>&1; then
965
echo "$ac_t""found" 1>&6
967
AUTOCONF="$missing_dir/missing autoconf"
968
echo "$ac_t""missing" 1>&6
971
echo $ac_n "checking for working automake-${am__api_version}""... $ac_c" 1>&6
972
echo "configure:973: checking for working automake-${am__api_version}" >&5
973
# Run test in a subshell; some versions of sh will print an error if
974
# an executable is not found, even if stderr is redirected.
975
# Redirect stdin to placate older versions of autoconf. Sigh.
976
if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
977
AUTOMAKE=automake-${am__api_version}
978
echo "$ac_t""found" 1>&6
980
AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
981
echo "$ac_t""missing" 1>&6
984
echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
985
echo "configure:986: checking for working autoheader" >&5
986
# Run test in a subshell; some versions of sh will print an error if
987
# an executable is not found, even if stderr is redirected.
988
# Redirect stdin to placate older versions of autoconf. Sigh.
989
if (autoheader --version) < /dev/null > /dev/null 2>&1; then
990
AUTOHEADER=autoheader
991
echo "$ac_t""found" 1>&6
993
AUTOHEADER="$missing_dir/missing autoheader"
994
echo "$ac_t""missing" 1>&6
997
echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
998
echo "configure:999: checking for working makeinfo" >&5
999
# Run test in a subshell; some versions of sh will print an error if
1000
# an executable is not found, even if stderr is redirected.
1001
# Redirect stdin to placate older versions of autoconf. Sigh.
1002
if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
1004
echo "$ac_t""found" 1>&6
1006
MAKEINFO="$missing_dir/missing makeinfo"
1007
echo "$ac_t""missing" 1>&6
1012
cat >> confdefs.h <<\EOF
1013
#define __AVRLIBC__ 1
1016
cat >> confdefs.h <<\EOF
1017
#define __AVRLIBC_MINOR__ 2
1021
if test $host != $build; then
1022
ac_tool_prefix=${host_alias}-
1027
# Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
1743
# Some tools Automake needs.
1745
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1748
AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1751
AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1754
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1757
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1759
install_sh=${install_sh-"$am_aux_dir/install-sh"}
1761
# Installed binaries are usually stripped using `strip' when the user
1762
# run `make install-strip'. However `strip' might not be the right
1763
# tool to use in cross-compilation environments, therefore Automake
1764
# will honor the `STRIP' environment variable to overrule this program.
1765
if test "$cross_compiling" != no; then
1766
if test -n "$ac_tool_prefix"; then
1767
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1768
set dummy ${ac_tool_prefix}strip; ac_word=$2
1769
echo "$as_me:$LINENO: checking for $ac_word" >&5
1770
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1771
if test "${ac_cv_prog_STRIP+set}" = set; then
1772
echo $ECHO_N "(cached) $ECHO_C" >&6
1774
if test -n "$STRIP"; then
1775
ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1777
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1781
test -z "$as_dir" && as_dir=.
1782
for ac_exec_ext in '' $ac_executable_extensions; do
1783
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1784
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1785
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1793
STRIP=$ac_cv_prog_STRIP
1794
if test -n "$STRIP"; then
1795
echo "$as_me:$LINENO: result: $STRIP" >&5
1796
echo "${ECHO_T}$STRIP" >&6
1798
echo "$as_me:$LINENO: result: no" >&5
1799
echo "${ECHO_T}no" >&6
1803
if test -z "$ac_cv_prog_STRIP"; then
1805
# Extract the first word of "strip", so it can be a program name with args.
1806
set dummy strip; ac_word=$2
1807
echo "$as_me:$LINENO: checking for $ac_word" >&5
1808
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1809
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1810
echo $ECHO_N "(cached) $ECHO_C" >&6
1812
if test -n "$ac_ct_STRIP"; then
1813
ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1815
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1819
test -z "$as_dir" && as_dir=.
1820
for ac_exec_ext in '' $ac_executable_extensions; do
1821
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1822
ac_cv_prog_ac_ct_STRIP="strip"
1823
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1829
test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1832
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1833
if test -n "$ac_ct_STRIP"; then
1834
echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1835
echo "${ECHO_T}$ac_ct_STRIP" >&6
1837
echo "$as_me:$LINENO: result: no" >&5
1838
echo "${ECHO_T}no" >&6
1843
STRIP="$ac_cv_prog_STRIP"
1847
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1849
# We need awk for the "check" target. The system "awk" is bad on
1851
# Always define AMTAR for backward compatibility.
1853
AMTAR=${AMTAR-"${am_missing_run}tar"}
1855
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
1862
# We don't want touse the cflags from the environment since we need control
1863
# of this when we're building the libs.
1866
# Checks for programs.
1869
ac_cpp='$CPP $CPPFLAGS'
1870
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1871
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1872
ac_compiler_gnu=$ac_cv_c_compiler_gnu
1873
if test -n "$ac_tool_prefix"; then
1874
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1875
set dummy ${ac_tool_prefix}gcc; ac_word=$2
1876
echo "$as_me:$LINENO: checking for $ac_word" >&5
1877
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1878
if test "${ac_cv_prog_CC+set}" = set; then
1879
echo $ECHO_N "(cached) $ECHO_C" >&6
1881
if test -n "$CC"; then
1882
ac_cv_prog_CC="$CC" # Let the user override the test.
1884
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1888
test -z "$as_dir" && as_dir=.
1889
for ac_exec_ext in '' $ac_executable_extensions; do
1890
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1891
ac_cv_prog_CC="${ac_tool_prefix}gcc"
1892
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1901
if test -n "$CC"; then
1902
echo "$as_me:$LINENO: result: $CC" >&5
1903
echo "${ECHO_T}$CC" >&6
1905
echo "$as_me:$LINENO: result: no" >&5
1906
echo "${ECHO_T}no" >&6
1910
if test -z "$ac_cv_prog_CC"; then
1912
# Extract the first word of "gcc", so it can be a program name with args.
1913
set dummy gcc; ac_word=$2
1914
echo "$as_me:$LINENO: checking for $ac_word" >&5
1915
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1916
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1917
echo $ECHO_N "(cached) $ECHO_C" >&6
1919
if test -n "$ac_ct_CC"; then
1920
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1922
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1926
test -z "$as_dir" && as_dir=.
1927
for ac_exec_ext in '' $ac_executable_extensions; do
1928
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1929
ac_cv_prog_ac_ct_CC="gcc"
1930
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1938
ac_ct_CC=$ac_cv_prog_ac_ct_CC
1939
if test -n "$ac_ct_CC"; then
1940
echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1941
echo "${ECHO_T}$ac_ct_CC" >&6
1943
echo "$as_me:$LINENO: result: no" >&5
1944
echo "${ECHO_T}no" >&6
1952
if test -z "$CC"; then
1953
if test -n "$ac_tool_prefix"; then
1954
# Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1955
set dummy ${ac_tool_prefix}cc; ac_word=$2
1956
echo "$as_me:$LINENO: checking for $ac_word" >&5
1957
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1958
if test "${ac_cv_prog_CC+set}" = set; then
1959
echo $ECHO_N "(cached) $ECHO_C" >&6
1961
if test -n "$CC"; then
1962
ac_cv_prog_CC="$CC" # Let the user override the test.
1964
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1968
test -z "$as_dir" && as_dir=.
1969
for ac_exec_ext in '' $ac_executable_extensions; do
1970
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1971
ac_cv_prog_CC="${ac_tool_prefix}cc"
1972
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1981
if test -n "$CC"; then
1982
echo "$as_me:$LINENO: result: $CC" >&5
1983
echo "${ECHO_T}$CC" >&6
1985
echo "$as_me:$LINENO: result: no" >&5
1986
echo "${ECHO_T}no" >&6
1990
if test -z "$ac_cv_prog_CC"; then
1992
# Extract the first word of "cc", so it can be a program name with args.
1993
set dummy cc; ac_word=$2
1994
echo "$as_me:$LINENO: checking for $ac_word" >&5
1995
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1996
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1997
echo $ECHO_N "(cached) $ECHO_C" >&6
1999
if test -n "$ac_ct_CC"; then
2000
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2002
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2006
test -z "$as_dir" && as_dir=.
2007
for ac_exec_ext in '' $ac_executable_extensions; do
2008
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2009
ac_cv_prog_ac_ct_CC="cc"
2010
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2018
ac_ct_CC=$ac_cv_prog_ac_ct_CC
2019
if test -n "$ac_ct_CC"; then
2020
echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2021
echo "${ECHO_T}$ac_ct_CC" >&6
2023
echo "$as_me:$LINENO: result: no" >&5
2024
echo "${ECHO_T}no" >&6
2033
if test -z "$CC"; then
2034
# Extract the first word of "cc", so it can be a program name with args.
2035
set dummy cc; ac_word=$2
2036
echo "$as_me:$LINENO: checking for $ac_word" >&5
2037
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2038
if test "${ac_cv_prog_CC+set}" = set; then
2039
echo $ECHO_N "(cached) $ECHO_C" >&6
2041
if test -n "$CC"; then
2042
ac_cv_prog_CC="$CC" # Let the user override the test.
2045
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2049
test -z "$as_dir" && as_dir=.
2050
for ac_exec_ext in '' $ac_executable_extensions; do
2051
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2052
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2053
ac_prog_rejected=yes
2057
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2063
if test $ac_prog_rejected = yes; then
2064
# We found a bogon in the path, so make sure we never use it.
2065
set dummy $ac_cv_prog_CC
2067
if test $# != 0; then
2068
# We chose a different compiler from the bogus one.
2069
# However, it has the same basename, so the bogon will be chosen
2070
# first if we set CC to just the basename; use the full file name.
2072
ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2078
if test -n "$CC"; then
2079
echo "$as_me:$LINENO: result: $CC" >&5
2080
echo "${ECHO_T}$CC" >&6
2082
echo "$as_me:$LINENO: result: no" >&5
2083
echo "${ECHO_T}no" >&6
2087
if test -z "$CC"; then
2088
if test -n "$ac_tool_prefix"; then
2091
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2092
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2093
echo "$as_me:$LINENO: checking for $ac_word" >&5
2094
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2095
if test "${ac_cv_prog_CC+set}" = set; then
2096
echo $ECHO_N "(cached) $ECHO_C" >&6
2098
if test -n "$CC"; then
2099
ac_cv_prog_CC="$CC" # Let the user override the test.
2101
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2105
test -z "$as_dir" && as_dir=.
2106
for ac_exec_ext in '' $ac_executable_extensions; do
2107
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2108
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2109
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2118
if test -n "$CC"; then
2119
echo "$as_me:$LINENO: result: $CC" >&5
2120
echo "${ECHO_T}$CC" >&6
2122
echo "$as_me:$LINENO: result: no" >&5
2123
echo "${ECHO_T}no" >&6
2126
test -n "$CC" && break
2129
if test -z "$CC"; then
2133
# Extract the first word of "$ac_prog", so it can be a program name with args.
2134
set dummy $ac_prog; ac_word=$2
2135
echo "$as_me:$LINENO: checking for $ac_word" >&5
2136
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2137
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2138
echo $ECHO_N "(cached) $ECHO_C" >&6
2140
if test -n "$ac_ct_CC"; then
2141
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2143
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2147
test -z "$as_dir" && as_dir=.
2148
for ac_exec_ext in '' $ac_executable_extensions; do
2149
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2150
ac_cv_prog_ac_ct_CC="$ac_prog"
2151
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2159
ac_ct_CC=$ac_cv_prog_ac_ct_CC
2160
if test -n "$ac_ct_CC"; then
2161
echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2162
echo "${ECHO_T}$ac_ct_CC" >&6
2164
echo "$as_me:$LINENO: result: no" >&5
2165
echo "${ECHO_T}no" >&6
2168
test -n "$ac_ct_CC" && break
2177
test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2178
See \`config.log' for more details." >&5
2179
echo "$as_me: error: no acceptable C compiler found in \$PATH
2180
See \`config.log' for more details." >&2;}
2181
{ (exit 1); exit 1; }; }
2183
# Provide some information about the compiler.
2184
echo "$as_me:$LINENO:" \
2185
"checking for C compiler version" >&5
2186
ac_compiler=`set X $ac_compile; echo $2`
2187
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2188
(eval $ac_compiler --version </dev/null >&5) 2>&5
2190
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2191
(exit $ac_status); }
2192
{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2193
(eval $ac_compiler -v </dev/null >&5) 2>&5
2195
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2196
(exit $ac_status); }
2197
{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2198
(eval $ac_compiler -V </dev/null >&5) 2>&5
2200
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2201
(exit $ac_status); }
2203
cat >conftest.$ac_ext <<_ACEOF
2206
cat confdefs.h >>conftest.$ac_ext
2207
cat >>conftest.$ac_ext <<_ACEOF
2208
/* end confdefs.h. */
2218
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2219
(eval $ac_link) 2>&5
2221
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2222
(exit $ac_status); }; then
2224
cat >conftest.$ac_ext <<_ACEOF
2227
cat confdefs.h >>conftest.$ac_ext
2228
cat >>conftest.$ac_ext <<_ACEOF
2229
/* end confdefs.h. */
2239
ac_clean_files_save=$ac_clean_files
2240
ac_clean_files="$ac_clean_files a.out a.exe b.out"
2241
# Try to create an executable without -o first, disregard a.out.
2242
# It will help us diagnose broken compilers, and finding out an intuition
2244
echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2245
echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2246
ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2247
if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2248
(eval $ac_link_default) 2>&5
2250
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2251
(exit $ac_status); }; then
2252
# Find the output, starting from the most likely. This scheme is
2253
# not robust to junk in `.', hence go to wildcards (a.*) only as a last
2256
# Be careful to initialize this variable, since it used to be cached.
2257
# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2259
# b.out is created by i960 compilers.
2260
for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2262
test -f "$ac_file" || continue
2264
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2267
# This is the source file.
2270
# We found the default executable, but exeext='' is most
2274
ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2275
# FIXME: I believe we export ac_cv_exeext for Libtool,
2276
# but it would be cool to find out if it's true. Does anybody
2277
# maintain Libtool? --akim.
2285
echo "$as_me: failed program was:" >&5
2286
sed 's/^/| /' conftest.$ac_ext >&5
2288
{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
2289
See \`config.log' for more details." >&5
2290
echo "$as_me: error: C compiler cannot create executables
2291
See \`config.log' for more details." >&2;}
2292
{ (exit 77); exit 77; }; }
2295
ac_exeext=$ac_cv_exeext
2296
echo "$as_me:$LINENO: result: $ac_file" >&5
2297
echo "${ECHO_T}$ac_file" >&6
2299
# Check the compiler produces executables we can run. If not, either
2300
# the compiler is broken, or we cross compile.
2301
echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2302
echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2303
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2304
# If not cross compiling, check that we can run a simple program.
2305
if test "$cross_compiling" != yes; then
2306
if { ac_try='./$ac_file'
2307
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2310
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2311
(exit $ac_status); }; }; then
2314
if test "$cross_compiling" = maybe; then
2317
{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2318
If you meant to cross compile, use \`--host'.
2319
See \`config.log' for more details." >&5
2320
echo "$as_me: error: cannot run C compiled programs.
2321
If you meant to cross compile, use \`--host'.
2322
See \`config.log' for more details." >&2;}
2323
{ (exit 1); exit 1; }; }
2327
echo "$as_me:$LINENO: result: yes" >&5
2328
echo "${ECHO_T}yes" >&6
2330
rm -f a.out a.exe conftest$ac_cv_exeext b.out
2331
ac_clean_files=$ac_clean_files_save
2332
# Check the compiler produces executables we can run. If not, either
2333
# the compiler is broken, or we cross compile.
2334
echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2335
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2336
echo "$as_me:$LINENO: result: $cross_compiling" >&5
2337
echo "${ECHO_T}$cross_compiling" >&6
2339
echo "$as_me:$LINENO: checking for suffix of executables" >&5
2340
echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2341
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2342
(eval $ac_link) 2>&5
2344
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2345
(exit $ac_status); }; then
2346
# If both `conftest.exe' and `conftest' are `present' (well, observable)
2347
# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2348
# work properly (i.e., refer to `conftest.exe'), while it won't with
2350
for ac_file in conftest.exe conftest conftest.*; do
2351
test -f "$ac_file" || continue
2353
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2354
*.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2361
{ { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2362
See \`config.log' for more details." >&5
2363
echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2364
See \`config.log' for more details." >&2;}
2365
{ (exit 1); exit 1; }; }
2368
rm -f conftest$ac_cv_exeext
2369
echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2370
echo "${ECHO_T}$ac_cv_exeext" >&6
2372
rm -f conftest.$ac_ext
2373
EXEEXT=$ac_cv_exeext
2378
# Setting cross_compile will disable run tests; it will
2379
# also disable AC_CHECK_FILE but that's generally
2380
# correct if we can't link.
2383
# Check the compiler produces executables we can run. If not, either
2384
# the compiler is broken, or we cross compile.
2385
echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2386
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2387
echo "$as_me:$LINENO: result: $cross_compiling" >&5
2388
echo "${ECHO_T}$cross_compiling" >&6
2391
echo "$as_me:$LINENO: checking for suffix of object files" >&5
2392
echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2393
if test "${ac_cv_objext+set}" = set; then
2394
echo $ECHO_N "(cached) $ECHO_C" >&6
2396
cat >conftest.$ac_ext <<_ACEOF
2399
cat confdefs.h >>conftest.$ac_ext
2400
cat >>conftest.$ac_ext <<_ACEOF
2401
/* end confdefs.h. */
2411
rm -f conftest.o conftest.obj
2412
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2413
(eval $ac_compile) 2>&5
2415
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2416
(exit $ac_status); }; then
2417
for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2419
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2420
*) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2425
echo "$as_me: failed program was:" >&5
2426
sed 's/^/| /' conftest.$ac_ext >&5
2428
{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2429
See \`config.log' for more details." >&5
2430
echo "$as_me: error: cannot compute suffix of object files: cannot compile
2431
See \`config.log' for more details." >&2;}
2432
{ (exit 1); exit 1; }; }
2435
rm -f conftest.$ac_cv_objext conftest.$ac_ext
2437
echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2438
echo "${ECHO_T}$ac_cv_objext" >&6
2439
OBJEXT=$ac_cv_objext
2441
echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2442
echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2443
if test "${ac_cv_c_compiler_gnu+set}" = set; then
2444
echo $ECHO_N "(cached) $ECHO_C" >&6
2446
cat >conftest.$ac_ext <<_ACEOF
2449
cat confdefs.h >>conftest.$ac_ext
2450
cat >>conftest.$ac_ext <<_ACEOF
2451
/* end confdefs.h. */
2464
rm -f conftest.$ac_objext
2465
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2466
(eval $ac_compile) 2>conftest.er1
2468
grep -v '^ *+' conftest.er1 >conftest.err
2470
cat conftest.err >&5
2471
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2472
(exit $ac_status); } &&
2473
{ ac_try='test -z "$ac_c_werror_flag"
2474
|| test ! -s conftest.err'
2475
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2478
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2479
(exit $ac_status); }; } &&
2480
{ ac_try='test -s conftest.$ac_objext'
2481
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2484
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2485
(exit $ac_status); }; }; then
2488
echo "$as_me: failed program was:" >&5
2489
sed 's/^/| /' conftest.$ac_ext >&5
2493
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2494
ac_cv_c_compiler_gnu=$ac_compiler_gnu
2497
echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2498
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2499
GCC=`test $ac_compiler_gnu = yes && echo yes`
2500
ac_test_CFLAGS=${CFLAGS+set}
2501
ac_save_CFLAGS=$CFLAGS
2503
echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2504
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2505
if test "${ac_cv_prog_cc_g+set}" = set; then
2506
echo $ECHO_N "(cached) $ECHO_C" >&6
2508
cat >conftest.$ac_ext <<_ACEOF
2511
cat confdefs.h >>conftest.$ac_ext
2512
cat >>conftest.$ac_ext <<_ACEOF
2513
/* end confdefs.h. */
2523
rm -f conftest.$ac_objext
2524
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2525
(eval $ac_compile) 2>conftest.er1
2527
grep -v '^ *+' conftest.er1 >conftest.err
2529
cat conftest.err >&5
2530
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2531
(exit $ac_status); } &&
2532
{ ac_try='test -z "$ac_c_werror_flag"
2533
|| test ! -s conftest.err'
2534
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2537
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2538
(exit $ac_status); }; } &&
2539
{ ac_try='test -s conftest.$ac_objext'
2540
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2543
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2544
(exit $ac_status); }; }; then
2547
echo "$as_me: failed program was:" >&5
2548
sed 's/^/| /' conftest.$ac_ext >&5
2552
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2554
echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2555
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2556
if test "$ac_test_CFLAGS" = set; then
2557
CFLAGS=$ac_save_CFLAGS
2558
elif test $ac_cv_prog_cc_g = yes; then
2559
if test "$GCC" = yes; then
2565
if test "$GCC" = yes; then
2571
echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2572
echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2573
if test "${ac_cv_prog_cc_stdc+set}" = set; then
2574
echo $ECHO_N "(cached) $ECHO_C" >&6
2576
ac_cv_prog_cc_stdc=no
2578
cat >conftest.$ac_ext <<_ACEOF
2581
cat confdefs.h >>conftest.$ac_ext
2582
cat >>conftest.$ac_ext <<_ACEOF
2583
/* end confdefs.h. */
2586
#include <sys/types.h>
2587
#include <sys/stat.h>
2588
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2589
struct buf { int x; };
2590
FILE * (*rcsopen) (struct buf *, struct stat *, int);
2591
static char *e (p, i)
2597
static char *f (char * (*g) (char **, int), char **p, ...)
2602
s = g (p, va_arg (v,int));
2607
/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2608
function prototypes and stuff, but not '\xHH' hex character constants.
2609
These don't provoke an error unfortunately, instead are silently treated
2610
as 'x'. The following induces an error, until -std1 is added to get
2611
proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2612
array size at least. It's necessary to write '\x00'==0 to get something
2613
that's true only with -std1. */
2614
int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2616
int test (int i, double x);
2617
struct s1 {int (*f) (int a);};
2618
struct s2 {int (*f) (double a);};
2619
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2625
return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2630
# Don't try gcc -ansi; that turns off useful extensions and
2631
# breaks some systems' header files.
2632
# AIX -qlanglvl=ansi
2633
# Ultrix and OSF/1 -std1
2634
# HP-UX 10.20 and later -Ae
2635
# HP-UX older versions -Aa -D_HPUX_SOURCE
2636
# SVR4 -Xc -D__EXTENSIONS__
2637
for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2639
CC="$ac_save_CC $ac_arg"
2640
rm -f conftest.$ac_objext
2641
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2642
(eval $ac_compile) 2>conftest.er1
2644
grep -v '^ *+' conftest.er1 >conftest.err
2646
cat conftest.err >&5
2647
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2648
(exit $ac_status); } &&
2649
{ ac_try='test -z "$ac_c_werror_flag"
2650
|| test ! -s conftest.err'
2651
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2654
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2655
(exit $ac_status); }; } &&
2656
{ ac_try='test -s conftest.$ac_objext'
2657
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2660
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2661
(exit $ac_status); }; }; then
2662
ac_cv_prog_cc_stdc=$ac_arg
2665
echo "$as_me: failed program was:" >&5
2666
sed 's/^/| /' conftest.$ac_ext >&5
2669
rm -f conftest.err conftest.$ac_objext
2671
rm -f conftest.$ac_ext conftest.$ac_objext
2676
case "x$ac_cv_prog_cc_stdc" in
2678
echo "$as_me:$LINENO: result: none needed" >&5
2679
echo "${ECHO_T}none needed" >&6 ;;
2681
echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2682
echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2683
CC="$CC $ac_cv_prog_cc_stdc" ;;
2686
# Some people use a C++ compiler to compile C. Since we use `exit',
2687
# in C++ we need to declare it. In case someone uses the same compiler
2688
# for both compiling C and C++ we need to have the C++ compiler decide
2689
# the declaration of exit, since it's the most demanding environment.
2690
cat >conftest.$ac_ext <<_ACEOF
2695
rm -f conftest.$ac_objext
2696
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2697
(eval $ac_compile) 2>conftest.er1
2699
grep -v '^ *+' conftest.er1 >conftest.err
2701
cat conftest.err >&5
2702
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2703
(exit $ac_status); } &&
2704
{ ac_try='test -z "$ac_c_werror_flag"
2705
|| test ! -s conftest.err'
2706
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2709
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2710
(exit $ac_status); }; } &&
2711
{ ac_try='test -s conftest.$ac_objext'
2712
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2715
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2716
(exit $ac_status); }; }; then
2717
for ac_declaration in \
2719
'extern "C" void std::exit (int) throw (); using std::exit;' \
2720
'extern "C" void std::exit (int); using std::exit;' \
2721
'extern "C" void exit (int) throw ();' \
2722
'extern "C" void exit (int);' \
2725
cat >conftest.$ac_ext <<_ACEOF
2728
cat confdefs.h >>conftest.$ac_ext
2729
cat >>conftest.$ac_ext <<_ACEOF
2730
/* end confdefs.h. */
2741
rm -f conftest.$ac_objext
2742
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2743
(eval $ac_compile) 2>conftest.er1
2745
grep -v '^ *+' conftest.er1 >conftest.err
2747
cat conftest.err >&5
2748
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2749
(exit $ac_status); } &&
2750
{ ac_try='test -z "$ac_c_werror_flag"
2751
|| test ! -s conftest.err'
2752
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2755
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2756
(exit $ac_status); }; } &&
2757
{ ac_try='test -s conftest.$ac_objext'
2758
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2761
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2762
(exit $ac_status); }; }; then
2765
echo "$as_me: failed program was:" >&5
2766
sed 's/^/| /' conftest.$ac_ext >&5
2770
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2771
cat >conftest.$ac_ext <<_ACEOF
2774
cat confdefs.h >>conftest.$ac_ext
2775
cat >>conftest.$ac_ext <<_ACEOF
2776
/* end confdefs.h. */
2786
rm -f conftest.$ac_objext
2787
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2788
(eval $ac_compile) 2>conftest.er1
2790
grep -v '^ *+' conftest.er1 >conftest.err
2792
cat conftest.err >&5
2793
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2794
(exit $ac_status); } &&
2795
{ ac_try='test -z "$ac_c_werror_flag"
2796
|| test ! -s conftest.err'
2797
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2800
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2801
(exit $ac_status); }; } &&
2802
{ ac_try='test -s conftest.$ac_objext'
2803
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2806
echo "$as_me:$LINENO: \$? = $ac_status" >&5
2807
(exit $ac_status); }; }; then
2810
echo "$as_me: failed program was:" >&5
2811
sed 's/^/| /' conftest.$ac_ext >&5
2814
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2817
if test -n "$ac_declaration"; then
2818
echo '#ifdef __cplusplus' >>confdefs.h
2819
echo $ac_declaration >>confdefs.h
2820
echo '#endif' >>confdefs.h
2824
echo "$as_me: failed program was:" >&5
2825
sed 's/^/| /' conftest.$ac_ext >&5
2828
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2830
ac_cpp='$CPP $CPPFLAGS'
2831
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2832
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2833
ac_compiler_gnu=$ac_cv_c_compiler_gnu
2834
DEPDIR="${am__leading_dot}deps"
2836
ac_config_commands="$ac_config_commands depfiles"
2839
am_make=${MAKE-make}
2840
cat > confinc << 'END'
2845
# If we don't find an include directive, just comment out the code.
2846
echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2847
echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2851
# First try GNU make style include.
2852
echo "include confinc" > confmf
2853
# We grep out `Entering directory' and `Leaving directory'
2854
# messages which can occur if `w' ends up in MAKEFLAGS.
2855
# In particular we don't look at `^make:' because GNU make might
2856
# be invoked under some other name (usually "gmake"), in which
2857
# case it prints its new name instead of `make'.
2858
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2863
# Now try BSD make style include.
2864
if test "$am__include" = "#"; then
2865
echo '.include "confinc"' > confmf
2866
if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2867
am__include=.include
2874
echo "$as_me:$LINENO: result: $_am_result" >&5
2875
echo "${ECHO_T}$_am_result" >&6
2876
rm -f confinc confmf
2878
# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2879
if test "${enable_dependency_tracking+set}" = set; then
2880
enableval="$enable_dependency_tracking"
2883
if test "x$enable_dependency_tracking" != xno; then
2884
am_depcomp="$ac_aux_dir/depcomp"
2889
if test "x$enable_dependency_tracking" != xno; then
2900
depcc="$CC" am_compiler_list=
2902
echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2903
echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2904
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2905
echo $ECHO_N "(cached) $ECHO_C" >&6
2907
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2908
# We make a subdir and do the tests there. Otherwise we can end up
2909
# making bogus files that we don't know about and never remove. For
2910
# instance it was reported that on HP-UX the gcc test will end up
2911
# making a dummy file named `D' -- because `-MD' means `put the output
2914
# Copy depcomp to subdir because otherwise we won't find it if we're
2915
# using a relative directory.
2916
cp "$am_depcomp" conftest.dir
2918
# We will build objects and dependencies in a subdirectory because
2919
# it helps to detect inapplicable dependency modes. For instance
2920
# both Tru64's cc and ICC support -MD to output dependencies as a
2921
# side effect of compilation, but ICC will put the dependencies in
2922
# the current directory while Tru64 will put them in the object
2926
am_cv_CC_dependencies_compiler_type=none
2927
if test "$am_compiler_list" = ""; then
2928
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2930
for depmode in $am_compiler_list; do
2931
# Setup a source with many dependencies, because some compilers
2932
# like to wrap large dependency lists on column 80 (with \), and
2933
# we should not choose a depcomp mode which is confused by this.
2935
# We need to recreate these files for each test, as the compiler may
2936
# overwrite some of them when testing with obscure command lines.
2937
# This happens at least with the AIX C compiler.
2939
for i in 1 2 3 4 5 6; do
2940
echo '#include "conftst'$i'.h"' >> sub/conftest.c
2941
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2942
# Solaris 8's {/usr,}/bin/sh.
2943
touch sub/conftst$i.h
2945
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2949
# after this tag, mechanisms are not by side-effect, so they'll
2950
# only be used when explicitly requested
2951
if test "x$enable_dependency_tracking" = xyes; then
2959
# We check with `-c' and `-o' for the sake of the "dashmstdout"
2960
# mode. It turns out that the SunPro C++ compiler does not properly
2961
# handle `-M -o', and we need to detect this.
2962
if depmode=$depmode \
2963
source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
2964
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2965
$SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
2966
>/dev/null 2>conftest.err &&
2967
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2968
grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
2969
${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2970
# icc doesn't choke on unknown options, it will just issue warnings
2971
# or remarks (even with -Werror). So we grep stderr for any message
2972
# that says an option was ignored or not supported.
2973
# When given -MP, icc 7.0 and 7.1 complain thusly:
2974
# icc: Command line warning: ignoring option '-M'; no argument required
2975
# The diagnosis changed in icc 8.0:
2976
# icc: Command line remark: option '-MP' not supported
2977
if (grep 'ignoring option' conftest.err ||
2978
grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2979
am_cv_CC_dependencies_compiler_type=$depmode
2988
am_cv_CC_dependencies_compiler_type=none
2992
echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
2993
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
2994
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
2999
test "x$enable_dependency_tracking" != xno \
3000
&& test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3002
am__fastdepCC_FALSE='#'
3004
am__fastdepCC_TRUE='#'
3005
am__fastdepCC_FALSE=
3009
if test -n "$ac_tool_prefix"; then
3010
# Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
1028
3011
set dummy ${ac_tool_prefix}as; ac_word=$2
1029
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1030
echo "configure:1031: checking for $ac_word" >&5
1031
if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
1032
echo $ac_n "(cached) $ac_c" 1>&6
3012
echo "$as_me:$LINENO: checking for $ac_word" >&5
3013
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3014
if test "${ac_cv_prog_AS+set}" = set; then
3015
echo $ECHO_N "(cached) $ECHO_C" >&6
1034
3017
if test -n "$AS"; then
1035
3018
ac_cv_prog_AS="$AS" # Let the user override the test.
1037
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1039
for ac_dir in $ac_dummy; do
1040
test -z "$ac_dir" && ac_dir=.
1041
if test -f $ac_dir/$ac_word; then
1042
ac_cv_prog_AS="${ac_tool_prefix}as"
3020
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3024
test -z "$as_dir" && as_dir=.
3025
for ac_exec_ext in '' $ac_executable_extensions; do
3026
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3027
ac_cv_prog_AS="${ac_tool_prefix}as"
3028
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1050
3037
if test -n "$AS"; then
1051
echo "$ac_t""$AS" 1>&6
3038
echo "$as_me:$LINENO: result: $AS" >&5
3039
echo "${ECHO_T}$AS" >&6
1053
echo "$ac_t""no" 1>&6
3041
echo "$as_me:$LINENO: result: no" >&5
3042
echo "${ECHO_T}no" >&6
1057
3046
if test -z "$ac_cv_prog_AS"; then
1058
if test -n "$ac_tool_prefix"; then
1059
3048
# Extract the first word of "as", so it can be a program name with args.
1060
3049
set dummy as; ac_word=$2
1061
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1062
echo "configure:1063: checking for $ac_word" >&5
1063
if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
1064
echo $ac_n "(cached) $ac_c" 1>&6
1066
if test -n "$AS"; then
1067
ac_cv_prog_AS="$AS" # Let the user override the test.
1069
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1071
for ac_dir in $ac_dummy; do
1072
test -z "$ac_dir" && ac_dir=.
1073
if test -f $ac_dir/$ac_word; then
1079
test -z "$ac_cv_prog_AS" && ac_cv_prog_AS="as"
1083
if test -n "$AS"; then
1084
echo "$ac_t""$AS" 1>&6
1086
echo "$ac_t""no" 1>&6
1094
# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3050
echo "$as_me:$LINENO: checking for $ac_word" >&5
3051
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3052
if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
3053
echo $ECHO_N "(cached) $ECHO_C" >&6
3055
if test -n "$ac_ct_AS"; then
3056
ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
3058
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3062
test -z "$as_dir" && as_dir=.
3063
for ac_exec_ext in '' $ac_executable_extensions; do
3064
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3065
ac_cv_prog_ac_ct_AS="as"
3066
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3072
test -z "$ac_cv_prog_ac_ct_AS" && ac_cv_prog_ac_ct_AS="as"
3075
ac_ct_AS=$ac_cv_prog_ac_ct_AS
3076
if test -n "$ac_ct_AS"; then
3077
echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
3078
echo "${ECHO_T}$ac_ct_AS" >&6
3080
echo "$as_me:$LINENO: result: no" >&5
3081
echo "${ECHO_T}no" >&6
3089
# By default we simply use the C compiler to build assembly code.
3091
test "${CCAS+set}" = set || CCAS=$CC
3092
test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
3096
if test -n "$ac_tool_prefix"; then
3097
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3098
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3099
echo "$as_me:$LINENO: checking for $ac_word" >&5
3100
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3101
if test "${ac_cv_prog_RANLIB+set}" = set; then
3102
echo $ECHO_N "(cached) $ECHO_C" >&6
3104
if test -n "$RANLIB"; then
3105
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3107
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3111
test -z "$as_dir" && as_dir=.
3112
for ac_exec_ext in '' $ac_executable_extensions; do
3113
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3114
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3115
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3123
RANLIB=$ac_cv_prog_RANLIB
3124
if test -n "$RANLIB"; then
3125
echo "$as_me:$LINENO: result: $RANLIB" >&5
3126
echo "${ECHO_T}$RANLIB" >&6
3128
echo "$as_me:$LINENO: result: no" >&5
3129
echo "${ECHO_T}no" >&6
3133
if test -z "$ac_cv_prog_RANLIB"; then
3134
ac_ct_RANLIB=$RANLIB
3135
# Extract the first word of "ranlib", so it can be a program name with args.
3136
set dummy ranlib; ac_word=$2
3137
echo "$as_me:$LINENO: checking for $ac_word" >&5
3138
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3139
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3140
echo $ECHO_N "(cached) $ECHO_C" >&6
3142
if test -n "$ac_ct_RANLIB"; then
3143
ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3145
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3149
test -z "$as_dir" && as_dir=.
3150
for ac_exec_ext in '' $ac_executable_extensions; do
3151
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3152
ac_cv_prog_ac_ct_RANLIB="ranlib"
3153
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3159
test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
3162
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3163
if test -n "$ac_ct_RANLIB"; then
3164
echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3165
echo "${ECHO_T}$ac_ct_RANLIB" >&6
3167
echo "$as_me:$LINENO: result: no" >&5
3168
echo "${ECHO_T}no" >&6
3171
RANLIB=$ac_ct_RANLIB
3173
RANLIB="$ac_cv_prog_RANLIB"
3176
if test -n "$ac_tool_prefix"; then
3177
# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
1095
3178
set dummy ${ac_tool_prefix}ar; ac_word=$2
1096
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1097
echo "configure:1098: checking for $ac_word" >&5
1098
if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
1099
echo $ac_n "(cached) $ac_c" 1>&6
3179
echo "$as_me:$LINENO: checking for $ac_word" >&5
3180
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3181
if test "${ac_cv_prog_AR+set}" = set; then
3182
echo $ECHO_N "(cached) $ECHO_C" >&6
1101
3184
if test -n "$AR"; then
1102
3185
ac_cv_prog_AR="$AR" # Let the user override the test.
1104
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1106
for ac_dir in $ac_dummy; do
1107
test -z "$ac_dir" && ac_dir=.
1108
if test -f $ac_dir/$ac_word; then
1109
ac_cv_prog_AR="${ac_tool_prefix}ar"
3187
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3191
test -z "$as_dir" && as_dir=.
3192
for ac_exec_ext in '' $ac_executable_extensions; do
3193
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3194
ac_cv_prog_AR="${ac_tool_prefix}ar"
3195
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1117
3204
if test -n "$AR"; then
1118
echo "$ac_t""$AR" 1>&6
3205
echo "$as_me:$LINENO: result: $AR" >&5
3206
echo "${ECHO_T}$AR" >&6
1120
echo "$ac_t""no" 1>&6
3208
echo "$as_me:$LINENO: result: no" >&5
3209
echo "${ECHO_T}no" >&6
1124
3213
if test -z "$ac_cv_prog_AR"; then
1125
if test -n "$ac_tool_prefix"; then
1126
3215
# Extract the first word of "ar", so it can be a program name with args.
1127
3216
set dummy ar; ac_word=$2
1128
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1129
echo "configure:1130: checking for $ac_word" >&5
1130
if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
1131
echo $ac_n "(cached) $ac_c" 1>&6
1133
if test -n "$AR"; then
1134
ac_cv_prog_AR="$AR" # Let the user override the test.
1136
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1138
for ac_dir in $ac_dummy; do
1139
test -z "$ac_dir" && ac_dir=.
1140
if test -f $ac_dir/$ac_word; then
1146
test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
1150
if test -n "$AR"; then
1151
echo "$ac_t""$AR" 1>&6
1153
echo "$ac_t""no" 1>&6
1161
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1162
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1163
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1164
echo "configure:1165: checking for $ac_word" >&5
1165
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1166
echo $ac_n "(cached) $ac_c" 1>&6
1168
if test -n "$RANLIB"; then
1169
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1171
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1173
for ac_dir in $ac_dummy; do
1174
test -z "$ac_dir" && ac_dir=.
1175
if test -f $ac_dir/$ac_word; then
1176
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
1183
RANLIB="$ac_cv_prog_RANLIB"
1184
if test -n "$RANLIB"; then
1185
echo "$ac_t""$RANLIB" 1>&6
1187
echo "$ac_t""no" 1>&6
1191
if test -z "$ac_cv_prog_RANLIB"; then
1192
if test -n "$ac_tool_prefix"; then
1193
# Extract the first word of "ranlib", so it can be a program name with args.
1194
set dummy ranlib; ac_word=$2
1195
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1196
echo "configure:1197: checking for $ac_word" >&5
1197
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1198
echo $ac_n "(cached) $ac_c" 1>&6
1200
if test -n "$RANLIB"; then
1201
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1203
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1205
for ac_dir in $ac_dummy; do
1206
test -z "$ac_dir" && ac_dir=.
1207
if test -f $ac_dir/$ac_word; then
1208
ac_cv_prog_RANLIB="ranlib"
1213
test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB="ranlib"
1216
RANLIB="$ac_cv_prog_RANLIB"
1217
if test -n "$RANLIB"; then
1218
echo "$ac_t""$RANLIB" 1>&6
1220
echo "$ac_t""no" 1>&6
1228
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1229
set dummy ${ac_tool_prefix}gcc; ac_word=$2
1230
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1231
echo "configure:1232: checking for $ac_word" >&5
1232
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1233
echo $ac_n "(cached) $ac_c" 1>&6
1235
if test -n "$CC"; then
1236
ac_cv_prog_CC="$CC" # Let the user override the test.
1238
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1240
for ac_dir in $ac_dummy; do
1241
test -z "$ac_dir" && ac_dir=.
1242
if test -f $ac_dir/$ac_word; then
1243
ac_cv_prog_CC="${ac_tool_prefix}gcc"
1251
if test -n "$CC"; then
1252
echo "$ac_t""$CC" 1>&6
1254
echo "$ac_t""no" 1>&6
1258
if test -z "$ac_cv_prog_CC"; then
1259
if test -n "$ac_tool_prefix"; then
1260
# Extract the first word of "gcc", so it can be a program name with args.
1261
set dummy gcc; ac_word=$2
1262
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1263
echo "configure:1264: checking for $ac_word" >&5
1264
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1265
echo $ac_n "(cached) $ac_c" 1>&6
1267
if test -n "$CC"; then
1268
ac_cv_prog_CC="$CC" # Let the user override the test.
1270
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1272
for ac_dir in $ac_dummy; do
1273
test -z "$ac_dir" && ac_dir=.
1274
if test -f $ac_dir/$ac_word; then
1280
test -z "$ac_cv_prog_CC" && ac_cv_prog_CC="gcc"
1284
if test -n "$CC"; then
1285
echo "$ac_t""$CC" 1>&6
1287
echo "$ac_t""no" 1>&6
3217
echo "$as_me:$LINENO: checking for $ac_word" >&5
3218
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3219
if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
3220
echo $ECHO_N "(cached) $ECHO_C" >&6
3222
if test -n "$ac_ct_AR"; then
3223
ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3225
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3229
test -z "$as_dir" && as_dir=.
3230
for ac_exec_ext in '' $ac_executable_extensions; do
3231
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3232
ac_cv_prog_ac_ct_AR="ar"
3233
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3239
test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
3242
ac_ct_AR=$ac_cv_prog_ac_ct_AR
3243
if test -n "$ac_ct_AR"; then
3244
echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
3245
echo "${ECHO_T}$ac_ct_AR" >&6
3247
echo "$as_me:$LINENO: result: no" >&5
3248
echo "${ECHO_T}no" >&6
3257
# Make sure that we found the right avr cross-compiler.
1296
3259
case "${CC}" in
1298
*) { echo "configure: error: Wrong C compiler found; check the PATH!" 1>&2; exit 1; } ;;
3261
*) { { echo "$as_me:$LINENO: error: Wrong C compiler found; check the PATH!" >&5
3262
echo "$as_me: error: Wrong C compiler found; check the PATH!" >&2;}
3263
{ (exit 1); exit 1; }; } ;;
1300
3265
case "${AS}" in
1302
*) { echo "configure: error: Wrong assembler found; check the PATH!" 1>&2; exit 1; } ;;
3267
*) { { echo "$as_me:$LINENO: error: Wrong assembler found; check the PATH!" >&5
3268
echo "$as_me: error: Wrong assembler found; check the PATH!" >&2;}
3269
{ (exit 1); exit 1; }; } ;;
1304
3271
case "${AR}" in
1306
*) { echo "configure: error: Wrong archiver found; check the PATH!" 1>&2; exit 1; } ;;
3273
*) { { echo "$as_me:$LINENO: error: Wrong archiver found; check the PATH!" >&5
3274
echo "$as_me: error: Wrong archiver found; check the PATH!" >&2;}
3275
{ (exit 1); exit 1; }; } ;;
1308
3277
case "${RANLIB}" in
1309
3278
*avr-ranlib*) ;;
1310
*) { echo "configure: error: Wrong ranlib found; check the PATH!" 1>&2; exit 1; } ;;
3279
*) { { echo "$as_me:$LINENO: error: Wrong ranlib found; check the PATH!" >&5
3280
echo "$as_me: error: Wrong ranlib found; check the PATH!" >&2;}
3281
{ (exit 1); exit 1; }; } ;;
1313
3284
# Find a good install program. We prefer a C program (faster),
1447
3566
AVR_LIBC_USER_MANUAL="avr-libc-user-manual"
1458
avrlib_opt_space='-mcall-prologues -Os'
1459
avrlib_opt_speed='-O3'
1465
avrlib_defines='-D__COMPILING_AVR_LIBC__'
1469
if test -z "${with_multisubdir}"; then
1470
avrlib_cflags="-mmcu=avr2 ${avrlib_opt_space}"
1471
avrlib_asflags='-mmcu=avr2'
3569
if test "$enable_doc" = "yes"; then
3596
HAS_at90s1200_FALSE='#'
3598
HAS_at90s1200_TRUE='#'
3599
HAS_at90s1200_FALSE=
3606
HAS_at90s2313_FALSE='#'
3608
HAS_at90s2313_TRUE='#'
3609
HAS_at90s2313_FALSE=
3616
HAS_at90s2323_FALSE='#'
3618
HAS_at90s2323_TRUE='#'
3619
HAS_at90s2323_FALSE=
3626
HAS_at90s2333_FALSE='#'
3628
HAS_at90s2333_TRUE='#'
3629
HAS_at90s2333_FALSE=
3636
HAS_at90s2343_FALSE='#'
3638
HAS_at90s2343_TRUE='#'
3639
HAS_at90s2343_FALSE=
3646
HAS_at90s4414_FALSE='#'
3648
HAS_at90s4414_TRUE='#'
3649
HAS_at90s4414_FALSE=
3656
HAS_at90s4433_FALSE='#'
3658
HAS_at90s4433_TRUE='#'
3659
HAS_at90s4433_FALSE=
3666
HAS_at90s4434_FALSE='#'
3668
HAS_at90s4434_TRUE='#'
3669
HAS_at90s4434_FALSE=
3676
HAS_at90s8515_FALSE='#'
3678
HAS_at90s8515_TRUE='#'
3679
HAS_at90s8515_FALSE=
3686
HAS_at90c8534_FALSE='#'
3688
HAS_at90c8534_TRUE='#'
3689
HAS_at90c8534_FALSE=
3696
HAS_at90s8535_FALSE='#'
3698
HAS_at90s8535_TRUE='#'
3699
HAS_at90s8535_FALSE=
3706
HAS_attiny11_FALSE='#'
3708
HAS_attiny11_TRUE='#'
3716
HAS_attiny12_FALSE='#'
3718
HAS_attiny12_TRUE='#'
3726
HAS_attiny15_FALSE='#'
3728
HAS_attiny15_TRUE='#'
3736
HAS_attiny22_FALSE='#'
3738
HAS_attiny22_TRUE='#'
3746
HAS_attiny26_FALSE='#'
3748
HAS_attiny26_TRUE='#'
3756
HAS_attiny28_FALSE='#'
3758
HAS_attiny28_TRUE='#'
3766
HAS_at86rf401_FALSE='#'
3768
HAS_at86rf401_TRUE='#'
3769
HAS_at86rf401_FALSE=
1474
3776
old_CFLAGS=${CFLAGS}
1475
3777
CFLAGS="-mmcu=attiny13"
1476
3778
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
1477
echo $ac_n "checking if ${CC} has support for attiny13""... $ac_c" 1>&6
1478
echo "configure:1479: checking if ${CC} has support for attiny13" >&5
1479
cat > conftest.$ac_ext <<EOF
1480
#line 1481 "configure"
1481
#include "confdefs.h"
1487
if { (eval echo configure:1488: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3779
echo "$as_me:$LINENO: checking if ${CC} has support for attiny13" >&5
3780
echo $ECHO_N "checking if ${CC} has support for attiny13... $ECHO_C" >&6
3781
cat >conftest.$ac_ext <<_ACEOF
3784
cat confdefs.h >>conftest.$ac_ext
3785
cat >>conftest.$ac_ext <<_ACEOF
3786
/* end confdefs.h. */
3789
rm -f conftest.$ac_objext
3790
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3791
(eval $ac_compile) 2>conftest.er1
3793
grep -v '^ *+' conftest.er1 >conftest.err
3795
cat conftest.err >&5
3796
echo "$as_me:$LINENO: \$? = $ac_status" >&5
3797
(exit $ac_status); } &&
3798
{ ac_try='test -z "$ac_c_werror_flag"
3799
|| test ! -s conftest.err'
3800
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3803
echo "$as_me:$LINENO: \$? = $ac_status" >&5
3804
(exit $ac_status); }; } &&
3805
{ ac_try='test -s conftest.$ac_objext'
3806
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3809
echo "$as_me:$LINENO: \$? = $ac_status" >&5
3810
(exit $ac_status); }; }; then
1489
3811
has_dev_support=yes
1491
echo "configure: failed program was:" >&5
1492
cat conftest.$ac_ext >&5
3813
echo "$as_me: failed program was:" >&5
3814
sed 's/^/| /' conftest.$ac_ext >&5
3819
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1498
3820
if test "x$has_dev_support" = "xyes"
1500
3822
HAS_attiny13=yes
1502
echo "$ac_t""$has_dev_support" 1>&6
3824
echo "$as_me:$LINENO: result: $has_dev_support" >&5
3825
echo "${ECHO_T}$has_dev_support" >&6
1504
3827
CFLAGS=${old_CFLAGS}
3832
if test "x$HAS_attiny13" = "xyes"; then
3834
HAS_attiny13_FALSE='#'
3836
HAS_attiny13_TRUE='#'
1509
3843
old_CFLAGS=${CFLAGS}
1510
3844
CFLAGS="-mmcu=attiny2313"
1511
3845
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
1512
echo $ac_n "checking if ${CC} has support for attiny2313""... $ac_c" 1>&6
1513
echo "configure:1514: checking if ${CC} has support for attiny2313" >&5
1514
cat > conftest.$ac_ext <<EOF
1515
#line 1516 "configure"
1516
#include "confdefs.h"
1522
if { (eval echo configure:1523: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3846
echo "$as_me:$LINENO: checking if ${CC} has support for attiny2313" >&5
3847
echo $ECHO_N "checking if ${CC} has support for attiny2313... $ECHO_C" >&6
3848
cat >conftest.$ac_ext <<_ACEOF
3851
cat confdefs.h >>conftest.$ac_ext
3852
cat >>conftest.$ac_ext <<_ACEOF
3853
/* end confdefs.h. */
3856
rm -f conftest.$ac_objext
3857
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3858
(eval $ac_compile) 2>conftest.er1
3860
grep -v '^ *+' conftest.er1 >conftest.err
3862
cat conftest.err >&5
3863
echo "$as_me:$LINENO: \$? = $ac_status" >&5
3864
(exit $ac_status); } &&
3865
{ ac_try='test -z "$ac_c_werror_flag"
3866
|| test ! -s conftest.err'
3867
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3870
echo "$as_me:$LINENO: \$? = $ac_status" >&5
3871
(exit $ac_status); }; } &&
3872
{ ac_try='test -s conftest.$ac_objext'
3873
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3876
echo "$as_me:$LINENO: \$? = $ac_status" >&5
3877
(exit $ac_status); }; }; then
1524
3878
has_dev_support=yes
1526
echo "configure: failed program was:" >&5
1527
cat conftest.$ac_ext >&5
3880
echo "$as_me: failed program was:" >&5
3881
sed 's/^/| /' conftest.$ac_ext >&5
3886
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1533
3887
if test "x$has_dev_support" = "xyes"
1535
3889
HAS_attiny2313=yes
1537
echo "$ac_t""$has_dev_support" 1>&6
1539
CFLAGS=${old_CFLAGS}
1542
AVR_CRT_AT90='crts1200.o crts2313.o crts2323.o crts2333.o crts2343.o \\\
1543
crts4414.o crts4433.o crts4434.o crts8515.o crts8535.o \\\
1545
AVR_CRT_TINY='crttn11.o crttn12.o crttn15.o crttn28.o crttn22.o crttn26.o'
1546
AVR_CRT_OTHER='crt86401.o'
1547
if test "x$HAS_attiny13" = "xyes"; then
1548
AVR_CRT_TINY="$AVR_CRT_TINY crttn13.o"
1550
if test "x$HAS_attiny2313" = "xyes"; then
1551
AVR_CRT_TINY="$AVR_CRT_TINY crttn2313.o"
1553
if test "$enable_doc" = "yes"; then
1557
case $with_multisubdir in
1558
avr3) avrlib_cflags=${avrlib_opt_speed}
1559
avrlib_asflags='-mmcu=avr3'
1560
AVR_CRT_MEGA='crtm103.o'
1561
AVR_CRT_OTHER='crt43320.o crt43355.o crt76711.o'
3891
echo "$as_me:$LINENO: result: $has_dev_support" >&5
3892
echo "${ECHO_T}$has_dev_support" >&6
3894
CFLAGS=${old_CFLAGS}
3899
if test "x$HAS_attiny2313" = "xyes"; then
3900
HAS_attiny2313_TRUE=
3901
HAS_attiny2313_FALSE='#'
3903
HAS_attiny2313_TRUE='#'
3904
HAS_attiny2313_FALSE=
3910
old_CFLAGS=${CFLAGS}
3911
CFLAGS="-mmcu=attiny25"
3912
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
3913
echo "$as_me:$LINENO: checking if ${CC} has support for attiny25" >&5
3914
echo $ECHO_N "checking if ${CC} has support for attiny25... $ECHO_C" >&6
3915
cat >conftest.$ac_ext <<_ACEOF
3918
cat confdefs.h >>conftest.$ac_ext
3919
cat >>conftest.$ac_ext <<_ACEOF
3920
/* end confdefs.h. */
3923
rm -f conftest.$ac_objext
3924
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3925
(eval $ac_compile) 2>conftest.er1
3927
grep -v '^ *+' conftest.er1 >conftest.err
3929
cat conftest.err >&5
3930
echo "$as_me:$LINENO: \$? = $ac_status" >&5
3931
(exit $ac_status); } &&
3932
{ ac_try='test -z "$ac_c_werror_flag"
3933
|| test ! -s conftest.err'
3934
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3937
echo "$as_me:$LINENO: \$? = $ac_status" >&5
3938
(exit $ac_status); }; } &&
3939
{ ac_try='test -s conftest.$ac_objext'
3940
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3943
echo "$as_me:$LINENO: \$? = $ac_status" >&5
3944
(exit $ac_status); }; }; then
3947
echo "$as_me: failed program was:" >&5
3948
sed 's/^/| /' conftest.$ac_ext >&5
3953
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3954
if test "x$has_dev_support" = "xyes"
3958
echo "$as_me:$LINENO: result: $has_dev_support" >&5
3959
echo "${ECHO_T}$has_dev_support" >&6
3961
CFLAGS=${old_CFLAGS}
3966
if test "x$HAS_attiny25" = "xyes"; then
3968
HAS_attiny25_FALSE='#'
3970
HAS_attiny25_TRUE='#'
3977
old_CFLAGS=${CFLAGS}
3978
CFLAGS="-mmcu=attiny45"
3979
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
3980
echo "$as_me:$LINENO: checking if ${CC} has support for attiny45" >&5
3981
echo $ECHO_N "checking if ${CC} has support for attiny45... $ECHO_C" >&6
3982
cat >conftest.$ac_ext <<_ACEOF
3985
cat confdefs.h >>conftest.$ac_ext
3986
cat >>conftest.$ac_ext <<_ACEOF
3987
/* end confdefs.h. */
3990
rm -f conftest.$ac_objext
3991
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3992
(eval $ac_compile) 2>conftest.er1
3994
grep -v '^ *+' conftest.er1 >conftest.err
3996
cat conftest.err >&5
3997
echo "$as_me:$LINENO: \$? = $ac_status" >&5
3998
(exit $ac_status); } &&
3999
{ ac_try='test -z "$ac_c_werror_flag"
4000
|| test ! -s conftest.err'
4001
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4004
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4005
(exit $ac_status); }; } &&
4006
{ ac_try='test -s conftest.$ac_objext'
4007
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4010
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4011
(exit $ac_status); }; }; then
4014
echo "$as_me: failed program was:" >&5
4015
sed 's/^/| /' conftest.$ac_ext >&5
4020
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4021
if test "x$has_dev_support" = "xyes"
4025
echo "$as_me:$LINENO: result: $has_dev_support" >&5
4026
echo "${ECHO_T}$has_dev_support" >&6
4028
CFLAGS=${old_CFLAGS}
4033
if test "x$HAS_attiny45" = "xyes"; then
4035
HAS_attiny45_FALSE='#'
4037
HAS_attiny45_TRUE='#'
4044
old_CFLAGS=${CFLAGS}
4045
CFLAGS="-mmcu=attiny85"
4046
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
4047
echo "$as_me:$LINENO: checking if ${CC} has support for attiny85" >&5
4048
echo $ECHO_N "checking if ${CC} has support for attiny85... $ECHO_C" >&6
4049
cat >conftest.$ac_ext <<_ACEOF
4052
cat confdefs.h >>conftest.$ac_ext
4053
cat >>conftest.$ac_ext <<_ACEOF
4054
/* end confdefs.h. */
4057
rm -f conftest.$ac_objext
4058
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4059
(eval $ac_compile) 2>conftest.er1
4061
grep -v '^ *+' conftest.er1 >conftest.err
4063
cat conftest.err >&5
4064
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4065
(exit $ac_status); } &&
4066
{ ac_try='test -z "$ac_c_werror_flag"
4067
|| test ! -s conftest.err'
4068
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4071
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4072
(exit $ac_status); }; } &&
4073
{ ac_try='test -s conftest.$ac_objext'
4074
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4077
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4078
(exit $ac_status); }; }; then
4081
echo "$as_me: failed program was:" >&5
4082
sed 's/^/| /' conftest.$ac_ext >&5
4087
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4088
if test "x$has_dev_support" = "xyes"
4092
echo "$as_me:$LINENO: result: $has_dev_support" >&5
4093
echo "${ECHO_T}$has_dev_support" >&6
4095
CFLAGS=${old_CFLAGS}
4100
if test "x$HAS_attiny85" = "xyes"; then
4102
HAS_attiny85_FALSE='#'
4104
HAS_attiny85_TRUE='#'
4111
old_CFLAGS=${CFLAGS}
4112
CFLAGS="-mmcu=attiny24"
4113
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
4114
echo "$as_me:$LINENO: checking if ${CC} has support for attiny24" >&5
4115
echo $ECHO_N "checking if ${CC} has support for attiny24... $ECHO_C" >&6
4116
cat >conftest.$ac_ext <<_ACEOF
4119
cat confdefs.h >>conftest.$ac_ext
4120
cat >>conftest.$ac_ext <<_ACEOF
4121
/* end confdefs.h. */
4124
rm -f conftest.$ac_objext
4125
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4126
(eval $ac_compile) 2>conftest.er1
4128
grep -v '^ *+' conftest.er1 >conftest.err
4130
cat conftest.err >&5
4131
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4132
(exit $ac_status); } &&
4133
{ ac_try='test -z "$ac_c_werror_flag"
4134
|| test ! -s conftest.err'
4135
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4138
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4139
(exit $ac_status); }; } &&
4140
{ ac_try='test -s conftest.$ac_objext'
4141
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4144
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4145
(exit $ac_status); }; }; then
4148
echo "$as_me: failed program was:" >&5
4149
sed 's/^/| /' conftest.$ac_ext >&5
4154
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4155
if test "x$has_dev_support" = "xyes"
4159
echo "$as_me:$LINENO: result: $has_dev_support" >&5
4160
echo "${ECHO_T}$has_dev_support" >&6
4162
CFLAGS=${old_CFLAGS}
4167
if test "x$HAS_attiny24" = "xyes"; then
4169
HAS_attiny24_FALSE='#'
4171
HAS_attiny24_TRUE='#'
4178
old_CFLAGS=${CFLAGS}
4179
CFLAGS="-mmcu=attiny44"
4180
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
4181
echo "$as_me:$LINENO: checking if ${CC} has support for attiny44" >&5
4182
echo $ECHO_N "checking if ${CC} has support for attiny44... $ECHO_C" >&6
4183
cat >conftest.$ac_ext <<_ACEOF
4186
cat confdefs.h >>conftest.$ac_ext
4187
cat >>conftest.$ac_ext <<_ACEOF
4188
/* end confdefs.h. */
4191
rm -f conftest.$ac_objext
4192
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4193
(eval $ac_compile) 2>conftest.er1
4195
grep -v '^ *+' conftest.er1 >conftest.err
4197
cat conftest.err >&5
4198
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4199
(exit $ac_status); } &&
4200
{ ac_try='test -z "$ac_c_werror_flag"
4201
|| test ! -s conftest.err'
4202
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4205
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4206
(exit $ac_status); }; } &&
4207
{ ac_try='test -s conftest.$ac_objext'
4208
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4211
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4212
(exit $ac_status); }; }; then
4215
echo "$as_me: failed program was:" >&5
4216
sed 's/^/| /' conftest.$ac_ext >&5
4221
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4222
if test "x$has_dev_support" = "xyes"
4226
echo "$as_me:$LINENO: result: $has_dev_support" >&5
4227
echo "${ECHO_T}$has_dev_support" >&6
4229
CFLAGS=${old_CFLAGS}
4234
if test "x$HAS_attiny44" = "xyes"; then
4236
HAS_attiny44_FALSE='#'
4238
HAS_attiny44_TRUE='#'
4245
old_CFLAGS=${CFLAGS}
4246
CFLAGS="-mmcu=attiny84"
4247
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
4248
echo "$as_me:$LINENO: checking if ${CC} has support for attiny84" >&5
4249
echo $ECHO_N "checking if ${CC} has support for attiny84... $ECHO_C" >&6
4250
cat >conftest.$ac_ext <<_ACEOF
4253
cat confdefs.h >>conftest.$ac_ext
4254
cat >>conftest.$ac_ext <<_ACEOF
4255
/* end confdefs.h. */
4258
rm -f conftest.$ac_objext
4259
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4260
(eval $ac_compile) 2>conftest.er1
4262
grep -v '^ *+' conftest.er1 >conftest.err
4264
cat conftest.err >&5
4265
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4266
(exit $ac_status); } &&
4267
{ ac_try='test -z "$ac_c_werror_flag"
4268
|| test ! -s conftest.err'
4269
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4272
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4273
(exit $ac_status); }; } &&
4274
{ ac_try='test -s conftest.$ac_objext'
4275
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4278
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4279
(exit $ac_status); }; }; then
4282
echo "$as_me: failed program was:" >&5
4283
sed 's/^/| /' conftest.$ac_ext >&5
4288
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4289
if test "x$has_dev_support" = "xyes"
4293
echo "$as_me:$LINENO: result: $has_dev_support" >&5
4294
echo "${ECHO_T}$has_dev_support" >&6
4296
CFLAGS=${old_CFLAGS}
4301
if test "x$HAS_attiny84" = "xyes"; then
4303
HAS_attiny84_FALSE='#'
4305
HAS_attiny84_TRUE='#'
4312
old_CFLAGS=${CFLAGS}
4313
CFLAGS="-mmcu=attiny261"
4314
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
4315
echo "$as_me:$LINENO: checking if ${CC} has support for attiny261" >&5
4316
echo $ECHO_N "checking if ${CC} has support for attiny261... $ECHO_C" >&6
4317
cat >conftest.$ac_ext <<_ACEOF
4320
cat confdefs.h >>conftest.$ac_ext
4321
cat >>conftest.$ac_ext <<_ACEOF
4322
/* end confdefs.h. */
4325
rm -f conftest.$ac_objext
4326
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4327
(eval $ac_compile) 2>conftest.er1
4329
grep -v '^ *+' conftest.er1 >conftest.err
4331
cat conftest.err >&5
4332
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4333
(exit $ac_status); } &&
4334
{ ac_try='test -z "$ac_c_werror_flag"
4335
|| test ! -s conftest.err'
4336
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4339
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4340
(exit $ac_status); }; } &&
4341
{ ac_try='test -s conftest.$ac_objext'
4342
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4345
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4346
(exit $ac_status); }; }; then
4349
echo "$as_me: failed program was:" >&5
4350
sed 's/^/| /' conftest.$ac_ext >&5
4355
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4356
if test "x$has_dev_support" = "xyes"
4360
echo "$as_me:$LINENO: result: $has_dev_support" >&5
4361
echo "${ECHO_T}$has_dev_support" >&6
4363
CFLAGS=${old_CFLAGS}
4368
if test "x$HAS_attiny261" = "xyes"; then
4370
HAS_attiny261_FALSE='#'
4372
HAS_attiny261_TRUE='#'
4373
HAS_attiny261_FALSE=
4379
old_CFLAGS=${CFLAGS}
4380
CFLAGS="-mmcu=attiny461"
4381
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
4382
echo "$as_me:$LINENO: checking if ${CC} has support for attiny461" >&5
4383
echo $ECHO_N "checking if ${CC} has support for attiny461... $ECHO_C" >&6
4384
cat >conftest.$ac_ext <<_ACEOF
4387
cat confdefs.h >>conftest.$ac_ext
4388
cat >>conftest.$ac_ext <<_ACEOF
4389
/* end confdefs.h. */
4392
rm -f conftest.$ac_objext
4393
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4394
(eval $ac_compile) 2>conftest.er1
4396
grep -v '^ *+' conftest.er1 >conftest.err
4398
cat conftest.err >&5
4399
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4400
(exit $ac_status); } &&
4401
{ ac_try='test -z "$ac_c_werror_flag"
4402
|| test ! -s conftest.err'
4403
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4406
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4407
(exit $ac_status); }; } &&
4408
{ ac_try='test -s conftest.$ac_objext'
4409
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4412
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4413
(exit $ac_status); }; }; then
4416
echo "$as_me: failed program was:" >&5
4417
sed 's/^/| /' conftest.$ac_ext >&5
4422
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4423
if test "x$has_dev_support" = "xyes"
4427
echo "$as_me:$LINENO: result: $has_dev_support" >&5
4428
echo "${ECHO_T}$has_dev_support" >&6
4430
CFLAGS=${old_CFLAGS}
4435
if test "x$HAS_attiny461" = "xyes"; then
4437
HAS_attiny461_FALSE='#'
4439
HAS_attiny461_TRUE='#'
4440
HAS_attiny461_FALSE=
4446
old_CFLAGS=${CFLAGS}
4447
CFLAGS="-mmcu=attiny861"
4448
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
4449
echo "$as_me:$LINENO: checking if ${CC} has support for attiny861" >&5
4450
echo $ECHO_N "checking if ${CC} has support for attiny861... $ECHO_C" >&6
4451
cat >conftest.$ac_ext <<_ACEOF
4454
cat confdefs.h >>conftest.$ac_ext
4455
cat >>conftest.$ac_ext <<_ACEOF
4456
/* end confdefs.h. */
4459
rm -f conftest.$ac_objext
4460
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4461
(eval $ac_compile) 2>conftest.er1
4463
grep -v '^ *+' conftest.er1 >conftest.err
4465
cat conftest.err >&5
4466
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4467
(exit $ac_status); } &&
4468
{ ac_try='test -z "$ac_c_werror_flag"
4469
|| test ! -s conftest.err'
4470
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4473
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4474
(exit $ac_status); }; } &&
4475
{ ac_try='test -s conftest.$ac_objext'
4476
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4479
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4480
(exit $ac_status); }; }; then
4483
echo "$as_me: failed program was:" >&5
4484
sed 's/^/| /' conftest.$ac_ext >&5
4489
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4490
if test "x$has_dev_support" = "xyes"
4494
echo "$as_me:$LINENO: result: $has_dev_support" >&5
4495
echo "${ECHO_T}$has_dev_support" >&6
4497
CFLAGS=${old_CFLAGS}
4502
if test "x$HAS_attiny861" = "xyes"; then
4504
HAS_attiny861_FALSE='#'
4506
HAS_attiny861_TRUE='#'
4507
HAS_attiny861_FALSE=
4526
HAS_atmega103_FALSE='#'
4528
HAS_atmega103_TRUE='#'
4529
HAS_atmega103_FALSE=
4535
HAS_at43usb320_TRUE=
4536
HAS_at43usb320_FALSE='#'
4538
HAS_at43usb320_TRUE='#'
4539
HAS_at43usb320_FALSE=
4545
HAS_at43usb355_TRUE=
4546
HAS_at43usb355_FALSE='#'
4548
HAS_at43usb355_TRUE='#'
4549
HAS_at43usb355_FALSE=
4556
HAS_at76c711_FALSE='#'
4558
HAS_at76c711_TRUE='#'
4578
HAS_atmega8_FALSE='#'
4580
HAS_atmega8_TRUE='#'
4587
HAS_atmega8515_TRUE=
4588
HAS_atmega8515_FALSE='#'
4590
HAS_atmega8515_TRUE='#'
4591
HAS_atmega8515_FALSE=
4597
HAS_atmega8535_TRUE=
4598
HAS_atmega8535_FALSE='#'
4600
HAS_atmega8535_TRUE='#'
4601
HAS_atmega8535_FALSE=
1566
4607
old_CFLAGS=${CFLAGS}
1567
4608
CFLAGS="-mmcu=atmega48"
1568
4609
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
1569
echo $ac_n "checking if ${CC} has support for atmega48""... $ac_c" 1>&6
1570
echo "configure:1571: checking if ${CC} has support for atmega48" >&5
1571
cat > conftest.$ac_ext <<EOF
1572
#line 1573 "configure"
1573
#include "confdefs.h"
1579
if { (eval echo configure:1580: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4610
echo "$as_me:$LINENO: checking if ${CC} has support for atmega48" >&5
4611
echo $ECHO_N "checking if ${CC} has support for atmega48... $ECHO_C" >&6
4612
cat >conftest.$ac_ext <<_ACEOF
4615
cat confdefs.h >>conftest.$ac_ext
4616
cat >>conftest.$ac_ext <<_ACEOF
4617
/* end confdefs.h. */
4620
rm -f conftest.$ac_objext
4621
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4622
(eval $ac_compile) 2>conftest.er1
4624
grep -v '^ *+' conftest.er1 >conftest.err
4626
cat conftest.err >&5
4627
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4628
(exit $ac_status); } &&
4629
{ ac_try='test -z "$ac_c_werror_flag"
4630
|| test ! -s conftest.err'
4631
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4634
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4635
(exit $ac_status); }; } &&
4636
{ ac_try='test -s conftest.$ac_objext'
4637
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4640
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4641
(exit $ac_status); }; }; then
1581
4642
has_dev_support=yes
1583
echo "configure: failed program was:" >&5
1584
cat conftest.$ac_ext >&5
4644
echo "$as_me: failed program was:" >&5
4645
sed 's/^/| /' conftest.$ac_ext >&5
4650
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1590
4651
if test "x$has_dev_support" = "xyes"
1592
4653
HAS_atmega48=yes
1594
echo "$ac_t""$has_dev_support" 1>&6
4655
echo "$as_me:$LINENO: result: $has_dev_support" >&5
4656
echo "${ECHO_T}$has_dev_support" >&6
1596
4658
CFLAGS=${old_CFLAGS}
4663
if test "x$HAS_atmega48" = "xyes"; then
4665
HAS_atmega48_FALSE='#'
4667
HAS_atmega48_TRUE='#'
1601
4674
old_CFLAGS=${CFLAGS}
1602
4675
CFLAGS="-mmcu=atmega88"
1603
4676
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
1604
echo $ac_n "checking if ${CC} has support for atmega88""... $ac_c" 1>&6
1605
echo "configure:1606: checking if ${CC} has support for atmega88" >&5
1606
cat > conftest.$ac_ext <<EOF
1607
#line 1608 "configure"
1608
#include "confdefs.h"
1614
if { (eval echo configure:1615: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4677
echo "$as_me:$LINENO: checking if ${CC} has support for atmega88" >&5
4678
echo $ECHO_N "checking if ${CC} has support for atmega88... $ECHO_C" >&6
4679
cat >conftest.$ac_ext <<_ACEOF
4682
cat confdefs.h >>conftest.$ac_ext
4683
cat >>conftest.$ac_ext <<_ACEOF
4684
/* end confdefs.h. */
4687
rm -f conftest.$ac_objext
4688
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4689
(eval $ac_compile) 2>conftest.er1
4691
grep -v '^ *+' conftest.er1 >conftest.err
4693
cat conftest.err >&5
4694
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4695
(exit $ac_status); } &&
4696
{ ac_try='test -z "$ac_c_werror_flag"
4697
|| test ! -s conftest.err'
4698
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4701
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4702
(exit $ac_status); }; } &&
4703
{ ac_try='test -s conftest.$ac_objext'
4704
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4707
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4708
(exit $ac_status); }; }; then
1616
4709
has_dev_support=yes
1618
echo "configure: failed program was:" >&5
1619
cat conftest.$ac_ext >&5
4711
echo "$as_me: failed program was:" >&5
4712
sed 's/^/| /' conftest.$ac_ext >&5
4717
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1625
4718
if test "x$has_dev_support" = "xyes"
1627
4720
HAS_atmega88=yes
1629
echo "$ac_t""$has_dev_support" 1>&6
1631
CFLAGS=${old_CFLAGS}
1634
avrlib_cflags=${avrlib_opt_space}
1635
avrlib_asflags='-mmcu=avr4'
1636
AVR_CRT_MEGA='crtm8.o crtm8515.o crtm8535.o'
1637
if test "x$HAS_atmega48" = "xyes"; then
1638
AVR_CRT_MEGA="$AVR_CRT_MEGA crtm48.o"
1640
if test "x$HAS_atmega88" = "xyes"; then
1641
AVR_CRT_MEGA="$AVR_CRT_MEGA crtm88.o"
4722
echo "$as_me:$LINENO: result: $has_dev_support" >&5
4723
echo "${ECHO_T}$has_dev_support" >&6
4725
CFLAGS=${old_CFLAGS}
4730
if test "x$HAS_atmega88" = "xyes"; then
4732
HAS_atmega88_FALSE='#'
4734
HAS_atmega88_TRUE='#'
4741
old_CFLAGS=${CFLAGS}
4742
CFLAGS="-mmcu=at90pwm2"
4743
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
4744
echo "$as_me:$LINENO: checking if ${CC} has support for at90pwm2" >&5
4745
echo $ECHO_N "checking if ${CC} has support for at90pwm2... $ECHO_C" >&6
4746
cat >conftest.$ac_ext <<_ACEOF
4749
cat confdefs.h >>conftest.$ac_ext
4750
cat >>conftest.$ac_ext <<_ACEOF
4751
/* end confdefs.h. */
4754
rm -f conftest.$ac_objext
4755
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4756
(eval $ac_compile) 2>conftest.er1
4758
grep -v '^ *+' conftest.er1 >conftest.err
4760
cat conftest.err >&5
4761
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4762
(exit $ac_status); } &&
4763
{ ac_try='test -z "$ac_c_werror_flag"
4764
|| test ! -s conftest.err'
4765
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4768
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4769
(exit $ac_status); }; } &&
4770
{ ac_try='test -s conftest.$ac_objext'
4771
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4774
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4775
(exit $ac_status); }; }; then
4778
echo "$as_me: failed program was:" >&5
4779
sed 's/^/| /' conftest.$ac_ext >&5
4784
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4785
if test "x$has_dev_support" = "xyes"
4789
echo "$as_me:$LINENO: result: $has_dev_support" >&5
4790
echo "${ECHO_T}$has_dev_support" >&6
4792
CFLAGS=${old_CFLAGS}
4797
if test "x$HAS_at90pwm2" = "xyes"; then
4799
HAS_at90pwm2_FALSE='#'
4801
HAS_at90pwm2_TRUE='#'
4808
old_CFLAGS=${CFLAGS}
4809
CFLAGS="-mmcu=at90pwm3"
4810
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
4811
echo "$as_me:$LINENO: checking if ${CC} has support for at90pwm3" >&5
4812
echo $ECHO_N "checking if ${CC} has support for at90pwm3... $ECHO_C" >&6
4813
cat >conftest.$ac_ext <<_ACEOF
4816
cat confdefs.h >>conftest.$ac_ext
4817
cat >>conftest.$ac_ext <<_ACEOF
4818
/* end confdefs.h. */
4821
rm -f conftest.$ac_objext
4822
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4823
(eval $ac_compile) 2>conftest.er1
4825
grep -v '^ *+' conftest.er1 >conftest.err
4827
cat conftest.err >&5
4828
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4829
(exit $ac_status); } &&
4830
{ ac_try='test -z "$ac_c_werror_flag"
4831
|| test ! -s conftest.err'
4832
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4835
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4836
(exit $ac_status); }; } &&
4837
{ ac_try='test -s conftest.$ac_objext'
4838
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4841
echo "$as_me:$LINENO: \$? = $ac_status" >&5
4842
(exit $ac_status); }; }; then
4845
echo "$as_me: failed program was:" >&5
4846
sed 's/^/| /' conftest.$ac_ext >&5
4851
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4852
if test "x$has_dev_support" = "xyes"
4856
echo "$as_me:$LINENO: result: $has_dev_support" >&5
4857
echo "${ECHO_T}$has_dev_support" >&6
4859
CFLAGS=${old_CFLAGS}
4864
if test "x$HAS_at90pwm3" = "xyes"; then
4866
HAS_at90pwm3_FALSE='#'
4868
HAS_at90pwm3_TRUE='#'
4888
HAS_atmega16_FALSE='#'
4890
HAS_atmega16_TRUE='#'
4898
HAS_atmega161_FALSE='#'
4900
HAS_atmega161_TRUE='#'
4901
HAS_atmega161_FALSE=
4908
HAS_atmega162_FALSE='#'
4910
HAS_atmega162_TRUE='#'
4911
HAS_atmega162_FALSE=
4918
HAS_atmega163_FALSE='#'
4920
HAS_atmega163_TRUE='#'
4921
HAS_atmega163_FALSE=
4928
HAS_atmega169_FALSE='#'
4930
HAS_atmega169_TRUE='#'
4931
HAS_atmega169_FALSE=
4938
HAS_atmega32_FALSE='#'
4940
HAS_atmega32_TRUE='#'
4948
HAS_atmega323_FALSE='#'
4950
HAS_atmega323_TRUE='#'
4951
HAS_atmega323_FALSE=
4958
HAS_atmega64_FALSE='#'
4960
HAS_atmega64_TRUE='#'
4968
HAS_atmega128_FALSE='#'
4970
HAS_atmega128_TRUE='#'
4971
HAS_atmega128_FALSE=
4987
old_CFLAGS=${CFLAGS}
4988
CFLAGS="-mmcu=atmega164p"
4989
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
4990
echo "$as_me:$LINENO: checking if ${CC} has support for atmega164p" >&5
4991
echo $ECHO_N "checking if ${CC} has support for atmega164p... $ECHO_C" >&6
4992
cat >conftest.$ac_ext <<_ACEOF
4995
cat confdefs.h >>conftest.$ac_ext
4996
cat >>conftest.$ac_ext <<_ACEOF
4997
/* end confdefs.h. */
5000
rm -f conftest.$ac_objext
5001
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5002
(eval $ac_compile) 2>conftest.er1
5004
grep -v '^ *+' conftest.er1 >conftest.err
5006
cat conftest.err >&5
5007
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5008
(exit $ac_status); } &&
5009
{ ac_try='test -z "$ac_c_werror_flag"
5010
|| test ! -s conftest.err'
5011
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5014
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5015
(exit $ac_status); }; } &&
5016
{ ac_try='test -s conftest.$ac_objext'
5017
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5020
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5021
(exit $ac_status); }; }; then
5024
echo "$as_me: failed program was:" >&5
5025
sed 's/^/| /' conftest.$ac_ext >&5
5030
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5031
if test "x$has_dev_support" = "xyes"
5035
echo "$as_me:$LINENO: result: $has_dev_support" >&5
5036
echo "${ECHO_T}$has_dev_support" >&6
5038
CFLAGS=${old_CFLAGS}
5043
if test "x$HAS_atmega164p" = "xyes"; then
5044
HAS_atmega164p_TRUE=
5045
HAS_atmega164p_FALSE='#'
5047
HAS_atmega164p_TRUE='#'
5048
HAS_atmega164p_FALSE=
1647
5054
old_CFLAGS=${CFLAGS}
1648
5055
CFLAGS="-mmcu=atmega165"
1649
5056
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
1650
echo $ac_n "checking if ${CC} has support for atmega165""... $ac_c" 1>&6
1651
echo "configure:1652: checking if ${CC} has support for atmega165" >&5
1652
cat > conftest.$ac_ext <<EOF
1653
#line 1654 "configure"
1654
#include "confdefs.h"
1660
if { (eval echo configure:1661: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5057
echo "$as_me:$LINENO: checking if ${CC} has support for atmega165" >&5
5058
echo $ECHO_N "checking if ${CC} has support for atmega165... $ECHO_C" >&6
5059
cat >conftest.$ac_ext <<_ACEOF
5062
cat confdefs.h >>conftest.$ac_ext
5063
cat >>conftest.$ac_ext <<_ACEOF
5064
/* end confdefs.h. */
5067
rm -f conftest.$ac_objext
5068
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5069
(eval $ac_compile) 2>conftest.er1
5071
grep -v '^ *+' conftest.er1 >conftest.err
5073
cat conftest.err >&5
5074
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5075
(exit $ac_status); } &&
5076
{ ac_try='test -z "$ac_c_werror_flag"
5077
|| test ! -s conftest.err'
5078
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5081
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5082
(exit $ac_status); }; } &&
5083
{ ac_try='test -s conftest.$ac_objext'
5084
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5087
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5088
(exit $ac_status); }; }; then
1662
5089
has_dev_support=yes
1664
echo "configure: failed program was:" >&5
1665
cat conftest.$ac_ext >&5
5091
echo "$as_me: failed program was:" >&5
5092
sed 's/^/| /' conftest.$ac_ext >&5
5097
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1671
5098
if test "x$has_dev_support" = "xyes"
1673
5100
HAS_atmega165=yes
1675
echo "$ac_t""$has_dev_support" 1>&6
5102
echo "$as_me:$LINENO: result: $has_dev_support" >&5
5103
echo "${ECHO_T}$has_dev_support" >&6
1677
5105
CFLAGS=${old_CFLAGS}
5110
if test "x$HAS_atmega165" = "xyes"; then
5112
HAS_atmega165_FALSE='#'
5114
HAS_atmega165_TRUE='#'
5115
HAS_atmega165_FALSE=
1682
5121
old_CFLAGS=${CFLAGS}
1683
5122
CFLAGS="-mmcu=atmega168"
1684
5123
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
1685
echo $ac_n "checking if ${CC} has support for atmega168""... $ac_c" 1>&6
1686
echo "configure:1687: checking if ${CC} has support for atmega168" >&5
1687
cat > conftest.$ac_ext <<EOF
1688
#line 1689 "configure"
1689
#include "confdefs.h"
1695
if { (eval echo configure:1696: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5124
echo "$as_me:$LINENO: checking if ${CC} has support for atmega168" >&5
5125
echo $ECHO_N "checking if ${CC} has support for atmega168... $ECHO_C" >&6
5126
cat >conftest.$ac_ext <<_ACEOF
5129
cat confdefs.h >>conftest.$ac_ext
5130
cat >>conftest.$ac_ext <<_ACEOF
5131
/* end confdefs.h. */
5134
rm -f conftest.$ac_objext
5135
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5136
(eval $ac_compile) 2>conftest.er1
5138
grep -v '^ *+' conftest.er1 >conftest.err
5140
cat conftest.err >&5
5141
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5142
(exit $ac_status); } &&
5143
{ ac_try='test -z "$ac_c_werror_flag"
5144
|| test ! -s conftest.err'
5145
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5148
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5149
(exit $ac_status); }; } &&
5150
{ ac_try='test -s conftest.$ac_objext'
5151
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5154
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5155
(exit $ac_status); }; }; then
1697
5156
has_dev_support=yes
1699
echo "configure: failed program was:" >&5
1700
cat conftest.$ac_ext >&5
5158
echo "$as_me: failed program was:" >&5
5159
sed 's/^/| /' conftest.$ac_ext >&5
5164
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1706
5165
if test "x$has_dev_support" = "xyes"
1708
5167
HAS_atmega168=yes
1710
echo "$ac_t""$has_dev_support" 1>&6
1712
CFLAGS=${old_CFLAGS}
5169
echo "$as_me:$LINENO: result: $has_dev_support" >&5
5170
echo "${ECHO_T}$has_dev_support" >&6
5172
CFLAGS=${old_CFLAGS}
5177
if test "x$HAS_atmega168" = "xyes"; then
5179
HAS_atmega168_FALSE='#'
5181
HAS_atmega168_TRUE='#'
5182
HAS_atmega168_FALSE=
5188
old_CFLAGS=${CFLAGS}
5189
CFLAGS="-mmcu=atmega324p"
5190
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
5191
echo "$as_me:$LINENO: checking if ${CC} has support for atmega324p" >&5
5192
echo $ECHO_N "checking if ${CC} has support for atmega324p... $ECHO_C" >&6
5193
cat >conftest.$ac_ext <<_ACEOF
5196
cat confdefs.h >>conftest.$ac_ext
5197
cat >>conftest.$ac_ext <<_ACEOF
5198
/* end confdefs.h. */
5201
rm -f conftest.$ac_objext
5202
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5203
(eval $ac_compile) 2>conftest.er1
5205
grep -v '^ *+' conftest.er1 >conftest.err
5207
cat conftest.err >&5
5208
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5209
(exit $ac_status); } &&
5210
{ ac_try='test -z "$ac_c_werror_flag"
5211
|| test ! -s conftest.err'
5212
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5215
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5216
(exit $ac_status); }; } &&
5217
{ ac_try='test -s conftest.$ac_objext'
5218
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5221
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5222
(exit $ac_status); }; }; then
5225
echo "$as_me: failed program was:" >&5
5226
sed 's/^/| /' conftest.$ac_ext >&5
5231
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5232
if test "x$has_dev_support" = "xyes"
5236
echo "$as_me:$LINENO: result: $has_dev_support" >&5
5237
echo "${ECHO_T}$has_dev_support" >&6
5239
CFLAGS=${old_CFLAGS}
5244
if test "x$HAS_atmega324p" = "xyes"; then
5245
HAS_atmega324p_TRUE=
5246
HAS_atmega324p_FALSE='#'
5248
HAS_atmega324p_TRUE='#'
5249
HAS_atmega324p_FALSE=
1717
5255
old_CFLAGS=${CFLAGS}
1718
5256
CFLAGS="-mmcu=atmega325"
1719
5257
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
1720
echo $ac_n "checking if ${CC} has support for atmega325""... $ac_c" 1>&6
1721
echo "configure:1722: checking if ${CC} has support for atmega325" >&5
1722
cat > conftest.$ac_ext <<EOF
1723
#line 1724 "configure"
1724
#include "confdefs.h"
1730
if { (eval echo configure:1731: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5258
echo "$as_me:$LINENO: checking if ${CC} has support for atmega325" >&5
5259
echo $ECHO_N "checking if ${CC} has support for atmega325... $ECHO_C" >&6
5260
cat >conftest.$ac_ext <<_ACEOF
5263
cat confdefs.h >>conftest.$ac_ext
5264
cat >>conftest.$ac_ext <<_ACEOF
5265
/* end confdefs.h. */
5268
rm -f conftest.$ac_objext
5269
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5270
(eval $ac_compile) 2>conftest.er1
5272
grep -v '^ *+' conftest.er1 >conftest.err
5274
cat conftest.err >&5
5275
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5276
(exit $ac_status); } &&
5277
{ ac_try='test -z "$ac_c_werror_flag"
5278
|| test ! -s conftest.err'
5279
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5282
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5283
(exit $ac_status); }; } &&
5284
{ ac_try='test -s conftest.$ac_objext'
5285
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5288
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5289
(exit $ac_status); }; }; then
1732
5290
has_dev_support=yes
1734
echo "configure: failed program was:" >&5
1735
cat conftest.$ac_ext >&5
5292
echo "$as_me: failed program was:" >&5
5293
sed 's/^/| /' conftest.$ac_ext >&5
5298
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1741
5299
if test "x$has_dev_support" = "xyes"
1743
5301
HAS_atmega325=yes
1745
echo "$ac_t""$has_dev_support" 1>&6
5303
echo "$as_me:$LINENO: result: $has_dev_support" >&5
5304
echo "${ECHO_T}$has_dev_support" >&6
1747
5306
CFLAGS=${old_CFLAGS}
5311
if test "x$HAS_atmega325" = "xyes"; then
5313
HAS_atmega325_FALSE='#'
5315
HAS_atmega325_TRUE='#'
5316
HAS_atmega325_FALSE=
1752
5322
old_CFLAGS=${CFLAGS}
1753
5323
CFLAGS="-mmcu=atmega3250"
1754
5324
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
1755
echo $ac_n "checking if ${CC} has support for atmega3250""... $ac_c" 1>&6
1756
echo "configure:1757: checking if ${CC} has support for atmega3250" >&5
1757
cat > conftest.$ac_ext <<EOF
1758
#line 1759 "configure"
1759
#include "confdefs.h"
1765
if { (eval echo configure:1766: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5325
echo "$as_me:$LINENO: checking if ${CC} has support for atmega3250" >&5
5326
echo $ECHO_N "checking if ${CC} has support for atmega3250... $ECHO_C" >&6
5327
cat >conftest.$ac_ext <<_ACEOF
5330
cat confdefs.h >>conftest.$ac_ext
5331
cat >>conftest.$ac_ext <<_ACEOF
5332
/* end confdefs.h. */
5335
rm -f conftest.$ac_objext
5336
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5337
(eval $ac_compile) 2>conftest.er1
5339
grep -v '^ *+' conftest.er1 >conftest.err
5341
cat conftest.err >&5
5342
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5343
(exit $ac_status); } &&
5344
{ ac_try='test -z "$ac_c_werror_flag"
5345
|| test ! -s conftest.err'
5346
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5349
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5350
(exit $ac_status); }; } &&
5351
{ ac_try='test -s conftest.$ac_objext'
5352
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5355
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5356
(exit $ac_status); }; }; then
1767
5357
has_dev_support=yes
1769
echo "configure: failed program was:" >&5
1770
cat conftest.$ac_ext >&5
5359
echo "$as_me: failed program was:" >&5
5360
sed 's/^/| /' conftest.$ac_ext >&5
5365
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1776
5366
if test "x$has_dev_support" = "xyes"
1778
5368
HAS_atmega3250=yes
1780
echo "$ac_t""$has_dev_support" 1>&6
1782
CFLAGS=${old_CFLAGS}
5370
echo "$as_me:$LINENO: result: $has_dev_support" >&5
5371
echo "${ECHO_T}$has_dev_support" >&6
5373
CFLAGS=${old_CFLAGS}
5378
if test "x$HAS_atmega3250" = "xyes"; then
5379
HAS_atmega3250_TRUE=
5380
HAS_atmega3250_FALSE='#'
5382
HAS_atmega3250_TRUE='#'
5383
HAS_atmega3250_FALSE=
5389
old_CFLAGS=${CFLAGS}
5390
CFLAGS="-mmcu=atmega329"
5391
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
5392
echo "$as_me:$LINENO: checking if ${CC} has support for atmega329" >&5
5393
echo $ECHO_N "checking if ${CC} has support for atmega329... $ECHO_C" >&6
5394
cat >conftest.$ac_ext <<_ACEOF
5397
cat confdefs.h >>conftest.$ac_ext
5398
cat >>conftest.$ac_ext <<_ACEOF
5399
/* end confdefs.h. */
5402
rm -f conftest.$ac_objext
5403
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5404
(eval $ac_compile) 2>conftest.er1
5406
grep -v '^ *+' conftest.er1 >conftest.err
5408
cat conftest.err >&5
5409
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5410
(exit $ac_status); } &&
5411
{ ac_try='test -z "$ac_c_werror_flag"
5412
|| test ! -s conftest.err'
5413
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5416
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5417
(exit $ac_status); }; } &&
5418
{ ac_try='test -s conftest.$ac_objext'
5419
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5422
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5423
(exit $ac_status); }; }; then
5426
echo "$as_me: failed program was:" >&5
5427
sed 's/^/| /' conftest.$ac_ext >&5
5432
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5433
if test "x$has_dev_support" = "xyes"
5437
echo "$as_me:$LINENO: result: $has_dev_support" >&5
5438
echo "${ECHO_T}$has_dev_support" >&6
5440
CFLAGS=${old_CFLAGS}
5445
if test "x$HAS_atmega329" = "xyes"; then
5447
HAS_atmega329_FALSE='#'
5449
HAS_atmega329_TRUE='#'
5450
HAS_atmega329_FALSE=
5456
old_CFLAGS=${CFLAGS}
5457
CFLAGS="-mmcu=atmega3290"
5458
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
5459
echo "$as_me:$LINENO: checking if ${CC} has support for atmega3290" >&5
5460
echo $ECHO_N "checking if ${CC} has support for atmega3290... $ECHO_C" >&6
5461
cat >conftest.$ac_ext <<_ACEOF
5464
cat confdefs.h >>conftest.$ac_ext
5465
cat >>conftest.$ac_ext <<_ACEOF
5466
/* end confdefs.h. */
5469
rm -f conftest.$ac_objext
5470
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5471
(eval $ac_compile) 2>conftest.er1
5473
grep -v '^ *+' conftest.er1 >conftest.err
5475
cat conftest.err >&5
5476
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5477
(exit $ac_status); } &&
5478
{ ac_try='test -z "$ac_c_werror_flag"
5479
|| test ! -s conftest.err'
5480
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5483
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5484
(exit $ac_status); }; } &&
5485
{ ac_try='test -s conftest.$ac_objext'
5486
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5489
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5490
(exit $ac_status); }; }; then
5493
echo "$as_me: failed program was:" >&5
5494
sed 's/^/| /' conftest.$ac_ext >&5
5499
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5500
if test "x$has_dev_support" = "xyes"
5504
echo "$as_me:$LINENO: result: $has_dev_support" >&5
5505
echo "${ECHO_T}$has_dev_support" >&6
5507
CFLAGS=${old_CFLAGS}
5512
if test "x$HAS_atmega3290" = "xyes"; then
5513
HAS_atmega3290_TRUE=
5514
HAS_atmega3290_FALSE='#'
5516
HAS_atmega3290_TRUE='#'
5517
HAS_atmega3290_FALSE=
5523
old_CFLAGS=${CFLAGS}
5524
CFLAGS="-mmcu=atmega406"
5525
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
5526
echo "$as_me:$LINENO: checking if ${CC} has support for atmega406" >&5
5527
echo $ECHO_N "checking if ${CC} has support for atmega406... $ECHO_C" >&6
5528
cat >conftest.$ac_ext <<_ACEOF
5531
cat confdefs.h >>conftest.$ac_ext
5532
cat >>conftest.$ac_ext <<_ACEOF
5533
/* end confdefs.h. */
5536
rm -f conftest.$ac_objext
5537
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5538
(eval $ac_compile) 2>conftest.er1
5540
grep -v '^ *+' conftest.er1 >conftest.err
5542
cat conftest.err >&5
5543
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5544
(exit $ac_status); } &&
5545
{ ac_try='test -z "$ac_c_werror_flag"
5546
|| test ! -s conftest.err'
5547
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5550
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5551
(exit $ac_status); }; } &&
5552
{ ac_try='test -s conftest.$ac_objext'
5553
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5556
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5557
(exit $ac_status); }; }; then
5560
echo "$as_me: failed program was:" >&5
5561
sed 's/^/| /' conftest.$ac_ext >&5
5566
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5567
if test "x$has_dev_support" = "xyes"
5571
echo "$as_me:$LINENO: result: $has_dev_support" >&5
5572
echo "${ECHO_T}$has_dev_support" >&6
5574
CFLAGS=${old_CFLAGS}
5579
if test "x$HAS_atmega406" = "xyes"; then
5581
HAS_atmega406_FALSE='#'
5583
HAS_atmega406_TRUE='#'
5584
HAS_atmega406_FALSE=
5590
old_CFLAGS=${CFLAGS}
5591
CFLAGS="-mmcu=atmega640"
5592
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
5593
echo "$as_me:$LINENO: checking if ${CC} has support for atmega640" >&5
5594
echo $ECHO_N "checking if ${CC} has support for atmega640... $ECHO_C" >&6
5595
cat >conftest.$ac_ext <<_ACEOF
5598
cat confdefs.h >>conftest.$ac_ext
5599
cat >>conftest.$ac_ext <<_ACEOF
5600
/* end confdefs.h. */
5603
rm -f conftest.$ac_objext
5604
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5605
(eval $ac_compile) 2>conftest.er1
5607
grep -v '^ *+' conftest.er1 >conftest.err
5609
cat conftest.err >&5
5610
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5611
(exit $ac_status); } &&
5612
{ ac_try='test -z "$ac_c_werror_flag"
5613
|| test ! -s conftest.err'
5614
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5617
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5618
(exit $ac_status); }; } &&
5619
{ ac_try='test -s conftest.$ac_objext'
5620
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5623
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5624
(exit $ac_status); }; }; then
5627
echo "$as_me: failed program was:" >&5
5628
sed 's/^/| /' conftest.$ac_ext >&5
5633
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5634
if test "x$has_dev_support" = "xyes"
5638
echo "$as_me:$LINENO: result: $has_dev_support" >&5
5639
echo "${ECHO_T}$has_dev_support" >&6
5641
CFLAGS=${old_CFLAGS}
5646
if test "x$HAS_atmega640" = "xyes"; then
5648
HAS_atmega640_FALSE='#'
5650
HAS_atmega640_TRUE='#'
5651
HAS_atmega640_FALSE=
5657
old_CFLAGS=${CFLAGS}
5658
CFLAGS="-mmcu=atmega644"
5659
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
5660
echo "$as_me:$LINENO: checking if ${CC} has support for atmega644" >&5
5661
echo $ECHO_N "checking if ${CC} has support for atmega644... $ECHO_C" >&6
5662
cat >conftest.$ac_ext <<_ACEOF
5665
cat confdefs.h >>conftest.$ac_ext
5666
cat >>conftest.$ac_ext <<_ACEOF
5667
/* end confdefs.h. */
5670
rm -f conftest.$ac_objext
5671
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5672
(eval $ac_compile) 2>conftest.er1
5674
grep -v '^ *+' conftest.er1 >conftest.err
5676
cat conftest.err >&5
5677
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5678
(exit $ac_status); } &&
5679
{ ac_try='test -z "$ac_c_werror_flag"
5680
|| test ! -s conftest.err'
5681
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5684
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5685
(exit $ac_status); }; } &&
5686
{ ac_try='test -s conftest.$ac_objext'
5687
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5690
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5691
(exit $ac_status); }; }; then
5694
echo "$as_me: failed program was:" >&5
5695
sed 's/^/| /' conftest.$ac_ext >&5
5700
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5701
if test "x$has_dev_support" = "xyes"
5705
echo "$as_me:$LINENO: result: $has_dev_support" >&5
5706
echo "${ECHO_T}$has_dev_support" >&6
5708
CFLAGS=${old_CFLAGS}
5713
if test "x$HAS_atmega644" = "xyes"; then
5715
HAS_atmega644_FALSE='#'
5717
HAS_atmega644_TRUE='#'
5718
HAS_atmega644_FALSE=
5724
old_CFLAGS=${CFLAGS}
5725
CFLAGS="-mmcu=atmega644p"
5726
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
5727
echo "$as_me:$LINENO: checking if ${CC} has support for atmega644p" >&5
5728
echo $ECHO_N "checking if ${CC} has support for atmega644p... $ECHO_C" >&6
5729
cat >conftest.$ac_ext <<_ACEOF
5732
cat confdefs.h >>conftest.$ac_ext
5733
cat >>conftest.$ac_ext <<_ACEOF
5734
/* end confdefs.h. */
5737
rm -f conftest.$ac_objext
5738
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5739
(eval $ac_compile) 2>conftest.er1
5741
grep -v '^ *+' conftest.er1 >conftest.err
5743
cat conftest.err >&5
5744
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5745
(exit $ac_status); } &&
5746
{ ac_try='test -z "$ac_c_werror_flag"
5747
|| test ! -s conftest.err'
5748
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5751
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5752
(exit $ac_status); }; } &&
5753
{ ac_try='test -s conftest.$ac_objext'
5754
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5757
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5758
(exit $ac_status); }; }; then
5761
echo "$as_me: failed program was:" >&5
5762
sed 's/^/| /' conftest.$ac_ext >&5
5767
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5768
if test "x$has_dev_support" = "xyes"
5772
echo "$as_me:$LINENO: result: $has_dev_support" >&5
5773
echo "${ECHO_T}$has_dev_support" >&6
5775
CFLAGS=${old_CFLAGS}
5780
if test "x$HAS_atmega644p" = "xyes"; then
5781
HAS_atmega644p_TRUE=
5782
HAS_atmega644p_FALSE='#'
5784
HAS_atmega644p_TRUE='#'
5785
HAS_atmega644p_FALSE=
1787
5791
old_CFLAGS=${CFLAGS}
1788
5792
CFLAGS="-mmcu=atmega645"
1789
5793
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
1790
echo $ac_n "checking if ${CC} has support for atmega645""... $ac_c" 1>&6
1791
echo "configure:1792: checking if ${CC} has support for atmega645" >&5
1792
cat > conftest.$ac_ext <<EOF
1793
#line 1794 "configure"
1794
#include "confdefs.h"
1800
if { (eval echo configure:1801: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5794
echo "$as_me:$LINENO: checking if ${CC} has support for atmega645" >&5
5795
echo $ECHO_N "checking if ${CC} has support for atmega645... $ECHO_C" >&6
5796
cat >conftest.$ac_ext <<_ACEOF
5799
cat confdefs.h >>conftest.$ac_ext
5800
cat >>conftest.$ac_ext <<_ACEOF
5801
/* end confdefs.h. */
5804
rm -f conftest.$ac_objext
5805
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5806
(eval $ac_compile) 2>conftest.er1
5808
grep -v '^ *+' conftest.er1 >conftest.err
5810
cat conftest.err >&5
5811
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5812
(exit $ac_status); } &&
5813
{ ac_try='test -z "$ac_c_werror_flag"
5814
|| test ! -s conftest.err'
5815
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5818
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5819
(exit $ac_status); }; } &&
5820
{ ac_try='test -s conftest.$ac_objext'
5821
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5824
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5825
(exit $ac_status); }; }; then
1802
5826
has_dev_support=yes
1804
echo "configure: failed program was:" >&5
1805
cat conftest.$ac_ext >&5
5828
echo "$as_me: failed program was:" >&5
5829
sed 's/^/| /' conftest.$ac_ext >&5
5834
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1811
5835
if test "x$has_dev_support" = "xyes"
1813
5837
HAS_atmega645=yes
1815
echo "$ac_t""$has_dev_support" 1>&6
5839
echo "$as_me:$LINENO: result: $has_dev_support" >&5
5840
echo "${ECHO_T}$has_dev_support" >&6
1817
5842
CFLAGS=${old_CFLAGS}
5847
if test "x$HAS_atmega645" = "xyes"; then
5849
HAS_atmega645_FALSE='#'
5851
HAS_atmega645_TRUE='#'
5852
HAS_atmega645_FALSE=
1822
5858
old_CFLAGS=${CFLAGS}
1823
5859
CFLAGS="-mmcu=atmega6450"
1824
5860
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
1825
echo $ac_n "checking if ${CC} has support for atmega6450""... $ac_c" 1>&6
1826
echo "configure:1827: checking if ${CC} has support for atmega6450" >&5
1827
cat > conftest.$ac_ext <<EOF
1828
#line 1829 "configure"
1829
#include "confdefs.h"
1835
if { (eval echo configure:1836: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5861
echo "$as_me:$LINENO: checking if ${CC} has support for atmega6450" >&5
5862
echo $ECHO_N "checking if ${CC} has support for atmega6450... $ECHO_C" >&6
5863
cat >conftest.$ac_ext <<_ACEOF
5866
cat confdefs.h >>conftest.$ac_ext
5867
cat >>conftest.$ac_ext <<_ACEOF
5868
/* end confdefs.h. */
5871
rm -f conftest.$ac_objext
5872
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5873
(eval $ac_compile) 2>conftest.er1
5875
grep -v '^ *+' conftest.er1 >conftest.err
5877
cat conftest.err >&5
5878
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5879
(exit $ac_status); } &&
5880
{ ac_try='test -z "$ac_c_werror_flag"
5881
|| test ! -s conftest.err'
5882
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5885
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5886
(exit $ac_status); }; } &&
5887
{ ac_try='test -s conftest.$ac_objext'
5888
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5891
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5892
(exit $ac_status); }; }; then
1837
5893
has_dev_support=yes
1839
echo "configure: failed program was:" >&5
1840
cat conftest.$ac_ext >&5
5895
echo "$as_me: failed program was:" >&5
5896
sed 's/^/| /' conftest.$ac_ext >&5
5901
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1846
5902
if test "x$has_dev_support" = "xyes"
1848
5904
HAS_atmega6450=yes
1850
echo "$ac_t""$has_dev_support" 1>&6
1852
CFLAGS=${old_CFLAGS}
5906
echo "$as_me:$LINENO: result: $has_dev_support" >&5
5907
echo "${ECHO_T}$has_dev_support" >&6
5909
CFLAGS=${old_CFLAGS}
5914
if test "x$HAS_atmega6450" = "xyes"; then
5915
HAS_atmega6450_TRUE=
5916
HAS_atmega6450_FALSE='#'
5918
HAS_atmega6450_TRUE='#'
5919
HAS_atmega6450_FALSE=
5925
old_CFLAGS=${CFLAGS}
5926
CFLAGS="-mmcu=atmega649"
5927
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
5928
echo "$as_me:$LINENO: checking if ${CC} has support for atmega649" >&5
5929
echo $ECHO_N "checking if ${CC} has support for atmega649... $ECHO_C" >&6
5930
cat >conftest.$ac_ext <<_ACEOF
5933
cat confdefs.h >>conftest.$ac_ext
5934
cat >>conftest.$ac_ext <<_ACEOF
5935
/* end confdefs.h. */
5938
rm -f conftest.$ac_objext
5939
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5940
(eval $ac_compile) 2>conftest.er1
5942
grep -v '^ *+' conftest.er1 >conftest.err
5944
cat conftest.err >&5
5945
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5946
(exit $ac_status); } &&
5947
{ ac_try='test -z "$ac_c_werror_flag"
5948
|| test ! -s conftest.err'
5949
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5952
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5953
(exit $ac_status); }; } &&
5954
{ ac_try='test -s conftest.$ac_objext'
5955
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5958
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5959
(exit $ac_status); }; }; then
5962
echo "$as_me: failed program was:" >&5
5963
sed 's/^/| /' conftest.$ac_ext >&5
5968
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5969
if test "x$has_dev_support" = "xyes"
5973
echo "$as_me:$LINENO: result: $has_dev_support" >&5
5974
echo "${ECHO_T}$has_dev_support" >&6
5976
CFLAGS=${old_CFLAGS}
5981
if test "x$HAS_atmega649" = "xyes"; then
5983
HAS_atmega649_FALSE='#'
5985
HAS_atmega649_TRUE='#'
5986
HAS_atmega649_FALSE=
5992
old_CFLAGS=${CFLAGS}
5993
CFLAGS="-mmcu=atmega6490"
5994
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
5995
echo "$as_me:$LINENO: checking if ${CC} has support for atmega6490" >&5
5996
echo $ECHO_N "checking if ${CC} has support for atmega6490... $ECHO_C" >&6
5997
cat >conftest.$ac_ext <<_ACEOF
6000
cat confdefs.h >>conftest.$ac_ext
6001
cat >>conftest.$ac_ext <<_ACEOF
6002
/* end confdefs.h. */
6005
rm -f conftest.$ac_objext
6006
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6007
(eval $ac_compile) 2>conftest.er1
6009
grep -v '^ *+' conftest.er1 >conftest.err
6011
cat conftest.err >&5
6012
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6013
(exit $ac_status); } &&
6014
{ ac_try='test -z "$ac_c_werror_flag"
6015
|| test ! -s conftest.err'
6016
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6019
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6020
(exit $ac_status); }; } &&
6021
{ ac_try='test -s conftest.$ac_objext'
6022
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6025
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6026
(exit $ac_status); }; }; then
6029
echo "$as_me: failed program was:" >&5
6030
sed 's/^/| /' conftest.$ac_ext >&5
6035
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6036
if test "x$has_dev_support" = "xyes"
6040
echo "$as_me:$LINENO: result: $has_dev_support" >&5
6041
echo "${ECHO_T}$has_dev_support" >&6
6043
CFLAGS=${old_CFLAGS}
6048
if test "x$HAS_atmega6490" = "xyes"; then
6049
HAS_atmega6490_TRUE=
6050
HAS_atmega6490_FALSE='#'
6052
HAS_atmega6490_TRUE='#'
6053
HAS_atmega6490_FALSE=
6059
old_CFLAGS=${CFLAGS}
6060
CFLAGS="-mmcu=atmega1280"
6061
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
6062
echo "$as_me:$LINENO: checking if ${CC} has support for atmega1280" >&5
6063
echo $ECHO_N "checking if ${CC} has support for atmega1280... $ECHO_C" >&6
6064
cat >conftest.$ac_ext <<_ACEOF
6067
cat confdefs.h >>conftest.$ac_ext
6068
cat >>conftest.$ac_ext <<_ACEOF
6069
/* end confdefs.h. */
6072
rm -f conftest.$ac_objext
6073
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6074
(eval $ac_compile) 2>conftest.er1
6076
grep -v '^ *+' conftest.er1 >conftest.err
6078
cat conftest.err >&5
6079
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6080
(exit $ac_status); } &&
6081
{ ac_try='test -z "$ac_c_werror_flag"
6082
|| test ! -s conftest.err'
6083
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6086
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6087
(exit $ac_status); }; } &&
6088
{ ac_try='test -s conftest.$ac_objext'
6089
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6092
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6093
(exit $ac_status); }; }; then
6096
echo "$as_me: failed program was:" >&5
6097
sed 's/^/| /' conftest.$ac_ext >&5
6102
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6103
if test "x$has_dev_support" = "xyes"
6107
echo "$as_me:$LINENO: result: $has_dev_support" >&5
6108
echo "${ECHO_T}$has_dev_support" >&6
6110
CFLAGS=${old_CFLAGS}
6115
if test "x$HAS_atmega1280" = "xyes"; then
6116
HAS_atmega1280_TRUE=
6117
HAS_atmega1280_FALSE='#'
6119
HAS_atmega1280_TRUE='#'
6120
HAS_atmega1280_FALSE=
6126
old_CFLAGS=${CFLAGS}
6127
CFLAGS="-mmcu=atmega1281"
6128
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
6129
echo "$as_me:$LINENO: checking if ${CC} has support for atmega1281" >&5
6130
echo $ECHO_N "checking if ${CC} has support for atmega1281... $ECHO_C" >&6
6131
cat >conftest.$ac_ext <<_ACEOF
6134
cat confdefs.h >>conftest.$ac_ext
6135
cat >>conftest.$ac_ext <<_ACEOF
6136
/* end confdefs.h. */
6139
rm -f conftest.$ac_objext
6140
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6141
(eval $ac_compile) 2>conftest.er1
6143
grep -v '^ *+' conftest.er1 >conftest.err
6145
cat conftest.err >&5
6146
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6147
(exit $ac_status); } &&
6148
{ ac_try='test -z "$ac_c_werror_flag"
6149
|| test ! -s conftest.err'
6150
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6153
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6154
(exit $ac_status); }; } &&
6155
{ ac_try='test -s conftest.$ac_objext'
6156
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6159
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6160
(exit $ac_status); }; }; then
6163
echo "$as_me: failed program was:" >&5
6164
sed 's/^/| /' conftest.$ac_ext >&5
6169
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6170
if test "x$has_dev_support" = "xyes"
6174
echo "$as_me:$LINENO: result: $has_dev_support" >&5
6175
echo "${ECHO_T}$has_dev_support" >&6
6177
CFLAGS=${old_CFLAGS}
6182
if test "x$HAS_atmega1281" = "xyes"; then
6183
HAS_atmega1281_TRUE=
6184
HAS_atmega1281_FALSE='#'
6186
HAS_atmega1281_TRUE='#'
6187
HAS_atmega1281_FALSE=
6193
old_CFLAGS=${CFLAGS}
6194
CFLAGS="-mmcu=at90can32"
6195
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
6196
echo "$as_me:$LINENO: checking if ${CC} has support for at90can32" >&5
6197
echo $ECHO_N "checking if ${CC} has support for at90can32... $ECHO_C" >&6
6198
cat >conftest.$ac_ext <<_ACEOF
6201
cat confdefs.h >>conftest.$ac_ext
6202
cat >>conftest.$ac_ext <<_ACEOF
6203
/* end confdefs.h. */
6206
rm -f conftest.$ac_objext
6207
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6208
(eval $ac_compile) 2>conftest.er1
6210
grep -v '^ *+' conftest.er1 >conftest.err
6212
cat conftest.err >&5
6213
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6214
(exit $ac_status); } &&
6215
{ ac_try='test -z "$ac_c_werror_flag"
6216
|| test ! -s conftest.err'
6217
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6220
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6221
(exit $ac_status); }; } &&
6222
{ ac_try='test -s conftest.$ac_objext'
6223
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6226
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6227
(exit $ac_status); }; }; then
6230
echo "$as_me: failed program was:" >&5
6231
sed 's/^/| /' conftest.$ac_ext >&5
6236
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6237
if test "x$has_dev_support" = "xyes"
6241
echo "$as_me:$LINENO: result: $has_dev_support" >&5
6242
echo "${ECHO_T}$has_dev_support" >&6
6244
CFLAGS=${old_CFLAGS}
6249
if test "x$HAS_at90can32" = "xyes"; then
6251
HAS_at90can32_FALSE='#'
6253
HAS_at90can32_TRUE='#'
6254
HAS_at90can32_FALSE=
6260
old_CFLAGS=${CFLAGS}
6261
CFLAGS="-mmcu=at90can64"
6262
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
6263
echo "$as_me:$LINENO: checking if ${CC} has support for at90can64" >&5
6264
echo $ECHO_N "checking if ${CC} has support for at90can64... $ECHO_C" >&6
6265
cat >conftest.$ac_ext <<_ACEOF
6268
cat confdefs.h >>conftest.$ac_ext
6269
cat >>conftest.$ac_ext <<_ACEOF
6270
/* end confdefs.h. */
6273
rm -f conftest.$ac_objext
6274
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6275
(eval $ac_compile) 2>conftest.er1
6277
grep -v '^ *+' conftest.er1 >conftest.err
6279
cat conftest.err >&5
6280
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6281
(exit $ac_status); } &&
6282
{ ac_try='test -z "$ac_c_werror_flag"
6283
|| test ! -s conftest.err'
6284
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6287
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6288
(exit $ac_status); }; } &&
6289
{ ac_try='test -s conftest.$ac_objext'
6290
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6293
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6294
(exit $ac_status); }; }; then
6297
echo "$as_me: failed program was:" >&5
6298
sed 's/^/| /' conftest.$ac_ext >&5
6303
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6304
if test "x$has_dev_support" = "xyes"
6308
echo "$as_me:$LINENO: result: $has_dev_support" >&5
6309
echo "${ECHO_T}$has_dev_support" >&6
6311
CFLAGS=${old_CFLAGS}
6316
if test "x$HAS_at90can64" = "xyes"; then
6318
HAS_at90can64_FALSE='#'
6320
HAS_at90can64_TRUE='#'
6321
HAS_at90can64_FALSE=
1857
6327
old_CFLAGS=${CFLAGS}
1858
6328
CFLAGS="-mmcu=at90can128"
1859
6329
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
1860
echo $ac_n "checking if ${CC} has support for at90can128""... $ac_c" 1>&6
1861
echo "configure:1862: checking if ${CC} has support for at90can128" >&5
1862
cat > conftest.$ac_ext <<EOF
1863
#line 1864 "configure"
1864
#include "confdefs.h"
1870
if { (eval echo configure:1871: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6330
echo "$as_me:$LINENO: checking if ${CC} has support for at90can128" >&5
6331
echo $ECHO_N "checking if ${CC} has support for at90can128... $ECHO_C" >&6
6332
cat >conftest.$ac_ext <<_ACEOF
6335
cat confdefs.h >>conftest.$ac_ext
6336
cat >>conftest.$ac_ext <<_ACEOF
6337
/* end confdefs.h. */
6340
rm -f conftest.$ac_objext
6341
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6342
(eval $ac_compile) 2>conftest.er1
6344
grep -v '^ *+' conftest.er1 >conftest.err
6346
cat conftest.err >&5
6347
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6348
(exit $ac_status); } &&
6349
{ ac_try='test -z "$ac_c_werror_flag"
6350
|| test ! -s conftest.err'
6351
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6354
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6355
(exit $ac_status); }; } &&
6356
{ ac_try='test -s conftest.$ac_objext'
6357
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6360
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6361
(exit $ac_status); }; }; then
1872
6362
has_dev_support=yes
1874
echo "configure: failed program was:" >&5
1875
cat conftest.$ac_ext >&5
6364
echo "$as_me: failed program was:" >&5
6365
sed 's/^/| /' conftest.$ac_ext >&5
6370
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1881
6371
if test "x$has_dev_support" = "xyes"
1883
6373
HAS_at90can128=yes
1885
echo "$ac_t""$has_dev_support" 1>&6
1887
CFLAGS=${old_CFLAGS}
1890
avrlib_cflags=${avrlib_opt_speed}
1891
avrlib_asflags='-mmcu=avr5'
1892
AVR_CRT_MEGA='crtm161.o crtm162.o crtm163.o crtm169.o crtm323.o crtm128.o crtm16.o crtm32.o crtm64.o'
1893
if test "x$HAS_atmega165" = "xyes"; then
1894
AVR_CRT_MEGA="$AVR_CRT_MEGA crtm165.o"
1896
if test "x$HAS_atmega168" = "xyes"; then
1897
AVR_CRT_MEGA="$AVR_CRT_MEGA crtm168.o"
1899
if test "x$HAS_atmega325" = "xyes"; then
1900
AVR_CRT_MEGA="$AVR_CRT_MEGA crtm325.o"
1902
if test "x$HAS_atmega3250" = "xyes"; then
1903
AVR_CRT_MEGA="$AVR_CRT_MEGA crtm3250.o"
1905
if test "x$HAS_atmega645" = "xyes"; then
1906
AVR_CRT_MEGA="$AVR_CRT_MEGA crtm645.o"
1908
if test "x$HAS_atmega6450" = "xyes"; then
1909
AVR_CRT_MEGA="$AVR_CRT_MEGA crtm6450.o"
1911
AVR_CRT_OTHER='crtat94k.o'
1912
if test "x$HAS_at90can128" = "xyes"; then
1913
AVR_CRT_OTHER="$AVR_CRT_OTHER crtcan128.o"
1916
*) { echo "configure: error: unexpected value '${with_multisubdir}' for with_multisubdir" 1>&2; exit 1; }
1921
AVRLIB_CFLAGS="-g -Wall -W -Wstrict-prototypes ${avrlib_defines} ${avrlib_cflags}"
1923
AVRLIB_ASFLAGS="-x assembler-with-cpp -Wa,-gstabs ${avrlib_defines} ${avrlib_asflags}"
1925
AVR_CRT_ASFLAGS='-x assembler-with-cpp -Wa,-gstabs'
1932
INCLUDES='-I$(top_srcdir)/include -I$(top_srcdir)/common'
1937
if test "${multilib}" = "yes"; then
1938
multilib_arg="--enable-multilib"
1944
cat > confcache <<\EOF
6375
echo "$as_me:$LINENO: result: $has_dev_support" >&5
6376
echo "${ECHO_T}$has_dev_support" >&6
6378
CFLAGS=${old_CFLAGS}
6383
if test "x$HAS_at90can128" = "xyes"; then
6384
HAS_at90can128_TRUE=
6385
HAS_at90can128_FALSE='#'
6387
HAS_at90can128_TRUE='#'
6388
HAS_at90can128_FALSE=
6394
old_CFLAGS=${CFLAGS}
6395
CFLAGS="-mmcu=at90usb646"
6396
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
6397
echo "$as_me:$LINENO: checking if ${CC} has support for at90usb646" >&5
6398
echo $ECHO_N "checking if ${CC} has support for at90usb646... $ECHO_C" >&6
6399
cat >conftest.$ac_ext <<_ACEOF
6402
cat confdefs.h >>conftest.$ac_ext
6403
cat >>conftest.$ac_ext <<_ACEOF
6404
/* end confdefs.h. */
6407
rm -f conftest.$ac_objext
6408
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6409
(eval $ac_compile) 2>conftest.er1
6411
grep -v '^ *+' conftest.er1 >conftest.err
6413
cat conftest.err >&5
6414
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6415
(exit $ac_status); } &&
6416
{ ac_try='test -z "$ac_c_werror_flag"
6417
|| test ! -s conftest.err'
6418
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6421
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6422
(exit $ac_status); }; } &&
6423
{ ac_try='test -s conftest.$ac_objext'
6424
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6427
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6428
(exit $ac_status); }; }; then
6431
echo "$as_me: failed program was:" >&5
6432
sed 's/^/| /' conftest.$ac_ext >&5
6437
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6438
if test "x$has_dev_support" = "xyes"
6442
echo "$as_me:$LINENO: result: $has_dev_support" >&5
6443
echo "${ECHO_T}$has_dev_support" >&6
6445
CFLAGS=${old_CFLAGS}
6450
if test "x$HAS_at90usb646" = "xyes"; then
6451
HAS_at90usb646_TRUE=
6452
HAS_at90usb646_FALSE='#'
6454
HAS_at90usb646_TRUE='#'
6455
HAS_at90usb646_FALSE=
6461
old_CFLAGS=${CFLAGS}
6462
CFLAGS="-mmcu=at90usb647"
6463
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
6464
echo "$as_me:$LINENO: checking if ${CC} has support for at90usb647" >&5
6465
echo $ECHO_N "checking if ${CC} has support for at90usb647... $ECHO_C" >&6
6466
cat >conftest.$ac_ext <<_ACEOF
6469
cat confdefs.h >>conftest.$ac_ext
6470
cat >>conftest.$ac_ext <<_ACEOF
6471
/* end confdefs.h. */
6474
rm -f conftest.$ac_objext
6475
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6476
(eval $ac_compile) 2>conftest.er1
6478
grep -v '^ *+' conftest.er1 >conftest.err
6480
cat conftest.err >&5
6481
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6482
(exit $ac_status); } &&
6483
{ ac_try='test -z "$ac_c_werror_flag"
6484
|| test ! -s conftest.err'
6485
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6488
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6489
(exit $ac_status); }; } &&
6490
{ ac_try='test -s conftest.$ac_objext'
6491
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6494
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6495
(exit $ac_status); }; }; then
6498
echo "$as_me: failed program was:" >&5
6499
sed 's/^/| /' conftest.$ac_ext >&5
6504
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6505
if test "x$has_dev_support" = "xyes"
6509
echo "$as_me:$LINENO: result: $has_dev_support" >&5
6510
echo "${ECHO_T}$has_dev_support" >&6
6512
CFLAGS=${old_CFLAGS}
6517
if test "x$HAS_at90usb647" = "xyes"; then
6518
HAS_at90usb647_TRUE=
6519
HAS_at90usb647_FALSE='#'
6521
HAS_at90usb647_TRUE='#'
6522
HAS_at90usb647_FALSE=
6528
old_CFLAGS=${CFLAGS}
6529
CFLAGS="-mmcu=at90usb1286"
6530
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
6531
echo "$as_me:$LINENO: checking if ${CC} has support for at90usb1286" >&5
6532
echo $ECHO_N "checking if ${CC} has support for at90usb1286... $ECHO_C" >&6
6533
cat >conftest.$ac_ext <<_ACEOF
6536
cat confdefs.h >>conftest.$ac_ext
6537
cat >>conftest.$ac_ext <<_ACEOF
6538
/* end confdefs.h. */
6541
rm -f conftest.$ac_objext
6542
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6543
(eval $ac_compile) 2>conftest.er1
6545
grep -v '^ *+' conftest.er1 >conftest.err
6547
cat conftest.err >&5
6548
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6549
(exit $ac_status); } &&
6550
{ ac_try='test -z "$ac_c_werror_flag"
6551
|| test ! -s conftest.err'
6552
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6555
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6556
(exit $ac_status); }; } &&
6557
{ ac_try='test -s conftest.$ac_objext'
6558
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6561
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6562
(exit $ac_status); }; }; then
6565
echo "$as_me: failed program was:" >&5
6566
sed 's/^/| /' conftest.$ac_ext >&5
6571
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6572
if test "x$has_dev_support" = "xyes"
6576
echo "$as_me:$LINENO: result: $has_dev_support" >&5
6577
echo "${ECHO_T}$has_dev_support" >&6
6579
CFLAGS=${old_CFLAGS}
6584
if test "x$HAS_at90usb1286" = "xyes"; then
6585
HAS_at90usb1286_TRUE=
6586
HAS_at90usb1286_FALSE='#'
6588
HAS_at90usb1286_TRUE='#'
6589
HAS_at90usb1286_FALSE=
6595
old_CFLAGS=${CFLAGS}
6596
CFLAGS="-mmcu=at90usb1287"
6597
CC=`echo "${CC}" | sed 's/-mmcu=avr.//'`
6598
echo "$as_me:$LINENO: checking if ${CC} has support for at90usb1287" >&5
6599
echo $ECHO_N "checking if ${CC} has support for at90usb1287... $ECHO_C" >&6
6600
cat >conftest.$ac_ext <<_ACEOF
6603
cat confdefs.h >>conftest.$ac_ext
6604
cat >>conftest.$ac_ext <<_ACEOF
6605
/* end confdefs.h. */
6608
rm -f conftest.$ac_objext
6609
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6610
(eval $ac_compile) 2>conftest.er1
6612
grep -v '^ *+' conftest.er1 >conftest.err
6614
cat conftest.err >&5
6615
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6616
(exit $ac_status); } &&
6617
{ ac_try='test -z "$ac_c_werror_flag"
6618
|| test ! -s conftest.err'
6619
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6622
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6623
(exit $ac_status); }; } &&
6624
{ ac_try='test -s conftest.$ac_objext'
6625
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6628
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6629
(exit $ac_status); }; }; then
6632
echo "$as_me: failed program was:" >&5
6633
sed 's/^/| /' conftest.$ac_ext >&5
6638
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6639
if test "x$has_dev_support" = "xyes"
6643
echo "$as_me:$LINENO: result: $has_dev_support" >&5
6644
echo "${ECHO_T}$has_dev_support" >&6
6646
CFLAGS=${old_CFLAGS}
6651
if test "x$HAS_at90usb1287" = "xyes"; then
6652
HAS_at90usb1287_TRUE=
6653
HAS_at90usb1287_FALSE='#'
6655
HAS_at90usb1287_TRUE='#'
6656
HAS_at90usb1287_FALSE=
6660
# Generate all files from *.in sources.
6662
ac_config_files="$ac_config_files Makefile avr-libc.spec avr/Makefile avr/lib/Makefile common/Makefile crt1/Makefile doc/Makefile doc/api/Makefile doc/examples/Makefile include/Makefile include/avr/Makefile include/compat/Makefile include/util/Makefile libc/Makefile libc/misc/Makefile libc/pmstring/Makefile libc/stdio/Makefile libc/stdlib/Makefile libc/string/Makefile libm/Makefile libm/fplib/Makefile scripts/Makefile devtools/Makefile"
6666
ac_config_files="$ac_config_files avr/lib/avr2/Makefile avr/lib/avr2/at90s1200/Makefile avr/lib/avr2/at90s2313/Makefile avr/lib/avr2/at90s2323/Makefile avr/lib/avr2/at90s2333/Makefile avr/lib/avr2/at90s2343/Makefile avr/lib/avr2/at90s4414/Makefile avr/lib/avr2/at90s4433/Makefile avr/lib/avr2/at90s4434/Makefile avr/lib/avr2/at90s8515/Makefile avr/lib/avr2/at90c8534/Makefile avr/lib/avr2/at90s8535/Makefile avr/lib/avr2/attiny11/Makefile avr/lib/avr2/attiny12/Makefile avr/lib/avr2/attiny13/Makefile avr/lib/avr2/attiny15/Makefile avr/lib/avr2/attiny22/Makefile avr/lib/avr2/attiny24/Makefile avr/lib/avr2/attiny25/Makefile avr/lib/avr2/attiny26/Makefile avr/lib/avr2/attiny261/Makefile avr/lib/avr2/attiny28/Makefile avr/lib/avr2/attiny44/Makefile avr/lib/avr2/attiny45/Makefile avr/lib/avr2/attiny461/Makefile avr/lib/avr2/attiny84/Makefile avr/lib/avr2/attiny85/Makefile avr/lib/avr2/attiny861/Makefile avr/lib/avr2/attiny2313/Makefile avr/lib/avr2/at86rf401/Makefile"
6670
ac_config_files="$ac_config_files avr/lib/avr3/Makefile avr/lib/avr3/atmega103/Makefile avr/lib/avr3/at43usb320/Makefile avr/lib/avr3/at43usb355/Makefile avr/lib/avr3/at76c711/Makefile"
6674
ac_config_files="$ac_config_files avr/lib/avr4/Makefile avr/lib/avr4/atmega48/Makefile avr/lib/avr4/atmega8/Makefile avr/lib/avr4/atmega88/Makefile avr/lib/avr4/atmega8515/Makefile avr/lib/avr4/atmega8535/Makefile avr/lib/avr4/at90pwm2/Makefile avr/lib/avr4/at90pwm3/Makefile"
6678
ac_config_files="$ac_config_files avr/lib/avr5/Makefile avr/lib/avr5/atmega16/Makefile avr/lib/avr5/atmega161/Makefile avr/lib/avr5/atmega162/Makefile avr/lib/avr5/atmega163/Makefile avr/lib/avr5/atmega164p/Makefile avr/lib/avr5/atmega165/Makefile avr/lib/avr5/atmega168/Makefile avr/lib/avr5/atmega169/Makefile avr/lib/avr5/atmega32/Makefile avr/lib/avr5/atmega323/Makefile avr/lib/avr5/atmega324p/Makefile avr/lib/avr5/atmega325/Makefile avr/lib/avr5/atmega3250/Makefile avr/lib/avr5/atmega329/Makefile avr/lib/avr5/atmega3290/Makefile avr/lib/avr5/atmega406/Makefile avr/lib/avr5/atmega64/Makefile avr/lib/avr5/atmega640/Makefile avr/lib/avr5/atmega644/Makefile avr/lib/avr5/atmega644p/Makefile avr/lib/avr5/atmega645/Makefile avr/lib/avr5/atmega6450/Makefile avr/lib/avr5/atmega649/Makefile avr/lib/avr5/atmega6490/Makefile avr/lib/avr5/atmega128/Makefile avr/lib/avr5/atmega1280/Makefile avr/lib/avr5/atmega1281/Makefile avr/lib/avr5/at90can32/Makefile avr/lib/avr5/at90can64/Makefile avr/lib/avr5/at90can128/Makefile avr/lib/avr5/at90usb646/Makefile avr/lib/avr5/at90usb647/Makefile avr/lib/avr5/at90usb1286/Makefile avr/lib/avr5/at90usb1287/Makefile avr/lib/avr5/at94k/Makefile"
6681
cat >confcache <<\_ACEOF
1945
6682
# This file is a shell script that caches the results of configure
1946
6683
# tests run on this system so they can be shared between configure
1947
# scripts and configure runs. It is not useful on other systems.
1948
# If it contains results you don't want to keep, you may remove or edit it.
1950
# By default, configure uses ./config.cache as the cache file,
1951
# creating it if it does not exist already. You can give configure
1952
# the --cache-file=FILE option to use a different cache file; that is
1953
# what configure does when it calls configure scripts in
1954
# subdirectories, so they share the cache.
1955
# Giving --cache-file=/dev/null disables caching, for debugging configure.
1956
# config.status only pays attention to the cache file if you give it the
1957
# --recheck option to rerun configure.
6684
# scripts and configure runs, see configure's option --config-cache.
6685
# It is not useful on other systems. If it contains results you don't
6686
# want to keep, you may remove or edit it.
6688
# config.status only pays attention to the cache file if you give it
6689
# the --recheck option to rerun configure.
6691
# `ac_cv_env_foo' variables (set or unset) will be overridden when
6692
# loading this file, other *unset* `ac_cv_foo' will be assigned the
1960
6697
# The following way of writing the cache mishandles newlines in values,
1961
6698
# but we know of no workaround that is simple, portable, and efficient.
1962
6699
# So, don't put newlines in cache variables' values.
1963
6700
# Ultrix sh set writes to stderr and can't be redirected directly,
1964
6701
# and sets the high bit in the cache file unless we assign to the vars.
1966
case `(ac_space=' '; set | grep ac_space) 2>&1` in
1968
# `set' does not quote correctly, so add quotes (double-quote substitution
1969
# turns \\\\ into \\, and sed turns \\ into \).
1971
-e "s/'/'\\\\''/g" \
1972
-e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1975
# `set' quotes correctly as required by POSIX, so do not add quotes.
1976
sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1979
if cmp -s $cache_file confcache; then
6704
case `(ac_space=' '; set | grep ac_space) 2>&1` in
6706
# `set' does not quote correctly, so add quotes (double-quote
6707
# substitution turns \\\\ into \\, and sed turns \\ into \).
6710
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6713
# `set' quotes correctly as required by POSIX, so do not add quotes.
6715
"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
6722
s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6724
/^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6726
if diff $cache_file confcache >/dev/null 2>&1; then :; else
1982
6727
if test -w $cache_file; then
1983
echo "updating cache $cache_file"
1984
cat confcache > $cache_file
6728
test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
6729
cat confcache >$cache_file
1986
6731
echo "not updating unwritable cache $cache_file"
1989
6734
rm -f confcache
1991
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1993
6736
test "x$prefix" = xNONE && prefix=$ac_default_prefix
1994
6737
# Let make expand exec_prefix.
1995
6738
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1997
# Any assignment to VPATH causes Sun make to only execute
1998
# the first set of double-colon rules, so remove it if not needed.
1999
# If there is a colon in the path, we need to keep it.
6740
# VPATH may cause trouble with some makes, so we remove $(srcdir),
6741
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
6742
# trailing colons and then remove the whole line if VPATH becomes empty
6743
# (actually we leave an empty line to preserve line numbers).
2000
6744
if test "x$srcdir" = x.; then
2001
ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
2004
trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
2006
# Transform confdefs.h into DEFS.
2007
# Protect against shell expansion while executing Makefile rules.
2008
# Protect against Makefile macro expansion.
2009
cat > conftest.defs <<\EOF
2010
s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
2011
s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
2016
DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
2020
# Without the "./", some shells look in PATH for config.status.
6745
ac_vpsub='/^[ ]*VPATH[ ]*=/{
6746
s/:*\$(srcdir):*/:/;
6747
s/:*\${srcdir}:*/:/;
6749
s/^\([^=]*=[ ]*\):*/\1/;
6755
DEFS=-DHAVE_CONFIG_H
6759
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
6760
# 1. Remove the extension, and $U if already installed.
6761
ac_i=`echo "$ac_i" |
6762
sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
6764
ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
6765
ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
6769
LTLIBOBJS=$ac_ltlibobjs
6772
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
6773
{ { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
6774
Usually this means the macro was only invoked conditionally." >&5
6775
echo "$as_me: error: conditional \"AMDEP\" was never defined.
6776
Usually this means the macro was only invoked conditionally." >&2;}
6777
{ (exit 1); exit 1; }; }
6779
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
6780
{ { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
6781
Usually this means the macro was only invoked conditionally." >&5
6782
echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
6783
Usually this means the macro was only invoked conditionally." >&2;}
6784
{ (exit 1); exit 1; }; }
6786
if test -z "${HAS_avr2_TRUE}" && test -z "${HAS_avr2_FALSE}"; then
6787
{ { echo "$as_me:$LINENO: error: conditional \"HAS_avr2\" was never defined.
6788
Usually this means the macro was only invoked conditionally." >&5
6789
echo "$as_me: error: conditional \"HAS_avr2\" was never defined.
6790
Usually this means the macro was only invoked conditionally." >&2;}
6791
{ (exit 1); exit 1; }; }
6793
if test -z "${HAS_at90s1200_TRUE}" && test -z "${HAS_at90s1200_FALSE}"; then
6794
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at90s1200\" was never defined.
6795
Usually this means the macro was only invoked conditionally." >&5
6796
echo "$as_me: error: conditional \"HAS_at90s1200\" was never defined.
6797
Usually this means the macro was only invoked conditionally." >&2;}
6798
{ (exit 1); exit 1; }; }
6800
if test -z "${HAS_at90s2313_TRUE}" && test -z "${HAS_at90s2313_FALSE}"; then
6801
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at90s2313\" was never defined.
6802
Usually this means the macro was only invoked conditionally." >&5
6803
echo "$as_me: error: conditional \"HAS_at90s2313\" was never defined.
6804
Usually this means the macro was only invoked conditionally." >&2;}
6805
{ (exit 1); exit 1; }; }
6807
if test -z "${HAS_at90s2323_TRUE}" && test -z "${HAS_at90s2323_FALSE}"; then
6808
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at90s2323\" was never defined.
6809
Usually this means the macro was only invoked conditionally." >&5
6810
echo "$as_me: error: conditional \"HAS_at90s2323\" was never defined.
6811
Usually this means the macro was only invoked conditionally." >&2;}
6812
{ (exit 1); exit 1; }; }
6814
if test -z "${HAS_at90s2333_TRUE}" && test -z "${HAS_at90s2333_FALSE}"; then
6815
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at90s2333\" was never defined.
6816
Usually this means the macro was only invoked conditionally." >&5
6817
echo "$as_me: error: conditional \"HAS_at90s2333\" was never defined.
6818
Usually this means the macro was only invoked conditionally." >&2;}
6819
{ (exit 1); exit 1; }; }
6821
if test -z "${HAS_at90s2343_TRUE}" && test -z "${HAS_at90s2343_FALSE}"; then
6822
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at90s2343\" was never defined.
6823
Usually this means the macro was only invoked conditionally." >&5
6824
echo "$as_me: error: conditional \"HAS_at90s2343\" was never defined.
6825
Usually this means the macro was only invoked conditionally." >&2;}
6826
{ (exit 1); exit 1; }; }
6828
if test -z "${HAS_at90s4414_TRUE}" && test -z "${HAS_at90s4414_FALSE}"; then
6829
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at90s4414\" was never defined.
6830
Usually this means the macro was only invoked conditionally." >&5
6831
echo "$as_me: error: conditional \"HAS_at90s4414\" was never defined.
6832
Usually this means the macro was only invoked conditionally." >&2;}
6833
{ (exit 1); exit 1; }; }
6835
if test -z "${HAS_at90s4433_TRUE}" && test -z "${HAS_at90s4433_FALSE}"; then
6836
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at90s4433\" was never defined.
6837
Usually this means the macro was only invoked conditionally." >&5
6838
echo "$as_me: error: conditional \"HAS_at90s4433\" was never defined.
6839
Usually this means the macro was only invoked conditionally." >&2;}
6840
{ (exit 1); exit 1; }; }
6842
if test -z "${HAS_at90s4434_TRUE}" && test -z "${HAS_at90s4434_FALSE}"; then
6843
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at90s4434\" was never defined.
6844
Usually this means the macro was only invoked conditionally." >&5
6845
echo "$as_me: error: conditional \"HAS_at90s4434\" was never defined.
6846
Usually this means the macro was only invoked conditionally." >&2;}
6847
{ (exit 1); exit 1; }; }
6849
if test -z "${HAS_at90s8515_TRUE}" && test -z "${HAS_at90s8515_FALSE}"; then
6850
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at90s8515\" was never defined.
6851
Usually this means the macro was only invoked conditionally." >&5
6852
echo "$as_me: error: conditional \"HAS_at90s8515\" was never defined.
6853
Usually this means the macro was only invoked conditionally." >&2;}
6854
{ (exit 1); exit 1; }; }
6856
if test -z "${HAS_at90c8534_TRUE}" && test -z "${HAS_at90c8534_FALSE}"; then
6857
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at90c8534\" was never defined.
6858
Usually this means the macro was only invoked conditionally." >&5
6859
echo "$as_me: error: conditional \"HAS_at90c8534\" was never defined.
6860
Usually this means the macro was only invoked conditionally." >&2;}
6861
{ (exit 1); exit 1; }; }
6863
if test -z "${HAS_at90s8535_TRUE}" && test -z "${HAS_at90s8535_FALSE}"; then
6864
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at90s8535\" was never defined.
6865
Usually this means the macro was only invoked conditionally." >&5
6866
echo "$as_me: error: conditional \"HAS_at90s8535\" was never defined.
6867
Usually this means the macro was only invoked conditionally." >&2;}
6868
{ (exit 1); exit 1; }; }
6870
if test -z "${HAS_attiny11_TRUE}" && test -z "${HAS_attiny11_FALSE}"; then
6871
{ { echo "$as_me:$LINENO: error: conditional \"HAS_attiny11\" was never defined.
6872
Usually this means the macro was only invoked conditionally." >&5
6873
echo "$as_me: error: conditional \"HAS_attiny11\" was never defined.
6874
Usually this means the macro was only invoked conditionally." >&2;}
6875
{ (exit 1); exit 1; }; }
6877
if test -z "${HAS_attiny12_TRUE}" && test -z "${HAS_attiny12_FALSE}"; then
6878
{ { echo "$as_me:$LINENO: error: conditional \"HAS_attiny12\" was never defined.
6879
Usually this means the macro was only invoked conditionally." >&5
6880
echo "$as_me: error: conditional \"HAS_attiny12\" was never defined.
6881
Usually this means the macro was only invoked conditionally." >&2;}
6882
{ (exit 1); exit 1; }; }
6884
if test -z "${HAS_attiny15_TRUE}" && test -z "${HAS_attiny15_FALSE}"; then
6885
{ { echo "$as_me:$LINENO: error: conditional \"HAS_attiny15\" was never defined.
6886
Usually this means the macro was only invoked conditionally." >&5
6887
echo "$as_me: error: conditional \"HAS_attiny15\" was never defined.
6888
Usually this means the macro was only invoked conditionally." >&2;}
6889
{ (exit 1); exit 1; }; }
6891
if test -z "${HAS_attiny22_TRUE}" && test -z "${HAS_attiny22_FALSE}"; then
6892
{ { echo "$as_me:$LINENO: error: conditional \"HAS_attiny22\" was never defined.
6893
Usually this means the macro was only invoked conditionally." >&5
6894
echo "$as_me: error: conditional \"HAS_attiny22\" was never defined.
6895
Usually this means the macro was only invoked conditionally." >&2;}
6896
{ (exit 1); exit 1; }; }
6898
if test -z "${HAS_attiny26_TRUE}" && test -z "${HAS_attiny26_FALSE}"; then
6899
{ { echo "$as_me:$LINENO: error: conditional \"HAS_attiny26\" was never defined.
6900
Usually this means the macro was only invoked conditionally." >&5
6901
echo "$as_me: error: conditional \"HAS_attiny26\" was never defined.
6902
Usually this means the macro was only invoked conditionally." >&2;}
6903
{ (exit 1); exit 1; }; }
6905
if test -z "${HAS_attiny28_TRUE}" && test -z "${HAS_attiny28_FALSE}"; then
6906
{ { echo "$as_me:$LINENO: error: conditional \"HAS_attiny28\" was never defined.
6907
Usually this means the macro was only invoked conditionally." >&5
6908
echo "$as_me: error: conditional \"HAS_attiny28\" was never defined.
6909
Usually this means the macro was only invoked conditionally." >&2;}
6910
{ (exit 1); exit 1; }; }
6912
if test -z "${HAS_at86rf401_TRUE}" && test -z "${HAS_at86rf401_FALSE}"; then
6913
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at86rf401\" was never defined.
6914
Usually this means the macro was only invoked conditionally." >&5
6915
echo "$as_me: error: conditional \"HAS_at86rf401\" was never defined.
6916
Usually this means the macro was only invoked conditionally." >&2;}
6917
{ (exit 1); exit 1; }; }
6919
if test -z "${HAS_attiny13_TRUE}" && test -z "${HAS_attiny13_FALSE}"; then
6920
{ { echo "$as_me:$LINENO: error: conditional \"HAS_attiny13\" was never defined.
6921
Usually this means the macro was only invoked conditionally." >&5
6922
echo "$as_me: error: conditional \"HAS_attiny13\" was never defined.
6923
Usually this means the macro was only invoked conditionally." >&2;}
6924
{ (exit 1); exit 1; }; }
6926
if test -z "${HAS_attiny2313_TRUE}" && test -z "${HAS_attiny2313_FALSE}"; then
6927
{ { echo "$as_me:$LINENO: error: conditional \"HAS_attiny2313\" was never defined.
6928
Usually this means the macro was only invoked conditionally." >&5
6929
echo "$as_me: error: conditional \"HAS_attiny2313\" was never defined.
6930
Usually this means the macro was only invoked conditionally." >&2;}
6931
{ (exit 1); exit 1; }; }
6933
if test -z "${HAS_attiny25_TRUE}" && test -z "${HAS_attiny25_FALSE}"; then
6934
{ { echo "$as_me:$LINENO: error: conditional \"HAS_attiny25\" was never defined.
6935
Usually this means the macro was only invoked conditionally." >&5
6936
echo "$as_me: error: conditional \"HAS_attiny25\" was never defined.
6937
Usually this means the macro was only invoked conditionally." >&2;}
6938
{ (exit 1); exit 1; }; }
6940
if test -z "${HAS_attiny45_TRUE}" && test -z "${HAS_attiny45_FALSE}"; then
6941
{ { echo "$as_me:$LINENO: error: conditional \"HAS_attiny45\" was never defined.
6942
Usually this means the macro was only invoked conditionally." >&5
6943
echo "$as_me: error: conditional \"HAS_attiny45\" was never defined.
6944
Usually this means the macro was only invoked conditionally." >&2;}
6945
{ (exit 1); exit 1; }; }
6947
if test -z "${HAS_attiny85_TRUE}" && test -z "${HAS_attiny85_FALSE}"; then
6948
{ { echo "$as_me:$LINENO: error: conditional \"HAS_attiny85\" was never defined.
6949
Usually this means the macro was only invoked conditionally." >&5
6950
echo "$as_me: error: conditional \"HAS_attiny85\" was never defined.
6951
Usually this means the macro was only invoked conditionally." >&2;}
6952
{ (exit 1); exit 1; }; }
6954
if test -z "${HAS_attiny24_TRUE}" && test -z "${HAS_attiny24_FALSE}"; then
6955
{ { echo "$as_me:$LINENO: error: conditional \"HAS_attiny24\" was never defined.
6956
Usually this means the macro was only invoked conditionally." >&5
6957
echo "$as_me: error: conditional \"HAS_attiny24\" was never defined.
6958
Usually this means the macro was only invoked conditionally." >&2;}
6959
{ (exit 1); exit 1; }; }
6961
if test -z "${HAS_attiny44_TRUE}" && test -z "${HAS_attiny44_FALSE}"; then
6962
{ { echo "$as_me:$LINENO: error: conditional \"HAS_attiny44\" was never defined.
6963
Usually this means the macro was only invoked conditionally." >&5
6964
echo "$as_me: error: conditional \"HAS_attiny44\" was never defined.
6965
Usually this means the macro was only invoked conditionally." >&2;}
6966
{ (exit 1); exit 1; }; }
6968
if test -z "${HAS_attiny84_TRUE}" && test -z "${HAS_attiny84_FALSE}"; then
6969
{ { echo "$as_me:$LINENO: error: conditional \"HAS_attiny84\" was never defined.
6970
Usually this means the macro was only invoked conditionally." >&5
6971
echo "$as_me: error: conditional \"HAS_attiny84\" was never defined.
6972
Usually this means the macro was only invoked conditionally." >&2;}
6973
{ (exit 1); exit 1; }; }
6975
if test -z "${HAS_attiny261_TRUE}" && test -z "${HAS_attiny261_FALSE}"; then
6976
{ { echo "$as_me:$LINENO: error: conditional \"HAS_attiny261\" was never defined.
6977
Usually this means the macro was only invoked conditionally." >&5
6978
echo "$as_me: error: conditional \"HAS_attiny261\" was never defined.
6979
Usually this means the macro was only invoked conditionally." >&2;}
6980
{ (exit 1); exit 1; }; }
6982
if test -z "${HAS_attiny461_TRUE}" && test -z "${HAS_attiny461_FALSE}"; then
6983
{ { echo "$as_me:$LINENO: error: conditional \"HAS_attiny461\" was never defined.
6984
Usually this means the macro was only invoked conditionally." >&5
6985
echo "$as_me: error: conditional \"HAS_attiny461\" was never defined.
6986
Usually this means the macro was only invoked conditionally." >&2;}
6987
{ (exit 1); exit 1; }; }
6989
if test -z "${HAS_attiny861_TRUE}" && test -z "${HAS_attiny861_FALSE}"; then
6990
{ { echo "$as_me:$LINENO: error: conditional \"HAS_attiny861\" was never defined.
6991
Usually this means the macro was only invoked conditionally." >&5
6992
echo "$as_me: error: conditional \"HAS_attiny861\" was never defined.
6993
Usually this means the macro was only invoked conditionally." >&2;}
6994
{ (exit 1); exit 1; }; }
6996
if test -z "${HAS_avr3_TRUE}" && test -z "${HAS_avr3_FALSE}"; then
6997
{ { echo "$as_me:$LINENO: error: conditional \"HAS_avr3\" was never defined.
6998
Usually this means the macro was only invoked conditionally." >&5
6999
echo "$as_me: error: conditional \"HAS_avr3\" was never defined.
7000
Usually this means the macro was only invoked conditionally." >&2;}
7001
{ (exit 1); exit 1; }; }
7003
if test -z "${HAS_atmega103_TRUE}" && test -z "${HAS_atmega103_FALSE}"; then
7004
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega103\" was never defined.
7005
Usually this means the macro was only invoked conditionally." >&5
7006
echo "$as_me: error: conditional \"HAS_atmega103\" was never defined.
7007
Usually this means the macro was only invoked conditionally." >&2;}
7008
{ (exit 1); exit 1; }; }
7010
if test -z "${HAS_at43usb320_TRUE}" && test -z "${HAS_at43usb320_FALSE}"; then
7011
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at43usb320\" was never defined.
7012
Usually this means the macro was only invoked conditionally." >&5
7013
echo "$as_me: error: conditional \"HAS_at43usb320\" was never defined.
7014
Usually this means the macro was only invoked conditionally." >&2;}
7015
{ (exit 1); exit 1; }; }
7017
if test -z "${HAS_at43usb355_TRUE}" && test -z "${HAS_at43usb355_FALSE}"; then
7018
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at43usb355\" was never defined.
7019
Usually this means the macro was only invoked conditionally." >&5
7020
echo "$as_me: error: conditional \"HAS_at43usb355\" was never defined.
7021
Usually this means the macro was only invoked conditionally." >&2;}
7022
{ (exit 1); exit 1; }; }
7024
if test -z "${HAS_at76c711_TRUE}" && test -z "${HAS_at76c711_FALSE}"; then
7025
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at76c711\" was never defined.
7026
Usually this means the macro was only invoked conditionally." >&5
7027
echo "$as_me: error: conditional \"HAS_at76c711\" was never defined.
7028
Usually this means the macro was only invoked conditionally." >&2;}
7029
{ (exit 1); exit 1; }; }
7031
if test -z "${HAS_avr4_TRUE}" && test -z "${HAS_avr4_FALSE}"; then
7032
{ { echo "$as_me:$LINENO: error: conditional \"HAS_avr4\" was never defined.
7033
Usually this means the macro was only invoked conditionally." >&5
7034
echo "$as_me: error: conditional \"HAS_avr4\" was never defined.
7035
Usually this means the macro was only invoked conditionally." >&2;}
7036
{ (exit 1); exit 1; }; }
7038
if test -z "${HAS_atmega8_TRUE}" && test -z "${HAS_atmega8_FALSE}"; then
7039
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega8\" was never defined.
7040
Usually this means the macro was only invoked conditionally." >&5
7041
echo "$as_me: error: conditional \"HAS_atmega8\" was never defined.
7042
Usually this means the macro was only invoked conditionally." >&2;}
7043
{ (exit 1); exit 1; }; }
7045
if test -z "${HAS_atmega8515_TRUE}" && test -z "${HAS_atmega8515_FALSE}"; then
7046
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega8515\" was never defined.
7047
Usually this means the macro was only invoked conditionally." >&5
7048
echo "$as_me: error: conditional \"HAS_atmega8515\" was never defined.
7049
Usually this means the macro was only invoked conditionally." >&2;}
7050
{ (exit 1); exit 1; }; }
7052
if test -z "${HAS_atmega8535_TRUE}" && test -z "${HAS_atmega8535_FALSE}"; then
7053
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega8535\" was never defined.
7054
Usually this means the macro was only invoked conditionally." >&5
7055
echo "$as_me: error: conditional \"HAS_atmega8535\" was never defined.
7056
Usually this means the macro was only invoked conditionally." >&2;}
7057
{ (exit 1); exit 1; }; }
7059
if test -z "${HAS_atmega48_TRUE}" && test -z "${HAS_atmega48_FALSE}"; then
7060
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega48\" was never defined.
7061
Usually this means the macro was only invoked conditionally." >&5
7062
echo "$as_me: error: conditional \"HAS_atmega48\" was never defined.
7063
Usually this means the macro was only invoked conditionally." >&2;}
7064
{ (exit 1); exit 1; }; }
7066
if test -z "${HAS_atmega88_TRUE}" && test -z "${HAS_atmega88_FALSE}"; then
7067
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega88\" was never defined.
7068
Usually this means the macro was only invoked conditionally." >&5
7069
echo "$as_me: error: conditional \"HAS_atmega88\" was never defined.
7070
Usually this means the macro was only invoked conditionally." >&2;}
7071
{ (exit 1); exit 1; }; }
7073
if test -z "${HAS_at90pwm2_TRUE}" && test -z "${HAS_at90pwm2_FALSE}"; then
7074
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at90pwm2\" was never defined.
7075
Usually this means the macro was only invoked conditionally." >&5
7076
echo "$as_me: error: conditional \"HAS_at90pwm2\" was never defined.
7077
Usually this means the macro was only invoked conditionally." >&2;}
7078
{ (exit 1); exit 1; }; }
7080
if test -z "${HAS_at90pwm3_TRUE}" && test -z "${HAS_at90pwm3_FALSE}"; then
7081
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at90pwm3\" was never defined.
7082
Usually this means the macro was only invoked conditionally." >&5
7083
echo "$as_me: error: conditional \"HAS_at90pwm3\" was never defined.
7084
Usually this means the macro was only invoked conditionally." >&2;}
7085
{ (exit 1); exit 1; }; }
7087
if test -z "${HAS_avr5_TRUE}" && test -z "${HAS_avr5_FALSE}"; then
7088
{ { echo "$as_me:$LINENO: error: conditional \"HAS_avr5\" was never defined.
7089
Usually this means the macro was only invoked conditionally." >&5
7090
echo "$as_me: error: conditional \"HAS_avr5\" was never defined.
7091
Usually this means the macro was only invoked conditionally." >&2;}
7092
{ (exit 1); exit 1; }; }
7094
if test -z "${HAS_atmega16_TRUE}" && test -z "${HAS_atmega16_FALSE}"; then
7095
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega16\" was never defined.
7096
Usually this means the macro was only invoked conditionally." >&5
7097
echo "$as_me: error: conditional \"HAS_atmega16\" was never defined.
7098
Usually this means the macro was only invoked conditionally." >&2;}
7099
{ (exit 1); exit 1; }; }
7101
if test -z "${HAS_atmega161_TRUE}" && test -z "${HAS_atmega161_FALSE}"; then
7102
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega161\" was never defined.
7103
Usually this means the macro was only invoked conditionally." >&5
7104
echo "$as_me: error: conditional \"HAS_atmega161\" was never defined.
7105
Usually this means the macro was only invoked conditionally." >&2;}
7106
{ (exit 1); exit 1; }; }
7108
if test -z "${HAS_atmega162_TRUE}" && test -z "${HAS_atmega162_FALSE}"; then
7109
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega162\" was never defined.
7110
Usually this means the macro was only invoked conditionally." >&5
7111
echo "$as_me: error: conditional \"HAS_atmega162\" was never defined.
7112
Usually this means the macro was only invoked conditionally." >&2;}
7113
{ (exit 1); exit 1; }; }
7115
if test -z "${HAS_atmega163_TRUE}" && test -z "${HAS_atmega163_FALSE}"; then
7116
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega163\" was never defined.
7117
Usually this means the macro was only invoked conditionally." >&5
7118
echo "$as_me: error: conditional \"HAS_atmega163\" was never defined.
7119
Usually this means the macro was only invoked conditionally." >&2;}
7120
{ (exit 1); exit 1; }; }
7122
if test -z "${HAS_atmega169_TRUE}" && test -z "${HAS_atmega169_FALSE}"; then
7123
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega169\" was never defined.
7124
Usually this means the macro was only invoked conditionally." >&5
7125
echo "$as_me: error: conditional \"HAS_atmega169\" was never defined.
7126
Usually this means the macro was only invoked conditionally." >&2;}
7127
{ (exit 1); exit 1; }; }
7129
if test -z "${HAS_atmega32_TRUE}" && test -z "${HAS_atmega32_FALSE}"; then
7130
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega32\" was never defined.
7131
Usually this means the macro was only invoked conditionally." >&5
7132
echo "$as_me: error: conditional \"HAS_atmega32\" was never defined.
7133
Usually this means the macro was only invoked conditionally." >&2;}
7134
{ (exit 1); exit 1; }; }
7136
if test -z "${HAS_atmega323_TRUE}" && test -z "${HAS_atmega323_FALSE}"; then
7137
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega323\" was never defined.
7138
Usually this means the macro was only invoked conditionally." >&5
7139
echo "$as_me: error: conditional \"HAS_atmega323\" was never defined.
7140
Usually this means the macro was only invoked conditionally." >&2;}
7141
{ (exit 1); exit 1; }; }
7143
if test -z "${HAS_atmega64_TRUE}" && test -z "${HAS_atmega64_FALSE}"; then
7144
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega64\" was never defined.
7145
Usually this means the macro was only invoked conditionally." >&5
7146
echo "$as_me: error: conditional \"HAS_atmega64\" was never defined.
7147
Usually this means the macro was only invoked conditionally." >&2;}
7148
{ (exit 1); exit 1; }; }
7150
if test -z "${HAS_atmega128_TRUE}" && test -z "${HAS_atmega128_FALSE}"; then
7151
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega128\" was never defined.
7152
Usually this means the macro was only invoked conditionally." >&5
7153
echo "$as_me: error: conditional \"HAS_atmega128\" was never defined.
7154
Usually this means the macro was only invoked conditionally." >&2;}
7155
{ (exit 1); exit 1; }; }
7157
if test -z "${HAS_at94k_TRUE}" && test -z "${HAS_at94k_FALSE}"; then
7158
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at94k\" was never defined.
7159
Usually this means the macro was only invoked conditionally." >&5
7160
echo "$as_me: error: conditional \"HAS_at94k\" was never defined.
7161
Usually this means the macro was only invoked conditionally." >&2;}
7162
{ (exit 1); exit 1; }; }
7164
if test -z "${HAS_atmega164p_TRUE}" && test -z "${HAS_atmega164p_FALSE}"; then
7165
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega164p\" was never defined.
7166
Usually this means the macro was only invoked conditionally." >&5
7167
echo "$as_me: error: conditional \"HAS_atmega164p\" was never defined.
7168
Usually this means the macro was only invoked conditionally." >&2;}
7169
{ (exit 1); exit 1; }; }
7171
if test -z "${HAS_atmega165_TRUE}" && test -z "${HAS_atmega165_FALSE}"; then
7172
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega165\" was never defined.
7173
Usually this means the macro was only invoked conditionally." >&5
7174
echo "$as_me: error: conditional \"HAS_atmega165\" was never defined.
7175
Usually this means the macro was only invoked conditionally." >&2;}
7176
{ (exit 1); exit 1; }; }
7178
if test -z "${HAS_atmega168_TRUE}" && test -z "${HAS_atmega168_FALSE}"; then
7179
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega168\" was never defined.
7180
Usually this means the macro was only invoked conditionally." >&5
7181
echo "$as_me: error: conditional \"HAS_atmega168\" was never defined.
7182
Usually this means the macro was only invoked conditionally." >&2;}
7183
{ (exit 1); exit 1; }; }
7185
if test -z "${HAS_atmega324p_TRUE}" && test -z "${HAS_atmega324p_FALSE}"; then
7186
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega324p\" was never defined.
7187
Usually this means the macro was only invoked conditionally." >&5
7188
echo "$as_me: error: conditional \"HAS_atmega324p\" was never defined.
7189
Usually this means the macro was only invoked conditionally." >&2;}
7190
{ (exit 1); exit 1; }; }
7192
if test -z "${HAS_atmega325_TRUE}" && test -z "${HAS_atmega325_FALSE}"; then
7193
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega325\" was never defined.
7194
Usually this means the macro was only invoked conditionally." >&5
7195
echo "$as_me: error: conditional \"HAS_atmega325\" was never defined.
7196
Usually this means the macro was only invoked conditionally." >&2;}
7197
{ (exit 1); exit 1; }; }
7199
if test -z "${HAS_atmega3250_TRUE}" && test -z "${HAS_atmega3250_FALSE}"; then
7200
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega3250\" was never defined.
7201
Usually this means the macro was only invoked conditionally." >&5
7202
echo "$as_me: error: conditional \"HAS_atmega3250\" was never defined.
7203
Usually this means the macro was only invoked conditionally." >&2;}
7204
{ (exit 1); exit 1; }; }
7206
if test -z "${HAS_atmega329_TRUE}" && test -z "${HAS_atmega329_FALSE}"; then
7207
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega329\" was never defined.
7208
Usually this means the macro was only invoked conditionally." >&5
7209
echo "$as_me: error: conditional \"HAS_atmega329\" was never defined.
7210
Usually this means the macro was only invoked conditionally." >&2;}
7211
{ (exit 1); exit 1; }; }
7213
if test -z "${HAS_atmega3290_TRUE}" && test -z "${HAS_atmega3290_FALSE}"; then
7214
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega3290\" was never defined.
7215
Usually this means the macro was only invoked conditionally." >&5
7216
echo "$as_me: error: conditional \"HAS_atmega3290\" was never defined.
7217
Usually this means the macro was only invoked conditionally." >&2;}
7218
{ (exit 1); exit 1; }; }
7220
if test -z "${HAS_atmega406_TRUE}" && test -z "${HAS_atmega406_FALSE}"; then
7221
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega406\" was never defined.
7222
Usually this means the macro was only invoked conditionally." >&5
7223
echo "$as_me: error: conditional \"HAS_atmega406\" was never defined.
7224
Usually this means the macro was only invoked conditionally." >&2;}
7225
{ (exit 1); exit 1; }; }
7227
if test -z "${HAS_atmega640_TRUE}" && test -z "${HAS_atmega640_FALSE}"; then
7228
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega640\" was never defined.
7229
Usually this means the macro was only invoked conditionally." >&5
7230
echo "$as_me: error: conditional \"HAS_atmega640\" was never defined.
7231
Usually this means the macro was only invoked conditionally." >&2;}
7232
{ (exit 1); exit 1; }; }
7234
if test -z "${HAS_atmega644_TRUE}" && test -z "${HAS_atmega644_FALSE}"; then
7235
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega644\" was never defined.
7236
Usually this means the macro was only invoked conditionally." >&5
7237
echo "$as_me: error: conditional \"HAS_atmega644\" was never defined.
7238
Usually this means the macro was only invoked conditionally." >&2;}
7239
{ (exit 1); exit 1; }; }
7241
if test -z "${HAS_atmega644p_TRUE}" && test -z "${HAS_atmega644p_FALSE}"; then
7242
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega644p\" was never defined.
7243
Usually this means the macro was only invoked conditionally." >&5
7244
echo "$as_me: error: conditional \"HAS_atmega644p\" was never defined.
7245
Usually this means the macro was only invoked conditionally." >&2;}
7246
{ (exit 1); exit 1; }; }
7248
if test -z "${HAS_atmega645_TRUE}" && test -z "${HAS_atmega645_FALSE}"; then
7249
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega645\" was never defined.
7250
Usually this means the macro was only invoked conditionally." >&5
7251
echo "$as_me: error: conditional \"HAS_atmega645\" was never defined.
7252
Usually this means the macro was only invoked conditionally." >&2;}
7253
{ (exit 1); exit 1; }; }
7255
if test -z "${HAS_atmega6450_TRUE}" && test -z "${HAS_atmega6450_FALSE}"; then
7256
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega6450\" was never defined.
7257
Usually this means the macro was only invoked conditionally." >&5
7258
echo "$as_me: error: conditional \"HAS_atmega6450\" was never defined.
7259
Usually this means the macro was only invoked conditionally." >&2;}
7260
{ (exit 1); exit 1; }; }
7262
if test -z "${HAS_atmega649_TRUE}" && test -z "${HAS_atmega649_FALSE}"; then
7263
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega649\" was never defined.
7264
Usually this means the macro was only invoked conditionally." >&5
7265
echo "$as_me: error: conditional \"HAS_atmega649\" was never defined.
7266
Usually this means the macro was only invoked conditionally." >&2;}
7267
{ (exit 1); exit 1; }; }
7269
if test -z "${HAS_atmega6490_TRUE}" && test -z "${HAS_atmega6490_FALSE}"; then
7270
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega6490\" was never defined.
7271
Usually this means the macro was only invoked conditionally." >&5
7272
echo "$as_me: error: conditional \"HAS_atmega6490\" was never defined.
7273
Usually this means the macro was only invoked conditionally." >&2;}
7274
{ (exit 1); exit 1; }; }
7276
if test -z "${HAS_atmega1280_TRUE}" && test -z "${HAS_atmega1280_FALSE}"; then
7277
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega1280\" was never defined.
7278
Usually this means the macro was only invoked conditionally." >&5
7279
echo "$as_me: error: conditional \"HAS_atmega1280\" was never defined.
7280
Usually this means the macro was only invoked conditionally." >&2;}
7281
{ (exit 1); exit 1; }; }
7283
if test -z "${HAS_atmega1281_TRUE}" && test -z "${HAS_atmega1281_FALSE}"; then
7284
{ { echo "$as_me:$LINENO: error: conditional \"HAS_atmega1281\" was never defined.
7285
Usually this means the macro was only invoked conditionally." >&5
7286
echo "$as_me: error: conditional \"HAS_atmega1281\" was never defined.
7287
Usually this means the macro was only invoked conditionally." >&2;}
7288
{ (exit 1); exit 1; }; }
7290
if test -z "${HAS_at90can32_TRUE}" && test -z "${HAS_at90can32_FALSE}"; then
7291
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at90can32\" was never defined.
7292
Usually this means the macro was only invoked conditionally." >&5
7293
echo "$as_me: error: conditional \"HAS_at90can32\" was never defined.
7294
Usually this means the macro was only invoked conditionally." >&2;}
7295
{ (exit 1); exit 1; }; }
7297
if test -z "${HAS_at90can64_TRUE}" && test -z "${HAS_at90can64_FALSE}"; then
7298
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at90can64\" was never defined.
7299
Usually this means the macro was only invoked conditionally." >&5
7300
echo "$as_me: error: conditional \"HAS_at90can64\" was never defined.
7301
Usually this means the macro was only invoked conditionally." >&2;}
7302
{ (exit 1); exit 1; }; }
7304
if test -z "${HAS_at90can128_TRUE}" && test -z "${HAS_at90can128_FALSE}"; then
7305
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at90can128\" was never defined.
7306
Usually this means the macro was only invoked conditionally." >&5
7307
echo "$as_me: error: conditional \"HAS_at90can128\" was never defined.
7308
Usually this means the macro was only invoked conditionally." >&2;}
7309
{ (exit 1); exit 1; }; }
7311
if test -z "${HAS_at90usb646_TRUE}" && test -z "${HAS_at90usb646_FALSE}"; then
7312
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at90usb646\" was never defined.
7313
Usually this means the macro was only invoked conditionally." >&5
7314
echo "$as_me: error: conditional \"HAS_at90usb646\" was never defined.
7315
Usually this means the macro was only invoked conditionally." >&2;}
7316
{ (exit 1); exit 1; }; }
7318
if test -z "${HAS_at90usb647_TRUE}" && test -z "${HAS_at90usb647_FALSE}"; then
7319
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at90usb647\" was never defined.
7320
Usually this means the macro was only invoked conditionally." >&5
7321
echo "$as_me: error: conditional \"HAS_at90usb647\" was never defined.
7322
Usually this means the macro was only invoked conditionally." >&2;}
7323
{ (exit 1); exit 1; }; }
7325
if test -z "${HAS_at90usb1286_TRUE}" && test -z "${HAS_at90usb1286_FALSE}"; then
7326
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at90usb1286\" was never defined.
7327
Usually this means the macro was only invoked conditionally." >&5
7328
echo "$as_me: error: conditional \"HAS_at90usb1286\" was never defined.
7329
Usually this means the macro was only invoked conditionally." >&2;}
7330
{ (exit 1); exit 1; }; }
7332
if test -z "${HAS_at90usb1287_TRUE}" && test -z "${HAS_at90usb1287_FALSE}"; then
7333
{ { echo "$as_me:$LINENO: error: conditional \"HAS_at90usb1287\" was never defined.
7334
Usually this means the macro was only invoked conditionally." >&5
7335
echo "$as_me: error: conditional \"HAS_at90usb1287\" was never defined.
7336
Usually this means the macro was only invoked conditionally." >&2;}
7337
{ (exit 1); exit 1; }; }
2021
7340
: ${CONFIG_STATUS=./config.status}
2023
echo creating $CONFIG_STATUS
2024
rm -f $CONFIG_STATUS
2025
cat > $CONFIG_STATUS <<EOF
2027
# Generated automatically by configure.
7341
ac_clean_files_save=$ac_clean_files
7342
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
7343
{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
7344
echo "$as_me: creating $CONFIG_STATUS" >&6;}
7345
cat >$CONFIG_STATUS <<_ACEOF
7347
# Generated by $as_me.
2028
7348
# Run this file to recreate the current configuration.
2029
# This directory was configured as follows,
2030
# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2032
# $0 $ac_configure_args
2034
7349
# Compiler output produced by configure, useful for debugging
2035
# configure, is in ./config.log if it exists.
2037
ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2040
case "\$ac_option" in
7350
# configure, is in config.log if it exists.
7355
SHELL=\${CONFIG_SHELL-$SHELL}
7358
cat >>$CONFIG_STATUS <<\_ACEOF
7359
## --------------------- ##
7360
## M4sh Initialization. ##
7361
## --------------------- ##
7363
# Be Bourne compatible
7364
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
7367
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
7368
# is contrary to our usage. Disable this feature.
7369
alias -g '${1+"$@"}'='"$@"'
7370
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
7373
DUALCASE=1; export DUALCASE # for MKS sh
7375
# Support unset when possible.
7376
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
7383
# Work around bugs in pre-3.0 UWIN ksh.
7384
$as_unset ENV MAIL MAILPATH
7391
LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
7392
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
7393
LC_TELEPHONE LC_TIME
7395
if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
7396
eval $as_var=C; export $as_var
7402
# Required to use basename.
7403
if expr a : '\(a\)' >/dev/null 2>&1; then
7409
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
7410
as_basename=basename
7416
# Name of the executable.
7417
as_me=`$as_basename "$0" ||
7418
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
7419
X"$0" : 'X\(//\)$' \| \
7420
X"$0" : 'X\(/\)$' \| \
7421
. : '\(.\)' 2>/dev/null ||
7423
sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
7424
/^X\/\(\/\/\)$/{ s//\1/; q; }
7425
/^X\/\(\/\).*/{ s//\1/; q; }
7429
# PATH needs CR, and LINENO needs CR and PATH.
7430
# Avoid depending upon Character Ranges.
7431
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
7432
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
7433
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
7434
as_cr_digits='0123456789'
7435
as_cr_alnum=$as_cr_Letters$as_cr_digits
7437
# The user is always right.
7438
if test "${PATH_SEPARATOR+set}" != set; then
7439
echo "#! /bin/sh" >conf$$.sh
7440
echo "exit 0" >>conf$$.sh
7442
if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
7453
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7454
test "x$as_lineno_1" != "x$as_lineno_2" &&
7455
test "x$as_lineno_3" = "x$as_lineno_2" || {
7456
# Find who we are. Look in the path if we contain no path at all
7459
*[\\/]* ) as_myself=$0 ;;
7460
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7464
test -z "$as_dir" && as_dir=.
7465
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
7470
# We did not find ourselves, most probably we were run as `sh COMMAND'
7471
# in which case we are not to be found in the path.
7472
if test "x$as_myself" = x; then
7475
if test ! -f "$as_myself"; then
7476
{ { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
7477
echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
7478
{ (exit 1); exit 1; }; }
7480
case $CONFIG_SHELL in
7482
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7483
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
7486
test -z "$as_dir" && as_dir=.
7487
for as_base in sh bash ksh sh5; do
7490
if ("$as_dir/$as_base" -c '
7493
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7494
test "x$as_lineno_1" != "x$as_lineno_2" &&
7495
test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
7496
$as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
7497
$as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
7498
CONFIG_SHELL=$as_dir/$as_base
7500
exec "$CONFIG_SHELL" "$0" ${1+"$@"}
7508
# Create $as_me.lineno as a copy of $as_myself, but with $LINENO
7509
# uniformly replaced by the line number. The first 'sed' inserts a
7510
# line-number line before each line; the second 'sed' does the real
7511
# work. The second script uses 'N' to pair each line-number line
7512
# with the numbered line, and appends trailing '-' during
7513
# substitution so that $LINENO is not a special case at line end.
7514
# (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
7515
# second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
7516
sed '=' <$as_myself |
7521
s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
7524
s,^['$as_cr_digits']*\n,,
7526
chmod +x $as_me.lineno ||
7527
{ { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
7528
echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
7529
{ (exit 1); exit 1; }; }
7531
# Don't try to exec as it changes $[0], causing all sort of problems
7532
# (the dirname of $[0] is not the place where we might find the
7533
# original and so on. Autoconf is especially sensible to this).
7535
# Exit status is that of the last command.
7540
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
7541
*c*,-n*) ECHO_N= ECHO_C='
7543
*c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
7544
*) ECHO_N= ECHO_C='\c' ECHO_T= ;;
7547
if expr a : '\(a\)' >/dev/null 2>&1; then
7553
rm -f conf$$ conf$$.exe conf$$.file
7555
if ln -s conf$$.file conf$$ 2>/dev/null; then
7556
# We could just check for DJGPP; but this test a) works b) is more generic
7557
# and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
7558
if test -f conf$$.exe; then
7559
# Don't use ln at all; we don't have any links
7564
elif ln conf$$.file conf$$ 2>/dev/null; then
7569
rm -f conf$$ conf$$.exe conf$$.file
7571
if mkdir -p . 2>/dev/null; then
7574
test -d ./-p && rmdir ./-p
7578
as_executable_p="test -f"
7580
# Sed expression to map a string onto a valid CPP name.
7581
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7583
# Sed expression to map a string onto a valid variable name.
7584
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
7588
# We need space, tab and new line, in precisely that order.
7598
# Open the log real soon, to keep \$[0] and so on meaningful, and to
7599
# report actual input values of CONFIG_FILES etc. instead of their
7600
# values after options handling. Logging --version etc. is OK.
7604
sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
7605
## Running $as_me. ##
7610
This file was extended by avr-libc $as_me 1.4.4, which was
7611
generated by GNU Autoconf 2.59. Invocation command line was
7613
CONFIG_FILES = $CONFIG_FILES
7614
CONFIG_HEADERS = $CONFIG_HEADERS
7615
CONFIG_LINKS = $CONFIG_LINKS
7616
CONFIG_COMMANDS = $CONFIG_COMMANDS
7620
echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
7624
# Files that config.status was made for.
7625
if test -n "$ac_config_files"; then
7626
echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
7629
if test -n "$ac_config_headers"; then
7630
echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
7633
if test -n "$ac_config_links"; then
7634
echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
7637
if test -n "$ac_config_commands"; then
7638
echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
7641
cat >>$CONFIG_STATUS <<\_ACEOF
7644
\`$as_me' instantiates files from templates according to the
7645
current configuration.
7647
Usage: $0 [OPTIONS] [FILE]...
7649
-h, --help print this help, then exit
7650
-V, --version print version number, then exit
7651
-q, --quiet do not print progress messages
7652
-d, --debug don't remove temporary files
7653
--recheck update $as_me by reconfiguring in the same conditions
7654
--file=FILE[:TEMPLATE]
7655
instantiate the configuration file FILE
7656
--header=FILE[:TEMPLATE]
7657
instantiate the configuration header FILE
7659
Configuration files:
7662
Configuration headers:
7665
Configuration commands:
7668
Report bugs to <bug-autoconf@gnu.org>."
7671
cat >>$CONFIG_STATUS <<_ACEOF
7673
avr-libc config.status 1.4.4
7674
configured by $0, generated by GNU Autoconf 2.59,
7675
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
7677
Copyright (C) 2003 Free Software Foundation, Inc.
7678
This config.status script is free software; the Free Software Foundation
7679
gives unlimited permission to copy, distribute and modify it."
7684
cat >>$CONFIG_STATUS <<\_ACEOF
7685
# If no file are specified by the user, then we need to provide default
7686
# value. By we need to know if files were specified by the user.
7692
ac_option=`expr "x$1" : 'x\([^=]*\)='`
7693
ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
7701
*) # This is not an option, so the user has probably given explicit
7704
ac_need_defaults=false;;
7708
# Handling of the options.
7710
cat >>$CONFIG_STATUS <<\_ACEOF
2041
7711
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2042
echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2043
exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2044
-version | --version | --versio | --versi | --vers | --ver | --ve | --v)
2045
echo "$CONFIG_STATUS generated by autoconf version 2.13"
2047
-help | --help | --hel | --he | --h)
2048
echo "\$ac_cs_usage"; exit 0 ;;
2049
*) echo "\$ac_cs_usage"; exit 1 ;;
2053
ac_given_srcdir=$srcdir
2054
ac_given_INSTALL="$INSTALL"
2056
trap 'rm -fr `echo "crt1/Makefile libc/Makefile libc/stdlib/Makefile
2057
libc/pmstring/Makefile libc/string/Makefile libc/misc/Makefile
2059
libm/Makefile libm/fplib/Makefile avr-libc.spec
2060
doc/Makefile doc/examples/Makefile
2061
doc/api/Makefile doc/api/doxygen.config
2062
scripts/Makefile scripts/avr-man
2063
Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
2065
cat >> $CONFIG_STATUS <<EOF
2067
# Protect against being on the right side of a sed subst in config.status.
2068
sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2069
s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
7713
--version | --vers* | -V )
7714
echo "$ac_cs_version"; exit 0 ;;
7716
# Conflict between --help and --header
7717
{ { echo "$as_me:$LINENO: error: ambiguous option: $1
7718
Try \`$0 --help' for more information." >&5
7719
echo "$as_me: error: ambiguous option: $1
7720
Try \`$0 --help' for more information." >&2;}
7721
{ (exit 1); exit 1; }; };;
7722
--help | --hel | -h )
7723
echo "$ac_cs_usage"; exit 0 ;;
7724
--debug | --d* | -d )
7726
--file | --fil | --fi | --f )
7728
CONFIG_FILES="$CONFIG_FILES $ac_optarg"
7729
ac_need_defaults=false;;
7730
--header | --heade | --head | --hea )
7732
CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
7733
ac_need_defaults=false;;
7734
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
7735
| -silent | --silent | --silen | --sile | --sil | --si | --s)
7739
-*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
7740
Try \`$0 --help' for more information." >&5
7741
echo "$as_me: error: unrecognized option: $1
7742
Try \`$0 --help' for more information." >&2;}
7743
{ (exit 1); exit 1; }; } ;;
7745
*) ac_config_targets="$ac_config_targets $1" ;;
7751
ac_configure_extra_args=
7753
if $ac_cs_silent; then
7755
ac_configure_extra_args="$ac_configure_extra_args --silent"
7759
cat >>$CONFIG_STATUS <<_ACEOF
7760
if \$ac_cs_recheck; then
7761
echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
7762
exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
7767
cat >>$CONFIG_STATUS <<_ACEOF
7769
# INIT-COMMANDS section.
7772
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
7778
cat >>$CONFIG_STATUS <<\_ACEOF
7779
for ac_config_target in $ac_config_targets
7781
case "$ac_config_target" in
7782
# Handling of arguments.
7783
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
7784
"avr-libc.spec" ) CONFIG_FILES="$CONFIG_FILES avr-libc.spec" ;;
7785
"avr/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/Makefile" ;;
7786
"avr/lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/Makefile" ;;
7787
"common/Makefile" ) CONFIG_FILES="$CONFIG_FILES common/Makefile" ;;
7788
"crt1/Makefile" ) CONFIG_FILES="$CONFIG_FILES crt1/Makefile" ;;
7789
"doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
7790
"doc/api/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/api/Makefile" ;;
7791
"doc/examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/examples/Makefile" ;;
7792
"include/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
7793
"include/avr/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/avr/Makefile" ;;
7794
"include/compat/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/compat/Makefile" ;;
7795
"include/util/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/util/Makefile" ;;
7796
"libc/Makefile" ) CONFIG_FILES="$CONFIG_FILES libc/Makefile" ;;
7797
"libc/misc/Makefile" ) CONFIG_FILES="$CONFIG_FILES libc/misc/Makefile" ;;
7798
"libc/pmstring/Makefile" ) CONFIG_FILES="$CONFIG_FILES libc/pmstring/Makefile" ;;
7799
"libc/stdio/Makefile" ) CONFIG_FILES="$CONFIG_FILES libc/stdio/Makefile" ;;
7800
"libc/stdlib/Makefile" ) CONFIG_FILES="$CONFIG_FILES libc/stdlib/Makefile" ;;
7801
"libc/string/Makefile" ) CONFIG_FILES="$CONFIG_FILES libc/string/Makefile" ;;
7802
"libm/Makefile" ) CONFIG_FILES="$CONFIG_FILES libm/Makefile" ;;
7803
"libm/fplib/Makefile" ) CONFIG_FILES="$CONFIG_FILES libm/fplib/Makefile" ;;
7804
"scripts/Makefile" ) CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
7805
"devtools/Makefile" ) CONFIG_FILES="$CONFIG_FILES devtools/Makefile" ;;
7806
"avr/lib/avr2/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/Makefile" ;;
7807
"avr/lib/avr2/at90s1200/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/at90s1200/Makefile" ;;
7808
"avr/lib/avr2/at90s2313/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/at90s2313/Makefile" ;;
7809
"avr/lib/avr2/at90s2323/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/at90s2323/Makefile" ;;
7810
"avr/lib/avr2/at90s2333/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/at90s2333/Makefile" ;;
7811
"avr/lib/avr2/at90s2343/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/at90s2343/Makefile" ;;
7812
"avr/lib/avr2/at90s4414/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/at90s4414/Makefile" ;;
7813
"avr/lib/avr2/at90s4433/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/at90s4433/Makefile" ;;
7814
"avr/lib/avr2/at90s4434/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/at90s4434/Makefile" ;;
7815
"avr/lib/avr2/at90s8515/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/at90s8515/Makefile" ;;
7816
"avr/lib/avr2/at90c8534/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/at90c8534/Makefile" ;;
7817
"avr/lib/avr2/at90s8535/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/at90s8535/Makefile" ;;
7818
"avr/lib/avr2/attiny11/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/attiny11/Makefile" ;;
7819
"avr/lib/avr2/attiny12/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/attiny12/Makefile" ;;
7820
"avr/lib/avr2/attiny13/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/attiny13/Makefile" ;;
7821
"avr/lib/avr2/attiny15/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/attiny15/Makefile" ;;
7822
"avr/lib/avr2/attiny22/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/attiny22/Makefile" ;;
7823
"avr/lib/avr2/attiny24/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/attiny24/Makefile" ;;
7824
"avr/lib/avr2/attiny25/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/attiny25/Makefile" ;;
7825
"avr/lib/avr2/attiny26/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/attiny26/Makefile" ;;
7826
"avr/lib/avr2/attiny261/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/attiny261/Makefile" ;;
7827
"avr/lib/avr2/attiny28/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/attiny28/Makefile" ;;
7828
"avr/lib/avr2/attiny44/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/attiny44/Makefile" ;;
7829
"avr/lib/avr2/attiny45/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/attiny45/Makefile" ;;
7830
"avr/lib/avr2/attiny461/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/attiny461/Makefile" ;;
7831
"avr/lib/avr2/attiny84/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/attiny84/Makefile" ;;
7832
"avr/lib/avr2/attiny85/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/attiny85/Makefile" ;;
7833
"avr/lib/avr2/attiny861/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/attiny861/Makefile" ;;
7834
"avr/lib/avr2/attiny2313/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/attiny2313/Makefile" ;;
7835
"avr/lib/avr2/at86rf401/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr2/at86rf401/Makefile" ;;
7836
"avr/lib/avr3/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr3/Makefile" ;;
7837
"avr/lib/avr3/atmega103/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr3/atmega103/Makefile" ;;
7838
"avr/lib/avr3/at43usb320/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr3/at43usb320/Makefile" ;;
7839
"avr/lib/avr3/at43usb355/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr3/at43usb355/Makefile" ;;
7840
"avr/lib/avr3/at76c711/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr3/at76c711/Makefile" ;;
7841
"avr/lib/avr4/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr4/Makefile" ;;
7842
"avr/lib/avr4/atmega48/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr4/atmega48/Makefile" ;;
7843
"avr/lib/avr4/atmega8/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr4/atmega8/Makefile" ;;
7844
"avr/lib/avr4/atmega88/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr4/atmega88/Makefile" ;;
7845
"avr/lib/avr4/atmega8515/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr4/atmega8515/Makefile" ;;
7846
"avr/lib/avr4/atmega8535/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr4/atmega8535/Makefile" ;;
7847
"avr/lib/avr4/at90pwm2/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr4/at90pwm2/Makefile" ;;
7848
"avr/lib/avr4/at90pwm3/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr4/at90pwm3/Makefile" ;;
7849
"avr/lib/avr5/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/Makefile" ;;
7850
"avr/lib/avr5/atmega16/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega16/Makefile" ;;
7851
"avr/lib/avr5/atmega161/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega161/Makefile" ;;
7852
"avr/lib/avr5/atmega162/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega162/Makefile" ;;
7853
"avr/lib/avr5/atmega163/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega163/Makefile" ;;
7854
"avr/lib/avr5/atmega164p/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega164p/Makefile" ;;
7855
"avr/lib/avr5/atmega165/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega165/Makefile" ;;
7856
"avr/lib/avr5/atmega168/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega168/Makefile" ;;
7857
"avr/lib/avr5/atmega169/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega169/Makefile" ;;
7858
"avr/lib/avr5/atmega32/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega32/Makefile" ;;
7859
"avr/lib/avr5/atmega323/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega323/Makefile" ;;
7860
"avr/lib/avr5/atmega324p/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega324p/Makefile" ;;
7861
"avr/lib/avr5/atmega325/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega325/Makefile" ;;
7862
"avr/lib/avr5/atmega3250/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega3250/Makefile" ;;
7863
"avr/lib/avr5/atmega329/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega329/Makefile" ;;
7864
"avr/lib/avr5/atmega3290/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega3290/Makefile" ;;
7865
"avr/lib/avr5/atmega406/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega406/Makefile" ;;
7866
"avr/lib/avr5/atmega64/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega64/Makefile" ;;
7867
"avr/lib/avr5/atmega640/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega640/Makefile" ;;
7868
"avr/lib/avr5/atmega644/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega644/Makefile" ;;
7869
"avr/lib/avr5/atmega644p/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega644p/Makefile" ;;
7870
"avr/lib/avr5/atmega645/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega645/Makefile" ;;
7871
"avr/lib/avr5/atmega6450/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega6450/Makefile" ;;
7872
"avr/lib/avr5/atmega649/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega649/Makefile" ;;
7873
"avr/lib/avr5/atmega6490/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega6490/Makefile" ;;
7874
"avr/lib/avr5/atmega128/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega128/Makefile" ;;
7875
"avr/lib/avr5/atmega1280/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega1280/Makefile" ;;
7876
"avr/lib/avr5/atmega1281/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/atmega1281/Makefile" ;;
7877
"avr/lib/avr5/at90can32/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/at90can32/Makefile" ;;
7878
"avr/lib/avr5/at90can64/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/at90can64/Makefile" ;;
7879
"avr/lib/avr5/at90can128/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/at90can128/Makefile" ;;
7880
"avr/lib/avr5/at90usb646/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/at90usb646/Makefile" ;;
7881
"avr/lib/avr5/at90usb647/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/at90usb647/Makefile" ;;
7882
"avr/lib/avr5/at90usb1286/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/at90usb1286/Makefile" ;;
7883
"avr/lib/avr5/at90usb1287/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/at90usb1287/Makefile" ;;
7884
"avr/lib/avr5/at94k/Makefile" ) CONFIG_FILES="$CONFIG_FILES avr/lib/avr5/at94k/Makefile" ;;
7885
"depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
7886
"config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
7887
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
7888
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
7889
{ (exit 1); exit 1; }; };;
7893
# If the user did not use the arguments to specify the items to instantiate,
7894
# then the envvar interface is used. Set only those that are not.
7895
# We use the long form for the default assignment because of an extremely
7896
# bizarre bug on SunOS 4.1.3.
7897
if $ac_need_defaults; then
7898
test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
7899
test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
7900
test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
7903
# Have a temporary directory for convenience. Make it in the build tree
7904
# simply because there is no reason to put it here, and in addition,
7905
# creating and moving files from /tmp can sometimes cause problems.
7906
# Create a temporary directory, and hook for its removal unless debugging.
7909
trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
7910
trap '{ (exit 1); exit 1; }' 1 2 13 15
7913
# Create a (secure) tmp directory for tmp files.
7916
tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
7917
test -n "$tmp" && test -d "$tmp"
7920
tmp=./confstat$$-$RANDOM
7921
(umask 077 && mkdir $tmp)
7924
echo "$me: cannot create a temporary directory in ." >&2
7925
{ (exit 1); exit 1; }
7930
cat >>$CONFIG_STATUS <<_ACEOF
7933
# CONFIG_FILES section.
7936
# No need to generate the scripts if there are no CONFIG_FILES.
7937
# This happens for instance when ./config.status config.h
7938
if test -n "\$CONFIG_FILES"; then
7939
# Protect against being on the right side of a sed subst in config.status.
7940
sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
7941
s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
7942
s,@SHELL@,$SHELL,;t t
7943
s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
7944
s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
7945
s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
7946
s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
7947
s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
7948
s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
7949
s,@exec_prefix@,$exec_prefix,;t t
7950
s,@prefix@,$prefix,;t t
7951
s,@program_transform_name@,$program_transform_name,;t t
7952
s,@bindir@,$bindir,;t t
7953
s,@sbindir@,$sbindir,;t t
7954
s,@libexecdir@,$libexecdir,;t t
7955
s,@datadir@,$datadir,;t t
7956
s,@sysconfdir@,$sysconfdir,;t t
7957
s,@sharedstatedir@,$sharedstatedir,;t t
7958
s,@localstatedir@,$localstatedir,;t t
7959
s,@libdir@,$libdir,;t t
7960
s,@includedir@,$includedir,;t t
7961
s,@oldincludedir@,$oldincludedir,;t t
7962
s,@infodir@,$infodir,;t t
7963
s,@mandir@,$mandir,;t t
7964
s,@build_alias@,$build_alias,;t t
7965
s,@host_alias@,$host_alias,;t t
7966
s,@target_alias@,$target_alias,;t t
7968
s,@ECHO_C@,$ECHO_C,;t t
7969
s,@ECHO_N@,$ECHO_N,;t t
7970
s,@ECHO_T@,$ECHO_T,;t t
7972
s,@AVR_LIBC_MAJOR@,$AVR_LIBC_MAJOR,;t t
7973
s,@AVR_LIBC_MINOR@,$AVR_LIBC_MINOR,;t t
7974
s,@AVR_LIBC_REVISION@,$AVR_LIBC_REVISION,;t t
7975
s,@AVR_LIBC_RELDATE@,$AVR_LIBC_RELDATE,;t t
7976
s,@AVR_LIBC_VERSION@,$AVR_LIBC_VERSION,;t t
7977
s,@AVR_LIBC_VERSION_NUMERIC@,$AVR_LIBC_VERSION_NUMERIC,;t t
7978
s,@build@,$build,;t t
7979
s,@build_cpu@,$build_cpu,;t t
7980
s,@build_vendor@,$build_vendor,;t t
7981
s,@build_os@,$build_os,;t t
7983
s,@host_cpu@,$host_cpu,;t t
7984
s,@host_vendor@,$host_vendor,;t t
7985
s,@host_os@,$host_os,;t t
7986
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
7987
s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
7988
s,@INSTALL_DATA@,$INSTALL_DATA,;t t
7989
s,@CYGPATH_W@,$CYGPATH_W,;t t
7990
s,@PACKAGE@,$PACKAGE,;t t
7991
s,@VERSION@,$VERSION,;t t
7992
s,@ACLOCAL@,$ACLOCAL,;t t
7993
s,@AUTOCONF@,$AUTOCONF,;t t
7994
s,@AUTOMAKE@,$AUTOMAKE,;t t
7995
s,@AUTOHEADER@,$AUTOHEADER,;t t
7996
s,@MAKEINFO@,$MAKEINFO,;t t
7997
s,@install_sh@,$install_sh,;t t
7998
s,@STRIP@,$STRIP,;t t
7999
s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
8000
s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
8001
s,@mkdir_p@,$mkdir_p,;t t
8003
s,@SET_MAKE@,$SET_MAKE,;t t
8004
s,@am__leading_dot@,$am__leading_dot,;t t
8005
s,@AMTAR@,$AMTAR,;t t
8006
s,@am__tar@,$am__tar,;t t
8007
s,@am__untar@,$am__untar,;t t
8009
s,@CFLAGS@,$CFLAGS,;t t
8010
s,@LDFLAGS@,$LDFLAGS,;t t
8011
s,@CPPFLAGS@,$CPPFLAGS,;t t
8012
s,@ac_ct_CC@,$ac_ct_CC,;t t
8013
s,@EXEEXT@,$EXEEXT,;t t
8014
s,@OBJEXT@,$OBJEXT,;t t
8015
s,@DEPDIR@,$DEPDIR,;t t
8016
s,@am__include@,$am__include,;t t
8017
s,@am__quote@,$am__quote,;t t
8018
s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
8019
s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
8020
s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
8021
s,@CCDEPMODE@,$CCDEPMODE,;t t
8022
s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
8023
s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
8025
s,@ac_ct_AS@,$ac_ct_AS,;t t
8027
s,@CCASFLAGS@,$CCASFLAGS,;t t
8028
s,@RANLIB@,$RANLIB,;t t
8029
s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
8031
s,@ac_ct_AR@,$ac_ct_AR,;t t
8033
s,@TARGET_DOX_PS@,$TARGET_DOX_PS,;t t
8034
s,@TARGET_DOX_PDF@,$TARGET_DOX_PDF,;t t
8035
s,@TARGET_DOX_HTML@,$TARGET_DOX_HTML,;t t
8036
s,@INSTALL_DOX_PS@,$INSTALL_DOX_PS,;t t
8037
s,@INSTALL_DOX_PDF@,$INSTALL_DOX_PDF,;t t
8038
s,@INSTALL_DOX_HTML@,$INSTALL_DOX_HTML,;t t
8039
s,@INSTALL_DOX_MAN@,$INSTALL_DOX_MAN,;t t
8040
s,@PNGTOPNM@,$PNGTOPNM,;t t
8041
s,@PNMTOPNG@,$PNMTOPNG,;t t
8042
s,@DOCSDIR@,$DOCSDIR,;t t
8043
s,@AVR_LIBC_USER_MANUAL@,$AVR_LIBC_USER_MANUAL,;t t
8044
s,@DOC_INST_DIR@,$DOC_INST_DIR,;t t
8045
s,@HAS_avr2_TRUE@,$HAS_avr2_TRUE,;t t
8046
s,@HAS_avr2_FALSE@,$HAS_avr2_FALSE,;t t
8047
s,@HAS_at90s1200_TRUE@,$HAS_at90s1200_TRUE,;t t
8048
s,@HAS_at90s1200_FALSE@,$HAS_at90s1200_FALSE,;t t
8049
s,@HAS_at90s2313_TRUE@,$HAS_at90s2313_TRUE,;t t
8050
s,@HAS_at90s2313_FALSE@,$HAS_at90s2313_FALSE,;t t
8051
s,@HAS_at90s2323_TRUE@,$HAS_at90s2323_TRUE,;t t
8052
s,@HAS_at90s2323_FALSE@,$HAS_at90s2323_FALSE,;t t
8053
s,@HAS_at90s2333_TRUE@,$HAS_at90s2333_TRUE,;t t
8054
s,@HAS_at90s2333_FALSE@,$HAS_at90s2333_FALSE,;t t
8055
s,@HAS_at90s2343_TRUE@,$HAS_at90s2343_TRUE,;t t
8056
s,@HAS_at90s2343_FALSE@,$HAS_at90s2343_FALSE,;t t
8057
s,@HAS_at90s4414_TRUE@,$HAS_at90s4414_TRUE,;t t
8058
s,@HAS_at90s4414_FALSE@,$HAS_at90s4414_FALSE,;t t
8059
s,@HAS_at90s4433_TRUE@,$HAS_at90s4433_TRUE,;t t
8060
s,@HAS_at90s4433_FALSE@,$HAS_at90s4433_FALSE,;t t
8061
s,@HAS_at90s4434_TRUE@,$HAS_at90s4434_TRUE,;t t
8062
s,@HAS_at90s4434_FALSE@,$HAS_at90s4434_FALSE,;t t
8063
s,@HAS_at90s8515_TRUE@,$HAS_at90s8515_TRUE,;t t
8064
s,@HAS_at90s8515_FALSE@,$HAS_at90s8515_FALSE,;t t
8065
s,@HAS_at90c8534_TRUE@,$HAS_at90c8534_TRUE,;t t
8066
s,@HAS_at90c8534_FALSE@,$HAS_at90c8534_FALSE,;t t
8067
s,@HAS_at90s8535_TRUE@,$HAS_at90s8535_TRUE,;t t
8068
s,@HAS_at90s8535_FALSE@,$HAS_at90s8535_FALSE,;t t
8069
s,@HAS_attiny11_TRUE@,$HAS_attiny11_TRUE,;t t
8070
s,@HAS_attiny11_FALSE@,$HAS_attiny11_FALSE,;t t
8071
s,@HAS_attiny12_TRUE@,$HAS_attiny12_TRUE,;t t
8072
s,@HAS_attiny12_FALSE@,$HAS_attiny12_FALSE,;t t
8073
s,@HAS_attiny15_TRUE@,$HAS_attiny15_TRUE,;t t
8074
s,@HAS_attiny15_FALSE@,$HAS_attiny15_FALSE,;t t
8075
s,@HAS_attiny22_TRUE@,$HAS_attiny22_TRUE,;t t
8076
s,@HAS_attiny22_FALSE@,$HAS_attiny22_FALSE,;t t
8077
s,@HAS_attiny26_TRUE@,$HAS_attiny26_TRUE,;t t
8078
s,@HAS_attiny26_FALSE@,$HAS_attiny26_FALSE,;t t
8079
s,@HAS_attiny28_TRUE@,$HAS_attiny28_TRUE,;t t
8080
s,@HAS_attiny28_FALSE@,$HAS_attiny28_FALSE,;t t
8081
s,@HAS_at86rf401_TRUE@,$HAS_at86rf401_TRUE,;t t
8082
s,@HAS_at86rf401_FALSE@,$HAS_at86rf401_FALSE,;t t
8083
s,@HAS_attiny13_TRUE@,$HAS_attiny13_TRUE,;t t
8084
s,@HAS_attiny13_FALSE@,$HAS_attiny13_FALSE,;t t
8085
s,@HAS_attiny2313_TRUE@,$HAS_attiny2313_TRUE,;t t
8086
s,@HAS_attiny2313_FALSE@,$HAS_attiny2313_FALSE,;t t
8087
s,@HAS_attiny25_TRUE@,$HAS_attiny25_TRUE,;t t
8088
s,@HAS_attiny25_FALSE@,$HAS_attiny25_FALSE,;t t
8089
s,@HAS_attiny45_TRUE@,$HAS_attiny45_TRUE,;t t
8090
s,@HAS_attiny45_FALSE@,$HAS_attiny45_FALSE,;t t
8091
s,@HAS_attiny85_TRUE@,$HAS_attiny85_TRUE,;t t
8092
s,@HAS_attiny85_FALSE@,$HAS_attiny85_FALSE,;t t
8093
s,@HAS_attiny24_TRUE@,$HAS_attiny24_TRUE,;t t
8094
s,@HAS_attiny24_FALSE@,$HAS_attiny24_FALSE,;t t
8095
s,@HAS_attiny44_TRUE@,$HAS_attiny44_TRUE,;t t
8096
s,@HAS_attiny44_FALSE@,$HAS_attiny44_FALSE,;t t
8097
s,@HAS_attiny84_TRUE@,$HAS_attiny84_TRUE,;t t
8098
s,@HAS_attiny84_FALSE@,$HAS_attiny84_FALSE,;t t
8099
s,@HAS_attiny261_TRUE@,$HAS_attiny261_TRUE,;t t
8100
s,@HAS_attiny261_FALSE@,$HAS_attiny261_FALSE,;t t
8101
s,@HAS_attiny461_TRUE@,$HAS_attiny461_TRUE,;t t
8102
s,@HAS_attiny461_FALSE@,$HAS_attiny461_FALSE,;t t
8103
s,@HAS_attiny861_TRUE@,$HAS_attiny861_TRUE,;t t
8104
s,@HAS_attiny861_FALSE@,$HAS_attiny861_FALSE,;t t
8105
s,@HAS_avr3_TRUE@,$HAS_avr3_TRUE,;t t
8106
s,@HAS_avr3_FALSE@,$HAS_avr3_FALSE,;t t
8107
s,@HAS_atmega103_TRUE@,$HAS_atmega103_TRUE,;t t
8108
s,@HAS_atmega103_FALSE@,$HAS_atmega103_FALSE,;t t
8109
s,@HAS_at43usb320_TRUE@,$HAS_at43usb320_TRUE,;t t
8110
s,@HAS_at43usb320_FALSE@,$HAS_at43usb320_FALSE,;t t
8111
s,@HAS_at43usb355_TRUE@,$HAS_at43usb355_TRUE,;t t
8112
s,@HAS_at43usb355_FALSE@,$HAS_at43usb355_FALSE,;t t
8113
s,@HAS_at76c711_TRUE@,$HAS_at76c711_TRUE,;t t
8114
s,@HAS_at76c711_FALSE@,$HAS_at76c711_FALSE,;t t
8115
s,@HAS_avr4_TRUE@,$HAS_avr4_TRUE,;t t
8116
s,@HAS_avr4_FALSE@,$HAS_avr4_FALSE,;t t
8117
s,@HAS_atmega8_TRUE@,$HAS_atmega8_TRUE,;t t
8118
s,@HAS_atmega8_FALSE@,$HAS_atmega8_FALSE,;t t
8119
s,@HAS_atmega8515_TRUE@,$HAS_atmega8515_TRUE,;t t
8120
s,@HAS_atmega8515_FALSE@,$HAS_atmega8515_FALSE,;t t
8121
s,@HAS_atmega8535_TRUE@,$HAS_atmega8535_TRUE,;t t
8122
s,@HAS_atmega8535_FALSE@,$HAS_atmega8535_FALSE,;t t
8123
s,@HAS_atmega48_TRUE@,$HAS_atmega48_TRUE,;t t
8124
s,@HAS_atmega48_FALSE@,$HAS_atmega48_FALSE,;t t
8125
s,@HAS_atmega88_TRUE@,$HAS_atmega88_TRUE,;t t
8126
s,@HAS_atmega88_FALSE@,$HAS_atmega88_FALSE,;t t
8127
s,@HAS_at90pwm2_TRUE@,$HAS_at90pwm2_TRUE,;t t
8128
s,@HAS_at90pwm2_FALSE@,$HAS_at90pwm2_FALSE,;t t
8129
s,@HAS_at90pwm3_TRUE@,$HAS_at90pwm3_TRUE,;t t
8130
s,@HAS_at90pwm3_FALSE@,$HAS_at90pwm3_FALSE,;t t
8131
s,@HAS_avr5_TRUE@,$HAS_avr5_TRUE,;t t
8132
s,@HAS_avr5_FALSE@,$HAS_avr5_FALSE,;t t
8133
s,@HAS_atmega16_TRUE@,$HAS_atmega16_TRUE,;t t
8134
s,@HAS_atmega16_FALSE@,$HAS_atmega16_FALSE,;t t
8135
s,@HAS_atmega161_TRUE@,$HAS_atmega161_TRUE,;t t
8136
s,@HAS_atmega161_FALSE@,$HAS_atmega161_FALSE,;t t
8137
s,@HAS_atmega162_TRUE@,$HAS_atmega162_TRUE,;t t
8138
s,@HAS_atmega162_FALSE@,$HAS_atmega162_FALSE,;t t
8139
s,@HAS_atmega163_TRUE@,$HAS_atmega163_TRUE,;t t
8140
s,@HAS_atmega163_FALSE@,$HAS_atmega163_FALSE,;t t
8141
s,@HAS_atmega169_TRUE@,$HAS_atmega169_TRUE,;t t
8142
s,@HAS_atmega169_FALSE@,$HAS_atmega169_FALSE,;t t
8143
s,@HAS_atmega32_TRUE@,$HAS_atmega32_TRUE,;t t
8144
s,@HAS_atmega32_FALSE@,$HAS_atmega32_FALSE,;t t
8145
s,@HAS_atmega323_TRUE@,$HAS_atmega323_TRUE,;t t
8146
s,@HAS_atmega323_FALSE@,$HAS_atmega323_FALSE,;t t
8147
s,@HAS_atmega64_TRUE@,$HAS_atmega64_TRUE,;t t
8148
s,@HAS_atmega64_FALSE@,$HAS_atmega64_FALSE,;t t
8149
s,@HAS_atmega128_TRUE@,$HAS_atmega128_TRUE,;t t
8150
s,@HAS_atmega128_FALSE@,$HAS_atmega128_FALSE,;t t
8151
s,@HAS_at94k_TRUE@,$HAS_at94k_TRUE,;t t
8152
s,@HAS_at94k_FALSE@,$HAS_at94k_FALSE,;t t
8153
s,@HAS_atmega164p_TRUE@,$HAS_atmega164p_TRUE,;t t
8154
s,@HAS_atmega164p_FALSE@,$HAS_atmega164p_FALSE,;t t
8155
s,@HAS_atmega165_TRUE@,$HAS_atmega165_TRUE,;t t
8156
s,@HAS_atmega165_FALSE@,$HAS_atmega165_FALSE,;t t
8157
s,@HAS_atmega168_TRUE@,$HAS_atmega168_TRUE,;t t
8158
s,@HAS_atmega168_FALSE@,$HAS_atmega168_FALSE,;t t
8159
s,@HAS_atmega324p_TRUE@,$HAS_atmega324p_TRUE,;t t
8160
s,@HAS_atmega324p_FALSE@,$HAS_atmega324p_FALSE,;t t
8161
s,@HAS_atmega325_TRUE@,$HAS_atmega325_TRUE,;t t
8162
s,@HAS_atmega325_FALSE@,$HAS_atmega325_FALSE,;t t
8163
s,@HAS_atmega3250_TRUE@,$HAS_atmega3250_TRUE,;t t
8164
s,@HAS_atmega3250_FALSE@,$HAS_atmega3250_FALSE,;t t
8165
s,@HAS_atmega329_TRUE@,$HAS_atmega329_TRUE,;t t
8166
s,@HAS_atmega329_FALSE@,$HAS_atmega329_FALSE,;t t
8167
s,@HAS_atmega3290_TRUE@,$HAS_atmega3290_TRUE,;t t
8168
s,@HAS_atmega3290_FALSE@,$HAS_atmega3290_FALSE,;t t
8169
s,@HAS_atmega406_TRUE@,$HAS_atmega406_TRUE,;t t
8170
s,@HAS_atmega406_FALSE@,$HAS_atmega406_FALSE,;t t
8171
s,@HAS_atmega640_TRUE@,$HAS_atmega640_TRUE,;t t
8172
s,@HAS_atmega640_FALSE@,$HAS_atmega640_FALSE,;t t
8173
s,@HAS_atmega644_TRUE@,$HAS_atmega644_TRUE,;t t
8174
s,@HAS_atmega644_FALSE@,$HAS_atmega644_FALSE,;t t
8175
s,@HAS_atmega644p_TRUE@,$HAS_atmega644p_TRUE,;t t
8176
s,@HAS_atmega644p_FALSE@,$HAS_atmega644p_FALSE,;t t
8177
s,@HAS_atmega645_TRUE@,$HAS_atmega645_TRUE,;t t
8178
s,@HAS_atmega645_FALSE@,$HAS_atmega645_FALSE,;t t
8179
s,@HAS_atmega6450_TRUE@,$HAS_atmega6450_TRUE,;t t
8180
s,@HAS_atmega6450_FALSE@,$HAS_atmega6450_FALSE,;t t
8181
s,@HAS_atmega649_TRUE@,$HAS_atmega649_TRUE,;t t
8182
s,@HAS_atmega649_FALSE@,$HAS_atmega649_FALSE,;t t
8183
s,@HAS_atmega6490_TRUE@,$HAS_atmega6490_TRUE,;t t
8184
s,@HAS_atmega6490_FALSE@,$HAS_atmega6490_FALSE,;t t
8185
s,@HAS_atmega1280_TRUE@,$HAS_atmega1280_TRUE,;t t
8186
s,@HAS_atmega1280_FALSE@,$HAS_atmega1280_FALSE,;t t
8187
s,@HAS_atmega1281_TRUE@,$HAS_atmega1281_TRUE,;t t
8188
s,@HAS_atmega1281_FALSE@,$HAS_atmega1281_FALSE,;t t
8189
s,@HAS_at90can32_TRUE@,$HAS_at90can32_TRUE,;t t
8190
s,@HAS_at90can32_FALSE@,$HAS_at90can32_FALSE,;t t
8191
s,@HAS_at90can64_TRUE@,$HAS_at90can64_TRUE,;t t
8192
s,@HAS_at90can64_FALSE@,$HAS_at90can64_FALSE,;t t
8193
s,@HAS_at90can128_TRUE@,$HAS_at90can128_TRUE,;t t
8194
s,@HAS_at90can128_FALSE@,$HAS_at90can128_FALSE,;t t
8195
s,@HAS_at90usb646_TRUE@,$HAS_at90usb646_TRUE,;t t
8196
s,@HAS_at90usb646_FALSE@,$HAS_at90usb646_FALSE,;t t
8197
s,@HAS_at90usb647_TRUE@,$HAS_at90usb647_TRUE,;t t
8198
s,@HAS_at90usb647_FALSE@,$HAS_at90usb647_FALSE,;t t
8199
s,@HAS_at90usb1286_TRUE@,$HAS_at90usb1286_TRUE,;t t
8200
s,@HAS_at90usb1286_FALSE@,$HAS_at90usb1286_FALSE,;t t
8201
s,@HAS_at90usb1287_TRUE@,$HAS_at90usb1287_TRUE,;t t
8202
s,@HAS_at90usb1287_FALSE@,$HAS_at90usb1287_FALSE,;t t
8203
s,@LIBOBJS@,$LIBOBJS,;t t
8204
s,@LTLIBOBJS@,$LTLIBOBJS,;t t
8209
cat >>$CONFIG_STATUS <<\_ACEOF
8210
# Split the substitutions into bite-sized pieces for seds with
8211
# small command number limits, like on Digital OSF/1 and HP-UX.
8213
ac_sed_frag=1 # Number of current file.
8214
ac_beg=1 # First line for current file.
8215
ac_end=$ac_max_sed_lines # Line after last line for current file.
8218
while $ac_more_lines; do
8219
if test $ac_beg -gt 1; then
8220
sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
8222
sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
8224
if test ! -s $tmp/subs.frag; then
8227
# The purpose of the label and of the branching condition is to
8228
# speed up the sed processing (if there are no `@' at all, there
8229
# is no need to browse any of the substitutions).
8230
# These are the two extra sed commands mentioned above.
8232
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
8233
if test -z "$ac_sed_cmds"; then
8234
ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
8236
ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
8238
ac_sed_frag=`expr $ac_sed_frag + 1`
8240
ac_end=`expr $ac_end + $ac_max_sed_lines`
8243
if test -z "$ac_sed_cmds"; then
8246
fi # test -n "$CONFIG_FILES"
8249
cat >>$CONFIG_STATUS <<\_ACEOF
8250
for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
8251
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8253
- | *:- | *:-:* ) # input from stdin
8255
ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8256
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8257
*:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8258
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8259
* ) ac_file_in=$ac_file.in ;;
8262
# Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
8263
ac_dir=`(dirname "$ac_file") 2>/dev/null ||
8264
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8265
X"$ac_file" : 'X\(//\)[^/]' \| \
8266
X"$ac_file" : 'X\(//\)$' \| \
8267
X"$ac_file" : 'X\(/\)' \| \
8268
. : '\(.\)' 2>/dev/null ||
8270
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8271
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
8272
/^X\(\/\/\)$/{ s//\1/; q; }
8273
/^X\(\/\).*/{ s//\1/; q; }
8275
{ if $as_mkdir_p; then
8280
while test ! -d "$as_dir"; do
8281
as_dirs="$as_dir $as_dirs"
8282
as_dir=`(dirname "$as_dir") 2>/dev/null ||
8283
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8284
X"$as_dir" : 'X\(//\)[^/]' \| \
8285
X"$as_dir" : 'X\(//\)$' \| \
8286
X"$as_dir" : 'X\(/\)' \| \
8287
. : '\(.\)' 2>/dev/null ||
8289
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8290
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
8291
/^X\(\/\/\)$/{ s//\1/; q; }
8292
/^X\(\/\).*/{ s//\1/; q; }
8295
test ! -n "$as_dirs" || mkdir $as_dirs
8296
fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8297
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8298
{ (exit 1); exit 1; }; }; }
8302
if test "$ac_dir" != .; then
8303
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
8304
# A "../" for each directory in $ac_dir_suffix.
8305
ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
8307
ac_dir_suffix= ac_top_builddir=
8311
.) # No --srcdir option. We are building in place.
8313
if test -z "$ac_top_builddir"; then
8316
ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
8318
[\\/]* | ?:[\\/]* ) # Absolute path.
8319
ac_srcdir=$srcdir$ac_dir_suffix;
8320
ac_top_srcdir=$srcdir ;;
8322
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
8323
ac_top_srcdir=$ac_top_builddir$srcdir ;;
8326
# Do not use `cd foo && pwd` to compute absolute paths, because
8327
# the directories may not exist.
8329
.) ac_abs_builddir="$ac_dir";;
8332
.) ac_abs_builddir=`pwd`;;
8333
[\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
8334
*) ac_abs_builddir=`pwd`/"$ac_dir";;
8337
case $ac_abs_builddir in
8338
.) ac_abs_top_builddir=${ac_top_builddir}.;;
8340
case ${ac_top_builddir}. in
8341
.) ac_abs_top_builddir=$ac_abs_builddir;;
8342
[\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
8343
*) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
8346
case $ac_abs_builddir in
8347
.) ac_abs_srcdir=$ac_srcdir;;
8350
.) ac_abs_srcdir=$ac_abs_builddir;;
8351
[\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
8352
*) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
8355
case $ac_abs_builddir in
8356
.) ac_abs_top_srcdir=$ac_top_srcdir;;
8358
case $ac_top_srcdir in
8359
.) ac_abs_top_srcdir=$ac_abs_builddir;;
8360
[\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
8361
*) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
8367
[\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
8368
*) ac_INSTALL=$ac_top_builddir$INSTALL ;;
8371
if test x"$ac_file" != x-; then
8372
{ echo "$as_me:$LINENO: creating $ac_file" >&5
8373
echo "$as_me: creating $ac_file" >&6;}
8376
# Let's still pretend it is `configure' which instantiates (i.e., don't
8377
# use $as_me), people would be surprised to read:
8378
# /* config.h. Generated by config.status. */
8379
if test x"$ac_file" = x-; then
8382
configure_input="$ac_file. "
8384
configure_input=$configure_input"Generated from `echo $ac_file_in |
8385
sed 's,.*/,,'` by configure."
8387
# First look for the input files in the build tree, otherwise in the
8389
ac_file_inputs=`IFS=:
8390
for f in $ac_file_in; do
8392
-) echo $tmp/stdin ;;
8394
# Absolute (can't be DOS-style, as IFS=:)
8395
test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8396
echo "$as_me: error: cannot find input file: $f" >&2;}
8397
{ (exit 1); exit 1; }; }
8400
if test -f "$f"; then
8403
elif test -f "$srcdir/$f"; then
8408
{ { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8409
echo "$as_me: error: cannot find input file: $f" >&2;}
8410
{ (exit 1); exit 1; }; }
8413
done` || { (exit 1); exit 1; }
8415
cat >>$CONFIG_STATUS <<_ACEOF
2073
s%@CFLAGS@%$CFLAGS%g
2074
s%@CPPFLAGS@%$CPPFLAGS%g
2075
s%@CXXFLAGS@%$CXXFLAGS%g
2076
s%@FFLAGS@%$FFLAGS%g
2078
s%@LDFLAGS@%$LDFLAGS%g
2080
s%@exec_prefix@%$exec_prefix%g
2081
s%@prefix@%$prefix%g
2082
s%@program_transform_name@%$program_transform_name%g
2083
s%@bindir@%$bindir%g
2084
s%@sbindir@%$sbindir%g
2085
s%@libexecdir@%$libexecdir%g
2086
s%@datadir@%$datadir%g
2087
s%@sysconfdir@%$sysconfdir%g
2088
s%@sharedstatedir@%$sharedstatedir%g
2089
s%@localstatedir@%$localstatedir%g
2090
s%@libdir@%$libdir%g
2091
s%@includedir@%$includedir%g
2092
s%@oldincludedir@%$oldincludedir%g
2093
s%@infodir@%$infodir%g
2094
s%@mandir@%$mandir%g
2095
s%@avrlib_basedir@%$avrlib_basedir%g
2097
s%@host_alias@%$host_alias%g
2098
s%@host_cpu@%$host_cpu%g
2099
s%@host_vendor@%$host_vendor%g
2100
s%@host_os@%$host_os%g
2101
s%@target@%$target%g
2102
s%@target_alias@%$target_alias%g
2103
s%@target_cpu@%$target_cpu%g
2104
s%@target_vendor@%$target_vendor%g
2105
s%@target_os@%$target_os%g
2107
s%@build_alias@%$build_alias%g
2108
s%@build_cpu@%$build_cpu%g
2109
s%@build_vendor@%$build_vendor%g
2110
s%@build_os@%$build_os%g
2111
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2112
s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
2113
s%@INSTALL_DATA@%$INSTALL_DATA%g
2114
s%@PACKAGE@%$PACKAGE%g
2115
s%@VERSION@%$VERSION%g
2116
s%@ACLOCAL@%$ACLOCAL%g
2117
s%@AUTOCONF@%$AUTOCONF%g
2118
s%@AUTOMAKE@%$AUTOMAKE%g
2119
s%@AUTOHEADER@%$AUTOHEADER%g
2120
s%@MAKEINFO@%$MAKEINFO%g
2121
s%@SET_MAKE@%$SET_MAKE%g
2124
s%@RANLIB@%$RANLIB%g
2126
s%@TARGET_DOX_PS@%$TARGET_DOX_PS%g
2127
s%@TARGET_DOX_PDF@%$TARGET_DOX_PDF%g
2128
s%@TARGET_DOX_HTML@%$TARGET_DOX_HTML%g
2129
s%@INSTALL_DOX_PS@%$INSTALL_DOX_PS%g
2130
s%@INSTALL_DOX_PDF@%$INSTALL_DOX_PDF%g
2131
s%@INSTALL_DOX_HTML@%$INSTALL_DOX_HTML%g
2132
s%@INSTALL_DOX_MAN@%$INSTALL_DOX_MAN%g
2133
s%@PNGTOPNM@%$PNGTOPNM%g
2134
s%@PNMTOPNG@%$PNMTOPNG%g
2135
s%@AVR_LIBC_USER_MANUAL@%$AVR_LIBC_USER_MANUAL%g
2136
s%@DOC_INST_DIR@%$DOC_INST_DIR%g
2137
s%@AVRLIB_CFLAGS@%$AVRLIB_CFLAGS%g
2138
s%@AVRLIB_ASFLAGS@%$AVRLIB_ASFLAGS%g
2139
s%@AVR_CRT_ASFLAGS@%$AVR_CRT_ASFLAGS%g
2140
s%@AVR_CRT_AT90@%$AVR_CRT_AT90%g
2141
s%@AVR_CRT_TINY@%$AVR_CRT_TINY%g
2142
s%@AVR_CRT_MEGA@%$AVR_CRT_MEGA%g
2143
s%@AVR_CRT_OTHER@%$AVR_CRT_OTHER%g
2144
s%@INCLUDES@%$INCLUDES%g
2145
s%@DOCSDIR@%$DOCSDIR%g
2150
cat >> $CONFIG_STATUS <<\EOF
2152
# Split the substitutions into bite-sized pieces for seds with
2153
# small command number limits, like on Digital OSF/1 and HP-UX.
2154
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
2155
ac_file=1 # Number of current file.
2156
ac_beg=1 # First line for current file.
2157
ac_end=$ac_max_sed_cmds # Line after last line for current file.
2160
while $ac_more_lines; do
2161
if test $ac_beg -gt 1; then
2162
sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
2164
sed "${ac_end}q" conftest.subs > conftest.s$ac_file
2166
if test ! -s conftest.s$ac_file; then
2168
rm -f conftest.s$ac_file
2170
if test -z "$ac_sed_cmds"; then
2171
ac_sed_cmds="sed -f conftest.s$ac_file"
8419
cat >>$CONFIG_STATUS <<\_ACEOF
8421
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
8422
s,@configure_input@,$configure_input,;t t
8423
s,@srcdir@,$ac_srcdir,;t t
8424
s,@abs_srcdir@,$ac_abs_srcdir,;t t
8425
s,@top_srcdir@,$ac_top_srcdir,;t t
8426
s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
8427
s,@builddir@,$ac_builddir,;t t
8428
s,@abs_builddir@,$ac_abs_builddir,;t t
8429
s,@top_builddir@,$ac_top_builddir,;t t
8430
s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
8431
s,@INSTALL@,$ac_INSTALL,;t t
8432
" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
8434
if test x"$ac_file" != x-; then
8435
mv $tmp/out $ac_file
8443
cat >>$CONFIG_STATUS <<\_ACEOF
8446
# CONFIG_HEADER section.
8449
# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
8450
# NAME is the cpp macro being defined and VALUE is the value it is being given.
8452
# ac_d sets the value in "#define NAME VALUE" lines.
8453
ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
8454
ac_dB='[ ].*$,\1#\2'
8457
# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
8458
ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
8459
ac_uB='$,\1#\2define\3'
8463
for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
8464
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8466
- | *:- | *:-:* ) # input from stdin
8468
ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8469
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8470
*:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8471
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8472
* ) ac_file_in=$ac_file.in ;;
8475
test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
8476
echo "$as_me: creating $ac_file" >&6;}
8478
# First look for the input files in the build tree, otherwise in the
8480
ac_file_inputs=`IFS=:
8481
for f in $ac_file_in; do
8483
-) echo $tmp/stdin ;;
8485
# Absolute (can't be DOS-style, as IFS=:)
8486
test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8487
echo "$as_me: error: cannot find input file: $f" >&2;}
8488
{ (exit 1); exit 1; }; }
8489
# Do quote $f, to prevent DOS paths from being IFS'd.
8492
if test -f "$f"; then
8495
elif test -f "$srcdir/$f"; then
8500
{ { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8501
echo "$as_me: error: cannot find input file: $f" >&2;}
8502
{ (exit 1); exit 1; }; }
8505
done` || { (exit 1); exit 1; }
8506
# Remove the trailing spaces.
8507
sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
8511
# Transform confdefs.h into two sed scripts, `conftest.defines' and
8512
# `conftest.undefs', that substitutes the proper values into
8513
# config.h.in to produce config.h. The first handles `#define'
8514
# templates, and the second `#undef' templates.
8515
# And first: Protect against being on the right side of a sed subst in
8516
# config.status. Protect against being in an unquoted here document
8518
rm -f conftest.defines conftest.undefs
8519
# Using a here document instead of a string reduces the quoting nightmare.
8520
# Putting comments in sed scripts is not portable.
8522
# `end' is used to avoid that the second main sed command (meant for
8523
# 0-ary CPP macros) applies to n-ary macro definitions.
8524
# See the Autoconf documentation for `clear'.
8525
cat >confdef2sed.sed <<\_ACEOF
8530
s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
8532
s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
8535
# If some macros were called several times there might be several times
8536
# the same #defines, which is useless. Nevertheless, we may not want to
8537
# sort them, since we want the *last* AC-DEFINE to be honored.
8538
uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
8539
sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
8540
rm -f confdef2sed.sed
8542
# This sed command replaces #undef with comments. This is necessary, for
8543
# example, in the case of _POSIX_SOURCE, which is predefined and required
8544
# on some systems where configure will not decide to define it.
8545
cat >>conftest.undefs <<\_ACEOF
8546
s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
8549
# Break up conftest.defines because some shells have a limit on the size
8550
# of here documents, and old seds have small limits too (100 cmds).
8551
echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
8552
echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
8553
echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
8554
echo ' :' >>$CONFIG_STATUS
8556
while grep . conftest.defines >/dev/null
8558
# Write a limited-size here document to $tmp/defines.sed.
8559
echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
8560
# Speed up: don't consider the non `#define' lines.
8561
echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
8562
# Work around the forget-to-reset-the-flag bug.
8563
echo 't clr' >>$CONFIG_STATUS
8564
echo ': clr' >>$CONFIG_STATUS
8565
sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
8567
sed -f $tmp/defines.sed $tmp/in >$tmp/out
8571
sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
8572
rm -f conftest.defines
8573
mv conftest.tail conftest.defines
8575
rm -f conftest.defines
8576
echo ' fi # grep' >>$CONFIG_STATUS
8577
echo >>$CONFIG_STATUS
8579
# Break up conftest.undefs because some shells have a limit on the size
8580
# of here documents, and old seds have small limits too (100 cmds).
8581
echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
8583
while grep . conftest.undefs >/dev/null
8585
# Write a limited-size here document to $tmp/undefs.sed.
8586
echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
8587
# Speed up: don't consider the non `#undef'
8588
echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
8589
# Work around the forget-to-reset-the-flag bug.
8590
echo 't clr' >>$CONFIG_STATUS
8591
echo ': clr' >>$CONFIG_STATUS
8592
sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
8594
sed -f $tmp/undefs.sed $tmp/in >$tmp/out
8598
sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
8599
rm -f conftest.undefs
8600
mv conftest.tail conftest.undefs
8602
rm -f conftest.undefs
8604
cat >>$CONFIG_STATUS <<\_ACEOF
8605
# Let's still pretend it is `configure' which instantiates (i.e., don't
8606
# use $as_me), people would be surprised to read:
8607
# /* config.h. Generated by config.status. */
8608
if test x"$ac_file" = x-; then
8609
echo "/* Generated by configure. */" >$tmp/config.h
8611
echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
8613
cat $tmp/in >>$tmp/config.h
8615
if test x"$ac_file" != x-; then
8616
if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
8617
{ echo "$as_me:$LINENO: $ac_file is unchanged" >&5
8618
echo "$as_me: $ac_file is unchanged" >&6;}
2173
ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
8620
ac_dir=`(dirname "$ac_file") 2>/dev/null ||
8621
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8622
X"$ac_file" : 'X\(//\)[^/]' \| \
8623
X"$ac_file" : 'X\(//\)$' \| \
8624
X"$ac_file" : 'X\(/\)' \| \
8625
. : '\(.\)' 2>/dev/null ||
8627
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8628
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
8629
/^X\(\/\/\)$/{ s//\1/; q; }
8630
/^X\(\/\).*/{ s//\1/; q; }
8632
{ if $as_mkdir_p; then
8637
while test ! -d "$as_dir"; do
8638
as_dirs="$as_dir $as_dirs"
8639
as_dir=`(dirname "$as_dir") 2>/dev/null ||
8640
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8641
X"$as_dir" : 'X\(//\)[^/]' \| \
8642
X"$as_dir" : 'X\(//\)$' \| \
8643
X"$as_dir" : 'X\(/\)' \| \
8644
. : '\(.\)' 2>/dev/null ||
8646
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8647
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
8648
/^X\(\/\/\)$/{ s//\1/; q; }
8649
/^X\(\/\).*/{ s//\1/; q; }
8652
test ! -n "$as_dirs" || mkdir $as_dirs
8653
fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8654
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8655
{ (exit 1); exit 1; }; }; }
8658
mv $tmp/config.h $ac_file
2175
ac_file=`expr $ac_file + 1`
2177
ac_end=`expr $ac_end + $ac_max_sed_cmds`
2180
if test -z "$ac_sed_cmds"; then
8664
# Compute $ac_file's index in $config_headers.
8666
for _am_header in $config_headers :; do
8668
$ac_file | $ac_file:* )
8671
_am_stamp_count=`expr $_am_stamp_count + 1` ;;
8674
echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
8675
$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8676
X$ac_file : 'X\(//\)[^/]' \| \
8677
X$ac_file : 'X\(//\)$' \| \
8678
X$ac_file : 'X\(/\)' \| \
8679
. : '\(.\)' 2>/dev/null ||
8681
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8682
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
8683
/^X\(\/\/\)$/{ s//\1/; q; }
8684
/^X\(\/\).*/{ s//\1/; q; }
8685
s/.*/./; q'`/stamp-h$_am_stamp_count
8688
cat >>$CONFIG_STATUS <<\_ACEOF
8691
# CONFIG_COMMANDS section.
8693
for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
8694
ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
8695
ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
8696
ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
8697
$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8698
X"$ac_dest" : 'X\(//\)[^/]' \| \
8699
X"$ac_dest" : 'X\(//\)$' \| \
8700
X"$ac_dest" : 'X\(/\)' \| \
8701
. : '\(.\)' 2>/dev/null ||
8703
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8704
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
8705
/^X\(\/\/\)$/{ s//\1/; q; }
8706
/^X\(\/\).*/{ s//\1/; q; }
8708
{ if $as_mkdir_p; then
8713
while test ! -d "$as_dir"; do
8714
as_dirs="$as_dir $as_dirs"
8715
as_dir=`(dirname "$as_dir") 2>/dev/null ||
8716
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8717
X"$as_dir" : 'X\(//\)[^/]' \| \
8718
X"$as_dir" : 'X\(//\)$' \| \
8719
X"$as_dir" : 'X\(/\)' \| \
8720
. : '\(.\)' 2>/dev/null ||
8722
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8723
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
8724
/^X\(\/\/\)$/{ s//\1/; q; }
8725
/^X\(\/\).*/{ s//\1/; q; }
8728
test ! -n "$as_dirs" || mkdir $as_dirs
8729
fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8730
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8731
{ (exit 1); exit 1; }; }; }
8735
if test "$ac_dir" != .; then
8736
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
8737
# A "../" for each directory in $ac_dir_suffix.
8738
ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
8740
ac_dir_suffix= ac_top_builddir=
2185
cat >> $CONFIG_STATUS <<EOF
2187
CONFIG_FILES=\${CONFIG_FILES-"crt1/Makefile libc/Makefile libc/stdlib/Makefile
2188
libc/pmstring/Makefile libc/string/Makefile libc/misc/Makefile
2190
libm/Makefile libm/fplib/Makefile avr-libc.spec
2191
doc/Makefile doc/examples/Makefile
2192
doc/api/Makefile doc/api/doxygen.config
2193
scripts/Makefile scripts/avr-man
2196
cat >> $CONFIG_STATUS <<\EOF
2197
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
2198
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2200
*:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2201
ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2202
*) ac_file_in="${ac_file}.in" ;;
2205
# Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
2207
# Remove last slash and all that follows it. Not all systems have dirname.
2208
ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2209
if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2210
# The file is in a subdirectory.
2211
test ! -d "$ac_dir" && mkdir "$ac_dir"
2212
ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
2213
# A "../" for each directory in $ac_dir_suffix.
2214
ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
2216
ac_dir_suffix= ac_dots=
2219
case "$ac_given_srcdir" in
2221
if test -z "$ac_dots"; then top_srcdir=.
2222
else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
2223
/*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
8744
.) # No --srcdir option. We are building in place.
8746
if test -z "$ac_top_builddir"; then
8749
ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
8751
[\\/]* | ?:[\\/]* ) # Absolute path.
8752
ac_srcdir=$srcdir$ac_dir_suffix;
8753
ac_top_srcdir=$srcdir ;;
2224
8754
*) # Relative path.
2225
srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
2226
top_srcdir="$ac_dots$ac_given_srcdir" ;;
2229
case "$ac_given_INSTALL" in
2230
[/$]*) INSTALL="$ac_given_INSTALL" ;;
2231
*) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2234
echo creating "$ac_file"
2236
configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
2238
*Makefile*) ac_comsub="1i\\
2239
# $configure_input" ;;
2243
ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2245
s%@configure_input@%$configure_input%g
2246
s%@srcdir@%$srcdir%g
2247
s%@top_srcdir@%$top_srcdir%g
2248
s%@INSTALL@%$INSTALL%g
2249
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
2254
cat >> $CONFIG_STATUS <<EOF
2258
with_multisubdir=${with_multisubdir}
2259
ac_configure_args="${multilib_arg} ${ac_configure_args}"
2260
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
2261
avrlib_basedir=${avrlib_basedir}
2265
cat >> $CONFIG_STATUS <<\EOF
2266
if test -n "$CONFIG_FILES"; then
2267
. ${avrlib_basedir}/config-ml.in
8755
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
8756
ac_top_srcdir=$ac_top_builddir$srcdir ;;
8759
# Do not use `cd foo && pwd` to compute absolute paths, because
8760
# the directories may not exist.
8762
.) ac_abs_builddir="$ac_dir";;
8765
.) ac_abs_builddir=`pwd`;;
8766
[\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
8767
*) ac_abs_builddir=`pwd`/"$ac_dir";;
8770
case $ac_abs_builddir in
8771
.) ac_abs_top_builddir=${ac_top_builddir}.;;
8773
case ${ac_top_builddir}. in
8774
.) ac_abs_top_builddir=$ac_abs_builddir;;
8775
[\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
8776
*) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
8779
case $ac_abs_builddir in
8780
.) ac_abs_srcdir=$ac_srcdir;;
8783
.) ac_abs_srcdir=$ac_abs_builddir;;
8784
[\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
8785
*) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
8788
case $ac_abs_builddir in
8789
.) ac_abs_top_srcdir=$ac_top_srcdir;;
8791
case $ac_top_srcdir in
8792
.) ac_abs_top_srcdir=$ac_abs_builddir;;
8793
[\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
8794
*) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
8799
{ echo "$as_me:$LINENO: executing $ac_dest commands" >&5
8800
echo "$as_me: executing $ac_dest commands" >&6;}
8802
depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
8803
# Strip MF so we end up with the name of the file.
8804
mf=`echo "$mf" | sed -e 's/:.*$//'`
8805
# Check whether this is an Automake generated Makefile or not.
8806
# We used to match only the files named `Makefile.in', but
8807
# some people rename them; so instead we look at the file content.
8808
# Grep'ing the first line is not enough: some people post-process
8809
# each Makefile.in and add a new line on top of each file to say so.
8810
# So let's grep whole file.
8811
if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
8812
dirpart=`(dirname "$mf") 2>/dev/null ||
8813
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8814
X"$mf" : 'X\(//\)[^/]' \| \
8815
X"$mf" : 'X\(//\)$' \| \
8816
X"$mf" : 'X\(/\)' \| \
8817
. : '\(.\)' 2>/dev/null ||
8819
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8820
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
8821
/^X\(\/\/\)$/{ s//\1/; q; }
8822
/^X\(\/\).*/{ s//\1/; q; }
8827
# Extract the definition of DEPDIR, am__include, and am__quote
8828
# from the Makefile without running `make'.
8829
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
8830
test -z "$DEPDIR" && continue
8831
am__include=`sed -n 's/^am__include = //p' < "$mf"`
8832
test -z "am__include" && continue
8833
am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
8834
# When using ansi2knr, U may be empty or an underscore; expand it
8835
U=`sed -n 's/^U = //p' < "$mf"`
8836
# Find all dependency output files, they are included files with
8837
# $(DEPDIR) in their names. We invoke sed twice because it is the
8838
# simplest approach to changing $(DEPDIR) to its actual value in the
8840
for file in `sed -n "
8841
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
8842
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
8843
# Make sure the directory exists.
8844
test -f "$dirpart/$file" && continue
8845
fdir=`(dirname "$file") 2>/dev/null ||
8846
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8847
X"$file" : 'X\(//\)[^/]' \| \
8848
X"$file" : 'X\(//\)$' \| \
8849
X"$file" : 'X\(/\)' \| \
8850
. : '\(.\)' 2>/dev/null ||
8852
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8853
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
8854
/^X\(\/\/\)$/{ s//\1/; q; }
8855
/^X\(\/\).*/{ s//\1/; q; }
8857
{ if $as_mkdir_p; then
8858
mkdir -p $dirpart/$fdir
8860
as_dir=$dirpart/$fdir
8862
while test ! -d "$as_dir"; do
8863
as_dirs="$as_dir $as_dirs"
8864
as_dir=`(dirname "$as_dir") 2>/dev/null ||
8865
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8866
X"$as_dir" : 'X\(//\)[^/]' \| \
8867
X"$as_dir" : 'X\(//\)$' \| \
8868
X"$as_dir" : 'X\(/\)' \| \
8869
. : '\(.\)' 2>/dev/null ||
8871
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8872
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
8873
/^X\(\/\/\)$/{ s//\1/; q; }
8874
/^X\(\/\).*/{ s//\1/; q; }
8877
test ! -n "$as_dirs" || mkdir $as_dirs
8878
fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
8879
echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
8880
{ (exit 1); exit 1; }; }; }
8882
# echo "creating $dirpart/$file"
8883
echo '# dummy' > "$dirpart/$file"
8891
cat >>$CONFIG_STATUS <<\_ACEOF
8893
{ (exit 0); exit 0; }
2271
8895
chmod +x $CONFIG_STATUS
2272
rm -fr confdefs* $ac_clean_files
2273
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
8896
ac_clean_files=$ac_clean_files_save
8899
# configure is writing to config.log, and then calls config.status.
8900
# config.status does its own redirection, appending to config.log.
8901
# Unfortunately, on DOS this fails, as config.log is still kept open
8902
# by configure, so config.status won't be able to write to it; its
8903
# output is simply discarded. So we exec the FD to /dev/null,
8904
# effectively closing config.log, so it can be properly (re)opened and
8905
# appended to by config.status. When coming back to configure, we
8906
# need to make the FD available again.
8907
if test "$no_create" != yes; then
8909
ac_config_status_args=
8910
test "$silent" = yes &&
8911
ac_config_status_args="$ac_config_status_args --quiet"
8913
$SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
8915
# Use ||, not &&, to avoid exiting from the if with $? = 1, which
8916
# would make configure fail if this is the last instruction.
8917
$ac_cs_success || { (exit 1); exit 1; }