Mercurial > hg > xemacs-beta
comparison configure @ 3019:e4c2385012ba
[xemacs-hg @ 2005-10-24 21:01:02 by malcolmp]
configure.ac: Fix broken complex arg support. Prefer Xaw to Motif on linux, Mac and BSD.
| author | malcolmp |
|---|---|
| date | Mon, 24 Oct 2005 21:01:08 +0000 |
| parents | f252275fb013 |
| children | 28729529bee2 |
comparison
equal
deleted
inserted
replaced
| 3018:31e656a27dae | 3019:e4c2385012ba |
|---|---|
| 1628 INSTALL_ARCH_DEP_SUBDIR="$INSTALL_ARCH_DEP_SUBDIR lib-src" && if test "$verbose" = "yes"; then echo " Appending \"lib-src\" to \$INSTALL_ARCH_DEP_SUBDIR"; fi | 1628 INSTALL_ARCH_DEP_SUBDIR="$INSTALL_ARCH_DEP_SUBDIR lib-src" && if test "$verbose" = "yes"; then echo " Appending \"lib-src\" to \$INSTALL_ARCH_DEP_SUBDIR"; fi |
| 1629 with_dragndrop_default="no" | 1629 with_dragndrop_default="no" |
| 1630 # If --with-prefix or --without-prefix were given then copy the value to the | 1630 # If --with-prefix or --without-prefix were given then copy the value to the |
| 1631 # equivalent enable_prefix variable. | 1631 # equivalent enable_prefix variable. |
| 1632 if test "${with_prefix+set}" = set; then | 1632 if test "${with_prefix+set}" = set; then |
| 1633 echo prefix Setting enable to "$with_prefix" | |
| 1634 enable_prefix="$with_prefix" | 1633 enable_prefix="$with_prefix" |
| 1635 fi; | 1634 fi; |
| 1636 # If -enable-prefix or --disable-prefix were given then copy the value to the | 1635 # If -enable-prefix or --disable-prefix were given then copy the value to the |
| 1637 # equivalent with_prefix variable. | 1636 # equivalent with_prefix variable. |
| 1638 if test "${enable_prefix+set}" = set; then | 1637 if test "${enable_prefix+set}" = set; then |
| 1639 echo prefix Setting with to "$enable_prefix" | |
| 1640 with_prefix="$enable_prefix" | 1638 with_prefix="$enable_prefix" |
| 1641 fi; | 1639 fi; |
| 1642 # Check whether --with-prefix or --without-prefix was given. | 1640 # Check whether --with-prefix or --without-prefix was given. |
| 1643 if test "${with_prefix+set}" = set; then | 1641 if test "${with_prefix+set}" = set; then |
| 1644 enableval="$with_prefix" | 1642 enableval="$with_prefix" |
| 1648 with_prefix=yes | 1646 with_prefix=yes |
| 1649 fi; | 1647 fi; |
| 1650 # If --with-site-lisp or --without-site-lisp were given then copy the value to the | 1648 # If --with-site-lisp or --without-site-lisp were given then copy the value to the |
| 1651 # equivalent enable_site-lisp variable. | 1649 # equivalent enable_site-lisp variable. |
| 1652 if test "${with_site_lisp+set}" = set; then | 1650 if test "${with_site_lisp+set}" = set; then |
| 1653 echo site-lisp Setting enable to "$with_site_lisp" | |
| 1654 enable_site_lisp="$with_site_lisp" | 1651 enable_site_lisp="$with_site_lisp" |
| 1655 fi; | 1652 fi; |
| 1656 # If -enable-site-lisp or --disable-site-lisp were given then copy the value to the | 1653 # If -enable-site-lisp or --disable-site-lisp were given then copy the value to the |
| 1657 # equivalent with_site-lisp variable. | 1654 # equivalent with_site-lisp variable. |
| 1658 if test "${enable_site_lisp+set}" = set; then | 1655 if test "${enable_site_lisp+set}" = set; then |
| 1659 echo site-lisp Setting with to "$enable_site_lisp" | |
| 1660 with_site_lisp="$enable_site_lisp" | 1656 with_site_lisp="$enable_site_lisp" |
| 1661 fi; | 1657 fi; |
| 1662 # Check whether --with-site-lisp or --without-site-lisp was given. | 1658 # Check whether --with-site-lisp or --without-site-lisp was given. |
| 1663 if test "${with_site_lisp+set}" = set; then | 1659 if test "${with_site_lisp+set}" = set; then |
| 1664 enableval="$with_site_lisp" | 1660 enableval="$with_site_lisp" |
| 1668 with_site_lisp=no | 1664 with_site_lisp=no |
| 1669 fi; | 1665 fi; |
| 1670 # If --with-site-modules or --without-site-modules were given then copy the value to the | 1666 # If --with-site-modules or --without-site-modules were given then copy the value to the |
| 1671 # equivalent enable_site-modules variable. | 1667 # equivalent enable_site-modules variable. |
| 1672 if test "${with_site_modules+set}" = set; then | 1668 if test "${with_site_modules+set}" = set; then |
| 1673 echo site-modules Setting enable to "$with_site_modules" | |
| 1674 enable_site_modules="$with_site_modules" | 1669 enable_site_modules="$with_site_modules" |
| 1675 fi; | 1670 fi; |
| 1676 # If -enable-site-modules or --disable-site-modules were given then copy the value to the | 1671 # If -enable-site-modules or --disable-site-modules were given then copy the value to the |
| 1677 # equivalent with_site-modules variable. | 1672 # equivalent with_site-modules variable. |
| 1678 if test "${enable_site_modules+set}" = set; then | 1673 if test "${enable_site_modules+set}" = set; then |
| 1679 echo site-modules Setting with to "$enable_site_modules" | |
| 1680 with_site_modules="$enable_site_modules" | 1674 with_site_modules="$enable_site_modules" |
| 1681 fi; | 1675 fi; |
| 1682 # Check whether --with-site-modules or --without-site-modules was given. | 1676 # Check whether --with-site-modules or --without-site-modules was given. |
| 1683 if test "${with_site_modules+set}" = set; then | 1677 if test "${with_site_modules+set}" = set; then |
| 1684 enableval="$with_site_modules" | 1678 enableval="$with_site_modules" |
| 1686 | 1680 |
| 1687 fi; | 1681 fi; |
| 1688 # If --with-gtk or --without-gtk were given then copy the value to the | 1682 # If --with-gtk or --without-gtk were given then copy the value to the |
| 1689 # equivalent enable_gtk variable. | 1683 # equivalent enable_gtk variable. |
| 1690 if test "${with_gtk+set}" = set; then | 1684 if test "${with_gtk+set}" = set; then |
| 1691 echo gtk Setting enable to "$with_gtk" | |
| 1692 enable_gtk="$with_gtk" | 1685 enable_gtk="$with_gtk" |
| 1693 fi; | 1686 fi; |
| 1694 # If -enable-gtk or --disable-gtk were given then copy the value to the | 1687 # If -enable-gtk or --disable-gtk were given then copy the value to the |
| 1695 # equivalent with_gtk variable. | 1688 # equivalent with_gtk variable. |
| 1696 if test "${enable_gtk+set}" = set; then | 1689 if test "${enable_gtk+set}" = set; then |
| 1697 echo gtk Setting with to "$enable_gtk" | |
| 1698 with_gtk="$enable_gtk" | 1690 with_gtk="$enable_gtk" |
| 1699 fi; | 1691 fi; |
| 1700 # Check whether --with-gtk or --without-gtk was given. | 1692 # Check whether --with-gtk or --without-gtk was given. |
| 1701 if test "${with_gtk+set}" = set; then | 1693 if test "${with_gtk+set}" = set; then |
| 1702 enableval="$with_gtk" | 1694 enableval="$with_gtk" |
| 1706 with_gtk=no | 1698 with_gtk=no |
| 1707 fi; | 1699 fi; |
| 1708 # If --with-gnome or --without-gnome were given then copy the value to the | 1700 # If --with-gnome or --without-gnome were given then copy the value to the |
| 1709 # equivalent enable_gnome variable. | 1701 # equivalent enable_gnome variable. |
| 1710 if test "${with_gnome+set}" = set; then | 1702 if test "${with_gnome+set}" = set; then |
| 1711 echo gnome Setting enable to "$with_gnome" | |
| 1712 enable_gnome="$with_gnome" | 1703 enable_gnome="$with_gnome" |
| 1713 fi; | 1704 fi; |
| 1714 # If -enable-gnome or --disable-gnome were given then copy the value to the | 1705 # If -enable-gnome or --disable-gnome were given then copy the value to the |
| 1715 # equivalent with_gnome variable. | 1706 # equivalent with_gnome variable. |
| 1716 if test "${enable_gnome+set}" = set; then | 1707 if test "${enable_gnome+set}" = set; then |
| 1717 echo gnome Setting with to "$enable_gnome" | |
| 1718 with_gnome="$enable_gnome" | 1708 with_gnome="$enable_gnome" |
| 1719 fi; | 1709 fi; |
| 1720 # Check whether --with-gnome or --without-gnome was given. | 1710 # Check whether --with-gnome or --without-gnome was given. |
| 1721 if test "${with_gnome+set}" = set; then | 1711 if test "${with_gnome+set}" = set; then |
| 1722 enableval="$with_gnome" | 1712 enableval="$with_gnome" |
| 1726 with_gnome=no | 1716 with_gnome=no |
| 1727 fi; | 1717 fi; |
| 1728 # If --with-msw or --without-msw were given then copy the value to the | 1718 # If --with-msw or --without-msw were given then copy the value to the |
| 1729 # equivalent enable_msw variable. | 1719 # equivalent enable_msw variable. |
| 1730 if test "${with_msw+set}" = set; then | 1720 if test "${with_msw+set}" = set; then |
| 1731 echo msw Setting enable to "$with_msw" | |
| 1732 enable_msw="$with_msw" | 1721 enable_msw="$with_msw" |
| 1733 fi; | 1722 fi; |
| 1734 # If -enable-msw or --disable-msw were given then copy the value to the | 1723 # If -enable-msw or --disable-msw were given then copy the value to the |
| 1735 # equivalent with_msw variable. | 1724 # equivalent with_msw variable. |
| 1736 if test "${enable_msw+set}" = set; then | 1725 if test "${enable_msw+set}" = set; then |
| 1737 echo msw Setting with to "$enable_msw" | |
| 1738 with_msw="$enable_msw" | 1726 with_msw="$enable_msw" |
| 1739 fi; | 1727 fi; |
| 1740 # Check whether --with-msw or --without-msw was given. | 1728 # Check whether --with-msw or --without-msw was given. |
| 1741 if test "${with_msw+set}" = set; then | 1729 if test "${with_msw+set}" = set; then |
| 1742 enableval="$with_msw" | 1730 enableval="$with_msw" |
| 1744 | 1732 |
| 1745 fi; | 1733 fi; |
| 1746 # If --with-gcc or --without-gcc were given then copy the value to the | 1734 # If --with-gcc or --without-gcc were given then copy the value to the |
| 1747 # equivalent enable_gcc variable. | 1735 # equivalent enable_gcc variable. |
| 1748 if test "${with_gcc+set}" = set; then | 1736 if test "${with_gcc+set}" = set; then |
| 1749 echo gcc Setting enable to "$with_gcc" | |
| 1750 enable_gcc="$with_gcc" | 1737 enable_gcc="$with_gcc" |
| 1751 fi; | 1738 fi; |
| 1752 # If -enable-gcc or --disable-gcc were given then copy the value to the | 1739 # If -enable-gcc or --disable-gcc were given then copy the value to the |
| 1753 # equivalent with_gcc variable. | 1740 # equivalent with_gcc variable. |
| 1754 if test "${enable_gcc+set}" = set; then | 1741 if test "${enable_gcc+set}" = set; then |
| 1755 echo gcc Setting with to "$enable_gcc" | |
| 1756 with_gcc="$enable_gcc" | 1742 with_gcc="$enable_gcc" |
| 1757 fi; | 1743 fi; |
| 1758 # Check whether --with-gcc or --without-gcc was given. | 1744 # Check whether --with-gcc or --without-gcc was given. |
| 1759 if test "${with_gcc+set}" = set; then | 1745 if test "${with_gcc+set}" = set; then |
| 1760 enableval="$with_gcc" | 1746 enableval="$with_gcc" |
| 1762 | 1748 |
| 1763 fi; | 1749 fi; |
| 1764 # If --with-dynamic or --without-dynamic were given then copy the value to the | 1750 # If --with-dynamic or --without-dynamic were given then copy the value to the |
| 1765 # equivalent enable_dynamic variable. | 1751 # equivalent enable_dynamic variable. |
| 1766 if test "${with_dynamic+set}" = set; then | 1752 if test "${with_dynamic+set}" = set; then |
| 1767 echo dynamic Setting enable to "$with_dynamic" | |
| 1768 enable_dynamic="$with_dynamic" | 1753 enable_dynamic="$with_dynamic" |
| 1769 fi; | 1754 fi; |
| 1770 # If -enable-dynamic or --disable-dynamic were given then copy the value to the | 1755 # If -enable-dynamic or --disable-dynamic were given then copy the value to the |
| 1771 # equivalent with_dynamic variable. | 1756 # equivalent with_dynamic variable. |
| 1772 if test "${enable_dynamic+set}" = set; then | 1757 if test "${enable_dynamic+set}" = set; then |
| 1773 echo dynamic Setting with to "$enable_dynamic" | |
| 1774 with_dynamic="$enable_dynamic" | 1758 with_dynamic="$enable_dynamic" |
| 1775 fi; | 1759 fi; |
| 1776 # Check whether --with-dynamic or --without-dynamic was given. | 1760 # Check whether --with-dynamic or --without-dynamic was given. |
| 1777 if test "${with_dynamic+set}" = set; then | 1761 if test "${with_dynamic+set}" = set; then |
| 1778 enableval="$with_dynamic" | 1762 enableval="$with_dynamic" |
| 1780 | 1764 |
| 1781 fi; | 1765 fi; |
| 1782 # If --with-ncurses or --without-ncurses were given then copy the value to the | 1766 # If --with-ncurses or --without-ncurses were given then copy the value to the |
| 1783 # equivalent enable_ncurses variable. | 1767 # equivalent enable_ncurses variable. |
| 1784 if test "${with_ncurses+set}" = set; then | 1768 if test "${with_ncurses+set}" = set; then |
| 1785 echo ncurses Setting enable to "$with_ncurses" | |
| 1786 enable_ncurses="$with_ncurses" | 1769 enable_ncurses="$with_ncurses" |
| 1787 fi; | 1770 fi; |
| 1788 # If -enable-ncurses or --disable-ncurses were given then copy the value to the | 1771 # If -enable-ncurses or --disable-ncurses were given then copy the value to the |
| 1789 # equivalent with_ncurses variable. | 1772 # equivalent with_ncurses variable. |
| 1790 if test "${enable_ncurses+set}" = set; then | 1773 if test "${enable_ncurses+set}" = set; then |
| 1791 echo ncurses Setting with to "$enable_ncurses" | |
| 1792 with_ncurses="$enable_ncurses" | 1774 with_ncurses="$enable_ncurses" |
| 1793 fi; | 1775 fi; |
| 1794 # Check whether --with-ncurses or --without-ncurses was given. | 1776 # Check whether --with-ncurses or --without-ncurses was given. |
| 1795 if test "${with_ncurses+set}" = set; then | 1777 if test "${with_ncurses+set}" = set; then |
| 1796 enableval="$with_ncurses" | 1778 enableval="$with_ncurses" |
| 1798 | 1780 |
| 1799 fi; | 1781 fi; |
| 1800 # If --with-dnet or --without-dnet were given then copy the value to the | 1782 # If --with-dnet or --without-dnet were given then copy the value to the |
| 1801 # equivalent enable_dnet variable. | 1783 # equivalent enable_dnet variable. |
| 1802 if test "${with_dnet+set}" = set; then | 1784 if test "${with_dnet+set}" = set; then |
| 1803 echo dnet Setting enable to "$with_dnet" | |
| 1804 enable_dnet="$with_dnet" | 1785 enable_dnet="$with_dnet" |
| 1805 fi; | 1786 fi; |
| 1806 # If -enable-dnet or --disable-dnet were given then copy the value to the | 1787 # If -enable-dnet or --disable-dnet were given then copy the value to the |
| 1807 # equivalent with_dnet variable. | 1788 # equivalent with_dnet variable. |
| 1808 if test "${enable_dnet+set}" = set; then | 1789 if test "${enable_dnet+set}" = set; then |
| 1809 echo dnet Setting with to "$enable_dnet" | |
| 1810 with_dnet="$enable_dnet" | 1790 with_dnet="$enable_dnet" |
| 1811 fi; | 1791 fi; |
| 1812 # Check whether --with-dnet or --without-dnet was given. | 1792 # Check whether --with-dnet or --without-dnet was given. |
| 1813 if test "${with_dnet+set}" = set; then | 1793 if test "${with_dnet+set}" = set; then |
| 1814 enableval="$with_dnet" | 1794 enableval="$with_dnet" |
| 1816 | 1796 |
| 1817 fi; | 1797 fi; |
| 1818 # If --with-socks or --without-socks were given then copy the value to the | 1798 # If --with-socks or --without-socks were given then copy the value to the |
| 1819 # equivalent enable_socks variable. | 1799 # equivalent enable_socks variable. |
| 1820 if test "${with_socks+set}" = set; then | 1800 if test "${with_socks+set}" = set; then |
| 1821 echo socks Setting enable to "$with_socks" | |
| 1822 enable_socks="$with_socks" | 1801 enable_socks="$with_socks" |
| 1823 fi; | 1802 fi; |
| 1824 # If -enable-socks or --disable-socks were given then copy the value to the | 1803 # If -enable-socks or --disable-socks were given then copy the value to the |
| 1825 # equivalent with_socks variable. | 1804 # equivalent with_socks variable. |
| 1826 if test "${enable_socks+set}" = set; then | 1805 if test "${enable_socks+set}" = set; then |
| 1827 echo socks Setting with to "$enable_socks" | |
| 1828 with_socks="$enable_socks" | 1806 with_socks="$enable_socks" |
| 1829 fi; | 1807 fi; |
| 1830 # Check whether --with-socks or --without-socks was given. | 1808 # Check whether --with-socks or --without-socks was given. |
| 1831 if test "${with_socks+set}" = set; then | 1809 if test "${with_socks+set}" = set; then |
| 1832 enableval="$with_socks" | 1810 enableval="$with_socks" |
| 1834 | 1812 |
| 1835 fi; | 1813 fi; |
| 1836 # If --with-dragndrop or --without-dragndrop were given then copy the value to the | 1814 # If --with-dragndrop or --without-dragndrop were given then copy the value to the |
| 1837 # equivalent enable_dragndrop variable. | 1815 # equivalent enable_dragndrop variable. |
| 1838 if test "${with_dragndrop+set}" = set; then | 1816 if test "${with_dragndrop+set}" = set; then |
| 1839 echo dragndrop Setting enable to "$with_dragndrop" | |
| 1840 enable_dragndrop="$with_dragndrop" | 1817 enable_dragndrop="$with_dragndrop" |
| 1841 fi; | 1818 fi; |
| 1842 # If -enable-dragndrop or --disable-dragndrop were given then copy the value to the | 1819 # If -enable-dragndrop or --disable-dragndrop were given then copy the value to the |
| 1843 # equivalent with_dragndrop variable. | 1820 # equivalent with_dragndrop variable. |
| 1844 if test "${enable_dragndrop+set}" = set; then | 1821 if test "${enable_dragndrop+set}" = set; then |
| 1845 echo dragndrop Setting with to "$enable_dragndrop" | |
| 1846 with_dragndrop="$enable_dragndrop" | 1822 with_dragndrop="$enable_dragndrop" |
| 1847 fi; | 1823 fi; |
| 1848 # Check whether --with-dragndrop or --without-dragndrop was given. | 1824 # Check whether --with-dragndrop or --without-dragndrop was given. |
| 1849 if test "${with_dragndrop+set}" = set; then | 1825 if test "${with_dragndrop+set}" = set; then |
| 1850 enableval="$with_dragndrop" | 1826 enableval="$with_dragndrop" |
| 1852 | 1828 |
| 1853 fi; | 1829 fi; |
| 1854 # If --with-cde or --without-cde were given then copy the value to the | 1830 # If --with-cde or --without-cde were given then copy the value to the |
| 1855 # equivalent enable_cde variable. | 1831 # equivalent enable_cde variable. |
| 1856 if test "${with_cde+set}" = set; then | 1832 if test "${with_cde+set}" = set; then |
| 1857 echo cde Setting enable to "$with_cde" | |
| 1858 enable_cde="$with_cde" | 1833 enable_cde="$with_cde" |
| 1859 fi; | 1834 fi; |
| 1860 # If -enable-cde or --disable-cde were given then copy the value to the | 1835 # If -enable-cde or --disable-cde were given then copy the value to the |
| 1861 # equivalent with_cde variable. | 1836 # equivalent with_cde variable. |
| 1862 if test "${enable_cde+set}" = set; then | 1837 if test "${enable_cde+set}" = set; then |
| 1863 echo cde Setting with to "$enable_cde" | |
| 1864 with_cde="$enable_cde" | 1838 with_cde="$enable_cde" |
| 1865 fi; | 1839 fi; |
| 1866 # Check whether --with-cde or --without-cde was given. | 1840 # Check whether --with-cde or --without-cde was given. |
| 1867 if test "${with_cde+set}" = set; then | 1841 if test "${with_cde+set}" = set; then |
| 1868 enableval="$with_cde" | 1842 enableval="$with_cde" |
| 1870 | 1844 |
| 1871 fi; | 1845 fi; |
| 1872 # If --with-offix or --without-offix were given then copy the value to the | 1846 # If --with-offix or --without-offix were given then copy the value to the |
| 1873 # equivalent enable_offix variable. | 1847 # equivalent enable_offix variable. |
| 1874 if test "${with_offix+set}" = set; then | 1848 if test "${with_offix+set}" = set; then |
| 1875 echo offix Setting enable to "$with_offix" | |
| 1876 enable_offix="$with_offix" | 1849 enable_offix="$with_offix" |
| 1877 fi; | 1850 fi; |
| 1878 # If -enable-offix or --disable-offix were given then copy the value to the | 1851 # If -enable-offix or --disable-offix were given then copy the value to the |
| 1879 # equivalent with_offix variable. | 1852 # equivalent with_offix variable. |
| 1880 if test "${enable_offix+set}" = set; then | 1853 if test "${enable_offix+set}" = set; then |
| 1881 echo offix Setting with to "$enable_offix" | |
| 1882 with_offix="$enable_offix" | 1854 with_offix="$enable_offix" |
| 1883 fi; | 1855 fi; |
| 1884 # Check whether --with-offix or --without-offix was given. | 1856 # Check whether --with-offix or --without-offix was given. |
| 1885 if test "${with_offix+set}" = set; then | 1857 if test "${with_offix+set}" = set; then |
| 1886 enableval="$with_offix" | 1858 enableval="$with_offix" |
| 1888 | 1860 |
| 1889 fi; | 1861 fi; |
| 1890 # If --with-gpm or --without-gpm were given then copy the value to the | 1862 # If --with-gpm or --without-gpm were given then copy the value to the |
| 1891 # equivalent enable_gpm variable. | 1863 # equivalent enable_gpm variable. |
| 1892 if test "${with_gpm+set}" = set; then | 1864 if test "${with_gpm+set}" = set; then |
| 1893 echo gpm Setting enable to "$with_gpm" | |
| 1894 enable_gpm="$with_gpm" | 1865 enable_gpm="$with_gpm" |
| 1895 fi; | 1866 fi; |
| 1896 # If -enable-gpm or --disable-gpm were given then copy the value to the | 1867 # If -enable-gpm or --disable-gpm were given then copy the value to the |
| 1897 # equivalent with_gpm variable. | 1868 # equivalent with_gpm variable. |
| 1898 if test "${enable_gpm+set}" = set; then | 1869 if test "${enable_gpm+set}" = set; then |
| 1899 echo gpm Setting with to "$enable_gpm" | |
| 1900 with_gpm="$enable_gpm" | 1870 with_gpm="$enable_gpm" |
| 1901 fi; | 1871 fi; |
| 1902 # Check whether --with-gpm or --without-gpm was given. | 1872 # Check whether --with-gpm or --without-gpm was given. |
| 1903 if test "${with_gpm+set}" = set; then | 1873 if test "${with_gpm+set}" = set; then |
| 1904 enableval="$with_gpm" | 1874 enableval="$with_gpm" |
| 1906 | 1876 |
| 1907 fi; | 1877 fi; |
| 1908 # If --with-xpm or --without-xpm were given then copy the value to the | 1878 # If --with-xpm or --without-xpm were given then copy the value to the |
| 1909 # equivalent enable_xpm variable. | 1879 # equivalent enable_xpm variable. |
| 1910 if test "${with_xpm+set}" = set; then | 1880 if test "${with_xpm+set}" = set; then |
| 1911 echo xpm Setting enable to "$with_xpm" | |
| 1912 enable_xpm="$with_xpm" | 1881 enable_xpm="$with_xpm" |
| 1913 fi; | 1882 fi; |
| 1914 # If -enable-xpm or --disable-xpm were given then copy the value to the | 1883 # If -enable-xpm or --disable-xpm were given then copy the value to the |
| 1915 # equivalent with_xpm variable. | 1884 # equivalent with_xpm variable. |
| 1916 if test "${enable_xpm+set}" = set; then | 1885 if test "${enable_xpm+set}" = set; then |
| 1917 echo xpm Setting with to "$enable_xpm" | |
| 1918 with_xpm="$enable_xpm" | 1886 with_xpm="$enable_xpm" |
| 1919 fi; | 1887 fi; |
| 1920 # Check whether --with-xpm or --without-xpm was given. | 1888 # Check whether --with-xpm or --without-xpm was given. |
| 1921 if test "${with_xpm+set}" = set; then | 1889 if test "${with_xpm+set}" = set; then |
| 1922 enableval="$with_xpm" | 1890 enableval="$with_xpm" |
| 1924 | 1892 |
| 1925 fi; | 1893 fi; |
| 1926 # If --with-xface or --without-xface were given then copy the value to the | 1894 # If --with-xface or --without-xface were given then copy the value to the |
| 1927 # equivalent enable_xface variable. | 1895 # equivalent enable_xface variable. |
| 1928 if test "${with_xface+set}" = set; then | 1896 if test "${with_xface+set}" = set; then |
| 1929 echo xface Setting enable to "$with_xface" | |
| 1930 enable_xface="$with_xface" | 1897 enable_xface="$with_xface" |
| 1931 fi; | 1898 fi; |
| 1932 # If -enable-xface or --disable-xface were given then copy the value to the | 1899 # If -enable-xface or --disable-xface were given then copy the value to the |
| 1933 # equivalent with_xface variable. | 1900 # equivalent with_xface variable. |
| 1934 if test "${enable_xface+set}" = set; then | 1901 if test "${enable_xface+set}" = set; then |
| 1935 echo xface Setting with to "$enable_xface" | |
| 1936 with_xface="$enable_xface" | 1902 with_xface="$enable_xface" |
| 1937 fi; | 1903 fi; |
| 1938 # Check whether --with-xface or --without-xface was given. | 1904 # Check whether --with-xface or --without-xface was given. |
| 1939 if test "${with_xface+set}" = set; then | 1905 if test "${with_xface+set}" = set; then |
| 1940 enableval="$with_xface" | 1906 enableval="$with_xface" |
| 1942 | 1908 |
| 1943 fi; | 1909 fi; |
| 1944 # If --with-gif or --without-gif were given then copy the value to the | 1910 # If --with-gif or --without-gif were given then copy the value to the |
| 1945 # equivalent enable_gif variable. | 1911 # equivalent enable_gif variable. |
| 1946 if test "${with_gif+set}" = set; then | 1912 if test "${with_gif+set}" = set; then |
| 1947 echo gif Setting enable to "$with_gif" | |
| 1948 enable_gif="$with_gif" | 1913 enable_gif="$with_gif" |
| 1949 fi; | 1914 fi; |
| 1950 # If -enable-gif or --disable-gif were given then copy the value to the | 1915 # If -enable-gif or --disable-gif were given then copy the value to the |
| 1951 # equivalent with_gif variable. | 1916 # equivalent with_gif variable. |
| 1952 if test "${enable_gif+set}" = set; then | 1917 if test "${enable_gif+set}" = set; then |
| 1953 echo gif Setting with to "$enable_gif" | |
| 1954 with_gif="$enable_gif" | 1918 with_gif="$enable_gif" |
| 1955 fi; | 1919 fi; |
| 1956 # Check whether --with-gif or --without-gif was given. | 1920 # Check whether --with-gif or --without-gif was given. |
| 1957 if test "${with_gif+set}" = set; then | 1921 if test "${with_gif+set}" = set; then |
| 1958 enableval="$with_gif" | 1922 enableval="$with_gif" |
| 1960 | 1924 |
| 1961 fi; | 1925 fi; |
| 1962 # If --with-jpeg or --without-jpeg were given then copy the value to the | 1926 # If --with-jpeg or --without-jpeg were given then copy the value to the |
| 1963 # equivalent enable_jpeg variable. | 1927 # equivalent enable_jpeg variable. |
| 1964 if test "${with_jpeg+set}" = set; then | 1928 if test "${with_jpeg+set}" = set; then |
| 1965 echo jpeg Setting enable to "$with_jpeg" | |
| 1966 enable_jpeg="$with_jpeg" | 1929 enable_jpeg="$with_jpeg" |
| 1967 fi; | 1930 fi; |
| 1968 # If -enable-jpeg or --disable-jpeg were given then copy the value to the | 1931 # If -enable-jpeg or --disable-jpeg were given then copy the value to the |
| 1969 # equivalent with_jpeg variable. | 1932 # equivalent with_jpeg variable. |
| 1970 if test "${enable_jpeg+set}" = set; then | 1933 if test "${enable_jpeg+set}" = set; then |
| 1971 echo jpeg Setting with to "$enable_jpeg" | |
| 1972 with_jpeg="$enable_jpeg" | 1934 with_jpeg="$enable_jpeg" |
| 1973 fi; | 1935 fi; |
| 1974 # Check whether --with-jpeg or --without-jpeg was given. | 1936 # Check whether --with-jpeg or --without-jpeg was given. |
| 1975 if test "${with_jpeg+set}" = set; then | 1937 if test "${with_jpeg+set}" = set; then |
| 1976 enableval="$with_jpeg" | 1938 enableval="$with_jpeg" |
| 1978 | 1940 |
| 1979 fi; | 1941 fi; |
| 1980 # If --with-png or --without-png were given then copy the value to the | 1942 # If --with-png or --without-png were given then copy the value to the |
| 1981 # equivalent enable_png variable. | 1943 # equivalent enable_png variable. |
| 1982 if test "${with_png+set}" = set; then | 1944 if test "${with_png+set}" = set; then |
| 1983 echo png Setting enable to "$with_png" | |
| 1984 enable_png="$with_png" | 1945 enable_png="$with_png" |
| 1985 fi; | 1946 fi; |
| 1986 # If -enable-png or --disable-png were given then copy the value to the | 1947 # If -enable-png or --disable-png were given then copy the value to the |
| 1987 # equivalent with_png variable. | 1948 # equivalent with_png variable. |
| 1988 if test "${enable_png+set}" = set; then | 1949 if test "${enable_png+set}" = set; then |
| 1989 echo png Setting with to "$enable_png" | |
| 1990 with_png="$enable_png" | 1950 with_png="$enable_png" |
| 1991 fi; | 1951 fi; |
| 1992 # Check whether --with-png or --without-png was given. | 1952 # Check whether --with-png or --without-png was given. |
| 1993 if test "${with_png+set}" = set; then | 1953 if test "${with_png+set}" = set; then |
| 1994 enableval="$with_png" | 1954 enableval="$with_png" |
| 1996 | 1956 |
| 1997 fi; | 1957 fi; |
| 1998 # If --with-tiff or --without-tiff were given then copy the value to the | 1958 # If --with-tiff or --without-tiff were given then copy the value to the |
| 1999 # equivalent enable_tiff variable. | 1959 # equivalent enable_tiff variable. |
| 2000 if test "${with_tiff+set}" = set; then | 1960 if test "${with_tiff+set}" = set; then |
| 2001 echo tiff Setting enable to "$with_tiff" | |
| 2002 enable_tiff="$with_tiff" | 1961 enable_tiff="$with_tiff" |
| 2003 fi; | 1962 fi; |
| 2004 # If -enable-tiff or --disable-tiff were given then copy the value to the | 1963 # If -enable-tiff or --disable-tiff were given then copy the value to the |
| 2005 # equivalent with_tiff variable. | 1964 # equivalent with_tiff variable. |
| 2006 if test "${enable_tiff+set}" = set; then | 1965 if test "${enable_tiff+set}" = set; then |
| 2007 echo tiff Setting with to "$enable_tiff" | |
| 2008 with_tiff="$enable_tiff" | 1966 with_tiff="$enable_tiff" |
| 2009 fi; | 1967 fi; |
| 2010 # Check whether --with-tiff or --without-tiff was given. | 1968 # Check whether --with-tiff or --without-tiff was given. |
| 2011 if test "${with_tiff+set}" = set; then | 1969 if test "${with_tiff+set}" = set; then |
| 2012 enableval="$with_tiff" | 1970 enableval="$with_tiff" |
| 2014 | 1972 |
| 2015 fi; | 1973 fi; |
| 2016 # If --with-zlib or --without-zlib were given then copy the value to the | 1974 # If --with-zlib or --without-zlib were given then copy the value to the |
| 2017 # equivalent enable_zlib variable. | 1975 # equivalent enable_zlib variable. |
| 2018 if test "${with_zlib+set}" = set; then | 1976 if test "${with_zlib+set}" = set; then |
| 2019 echo zlib Setting enable to "$with_zlib" | |
| 2020 enable_zlib="$with_zlib" | 1977 enable_zlib="$with_zlib" |
| 2021 fi; | 1978 fi; |
| 2022 # If -enable-zlib or --disable-zlib were given then copy the value to the | 1979 # If -enable-zlib or --disable-zlib were given then copy the value to the |
| 2023 # equivalent with_zlib variable. | 1980 # equivalent with_zlib variable. |
| 2024 if test "${enable_zlib+set}" = set; then | 1981 if test "${enable_zlib+set}" = set; then |
| 2025 echo zlib Setting with to "$enable_zlib" | |
| 2026 with_zlib="$enable_zlib" | 1982 with_zlib="$enable_zlib" |
| 2027 fi; | 1983 fi; |
| 2028 # Check whether --with-zlib or --without-zlib was given. | 1984 # Check whether --with-zlib or --without-zlib was given. |
| 2029 if test "${with_zlib+set}" = set; then | 1985 if test "${with_zlib+set}" = set; then |
| 2030 enableval="$with_zlib" | 1986 enableval="$with_zlib" |
| 2032 | 1988 |
| 2033 fi; | 1989 fi; |
| 2034 # If --with-wmcommand or --without-wmcommand were given then copy the value to the | 1990 # If --with-wmcommand or --without-wmcommand were given then copy the value to the |
| 2035 # equivalent enable_wmcommand variable. | 1991 # equivalent enable_wmcommand variable. |
| 2036 if test "${with_wmcommand+set}" = set; then | 1992 if test "${with_wmcommand+set}" = set; then |
| 2037 echo wmcommand Setting enable to "$with_wmcommand" | |
| 2038 enable_wmcommand="$with_wmcommand" | 1993 enable_wmcommand="$with_wmcommand" |
| 2039 fi; | 1994 fi; |
| 2040 # If -enable-wmcommand or --disable-wmcommand were given then copy the value to the | 1995 # If -enable-wmcommand or --disable-wmcommand were given then copy the value to the |
| 2041 # equivalent with_wmcommand variable. | 1996 # equivalent with_wmcommand variable. |
| 2042 if test "${enable_wmcommand+set}" = set; then | 1997 if test "${enable_wmcommand+set}" = set; then |
| 2043 echo wmcommand Setting with to "$enable_wmcommand" | |
| 2044 with_wmcommand="$enable_wmcommand" | 1998 with_wmcommand="$enable_wmcommand" |
| 2045 fi; | 1999 fi; |
| 2046 # Check whether --with-wmcommand or --without-wmcommand was given. | 2000 # Check whether --with-wmcommand or --without-wmcommand was given. |
| 2047 if test "${with_wmcommand+set}" = set; then | 2001 if test "${with_wmcommand+set}" = set; then |
| 2048 enableval="$with_wmcommand" | 2002 enableval="$with_wmcommand" |
| 2050 | 2004 |
| 2051 fi; | 2005 fi; |
| 2052 # If --with-xmu or --without-xmu were given then copy the value to the | 2006 # If --with-xmu or --without-xmu were given then copy the value to the |
| 2053 # equivalent enable_xmu variable. | 2007 # equivalent enable_xmu variable. |
| 2054 if test "${with_xmu+set}" = set; then | 2008 if test "${with_xmu+set}" = set; then |
| 2055 echo xmu Setting enable to "$with_xmu" | |
| 2056 enable_xmu="$with_xmu" | 2009 enable_xmu="$with_xmu" |
| 2057 fi; | 2010 fi; |
| 2058 # If -enable-xmu or --disable-xmu were given then copy the value to the | 2011 # If -enable-xmu or --disable-xmu were given then copy the value to the |
| 2059 # equivalent with_xmu variable. | 2012 # equivalent with_xmu variable. |
| 2060 if test "${enable_xmu+set}" = set; then | 2013 if test "${enable_xmu+set}" = set; then |
| 2061 echo xmu Setting with to "$enable_xmu" | |
| 2062 with_xmu="$enable_xmu" | 2014 with_xmu="$enable_xmu" |
| 2063 fi; | 2015 fi; |
| 2064 # Check whether --with-xmu or --without-xmu was given. | 2016 # Check whether --with-xmu or --without-xmu was given. |
| 2065 if test "${with_xmu+set}" = set; then | 2017 if test "${with_xmu+set}" = set; then |
| 2066 enableval="$with_xmu" | 2018 enableval="$with_xmu" |
| 2068 | 2020 |
| 2069 fi; | 2021 fi; |
| 2070 # If --with-purify or --without-purify were given then copy the value to the | 2022 # If --with-purify or --without-purify were given then copy the value to the |
| 2071 # equivalent enable_purify variable. | 2023 # equivalent enable_purify variable. |
| 2072 if test "${with_purify+set}" = set; then | 2024 if test "${with_purify+set}" = set; then |
| 2073 echo purify Setting enable to "$with_purify" | |
| 2074 enable_purify="$with_purify" | 2025 enable_purify="$with_purify" |
| 2075 fi; | 2026 fi; |
| 2076 # If -enable-purify or --disable-purify were given then copy the value to the | 2027 # If -enable-purify or --disable-purify were given then copy the value to the |
| 2077 # equivalent with_purify variable. | 2028 # equivalent with_purify variable. |
| 2078 if test "${enable_purify+set}" = set; then | 2029 if test "${enable_purify+set}" = set; then |
| 2079 echo purify Setting with to "$enable_purify" | |
| 2080 with_purify="$enable_purify" | 2030 with_purify="$enable_purify" |
| 2081 fi; | 2031 fi; |
| 2082 # Check whether --with-purify or --without-purify was given. | 2032 # Check whether --with-purify or --without-purify was given. |
| 2083 if test "${with_purify+set}" = set; then | 2033 if test "${with_purify+set}" = set; then |
| 2084 enableval="$with_purify" | 2034 enableval="$with_purify" |
| 2086 | 2036 |
| 2087 fi; | 2037 fi; |
| 2088 # If --with-quantify or --without-quantify were given then copy the value to the | 2038 # If --with-quantify or --without-quantify were given then copy the value to the |
| 2089 # equivalent enable_quantify variable. | 2039 # equivalent enable_quantify variable. |
| 2090 if test "${with_quantify+set}" = set; then | 2040 if test "${with_quantify+set}" = set; then |
| 2091 echo quantify Setting enable to "$with_quantify" | |
| 2092 enable_quantify="$with_quantify" | 2041 enable_quantify="$with_quantify" |
| 2093 fi; | 2042 fi; |
| 2094 # If -enable-quantify or --disable-quantify were given then copy the value to the | 2043 # If -enable-quantify or --disable-quantify were given then copy the value to the |
| 2095 # equivalent with_quantify variable. | 2044 # equivalent with_quantify variable. |
| 2096 if test "${enable_quantify+set}" = set; then | 2045 if test "${enable_quantify+set}" = set; then |
| 2097 echo quantify Setting with to "$enable_quantify" | |
| 2098 with_quantify="$enable_quantify" | 2046 with_quantify="$enable_quantify" |
| 2099 fi; | 2047 fi; |
| 2100 # Check whether --with-quantify or --without-quantify was given. | 2048 # Check whether --with-quantify or --without-quantify was given. |
| 2101 if test "${with_quantify+set}" = set; then | 2049 if test "${with_quantify+set}" = set; then |
| 2102 enableval="$with_quantify" | 2050 enableval="$with_quantify" |
| 2104 | 2052 |
| 2105 fi; | 2053 fi; |
| 2106 # If --with-toolbars or --without-toolbars were given then copy the value to the | 2054 # If --with-toolbars or --without-toolbars were given then copy the value to the |
| 2107 # equivalent enable_toolbars variable. | 2055 # equivalent enable_toolbars variable. |
| 2108 if test "${with_toolbars+set}" = set; then | 2056 if test "${with_toolbars+set}" = set; then |
| 2109 echo toolbars Setting enable to "$with_toolbars" | |
| 2110 enable_toolbars="$with_toolbars" | 2057 enable_toolbars="$with_toolbars" |
| 2111 fi; | 2058 fi; |
| 2112 # If -enable-toolbars or --disable-toolbars were given then copy the value to the | 2059 # If -enable-toolbars or --disable-toolbars were given then copy the value to the |
| 2113 # equivalent with_toolbars variable. | 2060 # equivalent with_toolbars variable. |
| 2114 if test "${enable_toolbars+set}" = set; then | 2061 if test "${enable_toolbars+set}" = set; then |
| 2115 echo toolbars Setting with to "$enable_toolbars" | |
| 2116 with_toolbars="$enable_toolbars" | 2062 with_toolbars="$enable_toolbars" |
| 2117 fi; | 2063 fi; |
| 2118 # Check whether --with-toolbars or --without-toolbars was given. | 2064 # Check whether --with-toolbars or --without-toolbars was given. |
| 2119 if test "${with_toolbars+set}" = set; then | 2065 if test "${with_toolbars+set}" = set; then |
| 2120 enableval="$with_toolbars" | 2066 enableval="$with_toolbars" |
| 2122 | 2068 |
| 2123 fi; | 2069 fi; |
| 2124 # If --with-tty or --without-tty were given then copy the value to the | 2070 # If --with-tty or --without-tty were given then copy the value to the |
| 2125 # equivalent enable_tty variable. | 2071 # equivalent enable_tty variable. |
| 2126 if test "${with_tty+set}" = set; then | 2072 if test "${with_tty+set}" = set; then |
| 2127 echo tty Setting enable to "$with_tty" | |
| 2128 enable_tty="$with_tty" | 2073 enable_tty="$with_tty" |
| 2129 fi; | 2074 fi; |
| 2130 # If -enable-tty or --disable-tty were given then copy the value to the | 2075 # If -enable-tty or --disable-tty were given then copy the value to the |
| 2131 # equivalent with_tty variable. | 2076 # equivalent with_tty variable. |
| 2132 if test "${enable_tty+set}" = set; then | 2077 if test "${enable_tty+set}" = set; then |
| 2133 echo tty Setting with to "$enable_tty" | |
| 2134 with_tty="$enable_tty" | 2078 with_tty="$enable_tty" |
| 2135 fi; | 2079 fi; |
| 2136 # Check whether --with-tty or --without-tty was given. | 2080 # Check whether --with-tty or --without-tty was given. |
| 2137 if test "${with_tty+set}" = set; then | 2081 if test "${with_tty+set}" = set; then |
| 2138 enableval="$with_tty" | 2082 enableval="$with_tty" |
| 2140 | 2084 |
| 2141 fi; | 2085 fi; |
| 2142 # If --with-xfs or --without-xfs were given then copy the value to the | 2086 # If --with-xfs or --without-xfs were given then copy the value to the |
| 2143 # equivalent enable_xfs variable. | 2087 # equivalent enable_xfs variable. |
| 2144 if test "${with_xfs+set}" = set; then | 2088 if test "${with_xfs+set}" = set; then |
| 2145 echo xfs Setting enable to "$with_xfs" | |
| 2146 enable_xfs="$with_xfs" | 2089 enable_xfs="$with_xfs" |
| 2147 fi; | 2090 fi; |
| 2148 # If -enable-xfs or --disable-xfs were given then copy the value to the | 2091 # If -enable-xfs or --disable-xfs were given then copy the value to the |
| 2149 # equivalent with_xfs variable. | 2092 # equivalent with_xfs variable. |
| 2150 if test "${enable_xfs+set}" = set; then | 2093 if test "${enable_xfs+set}" = set; then |
| 2151 echo xfs Setting with to "$enable_xfs" | |
| 2152 with_xfs="$enable_xfs" | 2094 with_xfs="$enable_xfs" |
| 2153 fi; | 2095 fi; |
| 2154 # Check whether --with-xfs or --without-xfs was given. | 2096 # Check whether --with-xfs or --without-xfs was given. |
| 2155 if test "${with_xfs+set}" = set; then | 2097 if test "${with_xfs+set}" = set; then |
| 2156 enableval="$with_xfs" | 2098 enableval="$with_xfs" |
| 2158 | 2100 |
| 2159 fi; | 2101 fi; |
| 2160 # If --with-mule or --without-mule were given then copy the value to the | 2102 # If --with-mule or --without-mule were given then copy the value to the |
| 2161 # equivalent enable_mule variable. | 2103 # equivalent enable_mule variable. |
| 2162 if test "${with_mule+set}" = set; then | 2104 if test "${with_mule+set}" = set; then |
| 2163 echo mule Setting enable to "$with_mule" | |
| 2164 enable_mule="$with_mule" | 2105 enable_mule="$with_mule" |
| 2165 fi; | 2106 fi; |
| 2166 # If -enable-mule or --disable-mule were given then copy the value to the | 2107 # If -enable-mule or --disable-mule were given then copy the value to the |
| 2167 # equivalent with_mule variable. | 2108 # equivalent with_mule variable. |
| 2168 if test "${enable_mule+set}" = set; then | 2109 if test "${enable_mule+set}" = set; then |
| 2169 echo mule Setting with to "$enable_mule" | |
| 2170 with_mule="$enable_mule" | 2110 with_mule="$enable_mule" |
| 2171 fi; | 2111 fi; |
| 2172 # Check whether --with-mule or --without-mule was given. | 2112 # Check whether --with-mule or --without-mule was given. |
| 2173 if test "${with_mule+set}" = set; then | 2113 if test "${with_mule+set}" = set; then |
| 2174 enableval="$with_mule" | 2114 enableval="$with_mule" |
| 2176 | 2116 |
| 2177 fi; | 2117 fi; |
| 2178 # If --with-default-eol-detection or --without-default-eol-detection were given then copy the value to the | 2118 # If --with-default-eol-detection or --without-default-eol-detection were given then copy the value to the |
| 2179 # equivalent enable_default-eol-detection variable. | 2119 # equivalent enable_default-eol-detection variable. |
| 2180 if test "${with_default_eol_detection+set}" = set; then | 2120 if test "${with_default_eol_detection+set}" = set; then |
| 2181 echo default-eol-detection Setting enable to "$with_default_eol_detection" | |
| 2182 enable_default_eol_detection="$with_default_eol_detection" | 2121 enable_default_eol_detection="$with_default_eol_detection" |
| 2183 fi; | 2122 fi; |
| 2184 # If -enable-default-eol-detection or --disable-default-eol-detection were given then copy the value to the | 2123 # If -enable-default-eol-detection or --disable-default-eol-detection were given then copy the value to the |
| 2185 # equivalent with_default-eol-detection variable. | 2124 # equivalent with_default-eol-detection variable. |
| 2186 if test "${enable_default_eol_detection+set}" = set; then | 2125 if test "${enable_default_eol_detection+set}" = set; then |
| 2187 echo default-eol-detection Setting with to "$enable_default_eol_detection" | |
| 2188 with_default_eol_detection="$enable_default_eol_detection" | 2126 with_default_eol_detection="$enable_default_eol_detection" |
| 2189 fi; | 2127 fi; |
| 2190 # Check whether --with-default-eol-detection or --without-default-eol-detection was given. | 2128 # Check whether --with-default-eol-detection or --without-default-eol-detection was given. |
| 2191 if test "${with_default_eol_detection+set}" = set; then | 2129 if test "${with_default_eol_detection+set}" = set; then |
| 2192 enableval="$with_default_eol_detection" | 2130 enableval="$with_default_eol_detection" |
| 2194 | 2132 |
| 2195 fi; | 2133 fi; |
| 2196 # If --with-canna or --without-canna were given then copy the value to the | 2134 # If --with-canna or --without-canna were given then copy the value to the |
| 2197 # equivalent enable_canna variable. | 2135 # equivalent enable_canna variable. |
| 2198 if test "${with_canna+set}" = set; then | 2136 if test "${with_canna+set}" = set; then |
| 2199 echo canna Setting enable to "$with_canna" | |
| 2200 enable_canna="$with_canna" | 2137 enable_canna="$with_canna" |
| 2201 fi; | 2138 fi; |
| 2202 # If -enable-canna or --disable-canna were given then copy the value to the | 2139 # If -enable-canna or --disable-canna were given then copy the value to the |
| 2203 # equivalent with_canna variable. | 2140 # equivalent with_canna variable. |
| 2204 if test "${enable_canna+set}" = set; then | 2141 if test "${enable_canna+set}" = set; then |
| 2205 echo canna Setting with to "$enable_canna" | |
| 2206 with_canna="$enable_canna" | 2142 with_canna="$enable_canna" |
| 2207 fi; | 2143 fi; |
| 2208 # Check whether --with-canna or --without-canna was given. | 2144 # Check whether --with-canna or --without-canna was given. |
| 2209 if test "${with_canna+set}" = set; then | 2145 if test "${with_canna+set}" = set; then |
| 2210 enableval="$with_canna" | 2146 enableval="$with_canna" |
| 2212 | 2148 |
| 2213 fi; | 2149 fi; |
| 2214 # If --with-wnn or --without-wnn were given then copy the value to the | 2150 # If --with-wnn or --without-wnn were given then copy the value to the |
| 2215 # equivalent enable_wnn variable. | 2151 # equivalent enable_wnn variable. |
| 2216 if test "${with_wnn+set}" = set; then | 2152 if test "${with_wnn+set}" = set; then |
| 2217 echo wnn Setting enable to "$with_wnn" | |
| 2218 enable_wnn="$with_wnn" | 2153 enable_wnn="$with_wnn" |
| 2219 fi; | 2154 fi; |
| 2220 # If -enable-wnn or --disable-wnn were given then copy the value to the | 2155 # If -enable-wnn or --disable-wnn were given then copy the value to the |
| 2221 # equivalent with_wnn variable. | 2156 # equivalent with_wnn variable. |
| 2222 if test "${enable_wnn+set}" = set; then | 2157 if test "${enable_wnn+set}" = set; then |
| 2223 echo wnn Setting with to "$enable_wnn" | |
| 2224 with_wnn="$enable_wnn" | 2158 with_wnn="$enable_wnn" |
| 2225 fi; | 2159 fi; |
| 2226 # Check whether --with-wnn or --without-wnn was given. | 2160 # Check whether --with-wnn or --without-wnn was given. |
| 2227 if test "${with_wnn+set}" = set; then | 2161 if test "${with_wnn+set}" = set; then |
| 2228 enableval="$with_wnn" | 2162 enableval="$with_wnn" |
| 2230 | 2164 |
| 2231 fi; | 2165 fi; |
| 2232 # If --with-wnn6 or --without-wnn6 were given then copy the value to the | 2166 # If --with-wnn6 or --without-wnn6 were given then copy the value to the |
| 2233 # equivalent enable_wnn6 variable. | 2167 # equivalent enable_wnn6 variable. |
| 2234 if test "${with_wnn6+set}" = set; then | 2168 if test "${with_wnn6+set}" = set; then |
| 2235 echo wnn6 Setting enable to "$with_wnn6" | |
| 2236 enable_wnn6="$with_wnn6" | 2169 enable_wnn6="$with_wnn6" |
| 2237 fi; | 2170 fi; |
| 2238 # If -enable-wnn6 or --disable-wnn6 were given then copy the value to the | 2171 # If -enable-wnn6 or --disable-wnn6 were given then copy the value to the |
| 2239 # equivalent with_wnn6 variable. | 2172 # equivalent with_wnn6 variable. |
| 2240 if test "${enable_wnn6+set}" = set; then | 2173 if test "${enable_wnn6+set}" = set; then |
| 2241 echo wnn6 Setting with to "$enable_wnn6" | |
| 2242 with_wnn6="$enable_wnn6" | 2174 with_wnn6="$enable_wnn6" |
| 2243 fi; | 2175 fi; |
| 2244 # Check whether --with-wnn6 or --without-wnn6 was given. | 2176 # Check whether --with-wnn6 or --without-wnn6 was given. |
| 2245 if test "${with_wnn6+set}" = set; then | 2177 if test "${with_wnn6+set}" = set; then |
| 2246 enableval="$with_wnn6" | 2178 enableval="$with_wnn6" |
| 2248 | 2180 |
| 2249 fi; | 2181 fi; |
| 2250 # If --with-workshop or --without-workshop were given then copy the value to the | 2182 # If --with-workshop or --without-workshop were given then copy the value to the |
| 2251 # equivalent enable_workshop variable. | 2183 # equivalent enable_workshop variable. |
| 2252 if test "${with_workshop+set}" = set; then | 2184 if test "${with_workshop+set}" = set; then |
| 2253 echo workshop Setting enable to "$with_workshop" | |
| 2254 enable_workshop="$with_workshop" | 2185 enable_workshop="$with_workshop" |
| 2255 fi; | 2186 fi; |
| 2256 # If -enable-workshop or --disable-workshop were given then copy the value to the | 2187 # If -enable-workshop or --disable-workshop were given then copy the value to the |
| 2257 # equivalent with_workshop variable. | 2188 # equivalent with_workshop variable. |
| 2258 if test "${enable_workshop+set}" = set; then | 2189 if test "${enable_workshop+set}" = set; then |
| 2259 echo workshop Setting with to "$enable_workshop" | |
| 2260 with_workshop="$enable_workshop" | 2190 with_workshop="$enable_workshop" |
| 2261 fi; | 2191 fi; |
| 2262 # Check whether --with-workshop or --without-workshop was given. | 2192 # Check whether --with-workshop or --without-workshop was given. |
| 2263 if test "${with_workshop+set}" = set; then | 2193 if test "${with_workshop+set}" = set; then |
| 2264 enableval="$with_workshop" | 2194 enableval="$with_workshop" |
| 2266 | 2196 |
| 2267 fi; | 2197 fi; |
| 2268 # If --with-sparcworks or --without-sparcworks were given then copy the value to the | 2198 # If --with-sparcworks or --without-sparcworks were given then copy the value to the |
| 2269 # equivalent enable_sparcworks variable. | 2199 # equivalent enable_sparcworks variable. |
| 2270 if test "${with_sparcworks+set}" = set; then | 2200 if test "${with_sparcworks+set}" = set; then |
| 2271 echo sparcworks Setting enable to "$with_sparcworks" | |
| 2272 enable_sparcworks="$with_sparcworks" | 2201 enable_sparcworks="$with_sparcworks" |
| 2273 fi; | 2202 fi; |
| 2274 # If -enable-sparcworks or --disable-sparcworks were given then copy the value to the | 2203 # If -enable-sparcworks or --disable-sparcworks were given then copy the value to the |
| 2275 # equivalent with_sparcworks variable. | 2204 # equivalent with_sparcworks variable. |
| 2276 if test "${enable_sparcworks+set}" = set; then | 2205 if test "${enable_sparcworks+set}" = set; then |
| 2277 echo sparcworks Setting with to "$enable_sparcworks" | |
| 2278 with_sparcworks="$enable_sparcworks" | 2206 with_sparcworks="$enable_sparcworks" |
| 2279 fi; | 2207 fi; |
| 2280 # Check whether --with-sparcworks or --without-sparcworks was given. | 2208 # Check whether --with-sparcworks or --without-sparcworks was given. |
| 2281 if test "${with_sparcworks+set}" = set; then | 2209 if test "${with_sparcworks+set}" = set; then |
| 2282 enableval="$with_sparcworks" | 2210 enableval="$with_sparcworks" |
| 2284 | 2212 |
| 2285 fi; | 2213 fi; |
| 2286 # If --with-tooltalk or --without-tooltalk were given then copy the value to the | 2214 # If --with-tooltalk or --without-tooltalk were given then copy the value to the |
| 2287 # equivalent enable_tooltalk variable. | 2215 # equivalent enable_tooltalk variable. |
| 2288 if test "${with_tooltalk+set}" = set; then | 2216 if test "${with_tooltalk+set}" = set; then |
| 2289 echo tooltalk Setting enable to "$with_tooltalk" | |
| 2290 enable_tooltalk="$with_tooltalk" | 2217 enable_tooltalk="$with_tooltalk" |
| 2291 fi; | 2218 fi; |
| 2292 # If -enable-tooltalk or --disable-tooltalk were given then copy the value to the | 2219 # If -enable-tooltalk or --disable-tooltalk were given then copy the value to the |
| 2293 # equivalent with_tooltalk variable. | 2220 # equivalent with_tooltalk variable. |
| 2294 if test "${enable_tooltalk+set}" = set; then | 2221 if test "${enable_tooltalk+set}" = set; then |
| 2295 echo tooltalk Setting with to "$enable_tooltalk" | |
| 2296 with_tooltalk="$enable_tooltalk" | 2222 with_tooltalk="$enable_tooltalk" |
| 2297 fi; | 2223 fi; |
| 2298 # Check whether --with-tooltalk or --without-tooltalk was given. | 2224 # Check whether --with-tooltalk or --without-tooltalk was given. |
| 2299 if test "${with_tooltalk+set}" = set; then | 2225 if test "${with_tooltalk+set}" = set; then |
| 2300 enableval="$with_tooltalk" | 2226 enableval="$with_tooltalk" |
| 2302 | 2228 |
| 2303 fi; | 2229 fi; |
| 2304 # If --with-ldap or --without-ldap were given then copy the value to the | 2230 # If --with-ldap or --without-ldap were given then copy the value to the |
| 2305 # equivalent enable_ldap variable. | 2231 # equivalent enable_ldap variable. |
| 2306 if test "${with_ldap+set}" = set; then | 2232 if test "${with_ldap+set}" = set; then |
| 2307 echo ldap Setting enable to "$with_ldap" | |
| 2308 enable_ldap="$with_ldap" | 2233 enable_ldap="$with_ldap" |
| 2309 fi; | 2234 fi; |
| 2310 # If -enable-ldap or --disable-ldap were given then copy the value to the | 2235 # If -enable-ldap or --disable-ldap were given then copy the value to the |
| 2311 # equivalent with_ldap variable. | 2236 # equivalent with_ldap variable. |
| 2312 if test "${enable_ldap+set}" = set; then | 2237 if test "${enable_ldap+set}" = set; then |
| 2313 echo ldap Setting with to "$enable_ldap" | |
| 2314 with_ldap="$enable_ldap" | 2238 with_ldap="$enable_ldap" |
| 2315 fi; | 2239 fi; |
| 2316 # Check whether --with-ldap or --without-ldap was given. | 2240 # Check whether --with-ldap or --without-ldap was given. |
| 2317 if test "${with_ldap+set}" = set; then | 2241 if test "${with_ldap+set}" = set; then |
| 2318 enableval="$with_ldap" | 2242 enableval="$with_ldap" |
| 2320 | 2244 |
| 2321 fi; | 2245 fi; |
| 2322 # If --with-postgresql or --without-postgresql were given then copy the value to the | 2246 # If --with-postgresql or --without-postgresql were given then copy the value to the |
| 2323 # equivalent enable_postgresql variable. | 2247 # equivalent enable_postgresql variable. |
| 2324 if test "${with_postgresql+set}" = set; then | 2248 if test "${with_postgresql+set}" = set; then |
| 2325 echo postgresql Setting enable to "$with_postgresql" | |
| 2326 enable_postgresql="$with_postgresql" | 2249 enable_postgresql="$with_postgresql" |
| 2327 fi; | 2250 fi; |
| 2328 # If -enable-postgresql or --disable-postgresql were given then copy the value to the | 2251 # If -enable-postgresql or --disable-postgresql were given then copy the value to the |
| 2329 # equivalent with_postgresql variable. | 2252 # equivalent with_postgresql variable. |
| 2330 if test "${enable_postgresql+set}" = set; then | 2253 if test "${enable_postgresql+set}" = set; then |
| 2331 echo postgresql Setting with to "$enable_postgresql" | |
| 2332 with_postgresql="$enable_postgresql" | 2254 with_postgresql="$enable_postgresql" |
| 2333 fi; | 2255 fi; |
| 2334 # Check whether --with-postgresql or --without-postgresql was given. | 2256 # Check whether --with-postgresql or --without-postgresql was given. |
| 2335 if test "${with_postgresql+set}" = set; then | 2257 if test "${with_postgresql+set}" = set; then |
| 2336 enableval="$with_postgresql" | 2258 enableval="$with_postgresql" |
| 2338 | 2260 |
| 2339 fi; | 2261 fi; |
| 2340 # If --with-pop or --without-pop were given then copy the value to the | 2262 # If --with-pop or --without-pop were given then copy the value to the |
| 2341 # equivalent enable_pop variable. | 2263 # equivalent enable_pop variable. |
| 2342 if test "${with_pop+set}" = set; then | 2264 if test "${with_pop+set}" = set; then |
| 2343 echo pop Setting enable to "$with_pop" | |
| 2344 enable_pop="$with_pop" | 2265 enable_pop="$with_pop" |
| 2345 fi; | 2266 fi; |
| 2346 # If -enable-pop or --disable-pop were given then copy the value to the | 2267 # If -enable-pop or --disable-pop were given then copy the value to the |
| 2347 # equivalent with_pop variable. | 2268 # equivalent with_pop variable. |
| 2348 if test "${enable_pop+set}" = set; then | 2269 if test "${enable_pop+set}" = set; then |
| 2349 echo pop Setting with to "$enable_pop" | |
| 2350 with_pop="$enable_pop" | 2270 with_pop="$enable_pop" |
| 2351 fi; | 2271 fi; |
| 2352 # Check whether --with-pop or --without-pop was given. | 2272 # Check whether --with-pop or --without-pop was given. |
| 2353 if test "${with_pop+set}" = set; then | 2273 if test "${with_pop+set}" = set; then |
| 2354 enableval="$with_pop" | 2274 enableval="$with_pop" |
| 2356 | 2276 |
| 2357 fi; | 2277 fi; |
| 2358 # If --with-kerberos or --without-kerberos were given then copy the value to the | 2278 # If --with-kerberos or --without-kerberos were given then copy the value to the |
| 2359 # equivalent enable_kerberos variable. | 2279 # equivalent enable_kerberos variable. |
| 2360 if test "${with_kerberos+set}" = set; then | 2280 if test "${with_kerberos+set}" = set; then |
| 2361 echo kerberos Setting enable to "$with_kerberos" | |
| 2362 enable_kerberos="$with_kerberos" | 2281 enable_kerberos="$with_kerberos" |
| 2363 fi; | 2282 fi; |
| 2364 # If -enable-kerberos or --disable-kerberos were given then copy the value to the | 2283 # If -enable-kerberos or --disable-kerberos were given then copy the value to the |
| 2365 # equivalent with_kerberos variable. | 2284 # equivalent with_kerberos variable. |
| 2366 if test "${enable_kerberos+set}" = set; then | 2285 if test "${enable_kerberos+set}" = set; then |
| 2367 echo kerberos Setting with to "$enable_kerberos" | |
| 2368 with_kerberos="$enable_kerberos" | 2286 with_kerberos="$enable_kerberos" |
| 2369 fi; | 2287 fi; |
| 2370 # Check whether --with-kerberos or --without-kerberos was given. | 2288 # Check whether --with-kerberos or --without-kerberos was given. |
| 2371 if test "${with_kerberos+set}" = set; then | 2289 if test "${with_kerberos+set}" = set; then |
| 2372 enableval="$with_kerberos" | 2290 enableval="$with_kerberos" |
| 2374 | 2292 |
| 2375 fi; | 2293 fi; |
| 2376 # If --with-hesiod or --without-hesiod were given then copy the value to the | 2294 # If --with-hesiod or --without-hesiod were given then copy the value to the |
| 2377 # equivalent enable_hesiod variable. | 2295 # equivalent enable_hesiod variable. |
| 2378 if test "${with_hesiod+set}" = set; then | 2296 if test "${with_hesiod+set}" = set; then |
| 2379 echo hesiod Setting enable to "$with_hesiod" | |
| 2380 enable_hesiod="$with_hesiod" | 2297 enable_hesiod="$with_hesiod" |
| 2381 fi; | 2298 fi; |
| 2382 # If -enable-hesiod or --disable-hesiod were given then copy the value to the | 2299 # If -enable-hesiod or --disable-hesiod were given then copy the value to the |
| 2383 # equivalent with_hesiod variable. | 2300 # equivalent with_hesiod variable. |
| 2384 if test "${enable_hesiod+set}" = set; then | 2301 if test "${enable_hesiod+set}" = set; then |
| 2385 echo hesiod Setting with to "$enable_hesiod" | |
| 2386 with_hesiod="$enable_hesiod" | 2302 with_hesiod="$enable_hesiod" |
| 2387 fi; | 2303 fi; |
| 2388 # Check whether --with-hesiod or --without-hesiod was given. | 2304 # Check whether --with-hesiod or --without-hesiod was given. |
| 2389 if test "${with_hesiod+set}" = set; then | 2305 if test "${with_hesiod+set}" = set; then |
| 2390 enableval="$with_hesiod" | 2306 enableval="$with_hesiod" |
| 2392 | 2308 |
| 2393 fi; | 2309 fi; |
| 2394 # If --with-infodock or --without-infodock were given then copy the value to the | 2310 # If --with-infodock or --without-infodock were given then copy the value to the |
| 2395 # equivalent enable_infodock variable. | 2311 # equivalent enable_infodock variable. |
| 2396 if test "${with_infodock+set}" = set; then | 2312 if test "${with_infodock+set}" = set; then |
| 2397 echo infodock Setting enable to "$with_infodock" | |
| 2398 enable_infodock="$with_infodock" | 2313 enable_infodock="$with_infodock" |
| 2399 fi; | 2314 fi; |
| 2400 # If -enable-infodock or --disable-infodock were given then copy the value to the | 2315 # If -enable-infodock or --disable-infodock were given then copy the value to the |
| 2401 # equivalent with_infodock variable. | 2316 # equivalent with_infodock variable. |
| 2402 if test "${enable_infodock+set}" = set; then | 2317 if test "${enable_infodock+set}" = set; then |
| 2403 echo infodock Setting with to "$enable_infodock" | |
| 2404 with_infodock="$enable_infodock" | 2318 with_infodock="$enable_infodock" |
| 2405 fi; | 2319 fi; |
| 2406 # Check whether --with-infodock or --without-infodock was given. | 2320 # Check whether --with-infodock or --without-infodock was given. |
| 2407 if test "${with_infodock+set}" = set; then | 2321 if test "${with_infodock+set}" = set; then |
| 2408 enableval="$with_infodock" | 2322 enableval="$with_infodock" |
| 2410 | 2324 |
| 2411 fi; | 2325 fi; |
| 2412 # If --with-native-sound-lib or --without-native-sound-lib were given then copy the value to the | 2326 # If --with-native-sound-lib or --without-native-sound-lib were given then copy the value to the |
| 2413 # equivalent enable_native-sound-lib variable. | 2327 # equivalent enable_native-sound-lib variable. |
| 2414 if test "${with_native_sound_lib+set}" = set; then | 2328 if test "${with_native_sound_lib+set}" = set; then |
| 2415 echo native-sound-lib Setting enable to "$with_native_sound_lib" | |
| 2416 enable_native_sound_lib="$with_native_sound_lib" | 2329 enable_native_sound_lib="$with_native_sound_lib" |
| 2417 fi; | 2330 fi; |
| 2418 # If -enable-native-sound-lib or --disable-native-sound-lib were given then copy the value to the | 2331 # If -enable-native-sound-lib or --disable-native-sound-lib were given then copy the value to the |
| 2419 # equivalent with_native-sound-lib variable. | 2332 # equivalent with_native-sound-lib variable. |
| 2420 if test "${enable_native_sound_lib+set}" = set; then | 2333 if test "${enable_native_sound_lib+set}" = set; then |
| 2421 echo native-sound-lib Setting with to "$enable_native_sound_lib" | |
| 2422 with_native_sound_lib="$enable_native_sound_lib" | 2334 with_native_sound_lib="$enable_native_sound_lib" |
| 2423 fi; | 2335 fi; |
| 2424 # Check whether --with-native-sound-lib or --without-native-sound-lib was given. | 2336 # Check whether --with-native-sound-lib or --without-native-sound-lib was given. |
| 2425 if test "${with_native_sound_lib+set}" = set; then | 2337 if test "${with_native_sound_lib+set}" = set; then |
| 2426 enableval="$with_native_sound_lib" | 2338 enableval="$with_native_sound_lib" |
| 2428 | 2340 |
| 2429 fi; | 2341 fi; |
| 2430 # If --with-netinstall or --without-netinstall were given then copy the value to the | 2342 # If --with-netinstall or --without-netinstall were given then copy the value to the |
| 2431 # equivalent enable_netinstall variable. | 2343 # equivalent enable_netinstall variable. |
| 2432 if test "${with_netinstall+set}" = set; then | 2344 if test "${with_netinstall+set}" = set; then |
| 2433 echo netinstall Setting enable to "$with_netinstall" | |
| 2434 enable_netinstall="$with_netinstall" | 2345 enable_netinstall="$with_netinstall" |
| 2435 fi; | 2346 fi; |
| 2436 # If -enable-netinstall or --disable-netinstall were given then copy the value to the | 2347 # If -enable-netinstall or --disable-netinstall were given then copy the value to the |
| 2437 # equivalent with_netinstall variable. | 2348 # equivalent with_netinstall variable. |
| 2438 if test "${enable_netinstall+set}" = set; then | 2349 if test "${enable_netinstall+set}" = set; then |
| 2439 echo netinstall Setting with to "$enable_netinstall" | |
| 2440 with_netinstall="$enable_netinstall" | 2350 with_netinstall="$enable_netinstall" |
| 2441 fi; | 2351 fi; |
| 2442 # Check whether --with-netinstall or --without-netinstall was given. | 2352 # Check whether --with-netinstall or --without-netinstall was given. |
| 2443 if test "${with_netinstall+set}" = set; then | 2353 if test "${with_netinstall+set}" = set; then |
| 2444 enableval="$with_netinstall" | 2354 enableval="$with_netinstall" |
| 2448 with_netinstall="no" | 2358 with_netinstall="no" |
| 2449 fi; | 2359 fi; |
| 2450 # If --with-optimization or --without-optimization were given then copy the value to the | 2360 # If --with-optimization or --without-optimization were given then copy the value to the |
| 2451 # equivalent enable_optimization variable. | 2361 # equivalent enable_optimization variable. |
| 2452 if test "${with_optimization+set}" = set; then | 2362 if test "${with_optimization+set}" = set; then |
| 2453 echo optimization Setting enable to "$with_optimization" | |
| 2454 enable_optimization="$with_optimization" | 2363 enable_optimization="$with_optimization" |
| 2455 fi; | 2364 fi; |
| 2456 # If -enable-optimization or --disable-optimization were given then copy the value to the | 2365 # If -enable-optimization or --disable-optimization were given then copy the value to the |
| 2457 # equivalent with_optimization variable. | 2366 # equivalent with_optimization variable. |
| 2458 if test "${enable_optimization+set}" = set; then | 2367 if test "${enable_optimization+set}" = set; then |
| 2459 echo optimization Setting with to "$enable_optimization" | |
| 2460 with_optimization="$enable_optimization" | 2368 with_optimization="$enable_optimization" |
| 2461 fi; | 2369 fi; |
| 2462 # Check whether --with-optimization or --without-optimization was given. | 2370 # Check whether --with-optimization or --without-optimization was given. |
| 2463 if test "${with_optimization+set}" = set; then | 2371 if test "${with_optimization+set}" = set; then |
| 2464 enableval="$with_optimization" | 2372 enableval="$with_optimization" |
| 2466 | 2374 |
| 2467 fi; | 2375 fi; |
| 2468 # If --with-ipv6-cname or --without-ipv6-cname were given then copy the value to the | 2376 # If --with-ipv6-cname or --without-ipv6-cname were given then copy the value to the |
| 2469 # equivalent enable_ipv6-cname variable. | 2377 # equivalent enable_ipv6-cname variable. |
| 2470 if test "${with_ipv6_cname+set}" = set; then | 2378 if test "${with_ipv6_cname+set}" = set; then |
| 2471 echo ipv6-cname Setting enable to "$with_ipv6_cname" | |
| 2472 enable_ipv6_cname="$with_ipv6_cname" | 2379 enable_ipv6_cname="$with_ipv6_cname" |
| 2473 fi; | 2380 fi; |
| 2474 # If -enable-ipv6-cname or --disable-ipv6-cname were given then copy the value to the | 2381 # If -enable-ipv6-cname or --disable-ipv6-cname were given then copy the value to the |
| 2475 # equivalent with_ipv6-cname variable. | 2382 # equivalent with_ipv6-cname variable. |
| 2476 if test "${enable_ipv6_cname+set}" = set; then | 2383 if test "${enable_ipv6_cname+set}" = set; then |
| 2477 echo ipv6-cname Setting with to "$enable_ipv6_cname" | |
| 2478 with_ipv6_cname="$enable_ipv6_cname" | 2384 with_ipv6_cname="$enable_ipv6_cname" |
| 2479 fi; | 2385 fi; |
| 2480 # Check whether --with-ipv6-cname or --without-ipv6-cname was given. | 2386 # Check whether --with-ipv6-cname or --without-ipv6-cname was given. |
| 2481 if test "${with_ipv6_cname+set}" = set; then | 2387 if test "${with_ipv6_cname+set}" = set; then |
| 2482 enableval="$with_ipv6_cname" | 2388 enableval="$with_ipv6_cname" |
| 2486 with_ipv6_cname="no" | 2392 with_ipv6_cname="no" |
| 2487 fi; | 2393 fi; |
| 2488 # If --with-site-includes or --without-site-includes were given then copy the value to the | 2394 # If --with-site-includes or --without-site-includes were given then copy the value to the |
| 2489 # equivalent enable_site-includes variable. | 2395 # equivalent enable_site-includes variable. |
| 2490 if test "${with_site_includes+set}" = set; then | 2396 if test "${with_site_includes+set}" = set; then |
| 2491 echo site-includes Setting enable to "$with_site_includes" | |
| 2492 enable_site_includes="$with_site_includes" | 2397 enable_site_includes="$with_site_includes" |
| 2493 fi; | 2398 fi; |
| 2494 # If -enable-site-includes or --disable-site-includes were given then copy the value to the | 2399 # If -enable-site-includes or --disable-site-includes were given then copy the value to the |
| 2495 # equivalent with_site-includes variable. | 2400 # equivalent with_site-includes variable. |
| 2496 if test "${enable_site_includes+set}" = set; then | 2401 if test "${enable_site_includes+set}" = set; then |
| 2497 echo site-includes Setting with to "$enable_site_includes" | |
| 2498 with_site_includes="$enable_site_includes" | 2402 with_site_includes="$enable_site_includes" |
| 2499 fi; | 2403 fi; |
| 2500 # Check whether --with-site-includes or --without-site-includes was given. | 2404 # Check whether --with-site-includes or --without-site-includes was given. |
| 2501 if test "${with_site_includes+set}" = set; then | 2405 if test "${with_site_includes+set}" = set; then |
| 2502 enableval="$with_site_includes" | 2406 enableval="$with_site_includes" |
| 2504 | 2408 |
| 2505 fi; | 2409 fi; |
| 2506 # If --with-site-libraries or --without-site-libraries were given then copy the value to the | 2410 # If --with-site-libraries or --without-site-libraries were given then copy the value to the |
| 2507 # equivalent enable_site-libraries variable. | 2411 # equivalent enable_site-libraries variable. |
| 2508 if test "${with_site_libraries+set}" = set; then | 2412 if test "${with_site_libraries+set}" = set; then |
| 2509 echo site-libraries Setting enable to "$with_site_libraries" | |
| 2510 enable_site_libraries="$with_site_libraries" | 2413 enable_site_libraries="$with_site_libraries" |
| 2511 fi; | 2414 fi; |
| 2512 # If -enable-site-libraries or --disable-site-libraries were given then copy the value to the | 2415 # If -enable-site-libraries or --disable-site-libraries were given then copy the value to the |
| 2513 # equivalent with_site-libraries variable. | 2416 # equivalent with_site-libraries variable. |
| 2514 if test "${enable_site_libraries+set}" = set; then | 2417 if test "${enable_site_libraries+set}" = set; then |
| 2515 echo site-libraries Setting with to "$enable_site_libraries" | |
| 2516 with_site_libraries="$enable_site_libraries" | 2418 with_site_libraries="$enable_site_libraries" |
| 2517 fi; | 2419 fi; |
| 2518 # Check whether --with-site-libraries or --without-site-libraries was given. | 2420 # Check whether --with-site-libraries or --without-site-libraries was given. |
| 2519 if test "${with_site_libraries+set}" = set; then | 2421 if test "${with_site_libraries+set}" = set; then |
| 2520 enableval="$with_site_libraries" | 2422 enableval="$with_site_libraries" |
| 2522 | 2424 |
| 2523 fi; | 2425 fi; |
| 2524 # If --with-site-prefixes or --without-site-prefixes were given then copy the value to the | 2426 # If --with-site-prefixes or --without-site-prefixes were given then copy the value to the |
| 2525 # equivalent enable_site-prefixes variable. | 2427 # equivalent enable_site-prefixes variable. |
| 2526 if test "${with_site_prefixes+set}" = set; then | 2428 if test "${with_site_prefixes+set}" = set; then |
| 2527 echo site-prefixes Setting enable to "$with_site_prefixes" | |
| 2528 enable_site_prefixes="$with_site_prefixes" | 2429 enable_site_prefixes="$with_site_prefixes" |
| 2529 fi; | 2430 fi; |
| 2530 # If -enable-site-prefixes or --disable-site-prefixes were given then copy the value to the | 2431 # If -enable-site-prefixes or --disable-site-prefixes were given then copy the value to the |
| 2531 # equivalent with_site-prefixes variable. | 2432 # equivalent with_site-prefixes variable. |
| 2532 if test "${enable_site_prefixes+set}" = set; then | 2433 if test "${enable_site_prefixes+set}" = set; then |
| 2533 echo site-prefixes Setting with to "$enable_site_prefixes" | |
| 2534 with_site_prefixes="$enable_site_prefixes" | 2434 with_site_prefixes="$enable_site_prefixes" |
| 2535 fi; | 2435 fi; |
| 2536 # Check whether --with-site-prefixes or --without-site-prefixes was given. | 2436 # Check whether --with-site-prefixes or --without-site-prefixes was given. |
| 2537 if test "${with_site_prefixes+set}" = set; then | 2437 if test "${with_site_prefixes+set}" = set; then |
| 2538 enableval="$with_site_prefixes" | 2438 enableval="$with_site_prefixes" |
| 2540 | 2440 |
| 2541 fi; | 2441 fi; |
| 2542 # If --with-statedir or --without-statedir were given then copy the value to the | 2442 # If --with-statedir or --without-statedir were given then copy the value to the |
| 2543 # equivalent enable_statedir variable. | 2443 # equivalent enable_statedir variable. |
| 2544 if test "${with_statedir+set}" = set; then | 2444 if test "${with_statedir+set}" = set; then |
| 2545 echo statedir Setting enable to "$with_statedir" | |
| 2546 enable_statedir="$with_statedir" | 2445 enable_statedir="$with_statedir" |
| 2547 fi; | 2446 fi; |
| 2548 # If -enable-statedir or --disable-statedir were given then copy the value to the | 2447 # If -enable-statedir or --disable-statedir were given then copy the value to the |
| 2549 # equivalent with_statedir variable. | 2448 # equivalent with_statedir variable. |
| 2550 if test "${enable_statedir+set}" = set; then | 2449 if test "${enable_statedir+set}" = set; then |
| 2551 echo statedir Setting with to "$enable_statedir" | |
| 2552 with_statedir="$enable_statedir" | 2450 with_statedir="$enable_statedir" |
| 2553 fi; | 2451 fi; |
| 2554 # Check whether --with-statedir or --without-statedir was given. | 2452 # Check whether --with-statedir or --without-statedir was given. |
| 2555 if test "${with_statedir+set}" = set; then | 2453 if test "${with_statedir+set}" = set; then |
| 2556 enableval="$with_statedir" | 2454 enableval="$with_statedir" |
| 2560 with_statedir='${prefix}/lib' | 2458 with_statedir='${prefix}/lib' |
| 2561 fi; | 2459 fi; |
| 2562 # If --with-lispdir or --without-lispdir were given then copy the value to the | 2460 # If --with-lispdir or --without-lispdir were given then copy the value to the |
| 2563 # equivalent enable_lispdir variable. | 2461 # equivalent enable_lispdir variable. |
| 2564 if test "${with_lispdir+set}" = set; then | 2462 if test "${with_lispdir+set}" = set; then |
| 2565 echo lispdir Setting enable to "$with_lispdir" | |
| 2566 enable_lispdir="$with_lispdir" | 2463 enable_lispdir="$with_lispdir" |
| 2567 fi; | 2464 fi; |
| 2568 # If -enable-lispdir or --disable-lispdir were given then copy the value to the | 2465 # If -enable-lispdir or --disable-lispdir were given then copy the value to the |
| 2569 # equivalent with_lispdir variable. | 2466 # equivalent with_lispdir variable. |
| 2570 if test "${enable_lispdir+set}" = set; then | 2467 if test "${enable_lispdir+set}" = set; then |
| 2571 echo lispdir Setting with to "$enable_lispdir" | |
| 2572 with_lispdir="$enable_lispdir" | 2468 with_lispdir="$enable_lispdir" |
| 2573 fi; | 2469 fi; |
| 2574 # Check whether --with-lispdir or --without-lispdir was given. | 2470 # Check whether --with-lispdir or --without-lispdir was given. |
| 2575 if test "${with_lispdir+set}" = set; then | 2471 if test "${with_lispdir+set}" = set; then |
| 2576 enableval="$with_lispdir" | 2472 enableval="$with_lispdir" |
| 2583 with_lispdir='${datadir}/${instvardir}/lisp' | 2479 with_lispdir='${datadir}/${instvardir}/lisp' |
| 2584 fi; | 2480 fi; |
| 2585 # If --with-archlibdir or --without-archlibdir were given then copy the value to the | 2481 # If --with-archlibdir or --without-archlibdir were given then copy the value to the |
| 2586 # equivalent enable_archlibdir variable. | 2482 # equivalent enable_archlibdir variable. |
| 2587 if test "${with_archlibdir+set}" = set; then | 2483 if test "${with_archlibdir+set}" = set; then |
| 2588 echo archlibdir Setting enable to "$with_archlibdir" | |
| 2589 enable_archlibdir="$with_archlibdir" | 2484 enable_archlibdir="$with_archlibdir" |
| 2590 fi; | 2485 fi; |
| 2591 # If -enable-archlibdir or --disable-archlibdir were given then copy the value to the | 2486 # If -enable-archlibdir or --disable-archlibdir were given then copy the value to the |
| 2592 # equivalent with_archlibdir variable. | 2487 # equivalent with_archlibdir variable. |
| 2593 if test "${enable_archlibdir+set}" = set; then | 2488 if test "${enable_archlibdir+set}" = set; then |
| 2594 echo archlibdir Setting with to "$enable_archlibdir" | |
| 2595 with_archlibdir="$enable_archlibdir" | 2489 with_archlibdir="$enable_archlibdir" |
| 2596 fi; | 2490 fi; |
| 2597 # Check whether --with-archlibdir or --without-archlibdir was given. | 2491 # Check whether --with-archlibdir or --without-archlibdir was given. |
| 2598 if test "${with_archlibdir+set}" = set; then | 2492 if test "${with_archlibdir+set}" = set; then |
| 2599 enableval="$with_archlibdir" | 2493 enableval="$with_archlibdir" |
| 2606 with_archlibdir='${libdir}/${instvardir}/${configuration}' | 2500 with_archlibdir='${libdir}/${instvardir}/${configuration}' |
| 2607 fi; | 2501 fi; |
| 2608 # If --with-moduledir or --without-moduledir were given then copy the value to the | 2502 # If --with-moduledir or --without-moduledir were given then copy the value to the |
| 2609 # equivalent enable_moduledir variable. | 2503 # equivalent enable_moduledir variable. |
| 2610 if test "${with_moduledir+set}" = set; then | 2504 if test "${with_moduledir+set}" = set; then |
| 2611 echo moduledir Setting enable to "$with_moduledir" | |
| 2612 enable_moduledir="$with_moduledir" | 2505 enable_moduledir="$with_moduledir" |
| 2613 fi; | 2506 fi; |
| 2614 # If -enable-moduledir or --disable-moduledir were given then copy the value to the | 2507 # If -enable-moduledir or --disable-moduledir were given then copy the value to the |
| 2615 # equivalent with_moduledir variable. | 2508 # equivalent with_moduledir variable. |
| 2616 if test "${enable_moduledir+set}" = set; then | 2509 if test "${enable_moduledir+set}" = set; then |
| 2617 echo moduledir Setting with to "$enable_moduledir" | |
| 2618 with_moduledir="$enable_moduledir" | 2510 with_moduledir="$enable_moduledir" |
| 2619 fi; | 2511 fi; |
| 2620 # Check whether --with-moduledir or --without-moduledir was given. | 2512 # Check whether --with-moduledir or --without-moduledir was given. |
| 2621 if test "${with_moduledir+set}" = set; then | 2513 if test "${with_moduledir+set}" = set; then |
| 2622 enableval="$with_moduledir" | 2514 enableval="$with_moduledir" |
| 2629 with_moduledir='${libdir}/${instvardir}/${configuration}/modules' | 2521 with_moduledir='${libdir}/${instvardir}/${configuration}/modules' |
| 2630 fi; | 2522 fi; |
| 2631 # If --with-etcdir or --without-etcdir were given then copy the value to the | 2523 # If --with-etcdir or --without-etcdir were given then copy the value to the |
| 2632 # equivalent enable_etcdir variable. | 2524 # equivalent enable_etcdir variable. |
| 2633 if test "${with_etcdir+set}" = set; then | 2525 if test "${with_etcdir+set}" = set; then |
| 2634 echo etcdir Setting enable to "$with_etcdir" | |
| 2635 enable_etcdir="$with_etcdir" | 2526 enable_etcdir="$with_etcdir" |
| 2636 fi; | 2527 fi; |
| 2637 # If -enable-etcdir or --disable-etcdir were given then copy the value to the | 2528 # If -enable-etcdir or --disable-etcdir were given then copy the value to the |
| 2638 # equivalent with_etcdir variable. | 2529 # equivalent with_etcdir variable. |
| 2639 if test "${enable_etcdir+set}" = set; then | 2530 if test "${enable_etcdir+set}" = set; then |
| 2640 echo etcdir Setting with to "$enable_etcdir" | |
| 2641 with_etcdir="$enable_etcdir" | 2531 with_etcdir="$enable_etcdir" |
| 2642 fi; | 2532 fi; |
| 2643 # Check whether --with-etcdir or --without-etcdir was given. | 2533 # Check whether --with-etcdir or --without-etcdir was given. |
| 2644 if test "${with_etcdir+set}" = set; then | 2534 if test "${with_etcdir+set}" = set; then |
| 2645 enableval="$with_etcdir" | 2535 enableval="$with_etcdir" |
| 2652 with_etcdir='${datadir}/${instvardir}/etc' | 2542 with_etcdir='${datadir}/${instvardir}/etc' |
| 2653 fi; | 2543 fi; |
| 2654 # If --with-infopath or --without-infopath were given then copy the value to the | 2544 # If --with-infopath or --without-infopath were given then copy the value to the |
| 2655 # equivalent enable_infopath variable. | 2545 # equivalent enable_infopath variable. |
| 2656 if test "${with_infopath+set}" = set; then | 2546 if test "${with_infopath+set}" = set; then |
| 2657 echo infopath Setting enable to "$with_infopath" | |
| 2658 enable_infopath="$with_infopath" | 2547 enable_infopath="$with_infopath" |
| 2659 fi; | 2548 fi; |
| 2660 # If -enable-infopath or --disable-infopath were given then copy the value to the | 2549 # If -enable-infopath or --disable-infopath were given then copy the value to the |
| 2661 # equivalent with_infopath variable. | 2550 # equivalent with_infopath variable. |
| 2662 if test "${enable_infopath+set}" = set; then | 2551 if test "${enable_infopath+set}" = set; then |
| 2663 echo infopath Setting with to "$enable_infopath" | |
| 2664 with_infopath="$enable_infopath" | 2552 with_infopath="$enable_infopath" |
| 2665 fi; | 2553 fi; |
| 2666 # Check whether --with-infopath or --without-infopath was given. | 2554 # Check whether --with-infopath or --without-infopath was given. |
| 2667 if test "${with_infopath+set}" = set; then | 2555 if test "${with_infopath+set}" = set; then |
| 2668 enableval="$with_infopath" | 2556 enableval="$with_infopath" |
| 2673 | 2561 |
| 2674 fi; | 2562 fi; |
| 2675 # If --with-docdir or --without-docdir were given then copy the value to the | 2563 # If --with-docdir or --without-docdir were given then copy the value to the |
| 2676 # equivalent enable_docdir variable. | 2564 # equivalent enable_docdir variable. |
| 2677 if test "${with_docdir+set}" = set; then | 2565 if test "${with_docdir+set}" = set; then |
| 2678 echo docdir Setting enable to "$with_docdir" | |
| 2679 enable_docdir="$with_docdir" | 2566 enable_docdir="$with_docdir" |
| 2680 fi; | 2567 fi; |
| 2681 # If -enable-docdir or --disable-docdir were given then copy the value to the | 2568 # If -enable-docdir or --disable-docdir were given then copy the value to the |
| 2682 # equivalent with_docdir variable. | 2569 # equivalent with_docdir variable. |
| 2683 if test "${enable_docdir+set}" = set; then | 2570 if test "${enable_docdir+set}" = set; then |
| 2684 echo docdir Setting with to "$enable_docdir" | |
| 2685 with_docdir="$enable_docdir" | 2571 with_docdir="$enable_docdir" |
| 2686 fi; | 2572 fi; |
| 2687 # Check whether --with-docdir or --without-docdir was given. | 2573 # Check whether --with-docdir or --without-docdir was given. |
| 2688 if test "${with_docdir+set}" = set; then | 2574 if test "${with_docdir+set}" = set; then |
| 2689 enableval="$with_docdir" | 2575 enableval="$with_docdir" |
| 2696 with_docdir='${archlibdir}' | 2582 with_docdir='${archlibdir}' |
| 2697 fi; | 2583 fi; |
| 2698 # If --with-site-runtime-libraries or --without-site-runtime-libraries were given then copy the value to the | 2584 # If --with-site-runtime-libraries or --without-site-runtime-libraries were given then copy the value to the |
| 2699 # equivalent enable_site-runtime-libraries variable. | 2585 # equivalent enable_site-runtime-libraries variable. |
| 2700 if test "${with_site_runtime_libraries+set}" = set; then | 2586 if test "${with_site_runtime_libraries+set}" = set; then |
| 2701 echo site-runtime-libraries Setting enable to "$with_site_runtime_libraries" | |
| 2702 enable_site_runtime_libraries="$with_site_runtime_libraries" | 2587 enable_site_runtime_libraries="$with_site_runtime_libraries" |
| 2703 fi; | 2588 fi; |
| 2704 # If -enable-site-runtime-libraries or --disable-site-runtime-libraries were given then copy the value to the | 2589 # If -enable-site-runtime-libraries or --disable-site-runtime-libraries were given then copy the value to the |
| 2705 # equivalent with_site-runtime-libraries variable. | 2590 # equivalent with_site-runtime-libraries variable. |
| 2706 if test "${enable_site_runtime_libraries+set}" = set; then | 2591 if test "${enable_site_runtime_libraries+set}" = set; then |
| 2707 echo site-runtime-libraries Setting with to "$enable_site_runtime_libraries" | |
| 2708 with_site_runtime_libraries="$enable_site_runtime_libraries" | 2592 with_site_runtime_libraries="$enable_site_runtime_libraries" |
| 2709 fi; | 2593 fi; |
| 2710 # Check whether --with-site-runtime-libraries or --without-site-runtime-libraries was given. | 2594 # Check whether --with-site-runtime-libraries or --without-site-runtime-libraries was given. |
| 2711 if test "${with_site_runtime_libraries+set}" = set; then | 2595 if test "${with_site_runtime_libraries+set}" = set; then |
| 2712 enableval="$with_site_runtime_libraries" | 2596 enableval="$with_site_runtime_libraries" |
| 2714 | 2598 |
| 2715 fi; | 2599 fi; |
| 2716 # If --with-package-prefix or --without-package-prefix were given then copy the value to the | 2600 # If --with-package-prefix or --without-package-prefix were given then copy the value to the |
| 2717 # equivalent enable_package-prefix variable. | 2601 # equivalent enable_package-prefix variable. |
| 2718 if test "${with_package_prefix+set}" = set; then | 2602 if test "${with_package_prefix+set}" = set; then |
| 2719 echo package-prefix Setting enable to "$with_package_prefix" | |
| 2720 enable_package_prefix="$with_package_prefix" | 2603 enable_package_prefix="$with_package_prefix" |
| 2721 fi; | 2604 fi; |
| 2722 # If -enable-package-prefix or --disable-package-prefix were given then copy the value to the | 2605 # If -enable-package-prefix or --disable-package-prefix were given then copy the value to the |
| 2723 # equivalent with_package-prefix variable. | 2606 # equivalent with_package-prefix variable. |
| 2724 if test "${enable_package_prefix+set}" = set; then | 2607 if test "${enable_package_prefix+set}" = set; then |
| 2725 echo package-prefix Setting with to "$enable_package_prefix" | |
| 2726 with_package_prefix="$enable_package_prefix" | 2608 with_package_prefix="$enable_package_prefix" |
| 2727 fi; | 2609 fi; |
| 2728 # Check whether --with-package-prefix or --without-package-prefix was given. | 2610 # Check whether --with-package-prefix or --without-package-prefix was given. |
| 2729 if test "${with_package_prefix+set}" = set; then | 2611 if test "${with_package_prefix+set}" = set; then |
| 2730 enableval="$with_package_prefix" | 2612 enableval="$with_package_prefix" |
| 2735 | 2617 |
| 2736 fi; | 2618 fi; |
| 2737 # If --with-package-path or --without-package-path were given then copy the value to the | 2619 # If --with-package-path or --without-package-path were given then copy the value to the |
| 2738 # equivalent enable_package-path variable. | 2620 # equivalent enable_package-path variable. |
| 2739 if test "${with_package_path+set}" = set; then | 2621 if test "${with_package_path+set}" = set; then |
| 2740 echo package-path Setting enable to "$with_package_path" | |
| 2741 enable_package_path="$with_package_path" | 2622 enable_package_path="$with_package_path" |
| 2742 fi; | 2623 fi; |
| 2743 # If -enable-package-path or --disable-package-path were given then copy the value to the | 2624 # If -enable-package-path or --disable-package-path were given then copy the value to the |
| 2744 # equivalent with_package-path variable. | 2625 # equivalent with_package-path variable. |
| 2745 if test "${enable_package_path+set}" = set; then | 2626 if test "${enable_package_path+set}" = set; then |
| 2746 echo package-path Setting with to "$enable_package_path" | |
| 2747 with_package_path="$enable_package_path" | 2627 with_package_path="$enable_package_path" |
| 2748 fi; | 2628 fi; |
| 2749 # Check whether --with-package-path or --without-package-path was given. | 2629 # Check whether --with-package-path or --without-package-path was given. |
| 2750 if test "${with_package_path+set}" = set; then | 2630 if test "${with_package_path+set}" = set; then |
| 2751 enableval="$with_package_path" | 2631 enableval="$with_package_path" |
| 2756 | 2636 |
| 2757 fi; | 2637 fi; |
| 2758 # If --with-external-widget or --without-external-widget were given then copy the value to the | 2638 # If --with-external-widget or --without-external-widget were given then copy the value to the |
| 2759 # equivalent enable_external-widget variable. | 2639 # equivalent enable_external-widget variable. |
| 2760 if test "${with_external_widget+set}" = set; then | 2640 if test "${with_external_widget+set}" = set; then |
| 2761 echo external-widget Setting enable to "$with_external_widget" | |
| 2762 enable_external_widget="$with_external_widget" | 2641 enable_external_widget="$with_external_widget" |
| 2763 fi; | 2642 fi; |
| 2764 # If -enable-external-widget or --disable-external-widget were given then copy the value to the | 2643 # If -enable-external-widget or --disable-external-widget were given then copy the value to the |
| 2765 # equivalent with_external-widget variable. | 2644 # equivalent with_external-widget variable. |
| 2766 if test "${enable_external_widget+set}" = set; then | 2645 if test "${enable_external_widget+set}" = set; then |
| 2767 echo external-widget Setting with to "$enable_external_widget" | |
| 2768 with_external_widget="$enable_external_widget" | 2646 with_external_widget="$enable_external_widget" |
| 2769 fi; | 2647 fi; |
| 2770 # Check whether --with-external-widget or --without-external-widget was given. | 2648 # Check whether --with-external-widget or --without-external-widget was given. |
| 2771 if test "${with_external_widget+set}" = set; then | 2649 if test "${with_external_widget+set}" = set; then |
| 2772 enableval="$with_external_widget" | 2650 enableval="$with_external_widget" |
| 2774 | 2652 |
| 2775 fi; | 2653 fi; |
| 2776 # If --with-kkcc or --without-kkcc were given then copy the value to the | 2654 # If --with-kkcc or --without-kkcc were given then copy the value to the |
| 2777 # equivalent enable_kkcc variable. | 2655 # equivalent enable_kkcc variable. |
| 2778 if test "${with_kkcc+set}" = set; then | 2656 if test "${with_kkcc+set}" = set; then |
| 2779 echo kkcc Setting enable to "$with_kkcc" | |
| 2780 enable_kkcc="$with_kkcc" | 2657 enable_kkcc="$with_kkcc" |
| 2781 fi; | 2658 fi; |
| 2782 # If -enable-kkcc or --disable-kkcc were given then copy the value to the | 2659 # If -enable-kkcc or --disable-kkcc were given then copy the value to the |
| 2783 # equivalent with_kkcc variable. | 2660 # equivalent with_kkcc variable. |
| 2784 if test "${enable_kkcc+set}" = set; then | 2661 if test "${enable_kkcc+set}" = set; then |
| 2785 echo kkcc Setting with to "$enable_kkcc" | |
| 2786 with_kkcc="$enable_kkcc" | 2662 with_kkcc="$enable_kkcc" |
| 2787 fi; | 2663 fi; |
| 2788 # Check whether --with-kkcc or --without-kkcc was given. | 2664 # Check whether --with-kkcc or --without-kkcc was given. |
| 2789 if test "${with_kkcc+set}" = set; then | 2665 if test "${with_kkcc+set}" = set; then |
| 2790 enableval="$with_kkcc" | 2666 enableval="$with_kkcc" |
| 2794 enable_kkcc=yes | 2670 enable_kkcc=yes |
| 2795 fi; | 2671 fi; |
| 2796 # If --with-mc-alloc or --without-mc-alloc were given then copy the value to the | 2672 # If --with-mc-alloc or --without-mc-alloc were given then copy the value to the |
| 2797 # equivalent enable_mc-alloc variable. | 2673 # equivalent enable_mc-alloc variable. |
| 2798 if test "${with_mc_alloc+set}" = set; then | 2674 if test "${with_mc_alloc+set}" = set; then |
| 2799 echo mc-alloc Setting enable to "$with_mc_alloc" | |
| 2800 enable_mc_alloc="$with_mc_alloc" | 2675 enable_mc_alloc="$with_mc_alloc" |
| 2801 fi; | 2676 fi; |
| 2802 # If -enable-mc-alloc or --disable-mc-alloc were given then copy the value to the | 2677 # If -enable-mc-alloc or --disable-mc-alloc were given then copy the value to the |
| 2803 # equivalent with_mc-alloc variable. | 2678 # equivalent with_mc-alloc variable. |
| 2804 if test "${enable_mc_alloc+set}" = set; then | 2679 if test "${enable_mc_alloc+set}" = set; then |
| 2805 echo mc-alloc Setting with to "$enable_mc_alloc" | |
| 2806 with_mc_alloc="$enable_mc_alloc" | 2680 with_mc_alloc="$enable_mc_alloc" |
| 2807 fi; | 2681 fi; |
| 2808 # Check whether --with-mc-alloc or --without-mc-alloc was given. | 2682 # Check whether --with-mc-alloc or --without-mc-alloc was given. |
| 2809 if test "${with_mc_alloc+set}" = set; then | 2683 if test "${with_mc_alloc+set}" = set; then |
| 2810 enableval="$with_mc_alloc" | 2684 enableval="$with_mc_alloc" |
| 2814 enable_mc_alloc=yes | 2688 enable_mc_alloc=yes |
| 2815 fi; | 2689 fi; |
| 2816 # If --with-union-type or --without-union-type were given then copy the value to the | 2690 # If --with-union-type or --without-union-type were given then copy the value to the |
| 2817 # equivalent enable_union-type variable. | 2691 # equivalent enable_union-type variable. |
| 2818 if test "${with_union_type+set}" = set; then | 2692 if test "${with_union_type+set}" = set; then |
| 2819 echo union-type Setting enable to "$with_union_type" | |
| 2820 enable_union_type="$with_union_type" | 2693 enable_union_type="$with_union_type" |
| 2821 fi; | 2694 fi; |
| 2822 # If -enable-union-type or --disable-union-type were given then copy the value to the | 2695 # If -enable-union-type or --disable-union-type were given then copy the value to the |
| 2823 # equivalent with_union-type variable. | 2696 # equivalent with_union-type variable. |
| 2824 if test "${enable_union_type+set}" = set; then | 2697 if test "${enable_union_type+set}" = set; then |
| 2825 echo union-type Setting with to "$enable_union_type" | |
| 2826 with_union_type="$enable_union_type" | 2698 with_union_type="$enable_union_type" |
| 2827 fi; | 2699 fi; |
| 2828 # Check whether --with-union-type or --without-union-type was given. | 2700 # Check whether --with-union-type or --without-union-type was given. |
| 2829 if test "${with_union_type+set}" = set; then | 2701 if test "${with_union_type+set}" = set; then |
| 2830 enableval="$with_union_type" | 2702 enableval="$with_union_type" |
| 2832 | 2704 |
| 2833 fi; | 2705 fi; |
| 2834 # If --with-pdump or --without-pdump were given then copy the value to the | 2706 # If --with-pdump or --without-pdump were given then copy the value to the |
| 2835 # equivalent enable_pdump variable. | 2707 # equivalent enable_pdump variable. |
| 2836 if test "${with_pdump+set}" = set; then | 2708 if test "${with_pdump+set}" = set; then |
| 2837 echo pdump Setting enable to "$with_pdump" | |
| 2838 enable_pdump="$with_pdump" | 2709 enable_pdump="$with_pdump" |
| 2839 fi; | 2710 fi; |
| 2840 # If -enable-pdump or --disable-pdump were given then copy the value to the | 2711 # If -enable-pdump or --disable-pdump were given then copy the value to the |
| 2841 # equivalent with_pdump variable. | 2712 # equivalent with_pdump variable. |
| 2842 if test "${enable_pdump+set}" = set; then | 2713 if test "${enable_pdump+set}" = set; then |
| 2843 echo pdump Setting with to "$enable_pdump" | |
| 2844 with_pdump="$enable_pdump" | 2714 with_pdump="$enable_pdump" |
| 2845 fi; | 2715 fi; |
| 2846 # Check whether --with-pdump or --without-pdump was given. | 2716 # Check whether --with-pdump or --without-pdump was given. |
| 2847 if test "${with_pdump+set}" = set; then | 2717 if test "${with_pdump+set}" = set; then |
| 2848 enableval="$with_pdump" | 2718 enableval="$with_pdump" |
| 2850 | 2720 |
| 2851 fi; | 2721 fi; |
| 2852 # If --with-dump-in-exec or --without-dump-in-exec were given then copy the value to the | 2722 # If --with-dump-in-exec or --without-dump-in-exec were given then copy the value to the |
| 2853 # equivalent enable_dump-in-exec variable. | 2723 # equivalent enable_dump-in-exec variable. |
| 2854 if test "${with_dump_in_exec+set}" = set; then | 2724 if test "${with_dump_in_exec+set}" = set; then |
| 2855 echo dump-in-exec Setting enable to "$with_dump_in_exec" | |
| 2856 enable_dump_in_exec="$with_dump_in_exec" | 2725 enable_dump_in_exec="$with_dump_in_exec" |
| 2857 fi; | 2726 fi; |
| 2858 # If -enable-dump-in-exec or --disable-dump-in-exec were given then copy the value to the | 2727 # If -enable-dump-in-exec or --disable-dump-in-exec were given then copy the value to the |
| 2859 # equivalent with_dump-in-exec variable. | 2728 # equivalent with_dump-in-exec variable. |
| 2860 if test "${enable_dump_in_exec+set}" = set; then | 2729 if test "${enable_dump_in_exec+set}" = set; then |
| 2861 echo dump-in-exec Setting with to "$enable_dump_in_exec" | |
| 2862 with_dump_in_exec="$enable_dump_in_exec" | 2730 with_dump_in_exec="$enable_dump_in_exec" |
| 2863 fi; | 2731 fi; |
| 2864 # Check whether --with-dump-in-exec or --without-dump-in-exec was given. | 2732 # Check whether --with-dump-in-exec or --without-dump-in-exec was given. |
| 2865 if test "${with_dump_in_exec+set}" = set; then | 2733 if test "${with_dump_in_exec+set}" = set; then |
| 2866 enableval="$with_dump_in_exec" | 2734 enableval="$with_dump_in_exec" |
| 2868 | 2736 |
| 2869 fi; | 2737 fi; |
| 2870 # If --with-debug or --without-debug were given then copy the value to the | 2738 # If --with-debug or --without-debug were given then copy the value to the |
| 2871 # equivalent enable_debug variable. | 2739 # equivalent enable_debug variable. |
| 2872 if test "${with_debug+set}" = set; then | 2740 if test "${with_debug+set}" = set; then |
| 2873 echo debug Setting enable to "$with_debug" | |
| 2874 enable_debug="$with_debug" | 2741 enable_debug="$with_debug" |
| 2875 fi; | 2742 fi; |
| 2876 # If -enable-debug or --disable-debug were given then copy the value to the | 2743 # If -enable-debug or --disable-debug were given then copy the value to the |
| 2877 # equivalent with_debug variable. | 2744 # equivalent with_debug variable. |
| 2878 if test "${enable_debug+set}" = set; then | 2745 if test "${enable_debug+set}" = set; then |
| 2879 echo debug Setting with to "$enable_debug" | |
| 2880 with_debug="$enable_debug" | 2746 with_debug="$enable_debug" |
| 2881 fi; | 2747 fi; |
| 2882 # Check whether --with-debug or --without-debug was given. | 2748 # Check whether --with-debug or --without-debug was given. |
| 2883 if test "${with_debug+set}" = set; then | 2749 if test "${with_debug+set}" = set; then |
| 2884 enableval="$with_debug" | 2750 enableval="$with_debug" |
| 2886 | 2752 |
| 2887 fi; | 2753 fi; |
| 2888 # If --with-assertions or --without-assertions were given then copy the value to the | 2754 # If --with-assertions or --without-assertions were given then copy the value to the |
| 2889 # equivalent enable_assertions variable. | 2755 # equivalent enable_assertions variable. |
| 2890 if test "${with_assertions+set}" = set; then | 2756 if test "${with_assertions+set}" = set; then |
| 2891 echo assertions Setting enable to "$with_assertions" | |
| 2892 enable_assertions="$with_assertions" | 2757 enable_assertions="$with_assertions" |
| 2893 fi; | 2758 fi; |
| 2894 # If -enable-assertions or --disable-assertions were given then copy the value to the | 2759 # If -enable-assertions or --disable-assertions were given then copy the value to the |
| 2895 # equivalent with_assertions variable. | 2760 # equivalent with_assertions variable. |
| 2896 if test "${enable_assertions+set}" = set; then | 2761 if test "${enable_assertions+set}" = set; then |
| 2897 echo assertions Setting with to "$enable_assertions" | |
| 2898 with_assertions="$enable_assertions" | 2762 with_assertions="$enable_assertions" |
| 2899 fi; | 2763 fi; |
| 2900 # Check whether --with-assertions or --without-assertions was given. | 2764 # Check whether --with-assertions or --without-assertions was given. |
| 2901 if test "${with_assertions+set}" = set; then | 2765 if test "${with_assertions+set}" = set; then |
| 2902 enableval="$with_assertions" | 2766 enableval="$with_assertions" |
| 2904 | 2768 |
| 2905 fi; | 2769 fi; |
| 2906 # If --with-memory-usage-stats or --without-memory-usage-stats were given then copy the value to the | 2770 # If --with-memory-usage-stats or --without-memory-usage-stats were given then copy the value to the |
| 2907 # equivalent enable_memory-usage-stats variable. | 2771 # equivalent enable_memory-usage-stats variable. |
| 2908 if test "${with_memory_usage_stats+set}" = set; then | 2772 if test "${with_memory_usage_stats+set}" = set; then |
| 2909 echo memory-usage-stats Setting enable to "$with_memory_usage_stats" | |
| 2910 enable_memory_usage_stats="$with_memory_usage_stats" | 2773 enable_memory_usage_stats="$with_memory_usage_stats" |
| 2911 fi; | 2774 fi; |
| 2912 # If -enable-memory-usage-stats or --disable-memory-usage-stats were given then copy the value to the | 2775 # If -enable-memory-usage-stats or --disable-memory-usage-stats were given then copy the value to the |
| 2913 # equivalent with_memory-usage-stats variable. | 2776 # equivalent with_memory-usage-stats variable. |
| 2914 if test "${enable_memory_usage_stats+set}" = set; then | 2777 if test "${enable_memory_usage_stats+set}" = set; then |
| 2915 echo memory-usage-stats Setting with to "$enable_memory_usage_stats" | |
| 2916 with_memory_usage_stats="$enable_memory_usage_stats" | 2778 with_memory_usage_stats="$enable_memory_usage_stats" |
| 2917 fi; | 2779 fi; |
| 2918 # Check whether --with-memory-usage-stats or --without-memory-usage-stats was given. | 2780 # Check whether --with-memory-usage-stats or --without-memory-usage-stats was given. |
| 2919 if test "${with_memory_usage_stats+set}" = set; then | 2781 if test "${with_memory_usage_stats+set}" = set; then |
| 2920 enableval="$with_memory_usage_stats" | 2782 enableval="$with_memory_usage_stats" |
| 2922 | 2784 |
| 2923 fi; | 2785 fi; |
| 2924 # If --with-clash-detection or --without-clash-detection were given then copy the value to the | 2786 # If --with-clash-detection or --without-clash-detection were given then copy the value to the |
| 2925 # equivalent enable_clash-detection variable. | 2787 # equivalent enable_clash-detection variable. |
| 2926 if test "${with_clash_detection+set}" = set; then | 2788 if test "${with_clash_detection+set}" = set; then |
| 2927 echo clash-detection Setting enable to "$with_clash_detection" | |
| 2928 enable_clash_detection="$with_clash_detection" | 2789 enable_clash_detection="$with_clash_detection" |
| 2929 fi; | 2790 fi; |
| 2930 # If -enable-clash-detection or --disable-clash-detection were given then copy the value to the | 2791 # If -enable-clash-detection or --disable-clash-detection were given then copy the value to the |
| 2931 # equivalent with_clash-detection variable. | 2792 # equivalent with_clash-detection variable. |
| 2932 if test "${enable_clash_detection+set}" = set; then | 2793 if test "${enable_clash_detection+set}" = set; then |
| 2933 echo clash-detection Setting with to "$enable_clash_detection" | |
| 2934 with_clash_detection="$enable_clash_detection" | 2794 with_clash_detection="$enable_clash_detection" |
| 2935 fi; | 2795 fi; |
| 2936 # Check whether --with-clash-detection or --without-clash-detection was given. | 2796 # Check whether --with-clash-detection or --without-clash-detection was given. |
| 2937 if test "${with_clash_detection+set}" = set; then | 2797 if test "${with_clash_detection+set}" = set; then |
| 2938 enableval="$with_clash_detection" | 2798 enableval="$with_clash_detection" |
| 2940 | 2800 |
| 2941 fi; | 2801 fi; |
| 2942 # If --with-modules or --without-modules were given then copy the value to the | 2802 # If --with-modules or --without-modules were given then copy the value to the |
| 2943 # equivalent enable_modules variable. | 2803 # equivalent enable_modules variable. |
| 2944 if test "${with_modules+set}" = set; then | 2804 if test "${with_modules+set}" = set; then |
| 2945 echo modules Setting enable to "$with_modules" | |
| 2946 enable_modules="$with_modules" | 2805 enable_modules="$with_modules" |
| 2947 fi; | 2806 fi; |
| 2948 # If -enable-modules or --disable-modules were given then copy the value to the | 2807 # If -enable-modules or --disable-modules were given then copy the value to the |
| 2949 # equivalent with_modules variable. | 2808 # equivalent with_modules variable. |
| 2950 if test "${enable_modules+set}" = set; then | 2809 if test "${enable_modules+set}" = set; then |
| 2951 echo modules Setting with to "$enable_modules" | |
| 2952 with_modules="$enable_modules" | 2810 with_modules="$enable_modules" |
| 2953 fi; | 2811 fi; |
| 2954 # Check whether --with-modules or --without-modules was given. | 2812 # Check whether --with-modules or --without-modules was given. |
| 2955 if test "${with_modules+set}" = set; then | 2813 if test "${with_modules+set}" = set; then |
| 2956 enableval="$with_modules" | 2814 enableval="$with_modules" |
| 2958 | 2816 |
| 2959 fi; | 2817 fi; |
| 2960 # If --with-quick-build or --without-quick-build were given then copy the value to the | 2818 # If --with-quick-build or --without-quick-build were given then copy the value to the |
| 2961 # equivalent enable_quick-build variable. | 2819 # equivalent enable_quick-build variable. |
| 2962 if test "${with_quick_build+set}" = set; then | 2820 if test "${with_quick_build+set}" = set; then |
| 2963 echo quick-build Setting enable to "$with_quick_build" | |
| 2964 enable_quick_build="$with_quick_build" | 2821 enable_quick_build="$with_quick_build" |
| 2965 fi; | 2822 fi; |
| 2966 # If -enable-quick-build or --disable-quick-build were given then copy the value to the | 2823 # If -enable-quick-build or --disable-quick-build were given then copy the value to the |
| 2967 # equivalent with_quick-build variable. | 2824 # equivalent with_quick-build variable. |
| 2968 if test "${enable_quick_build+set}" = set; then | 2825 if test "${enable_quick_build+set}" = set; then |
| 2969 echo quick-build Setting with to "$enable_quick_build" | |
| 2970 with_quick_build="$enable_quick_build" | 2826 with_quick_build="$enable_quick_build" |
| 2971 fi; | 2827 fi; |
| 2972 # Check whether --with-quick-build or --without-quick-build was given. | 2828 # Check whether --with-quick-build or --without-quick-build was given. |
| 2973 if test "${with_quick_build+set}" = set; then | 2829 if test "${with_quick_build+set}" = set; then |
| 2974 enableval="$with_quick_build" | 2830 enableval="$with_quick_build" |
| 2977 fi; | 2833 fi; |
| 2978 | 2834 |
| 2979 # If --with-compiler or --without-compiler were given then copy the value to the | 2835 # If --with-compiler or --without-compiler were given then copy the value to the |
| 2980 # equivalent enable_compiler variable. | 2836 # equivalent enable_compiler variable. |
| 2981 if test "${with_compiler+set}" = set; then | 2837 if test "${with_compiler+set}" = set; then |
| 2982 echo compiler Setting enable to "$with_compiler" | |
| 2983 enable_compiler="$with_compiler" | 2838 enable_compiler="$with_compiler" |
| 2984 fi; | 2839 fi; |
| 2985 # If -enable-compiler or --disable-compiler were given then copy the value to the | 2840 # If -enable-compiler or --disable-compiler were given then copy the value to the |
| 2986 # equivalent with_compiler variable. | 2841 # equivalent with_compiler variable. |
| 2987 if test "${enable_compiler+set}" = set; then | 2842 if test "${enable_compiler+set}" = set; then |
| 2988 echo compiler Setting with to "$enable_compiler" | |
| 2989 with_compiler="$enable_compiler" | 2843 with_compiler="$enable_compiler" |
| 2990 fi; | 2844 fi; |
| 2991 # Check whether --with-compiler or --without-compiler was given. | 2845 # Check whether --with-compiler or --without-compiler was given. |
| 2992 if test "${with_compiler+set}" = set; then | 2846 if test "${with_compiler+set}" = set; then |
| 2993 enableval="$with_compiler" | 2847 enableval="$with_compiler" |
| 2996 fi; | 2850 fi; |
| 2997 | 2851 |
| 2998 # If --with-xemacs-compiler or --without-xemacs-compiler were given then copy the value to the | 2852 # If --with-xemacs-compiler or --without-xemacs-compiler were given then copy the value to the |
| 2999 # equivalent enable_xemacs-compiler variable. | 2853 # equivalent enable_xemacs-compiler variable. |
| 3000 if test "${with_xemacs_compiler+set}" = set; then | 2854 if test "${with_xemacs_compiler+set}" = set; then |
| 3001 echo xemacs-compiler Setting enable to "$with_xemacs_compiler" | |
| 3002 enable_xemacs_compiler="$with_xemacs_compiler" | 2855 enable_xemacs_compiler="$with_xemacs_compiler" |
| 3003 fi; | 2856 fi; |
| 3004 # If -enable-xemacs-compiler or --disable-xemacs-compiler were given then copy the value to the | 2857 # If -enable-xemacs-compiler or --disable-xemacs-compiler were given then copy the value to the |
| 3005 # equivalent with_xemacs-compiler variable. | 2858 # equivalent with_xemacs-compiler variable. |
| 3006 if test "${enable_xemacs_compiler+set}" = set; then | 2859 if test "${enable_xemacs_compiler+set}" = set; then |
| 3007 echo xemacs-compiler Setting with to "$enable_xemacs_compiler" | |
| 3008 with_xemacs_compiler="$enable_xemacs_compiler" | 2860 with_xemacs_compiler="$enable_xemacs_compiler" |
| 3009 fi; | 2861 fi; |
| 3010 # Check whether --with-xemacs-compiler or --without-xemacs-compiler was given. | 2862 # Check whether --with-xemacs-compiler or --without-xemacs-compiler was given. |
| 3011 if test "${with_xemacs_compiler+set}" = set; then | 2863 if test "${with_xemacs_compiler+set}" = set; then |
| 3012 enableval="$with_xemacs_compiler" | 2864 enableval="$with_xemacs_compiler" |
| 3015 fi; | 2867 fi; |
| 3016 | 2868 |
| 3017 # If --with-cflags or --without-cflags were given then copy the value to the | 2869 # If --with-cflags or --without-cflags were given then copy the value to the |
| 3018 # equivalent enable_cflags variable. | 2870 # equivalent enable_cflags variable. |
| 3019 if test "${with_cflags+set}" = set; then | 2871 if test "${with_cflags+set}" = set; then |
| 3020 echo cflags Setting enable to "$with_cflags" | |
| 3021 enable_cflags="$with_cflags" | 2872 enable_cflags="$with_cflags" |
| 3022 fi; | 2873 fi; |
| 3023 # If -enable-cflags or --disable-cflags were given then copy the value to the | 2874 # If -enable-cflags or --disable-cflags were given then copy the value to the |
| 3024 # equivalent with_cflags variable. | 2875 # equivalent with_cflags variable. |
| 3025 if test "${enable_cflags+set}" = set; then | 2876 if test "${enable_cflags+set}" = set; then |
| 3026 echo cflags Setting with to "$enable_cflags" | |
| 3027 with_cflags="$enable_cflags" | 2877 with_cflags="$enable_cflags" |
| 3028 fi; | 2878 fi; |
| 3029 # Check whether --with-cflags or --without-cflags was given. | 2879 # Check whether --with-cflags or --without-cflags was given. |
| 3030 if test "${with_cflags+set}" = set; then | 2880 if test "${with_cflags+set}" = set; then |
| 3031 enableval="$with_cflags" | 2881 enableval="$with_cflags" |
| 3034 fi; | 2884 fi; |
| 3035 | 2885 |
| 3036 # If --with-cflags-warning or --without-cflags-warning were given then copy the value to the | 2886 # If --with-cflags-warning or --without-cflags-warning were given then copy the value to the |
| 3037 # equivalent enable_cflags-warning variable. | 2887 # equivalent enable_cflags-warning variable. |
| 3038 if test "${with_cflags_warning+set}" = set; then | 2888 if test "${with_cflags_warning+set}" = set; then |
| 3039 echo cflags-warning Setting enable to "$with_cflags_warning" | |
| 3040 enable_cflags_warning="$with_cflags_warning" | 2889 enable_cflags_warning="$with_cflags_warning" |
| 3041 fi; | 2890 fi; |
| 3042 # If -enable-cflags-warning or --disable-cflags-warning were given then copy the value to the | 2891 # If -enable-cflags-warning or --disable-cflags-warning were given then copy the value to the |
| 3043 # equivalent with_cflags-warning variable. | 2892 # equivalent with_cflags-warning variable. |
| 3044 if test "${enable_cflags_warning+set}" = set; then | 2893 if test "${enable_cflags_warning+set}" = set; then |
| 3045 echo cflags-warning Setting with to "$enable_cflags_warning" | |
| 3046 with_cflags_warning="$enable_cflags_warning" | 2894 with_cflags_warning="$enable_cflags_warning" |
| 3047 fi; | 2895 fi; |
| 3048 # Check whether --with-cflags-warning or --without-cflags-warning was given. | 2896 # Check whether --with-cflags-warning or --without-cflags-warning was given. |
| 3049 if test "${with_cflags_warning+set}" = set; then | 2897 if test "${with_cflags_warning+set}" = set; then |
| 3050 enableval="$with_cflags_warning" | 2898 enableval="$with_cflags_warning" |
| 3053 fi; | 2901 fi; |
| 3054 | 2902 |
| 3055 # If --with-cflags-optimization or --without-cflags-optimization were given then copy the value to the | 2903 # If --with-cflags-optimization or --without-cflags-optimization were given then copy the value to the |
| 3056 # equivalent enable_cflags-optimization variable. | 2904 # equivalent enable_cflags-optimization variable. |
| 3057 if test "${with_cflags_optimization+set}" = set; then | 2905 if test "${with_cflags_optimization+set}" = set; then |
| 3058 echo cflags-optimization Setting enable to "$with_cflags_optimization" | |
| 3059 enable_cflags_optimization="$with_cflags_optimization" | 2906 enable_cflags_optimization="$with_cflags_optimization" |
| 3060 fi; | 2907 fi; |
| 3061 # If -enable-cflags-optimization or --disable-cflags-optimization were given then copy the value to the | 2908 # If -enable-cflags-optimization or --disable-cflags-optimization were given then copy the value to the |
| 3062 # equivalent with_cflags-optimization variable. | 2909 # equivalent with_cflags-optimization variable. |
| 3063 if test "${enable_cflags_optimization+set}" = set; then | 2910 if test "${enable_cflags_optimization+set}" = set; then |
| 3064 echo cflags-optimization Setting with to "$enable_cflags_optimization" | |
| 3065 with_cflags_optimization="$enable_cflags_optimization" | 2911 with_cflags_optimization="$enable_cflags_optimization" |
| 3066 fi; | 2912 fi; |
| 3067 # Check whether --with-cflags-optimization or --without-cflags-optimization was given. | 2913 # Check whether --with-cflags-optimization or --without-cflags-optimization was given. |
| 3068 if test "${with_cflags_optimization+set}" = set; then | 2914 if test "${with_cflags_optimization+set}" = set; then |
| 3069 enableval="$with_cflags_optimization" | 2915 enableval="$with_cflags_optimization" |
| 3072 fi; | 2918 fi; |
| 3073 | 2919 |
| 3074 # If --with-cflags-debugging or --without-cflags-debugging were given then copy the value to the | 2920 # If --with-cflags-debugging or --without-cflags-debugging were given then copy the value to the |
| 3075 # equivalent enable_cflags-debugging variable. | 2921 # equivalent enable_cflags-debugging variable. |
| 3076 if test "${with_cflags_debugging+set}" = set; then | 2922 if test "${with_cflags_debugging+set}" = set; then |
| 3077 echo cflags-debugging Setting enable to "$with_cflags_debugging" | |
| 3078 enable_cflags_debugging="$with_cflags_debugging" | 2923 enable_cflags_debugging="$with_cflags_debugging" |
| 3079 fi; | 2924 fi; |
| 3080 # If -enable-cflags-debugging or --disable-cflags-debugging were given then copy the value to the | 2925 # If -enable-cflags-debugging or --disable-cflags-debugging were given then copy the value to the |
| 3081 # equivalent with_cflags-debugging variable. | 2926 # equivalent with_cflags-debugging variable. |
| 3082 if test "${enable_cflags_debugging+set}" = set; then | 2927 if test "${enable_cflags_debugging+set}" = set; then |
| 3083 echo cflags-debugging Setting with to "$enable_cflags_debugging" | |
| 3084 with_cflags_debugging="$enable_cflags_debugging" | 2928 with_cflags_debugging="$enable_cflags_debugging" |
| 3085 fi; | 2929 fi; |
| 3086 # Check whether --with-cflags-debugging or --without-cflags-debugging was given. | 2930 # Check whether --with-cflags-debugging or --without-cflags-debugging was given. |
| 3087 if test "${with_cflags_debugging+set}" = set; then | 2931 if test "${with_cflags_debugging+set}" = set; then |
| 3088 enableval="$with_cflags_debugging" | 2932 enableval="$with_cflags_debugging" |
| 3091 fi; | 2935 fi; |
| 3092 | 2936 |
| 3093 # If --with-cpp or --without-cpp were given then copy the value to the | 2937 # If --with-cpp or --without-cpp were given then copy the value to the |
| 3094 # equivalent enable_cpp variable. | 2938 # equivalent enable_cpp variable. |
| 3095 if test "${with_cpp+set}" = set; then | 2939 if test "${with_cpp+set}" = set; then |
| 3096 echo cpp Setting enable to "$with_cpp" | |
| 3097 enable_cpp="$with_cpp" | 2940 enable_cpp="$with_cpp" |
| 3098 fi; | 2941 fi; |
| 3099 # If -enable-cpp or --disable-cpp were given then copy the value to the | 2942 # If -enable-cpp or --disable-cpp were given then copy the value to the |
| 3100 # equivalent with_cpp variable. | 2943 # equivalent with_cpp variable. |
| 3101 if test "${enable_cpp+set}" = set; then | 2944 if test "${enable_cpp+set}" = set; then |
| 3102 echo cpp Setting with to "$enable_cpp" | |
| 3103 with_cpp="$enable_cpp" | 2945 with_cpp="$enable_cpp" |
| 3104 fi; | 2946 fi; |
| 3105 # Check whether --with-cpp or --without-cpp was given. | 2947 # Check whether --with-cpp or --without-cpp was given. |
| 3106 if test "${with_cpp+set}" = set; then | 2948 if test "${with_cpp+set}" = set; then |
| 3107 enableval="$with_cpp" | 2949 enableval="$with_cpp" |
| 3110 fi; | 2952 fi; |
| 3111 | 2953 |
| 3112 # If --with-cppflags or --without-cppflags were given then copy the value to the | 2954 # If --with-cppflags or --without-cppflags were given then copy the value to the |
| 3113 # equivalent enable_cppflags variable. | 2955 # equivalent enable_cppflags variable. |
| 3114 if test "${with_cppflags+set}" = set; then | 2956 if test "${with_cppflags+set}" = set; then |
| 3115 echo cppflags Setting enable to "$with_cppflags" | |
| 3116 enable_cppflags="$with_cppflags" | 2957 enable_cppflags="$with_cppflags" |
| 3117 fi; | 2958 fi; |
| 3118 # If -enable-cppflags or --disable-cppflags were given then copy the value to the | 2959 # If -enable-cppflags or --disable-cppflags were given then copy the value to the |
| 3119 # equivalent with_cppflags variable. | 2960 # equivalent with_cppflags variable. |
| 3120 if test "${enable_cppflags+set}" = set; then | 2961 if test "${enable_cppflags+set}" = set; then |
| 3121 echo cppflags Setting with to "$enable_cppflags" | |
| 3122 with_cppflags="$enable_cppflags" | 2962 with_cppflags="$enable_cppflags" |
| 3123 fi; | 2963 fi; |
| 3124 # Check whether --with-cppflags or --without-cppflags was given. | 2964 # Check whether --with-cppflags or --without-cppflags was given. |
| 3125 if test "${with_cppflags+set}" = set; then | 2965 if test "${with_cppflags+set}" = set; then |
| 3126 enableval="$with_cppflags" | 2966 enableval="$with_cppflags" |
| 3129 fi; | 2969 fi; |
| 3130 | 2970 |
| 3131 # If --with-libs or --without-libs were given then copy the value to the | 2971 # If --with-libs or --without-libs were given then copy the value to the |
| 3132 # equivalent enable_libs variable. | 2972 # equivalent enable_libs variable. |
| 3133 if test "${with_libs+set}" = set; then | 2973 if test "${with_libs+set}" = set; then |
| 3134 echo libs Setting enable to "$with_libs" | |
| 3135 enable_libs="$with_libs" | 2974 enable_libs="$with_libs" |
| 3136 fi; | 2975 fi; |
| 3137 # If -enable-libs or --disable-libs were given then copy the value to the | 2976 # If -enable-libs or --disable-libs were given then copy the value to the |
| 3138 # equivalent with_libs variable. | 2977 # equivalent with_libs variable. |
| 3139 if test "${enable_libs+set}" = set; then | 2978 if test "${enable_libs+set}" = set; then |
| 3140 echo libs Setting with to "$enable_libs" | |
| 3141 with_libs="$enable_libs" | 2979 with_libs="$enable_libs" |
| 3142 fi; | 2980 fi; |
| 3143 # Check whether --with-libs or --without-libs was given. | 2981 # Check whether --with-libs or --without-libs was given. |
| 3144 if test "${with_libs+set}" = set; then | 2982 if test "${with_libs+set}" = set; then |
| 3145 enableval="$with_libs" | 2983 enableval="$with_libs" |
| 3148 fi; | 2986 fi; |
| 3149 | 2987 |
| 3150 # If --with-ldflags or --without-ldflags were given then copy the value to the | 2988 # If --with-ldflags or --without-ldflags were given then copy the value to the |
| 3151 # equivalent enable_ldflags variable. | 2989 # equivalent enable_ldflags variable. |
| 3152 if test "${with_ldflags+set}" = set; then | 2990 if test "${with_ldflags+set}" = set; then |
| 3153 echo ldflags Setting enable to "$with_ldflags" | |
| 3154 enable_ldflags="$with_ldflags" | 2991 enable_ldflags="$with_ldflags" |
| 3155 fi; | 2992 fi; |
| 3156 # If -enable-ldflags or --disable-ldflags were given then copy the value to the | 2993 # If -enable-ldflags or --disable-ldflags were given then copy the value to the |
| 3157 # equivalent with_ldflags variable. | 2994 # equivalent with_ldflags variable. |
| 3158 if test "${enable_ldflags+set}" = set; then | 2995 if test "${enable_ldflags+set}" = set; then |
| 3159 echo ldflags Setting with to "$enable_ldflags" | |
| 3160 with_ldflags="$enable_ldflags" | 2996 with_ldflags="$enable_ldflags" |
| 3161 fi; | 2997 fi; |
| 3162 # Check whether --with-ldflags or --without-ldflags was given. | 2998 # Check whether --with-ldflags or --without-ldflags was given. |
| 3163 if test "${with_ldflags+set}" = set; then | 2999 if test "${with_ldflags+set}" = set; then |
| 3164 enableval="$with_ldflags" | 3000 enableval="$with_ldflags" |
| 3167 fi; | 3003 fi; |
| 3168 | 3004 |
| 3169 # If --with-rel-alloc or --without-rel-alloc were given then copy the value to the | 3005 # If --with-rel-alloc or --without-rel-alloc were given then copy the value to the |
| 3170 # equivalent enable_rel-alloc variable. | 3006 # equivalent enable_rel-alloc variable. |
| 3171 if test "${with_rel_alloc+set}" = set; then | 3007 if test "${with_rel_alloc+set}" = set; then |
| 3172 echo rel-alloc Setting enable to "$with_rel_alloc" | |
| 3173 enable_rel_alloc="$with_rel_alloc" | 3008 enable_rel_alloc="$with_rel_alloc" |
| 3174 fi; | 3009 fi; |
| 3175 # If -enable-rel-alloc or --disable-rel-alloc were given then copy the value to the | 3010 # If -enable-rel-alloc or --disable-rel-alloc were given then copy the value to the |
| 3176 # equivalent with_rel-alloc variable. | 3011 # equivalent with_rel-alloc variable. |
| 3177 if test "${enable_rel_alloc+set}" = set; then | 3012 if test "${enable_rel_alloc+set}" = set; then |
| 3178 echo rel-alloc Setting with to "$enable_rel_alloc" | |
| 3179 with_rel_alloc="$enable_rel_alloc" | 3013 with_rel_alloc="$enable_rel_alloc" |
| 3180 fi; | 3014 fi; |
| 3181 # Check whether --with-rel-alloc or --without-rel-alloc was given. | 3015 # Check whether --with-rel-alloc or --without-rel-alloc was given. |
| 3182 if test "${with_rel_alloc+set}" = set; then | 3016 if test "${with_rel_alloc+set}" = set; then |
| 3183 enableval="$with_rel_alloc" | 3017 enableval="$with_rel_alloc" |
| 3188 fi; | 3022 fi; |
| 3189 | 3023 |
| 3190 # If --with-dlmalloc or --without-dlmalloc were given then copy the value to the | 3024 # If --with-dlmalloc or --without-dlmalloc were given then copy the value to the |
| 3191 # equivalent enable_dlmalloc variable. | 3025 # equivalent enable_dlmalloc variable. |
| 3192 if test "${with_dlmalloc+set}" = set; then | 3026 if test "${with_dlmalloc+set}" = set; then |
| 3193 echo dlmalloc Setting enable to "$with_dlmalloc" | |
| 3194 enable_dlmalloc="$with_dlmalloc" | 3027 enable_dlmalloc="$with_dlmalloc" |
| 3195 fi; | 3028 fi; |
| 3196 # If -enable-dlmalloc or --disable-dlmalloc were given then copy the value to the | 3029 # If -enable-dlmalloc or --disable-dlmalloc were given then copy the value to the |
| 3197 # equivalent with_dlmalloc variable. | 3030 # equivalent with_dlmalloc variable. |
| 3198 if test "${enable_dlmalloc+set}" = set; then | 3031 if test "${enable_dlmalloc+set}" = set; then |
| 3199 echo dlmalloc Setting with to "$enable_dlmalloc" | |
| 3200 with_dlmalloc="$enable_dlmalloc" | 3032 with_dlmalloc="$enable_dlmalloc" |
| 3201 fi; | 3033 fi; |
| 3202 # Check whether --with-dlmalloc or --without-dlmalloc was given. | 3034 # Check whether --with-dlmalloc or --without-dlmalloc was given. |
| 3203 if test "${with_dlmalloc+set}" = set; then | 3035 if test "${with_dlmalloc+set}" = set; then |
| 3204 enableval="$with_dlmalloc" | 3036 enableval="$with_dlmalloc" |
| 3209 fi; | 3041 fi; |
| 3210 | 3042 |
| 3211 # If --with-debug-malloc or --without-debug-malloc were given then copy the value to the | 3043 # If --with-debug-malloc or --without-debug-malloc were given then copy the value to the |
| 3212 # equivalent enable_debug-malloc variable. | 3044 # equivalent enable_debug-malloc variable. |
| 3213 if test "${with_debug_malloc+set}" = set; then | 3045 if test "${with_debug_malloc+set}" = set; then |
| 3214 echo debug-malloc Setting enable to "$with_debug_malloc" | |
| 3215 enable_debug_malloc="$with_debug_malloc" | 3046 enable_debug_malloc="$with_debug_malloc" |
| 3216 fi; | 3047 fi; |
| 3217 # If -enable-debug-malloc or --disable-debug-malloc were given then copy the value to the | 3048 # If -enable-debug-malloc or --disable-debug-malloc were given then copy the value to the |
| 3218 # equivalent with_debug-malloc variable. | 3049 # equivalent with_debug-malloc variable. |
| 3219 if test "${enable_debug_malloc+set}" = set; then | 3050 if test "${enable_debug_malloc+set}" = set; then |
| 3220 echo debug-malloc Setting with to "$enable_debug_malloc" | |
| 3221 with_debug_malloc="$enable_debug_malloc" | 3051 with_debug_malloc="$enable_debug_malloc" |
| 3222 fi; | 3052 fi; |
| 3223 # Check whether --with-debug-malloc or --without-debug-malloc was given. | 3053 # Check whether --with-debug-malloc or --without-debug-malloc was given. |
| 3224 if test "${with_debug_malloc+set}" = set; then | 3054 if test "${with_debug_malloc+set}" = set; then |
| 3225 enableval="$with_debug_malloc" | 3055 enableval="$with_debug_malloc" |
| 3228 fi; | 3058 fi; |
| 3229 | 3059 |
| 3230 # If --with-system-malloc or --without-system-malloc were given then copy the value to the | 3060 # If --with-system-malloc or --without-system-malloc were given then copy the value to the |
| 3231 # equivalent enable_system-malloc variable. | 3061 # equivalent enable_system-malloc variable. |
| 3232 if test "${with_system_malloc+set}" = set; then | 3062 if test "${with_system_malloc+set}" = set; then |
| 3233 echo system-malloc Setting enable to "$with_system_malloc" | |
| 3234 enable_system_malloc="$with_system_malloc" | 3063 enable_system_malloc="$with_system_malloc" |
| 3235 fi; | 3064 fi; |
| 3236 # If -enable-system-malloc or --disable-system-malloc were given then copy the value to the | 3065 # If -enable-system-malloc or --disable-system-malloc were given then copy the value to the |
| 3237 # equivalent with_system-malloc variable. | 3066 # equivalent with_system-malloc variable. |
| 3238 if test "${enable_system_malloc+set}" = set; then | 3067 if test "${enable_system_malloc+set}" = set; then |
| 3239 echo system-malloc Setting with to "$enable_system_malloc" | |
| 3240 with_system_malloc="$enable_system_malloc" | 3068 with_system_malloc="$enable_system_malloc" |
| 3241 fi; | 3069 fi; |
| 3242 # Check whether --with-system-malloc or --without-system-malloc was given. | 3070 # Check whether --with-system-malloc or --without-system-malloc was given. |
| 3243 if test "${with_system_malloc+set}" = set; then | 3071 if test "${with_system_malloc+set}" = set; then |
| 3244 enableval="$with_system_malloc" | 3072 enableval="$with_system_malloc" |
| 3264 | 3092 |
| 3265 | 3093 |
| 3266 # If --with-database or --without-database were given then copy the value to the | 3094 # If --with-database or --without-database were given then copy the value to the |
| 3267 # equivalent enable_database variable. | 3095 # equivalent enable_database variable. |
| 3268 if test "${with_database+set}" = set; then | 3096 if test "${with_database+set}" = set; then |
| 3269 echo database Setting enable to "$with_database" | |
| 3270 enable_database="$with_database" | 3097 enable_database="$with_database" |
| 3271 fi; | 3098 fi; |
| 3272 # If -enable-database or --disable-database were given then copy the value to the | 3099 # If -enable-database or --disable-database were given then copy the value to the |
| 3273 # equivalent with_database variable. | 3100 # equivalent with_database variable. |
| 3274 if test "${enable_database+set}" = set; then | 3101 if test "${enable_database+set}" = set; then |
| 3275 echo database Setting with to "$enable_database" | |
| 3276 with_database="$enable_database" | 3102 with_database="$enable_database" |
| 3277 fi; | 3103 fi; |
| 3278 # Check whether --with-database or --without-database was given. | 3104 # Check whether --with-database or --without-database was given. |
| 3279 if test "${with_database+set}" = set; then | 3105 if test "${with_database+set}" = set; then |
| 3280 enableval="$with_database" | 3106 enableval="$with_database" |
| 3309 Defaults may be overridden with \`all' or \`none' first in the list. | 3135 Defaults may be overridden with \`all' or \`none' first in the list. |
| 3310 Hardcoded default is: $_database_default." | 3136 Hardcoded default is: $_database_default." |
| 3311 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 | 3137 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 |
| 3312 elif test -n "$_database_all_default" ; then | 3138 elif test -n "$_database_all_default" ; then |
| 3313 for y in $_database_types; do | 3139 for y in $_database_types; do |
| 3314 eval "database_$y=$_database_all_default" | 3140 eval "with_database_$y=$_database_all_default" |
| 3141 eval "enable_database_$y=$_database_all_default" | |
| 3315 done | 3142 done |
| 3316 fi | 3143 fi |
| 3317 _database_notfirst=yes | 3144 _database_notfirst=yes |
| 3318 done | 3145 done |
| 3319 unset _database_bogus _database_found _database_notfirst _database_types | 3146 unset _database_bogus _database_found _database_notfirst _database_types |
| 3344 | 3171 |
| 3345 | 3172 |
| 3346 # If --with-sound or --without-sound were given then copy the value to the | 3173 # If --with-sound or --without-sound were given then copy the value to the |
| 3347 # equivalent enable_sound variable. | 3174 # equivalent enable_sound variable. |
| 3348 if test "${with_sound+set}" = set; then | 3175 if test "${with_sound+set}" = set; then |
| 3349 echo sound Setting enable to "$with_sound" | |
| 3350 enable_sound="$with_sound" | 3176 enable_sound="$with_sound" |
| 3351 fi; | 3177 fi; |
| 3352 # If -enable-sound or --disable-sound were given then copy the value to the | 3178 # If -enable-sound or --disable-sound were given then copy the value to the |
| 3353 # equivalent with_sound variable. | 3179 # equivalent with_sound variable. |
| 3354 if test "${enable_sound+set}" = set; then | 3180 if test "${enable_sound+set}" = set; then |
| 3355 echo sound Setting with to "$enable_sound" | |
| 3356 with_sound="$enable_sound" | 3181 with_sound="$enable_sound" |
| 3357 fi; | 3182 fi; |
| 3358 # Check whether --with-sound or --without-sound was given. | 3183 # Check whether --with-sound or --without-sound was given. |
| 3359 if test "${with_sound+set}" = set; then | 3184 if test "${with_sound+set}" = set; then |
| 3360 enableval="$with_sound" | 3185 enableval="$with_sound" |
| 3389 Defaults may be overridden with \`all' or \`none' first in the list. | 3214 Defaults may be overridden with \`all' or \`none' first in the list. |
| 3390 Hardcoded default is: $_sound_default." | 3215 Hardcoded default is: $_sound_default." |
| 3391 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 | 3216 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 |
| 3392 elif test -n "$_sound_all_default" ; then | 3217 elif test -n "$_sound_all_default" ; then |
| 3393 for y in $_sound_types; do | 3218 for y in $_sound_types; do |
| 3394 eval "sound_$y=$_sound_all_default" | 3219 eval "with_sound_$y=$_sound_all_default" |
| 3220 eval "enable_sound_$y=$_sound_all_default" | |
| 3395 done | 3221 done |
| 3396 fi | 3222 fi |
| 3397 _sound_notfirst=yes | 3223 _sound_notfirst=yes |
| 3398 done | 3224 done |
| 3399 unset _sound_bogus _sound_found _sound_notfirst _sound_types | 3225 unset _sound_bogus _sound_found _sound_notfirst _sound_types |
| 3407 | 3233 |
| 3408 | 3234 |
| 3409 # If --with-athena or --without-athena were given then copy the value to the | 3235 # If --with-athena or --without-athena were given then copy the value to the |
| 3410 # equivalent enable_athena variable. | 3236 # equivalent enable_athena variable. |
| 3411 if test "${with_athena+set}" = set; then | 3237 if test "${with_athena+set}" = set; then |
| 3412 echo athena Setting enable to "$with_athena" | |
| 3413 enable_athena="$with_athena" | 3238 enable_athena="$with_athena" |
| 3414 fi; | 3239 fi; |
| 3415 # If -enable-athena or --disable-athena were given then copy the value to the | 3240 # If -enable-athena or --disable-athena were given then copy the value to the |
| 3416 # equivalent with_athena variable. | 3241 # equivalent with_athena variable. |
| 3417 if test "${enable_athena+set}" = set; then | 3242 if test "${enable_athena+set}" = set; then |
| 3418 echo athena Setting with to "$enable_athena" | |
| 3419 with_athena="$enable_athena" | 3243 with_athena="$enable_athena" |
| 3420 fi; | 3244 fi; |
| 3421 # Check whether --with-athena or --without-athena was given. | 3245 # Check whether --with-athena or --without-athena was given. |
| 3422 if test "${with_athena+set}" = set; then | 3246 if test "${with_athena+set}" = set; then |
| 3423 enableval="$with_athena" | 3247 enableval="$with_athena" |
| 3440 fi; | 3264 fi; |
| 3441 | 3265 |
| 3442 # If --with-xim or --without-xim were given then copy the value to the | 3266 # If --with-xim or --without-xim were given then copy the value to the |
| 3443 # equivalent enable_xim variable. | 3267 # equivalent enable_xim variable. |
| 3444 if test "${with_xim+set}" = set; then | 3268 if test "${with_xim+set}" = set; then |
| 3445 echo xim Setting enable to "$with_xim" | |
| 3446 enable_xim="$with_xim" | 3269 enable_xim="$with_xim" |
| 3447 fi; | 3270 fi; |
| 3448 # If -enable-xim or --disable-xim were given then copy the value to the | 3271 # If -enable-xim or --disable-xim were given then copy the value to the |
| 3449 # equivalent with_xim variable. | 3272 # equivalent with_xim variable. |
| 3450 if test "${enable_xim+set}" = set; then | 3273 if test "${enable_xim+set}" = set; then |
| 3451 echo xim Setting with to "$enable_xim" | |
| 3452 with_xim="$enable_xim" | 3274 with_xim="$enable_xim" |
| 3453 fi; | 3275 fi; |
| 3454 # Check whether --with-xim or --without-xim was given. | 3276 # Check whether --with-xim or --without-xim was given. |
| 3455 if test "${with_xim+set}" = set; then | 3277 if test "${with_xim+set}" = set; then |
| 3456 enableval="$with_xim" | 3278 enableval="$with_xim" |
| 3473 fi; | 3295 fi; |
| 3474 | 3296 |
| 3475 # If --with-mail-locking or --without-mail-locking were given then copy the value to the | 3297 # If --with-mail-locking or --without-mail-locking were given then copy the value to the |
| 3476 # equivalent enable_mail-locking variable. | 3298 # equivalent enable_mail-locking variable. |
| 3477 if test "${with_mail_locking+set}" = set; then | 3299 if test "${with_mail_locking+set}" = set; then |
| 3478 echo mail-locking Setting enable to "$with_mail_locking" | |
| 3479 enable_mail_locking="$with_mail_locking" | 3300 enable_mail_locking="$with_mail_locking" |
| 3480 fi; | 3301 fi; |
| 3481 # If -enable-mail-locking or --disable-mail-locking were given then copy the value to the | 3302 # If -enable-mail-locking or --disable-mail-locking were given then copy the value to the |
| 3482 # equivalent with_mail-locking variable. | 3303 # equivalent with_mail-locking variable. |
| 3483 if test "${enable_mail_locking+set}" = set; then | 3304 if test "${enable_mail_locking+set}" = set; then |
| 3484 echo mail-locking Setting with to "$enable_mail_locking" | |
| 3485 with_mail_locking="$enable_mail_locking" | 3305 with_mail_locking="$enable_mail_locking" |
| 3486 fi; | 3306 fi; |
| 3487 # Check whether --with-mail-locking or --without-mail-locking was given. | 3307 # Check whether --with-mail-locking or --without-mail-locking was given. |
| 3488 if test "${with_mail_locking+set}" = set; then | 3308 if test "${with_mail_locking+set}" = set; then |
| 3489 enableval="$with_mail_locking" | 3309 enableval="$with_mail_locking" |
| 3507 | 3327 |
| 3508 | 3328 |
| 3509 # If --with-bignum or --without-bignum were given then copy the value to the | 3329 # If --with-bignum or --without-bignum were given then copy the value to the |
| 3510 # equivalent enable_bignum variable. | 3330 # equivalent enable_bignum variable. |
| 3511 if test "${with_bignum+set}" = set; then | 3331 if test "${with_bignum+set}" = set; then |
| 3512 echo bignum Setting enable to "$with_bignum" | |
| 3513 enable_bignum="$with_bignum" | 3332 enable_bignum="$with_bignum" |
| 3514 fi; | 3333 fi; |
| 3515 # If -enable-bignum or --disable-bignum were given then copy the value to the | 3334 # If -enable-bignum or --disable-bignum were given then copy the value to the |
| 3516 # equivalent with_bignum variable. | 3335 # equivalent with_bignum variable. |
| 3517 if test "${enable_bignum+set}" = set; then | 3336 if test "${enable_bignum+set}" = set; then |
| 3518 echo bignum Setting with to "$enable_bignum" | |
| 3519 with_bignum="$enable_bignum" | 3337 with_bignum="$enable_bignum" |
| 3520 fi; | 3338 fi; |
| 3521 # Check whether --with-bignum or --without-bignum was given. | 3339 # Check whether --with-bignum or --without-bignum was given. |
| 3522 if test "${with_bignum+set}" = set; then | 3340 if test "${with_bignum+set}" = set; then |
| 3523 enableval="$with_bignum" | 3341 enableval="$with_bignum" |
| 3567 | 3385 |
| 3568 | 3386 |
| 3569 # If --with-error-checking or --without-error-checking were given then copy the value to the | 3387 # If --with-error-checking or --without-error-checking were given then copy the value to the |
| 3570 # equivalent enable_error-checking variable. | 3388 # equivalent enable_error-checking variable. |
| 3571 if test "${with_error_checking+set}" = set; then | 3389 if test "${with_error_checking+set}" = set; then |
| 3572 echo error-checking Setting enable to "$with_error_checking" | |
| 3573 enable_error_checking="$with_error_checking" | 3390 enable_error_checking="$with_error_checking" |
| 3574 fi; | 3391 fi; |
| 3575 # If -enable-error-checking or --disable-error-checking were given then copy the value to the | 3392 # If -enable-error-checking or --disable-error-checking were given then copy the value to the |
| 3576 # equivalent with_error-checking variable. | 3393 # equivalent with_error-checking variable. |
| 3577 if test "${enable_error_checking+set}" = set; then | 3394 if test "${enable_error_checking+set}" = set; then |
| 3578 echo error-checking Setting with to "$enable_error_checking" | |
| 3579 with_error_checking="$enable_error_checking" | 3395 with_error_checking="$enable_error_checking" |
| 3580 fi; | 3396 fi; |
| 3581 # Check whether --with-error-checking or --without-error-checking was given. | 3397 # Check whether --with-error-checking or --without-error-checking was given. |
| 3582 if test "${with_error_checking+set}" = set; then | 3398 if test "${with_error_checking+set}" = set; then |
| 3583 enableval="$with_error_checking" | 3399 enableval="$with_error_checking" |
| 3612 Defaults may be overridden with \`all' or \`none' first in the list. | 3428 Defaults may be overridden with \`all' or \`none' first in the list. |
| 3613 Hardcoded default is: $_error_checking_default." | 3429 Hardcoded default is: $_error_checking_default." |
| 3614 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 | 3430 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 |
| 3615 elif test -n "$_error_checking_all_default" ; then | 3431 elif test -n "$_error_checking_all_default" ; then |
| 3616 for y in $_error_checking_types; do | 3432 for y in $_error_checking_types; do |
| 3617 eval "error_checking_$y=$_error_checking_all_default" | 3433 eval "with_error_checking_$y=$_error_checking_all_default" |
| 3434 eval "enable_error_checking_$y=$_error_checking_all_default" | |
| 3618 done | 3435 done |
| 3619 fi | 3436 fi |
| 3620 _error_checking_notfirst=yes | 3437 _error_checking_notfirst=yes |
| 3621 done | 3438 done |
| 3622 unset _error_checking_bogus _error_checking_found _error_checking_notfirst _error_checking_types | 3439 unset _error_checking_bogus _error_checking_found _error_checking_notfirst _error_checking_types |
| 3628 | 3445 |
| 3629 | 3446 |
| 3630 # If --with-menubars or --without-menubars were given then copy the value to the | 3447 # If --with-menubars or --without-menubars were given then copy the value to the |
| 3631 # equivalent enable_menubars variable. | 3448 # equivalent enable_menubars variable. |
| 3632 if test "${with_menubars+set}" = set; then | 3449 if test "${with_menubars+set}" = set; then |
| 3633 echo menubars Setting enable to "$with_menubars" | |
| 3634 enable_menubars="$with_menubars" | 3450 enable_menubars="$with_menubars" |
| 3635 fi; | 3451 fi; |
| 3636 # If -enable-menubars or --disable-menubars were given then copy the value to the | 3452 # If -enable-menubars or --disable-menubars were given then copy the value to the |
| 3637 # equivalent with_menubars variable. | 3453 # equivalent with_menubars variable. |
| 3638 if test "${enable_menubars+set}" = set; then | 3454 if test "${enable_menubars+set}" = set; then |
| 3639 echo menubars Setting with to "$enable_menubars" | |
| 3640 with_menubars="$enable_menubars" | 3455 with_menubars="$enable_menubars" |
| 3641 fi; | 3456 fi; |
| 3642 # Check whether --with-menubars or --without-menubars was given. | 3457 # Check whether --with-menubars or --without-menubars was given. |
| 3643 if test "${with_menubars+set}" = set; then | 3458 if test "${with_menubars+set}" = set; then |
| 3644 enableval="$with_menubars" | 3459 enableval="$with_menubars" |
| 3662 | 3477 |
| 3663 | 3478 |
| 3664 # If --with-scrollbars or --without-scrollbars were given then copy the value to the | 3479 # If --with-scrollbars or --without-scrollbars were given then copy the value to the |
| 3665 # equivalent enable_scrollbars variable. | 3480 # equivalent enable_scrollbars variable. |
| 3666 if test "${with_scrollbars+set}" = set; then | 3481 if test "${with_scrollbars+set}" = set; then |
| 3667 echo scrollbars Setting enable to "$with_scrollbars" | |
| 3668 enable_scrollbars="$with_scrollbars" | 3482 enable_scrollbars="$with_scrollbars" |
| 3669 fi; | 3483 fi; |
| 3670 # If -enable-scrollbars or --disable-scrollbars were given then copy the value to the | 3484 # If -enable-scrollbars or --disable-scrollbars were given then copy the value to the |
| 3671 # equivalent with_scrollbars variable. | 3485 # equivalent with_scrollbars variable. |
| 3672 if test "${enable_scrollbars+set}" = set; then | 3486 if test "${enable_scrollbars+set}" = set; then |
| 3673 echo scrollbars Setting with to "$enable_scrollbars" | |
| 3674 with_scrollbars="$enable_scrollbars" | 3487 with_scrollbars="$enable_scrollbars" |
| 3675 fi; | 3488 fi; |
| 3676 # Check whether --with-scrollbars or --without-scrollbars was given. | 3489 # Check whether --with-scrollbars or --without-scrollbars was given. |
| 3677 if test "${with_scrollbars+set}" = set; then | 3490 if test "${with_scrollbars+set}" = set; then |
| 3678 enableval="$with_scrollbars" | 3491 enableval="$with_scrollbars" |
| 3696 | 3509 |
| 3697 | 3510 |
| 3698 # If --with-dialogs or --without-dialogs were given then copy the value to the | 3511 # If --with-dialogs or --without-dialogs were given then copy the value to the |
| 3699 # equivalent enable_dialogs variable. | 3512 # equivalent enable_dialogs variable. |
| 3700 if test "${with_dialogs+set}" = set; then | 3513 if test "${with_dialogs+set}" = set; then |
| 3701 echo dialogs Setting enable to "$with_dialogs" | |
| 3702 enable_dialogs="$with_dialogs" | 3514 enable_dialogs="$with_dialogs" |
| 3703 fi; | 3515 fi; |
| 3704 # If -enable-dialogs or --disable-dialogs were given then copy the value to the | 3516 # If -enable-dialogs or --disable-dialogs were given then copy the value to the |
| 3705 # equivalent with_dialogs variable. | 3517 # equivalent with_dialogs variable. |
| 3706 if test "${enable_dialogs+set}" = set; then | 3518 if test "${enable_dialogs+set}" = set; then |
| 3707 echo dialogs Setting with to "$enable_dialogs" | |
| 3708 with_dialogs="$enable_dialogs" | 3519 with_dialogs="$enable_dialogs" |
| 3709 fi; | 3520 fi; |
| 3710 # Check whether --with-dialogs or --without-dialogs was given. | 3521 # Check whether --with-dialogs or --without-dialogs was given. |
| 3711 if test "${with_dialogs+set}" = set; then | 3522 if test "${with_dialogs+set}" = set; then |
| 3712 enableval="$with_dialogs" | 3523 enableval="$with_dialogs" |
| 3730 | 3541 |
| 3731 | 3542 |
| 3732 # If --with-widgets or --without-widgets were given then copy the value to the | 3543 # If --with-widgets or --without-widgets were given then copy the value to the |
| 3733 # equivalent enable_widgets variable. | 3544 # equivalent enable_widgets variable. |
| 3734 if test "${with_widgets+set}" = set; then | 3545 if test "${with_widgets+set}" = set; then |
| 3735 echo widgets Setting enable to "$with_widgets" | |
| 3736 enable_widgets="$with_widgets" | 3546 enable_widgets="$with_widgets" |
| 3737 fi; | 3547 fi; |
| 3738 # If -enable-widgets or --disable-widgets were given then copy the value to the | 3548 # If -enable-widgets or --disable-widgets were given then copy the value to the |
| 3739 # equivalent with_widgets variable. | 3549 # equivalent with_widgets variable. |
| 3740 if test "${enable_widgets+set}" = set; then | 3550 if test "${enable_widgets+set}" = set; then |
| 3741 echo widgets Setting with to "$enable_widgets" | |
| 3742 with_widgets="$enable_widgets" | 3551 with_widgets="$enable_widgets" |
| 3743 fi; | 3552 fi; |
| 3744 # Check whether --with-widgets or --without-widgets was given. | 3553 # Check whether --with-widgets or --without-widgets was given. |
| 3745 if test "${with_widgets+set}" = set; then | 3554 if test "${with_widgets+set}" = set; then |
| 3746 enableval="$with_widgets" | 3555 enableval="$with_widgets" |
| 9583 "$xe_runpath_dir" != "/usr/lib" -a \ | 9392 "$xe_runpath_dir" != "/usr/lib" -a \ |
| 9584 -n "`ls ${xe_runpath_dir}/*.s[ol] 2>/dev/null`" && \ | 9393 -n "`ls ${xe_runpath_dir}/*.s[ol] 2>/dev/null`" && \ |
| 9585 eval "$xe_add_unique_runpath_dir" | 9394 eval "$xe_add_unique_runpath_dir" |
| 9586 };; esac | 9395 };; esac |
| 9587 done | 9396 done |
| 9588 if test "$opsys $need_motif" = "sol2 yes"; then | 9397 if test "$opsys $need_motif" = "sol2 yes"; then |
| 9589 xe_runpath_dir="/opt/SUNWdt/lib"; | 9398 xe_runpath_dir="/opt/SUNWdt/lib"; |
| 9590 eval "$xe_add_unique_runpath_dir"; | 9399 eval "$xe_add_unique_runpath_dir"; |
| 9591 fi | 9400 fi |
| 9592 fi | 9401 fi |
| 9593 if test -n "$runpath"; then | 9402 if test -n "$runpath"; then |
| 17799 "$xe_runpath_dir" != "/usr/lib" -a \ | 17608 "$xe_runpath_dir" != "/usr/lib" -a \ |
| 17800 -n "`ls ${xe_runpath_dir}/*.s[ol] 2>/dev/null`" && \ | 17609 -n "`ls ${xe_runpath_dir}/*.s[ol] 2>/dev/null`" && \ |
| 17801 eval "$xe_add_unique_runpath_dir" | 17610 eval "$xe_add_unique_runpath_dir" |
| 17802 };; esac | 17611 };; esac |
| 17803 done | 17612 done |
| 17804 if test "$opsys $need_motif" = "sol2 yes"; then | 17613 if test "$opsys $need_motif" = "sol2 yes"; then |
| 17805 xe_runpath_dir="/opt/SUNWdt/lib"; | 17614 xe_runpath_dir="/opt/SUNWdt/lib"; |
| 17806 eval "$xe_add_unique_runpath_dir"; | 17615 eval "$xe_add_unique_runpath_dir"; |
| 17807 fi | 17616 fi |
| 17808 fi | 17617 fi |
| 17809 if test -n "$runpath"; then | 17618 if test -n "$runpath"; then |
| 24320 { echo "$as_me:$LINENO: checking for X11 graphics libraries..." >&5 | 24129 { echo "$as_me:$LINENO: checking for X11 graphics libraries..." >&5 |
| 24321 echo "$as_me: checking for X11 graphics libraries..." >&6;} | 24130 echo "$as_me: checking for X11 graphics libraries..." >&6;} |
| 24322 fi | 24131 fi |
| 24323 | 24132 |
| 24324 case "$enable_widgets" in | 24133 case "$enable_widgets" in |
| 24325 "yes" | "athena") detect_athena=yes ;; | 24134 "" | "yes" | "athena") detect_athena=yes ;; |
| 24326 *) detect_athena=no ;; | 24135 *) detect_athena=no ;; |
| 24136 esac | |
| 24137 | |
| 24138 case "$enable_dialogs" in | |
| 24139 "" | "yes" | "athena") detect_athena=yes ;; | |
| 24327 esac | 24140 esac |
| 24328 | 24141 |
| 24329 if test "$with_x11" = "yes" -a "$detect_athena" = "yes" ; then | 24142 if test "$with_x11" = "yes" -a "$detect_athena" = "yes" ; then |
| 24330 { echo "$as_me:$LINENO: checking for the Athena widgets..." >&5 | 24143 { echo "$as_me:$LINENO: checking for the Athena widgets..." >&5 |
| 24331 echo "$as_me: checking for the Athena widgets..." >&6;} | 24144 echo "$as_me: checking for the Athena widgets..." >&6;} |
| 26059 echo "${ECHO_T}$have_lesstif" >&6 | 25872 echo "${ECHO_T}$have_lesstif" >&6 |
| 26060 fi | 25873 fi |
| 26061 | 25874 |
| 26062 fi | 25875 fi |
| 26063 | 25876 |
| 25877 case "$opsys" in | |
| 25878 *linux* | *darwin* | *bsd* ) lucid_prefers_motif="no" ;; | |
| 25879 * ) lucid_prefers_motif="yes" ;; | |
| 25880 esac | |
| 25881 | |
| 26064 case "$enable_menubars" in "" | "yes" | "athena" ) | 25882 case "$enable_menubars" in "" | "yes" | "athena" ) |
| 26065 enable_menubars="lucid" ;; | 25883 enable_menubars="lucid" ;; |
| 26066 esac | 25884 esac |
| 26067 case "$enable_dialogs" in "" | "yes" | "lucid" ) | 25885 case "$enable_dialogs" in "" | "yes" | "lucid" ) |
| 26068 if test "$have_motif" = "yes"; then enable_dialogs="motif" | 25886 if test "$lucid_prefers_motif" = "yes"; then |
| 26069 elif test "$have_xaw" = "yes"; then enable_dialogs="athena" | 25887 if test "$have_motif" = "yes"; then enable_dialogs="motif" |
| 26070 elif test "$with_msw" = "yes"; then enable_dialogs="msw" | 25888 elif test "$have_xaw" = "yes"; then enable_dialogs="athena" |
| 26071 else enable_dialogs=no | 25889 elif test "$with_msw" = "yes"; then enable_dialogs="msw" |
| 25890 else enable_dialogs=no | |
| 25891 fi | |
| 25892 else | |
| 25893 if test "$have_xaw" = "yes"; then enable_dialogs="athena" | |
| 25894 elif test "$have_motif" = "yes"; then enable_dialogs="motif" | |
| 25895 elif test "$with_msw" = "yes"; then enable_dialogs="msw" | |
| 25896 else enable_dialogs=no | |
| 25897 fi | |
| 26072 fi ;; | 25898 fi ;; |
| 26073 esac | 25899 esac |
| 26074 case "$enable_scrollbars" in "" | "yes" ) | 25900 case "$enable_scrollbars" in "" | "yes" ) |
| 26075 enable_scrollbars="lucid" ;; | 25901 enable_scrollbars="lucid" ;; |
| 26076 esac | 25902 esac |
| 26077 case "$enable_widgets" in "" | "yes" | "lucid") | 25903 case "$enable_widgets" in "" | "yes" | "lucid") |
| 26078 if test "$have_motif" = "yes"; then enable_widgets="motif" | 25904 if test "$lucid_prefers_motif" = "yes"; then |
| 26079 elif test "$have_xaw" = "yes"; then enable_widgets="athena" | 25905 if test "$have_motif" = "yes"; then enable_widgets="motif" |
| 26080 elif test "$with_msw" = "yes"; then enable_widgets="msw" | 25906 elif test "$have_xaw" = "yes"; then enable_widgets="athena" |
| 26081 else enable_widgets=no | 25907 elif test "$with_msw" = "yes"; then enable_widgets="msw" |
| 25908 else enable_widgets=no | |
| 25909 fi | |
| 25910 else | |
| 25911 if test "$have_xaw" = "yes"; then enable_widgets="athena" | |
| 25912 elif test "$have_motif" = "yes"; then enable_widgets="motif" | |
| 25913 elif test "$with_msw" = "yes"; then enable_widgets="msw" | |
| 25914 else enable_widgets=no | |
| 25915 fi | |
| 26082 fi ;; | 25916 fi ;; |
| 26083 esac | 25917 esac |
| 26084 | 25918 |
| 26085 all_widgets="$enable_menubars $enable_scrollbars $enable_dialogs $enable_toolbars $enable_widgets" | 25919 all_widgets="$enable_menubars $enable_scrollbars $enable_dialogs $enable_toolbars $enable_widgets" |
| 26086 | 25920 |
| 26582 with_xim=xlib | 26416 with_xim=xlib |
| 26583 else | 26417 else |
| 26584 with_xim=no | 26418 with_xim=no |
| 26585 fi | 26419 fi |
| 26586 | 26420 |
| 26587 if test "$have_motif $have_lesstif" = "yes no"; then | 26421 if test "$need_motif $have_lesstif" = "yes no"; then |
| 26422 echo "$as_me:$LINENO: checking for XmImMbLookupString in -lXm" >&5 | |
| 26423 echo $ECHO_N "checking for XmImMbLookupString in -lXm... $ECHO_C" >&6 | |
| 26424 if test "${ac_cv_lib_Xm_XmImMbLookupString+set}" = set; then | |
| 26425 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
| 26426 else | |
| 26427 ac_check_lib_save_LIBS=$LIBS | |
| 26428 LIBS="-lXm $LIBS" | |
| 26429 cat >conftest.$ac_ext <<_ACEOF | |
| 26430 /* confdefs.h. */ | |
| 26431 _ACEOF | |
| 26432 cat confdefs.h >>conftest.$ac_ext | |
| 26433 cat >>conftest.$ac_ext <<_ACEOF | |
| 26434 /* end confdefs.h. */ | |
| 26435 | |
| 26436 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 26437 #ifdef __cplusplus | |
| 26438 extern "C" | |
| 26439 #endif | |
| 26440 /* We use char because int might match the return type of a gcc2 | |
| 26441 builtin and then its argument prototype would still apply. */ | |
| 26442 char XmImMbLookupString (); | |
| 26443 int | |
| 26444 main () | |
| 26445 { | |
| 26446 XmImMbLookupString (); | |
| 26447 ; | |
| 26448 return 0; | |
| 26449 } | |
| 26450 _ACEOF | |
| 26451 rm -f conftest.$ac_objext conftest$ac_exeext | |
| 26452 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
| 26453 (eval $ac_link) 2>conftest.er1 | |
| 26454 ac_status=$? | |
| 26455 grep -v '^ *+' conftest.er1 >conftest.err | |
| 26456 rm -f conftest.er1 | |
| 26457 cat conftest.err >&5 | |
| 26458 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
| 26459 (exit $ac_status); } && | |
| 26460 { ac_try='test -z "$ac_c_werror_flag" | |
| 26461 || test ! -s conftest.err' | |
| 26462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
| 26463 (eval $ac_try) 2>&5 | |
| 26464 ac_status=$? | |
| 26465 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
| 26466 (exit $ac_status); }; } && | |
| 26467 { ac_try='test -s conftest$ac_exeext' | |
| 26468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
| 26469 (eval $ac_try) 2>&5 | |
| 26470 ac_status=$? | |
| 26471 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
| 26472 (exit $ac_status); }; }; then | |
| 26473 ac_cv_lib_Xm_XmImMbLookupString=yes | |
| 26474 else | |
| 26475 echo "$as_me: failed program was:" >&5 | |
| 26476 sed 's/^/| /' conftest.$ac_ext >&5 | |
| 26477 | |
| 26478 ac_cv_lib_Xm_XmImMbLookupString=no | |
| 26479 fi | |
| 26480 rm -f conftest.err conftest.$ac_objext \ | |
| 26481 conftest$ac_exeext conftest.$ac_ext | |
| 26482 LIBS=$ac_check_lib_save_LIBS | |
| 26483 fi | |
| 26484 echo "$as_me:$LINENO: result: $ac_cv_lib_Xm_XmImMbLookupString" >&5 | |
| 26485 echo "${ECHO_T}$ac_cv_lib_Xm_XmImMbLookupString" >&6 | |
| 26486 if test $ac_cv_lib_Xm_XmImMbLookupString = yes; then | |
| 26487 with_xim=motif | |
| 26488 fi | |
| 26489 | |
| 26490 elif test "$have_motif $have_lesstif $with_xim" = "yes no no"; then | |
| 26588 echo "$as_me:$LINENO: checking for XmImMbLookupString in -lXm" >&5 | 26491 echo "$as_me:$LINENO: checking for XmImMbLookupString in -lXm" >&5 |
| 26589 echo $ECHO_N "checking for XmImMbLookupString in -lXm... $ECHO_C" >&6 | 26492 echo $ECHO_N "checking for XmImMbLookupString in -lXm... $ECHO_C" >&6 |
| 26590 if test "${ac_cv_lib_Xm_XmImMbLookupString+set}" = set; then | 26493 if test "${ac_cv_lib_Xm_XmImMbLookupString+set}" = set; then |
| 26591 echo $ECHO_N "(cached) $ECHO_C" >&6 | 26494 echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 26592 else | 26495 else |
| 28309 "$xe_runpath_dir" != "/usr/lib" -a \ | 28212 "$xe_runpath_dir" != "/usr/lib" -a \ |
| 28310 -n "`ls ${xe_runpath_dir}/*.s[ol] 2>/dev/null`" && \ | 28213 -n "`ls ${xe_runpath_dir}/*.s[ol] 2>/dev/null`" && \ |
| 28311 eval "$xe_add_unique_runpath_dir" | 28214 eval "$xe_add_unique_runpath_dir" |
| 28312 };; esac | 28215 };; esac |
| 28313 done | 28216 done |
| 28314 if test "$opsys $need_motif" = "sol2 yes"; then | 28217 if test "$opsys $need_motif" = "sol2 yes"; then |
| 28315 xe_runpath_dir="/opt/SUNWdt/lib"; | 28218 xe_runpath_dir="/opt/SUNWdt/lib"; |
| 28316 eval "$xe_add_unique_runpath_dir"; | 28219 eval "$xe_add_unique_runpath_dir"; |
| 28317 fi | 28220 fi |
| 28318 fi | 28221 fi |
| 28319 if test -n "$runpath"; then | 28222 if test -n "$runpath"; then |
| 37580 echo " - Xmu library not available; substituting equivalent routines." | 37483 echo " - Xmu library not available; substituting equivalent routines." |
| 37581 fi | 37484 fi |
| 37582 if test "$with_wmcommand" != no; then | 37485 if test "$with_wmcommand" != no; then |
| 37583 echo " - Handling WM_COMMAND properly." | 37486 echo " - Handling WM_COMMAND properly." |
| 37584 fi | 37487 fi |
| 37488 fi | |
| 37489 if test "$need_motif" = "yes" ; then | |
| 37490 echo " Compiling in support for Motif." | |
| 37491 if test "$have_lesstif" = "yes"; then | |
| 37492 echo " - Using LessTif implementation." | |
| 37493 fi | |
| 37494 echo " *WARNING* Many versions of Motif are buggy, requiring workarounds." | |
| 37495 echo " You are likely to experience slow redisplay." | |
| 37496 echo " You may need to install vendor patches to Motif." | |
| 37497 echo " See PROBLEMS for more information." | |
| 37585 fi | 37498 fi |
| 37586 if test "$need_athena" = "yes"; then | 37499 if test "$need_athena" = "yes"; then |
| 37587 echo " Compiling in support for the Athena widget set:" | 37500 echo " Compiling in support for the Athena widget set:" |
| 37588 echo " - Athena headers location: $athena_h_path" | 37501 echo " - Athena headers location: $athena_h_path" |
| 37589 echo " - Athena library to link: $athena_lib" | 37502 echo " - Athena library to link: $athena_lib" |
