comparison configure @ 3003:fcf2f05d0c7a

[xemacs-hg @ 2005-10-20 12:37:42 by malcolmp] Alias --enable configure options to --with. Update internals.texi to reflect changes.
author malcolmp
date Thu, 20 Oct 2005 12:38:04 +0000
parents 6b89d9014a18
children f252275fb013
comparison
equal deleted inserted replaced
3002:c64d760b2487 3003:fcf2f05d0c7a
890 if test -n "$ac_init_help"; then 890 if test -n "$ac_init_help"; then
891 891
892 cat <<\_ACEOF 892 cat <<\_ACEOF
893 893
894 Optional Features: 894 Optional Features:
895 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 895 --with-FEATURE[=ARG] include FEATURE [ARG=yes]
896 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 896 --enable-FEATURE[=ARG] alias for --with-FEATURE
897 --with-toolbars Enable toolbar support. Default: yes. 897 --without-FEATURE do not use FEATURE (same as --with-FEATURE=no)
898 --enable-mule Compile with Mule (MUlti-Lingual Emacs) support, 898 --disable-FEATURE alias for --without-FEATURE
899 needed to support non-Latin-1 (including Asian)
900 languages.
901 --enable-default-eol-detection
902 Turns on by default auto-detection of end-of-line
903 type when reading a file. Applies to those platforms
904 where auto-detection is off by default (non-Mule
905 Unix). Has no effect otherwise.
906 --enable-external-widget
907 Support XEmacs server for text widgets in other
908 applications.
909 --enable-kkcc Enable new GC algorithms.
910 --enable-mc-alloc Enable new allocator.
911 --enable-union-type Use union definition of Lisp_Object type. Known to
912 trigger bugs in some compilers.
913 --enable-pdump Enable portable LISP preloader.
914 --enable-dump-in-exec Enable dumping into executable (enabled by default
915 for `pdump', not enabled by default in combination
916 with `mc-alloc').
917 --enable-debug Enable additional debugging information. No time
918 cost.
919 --enable-assertions
920 --enable-memory-usage-stats
921 Enable LISP memory usage API.
922 --enable-clash-detection
923 Disable use of lock files to detect multiple edits
924 of the same file.
925 --enable-modules Compile in experimental support for dynamically
926 loaded libraries (Dynamic Shared Objects).
927 --enable-quick-build Speed up the build cycle by leaving out steps where
928 XEmacs will still work (more or less) without them.
929 Potentially dangerous if you don't know what you're
930 doing. This (1) doesn't garbage-collect after
931 loading each file during dumping, (2) doesn't
932 automatically rebuild the DOC file (remove it by
933 hand to get it rebuilt), (3) Removes config.h,
934 lisp.h and associated files from the dependency
935 lists, so changes to these files don't automatically
936 cause all .c files to be rebuilt.
937 --enable-database Compile with database support. Valid types are `no'
938 or a comma-separated list of one or more of `berkdb'
939 and either `dbm' or `gnudbm'.
940 --enable-sound Compile with sound support. Valid types are
941 `native', `nas' and `esd'. Prefix a type with 'no'
942 to disable. The first type can be `none' or `all'.
943 `none' means `nonative,nonas,noesd'. `all' means
944 `native,nas,esd'. Later options override earlier
945 ones for the same TYPE. The default is to autodetect
946 all sound support except for ESD which defaults to
947 off.
948 --enable-bignum=TYPE Compile in support for bignums, ratios, or bigfloats
949 using library support. TYPE must be one of "gmp"
950 (for GNU MP), "mp" (for BSD MP), or "no" (disabled).
951 --enable-error-checking Compile with internal error-checking added. Causes
952 noticeable loss of speed. Valid types are extents,
953 bufpos, malloc, gc, types, text, byte_code, glyphs,
954 display, structures.
955 --enable-menubars=TYPE Use TYPE menubars (lucid, motif, or no). The Lucid
956 widgets emulate Motif (mostly) but are faster.
957 *WARNING* The Motif menubar is currently broken.
958 Lucid menubars are the default.
959 --enable-scrollbars=TYPE
960 Use TYPE scrollbars (lucid, motif, athena, or no).
961 Lucid scrollbars are the default.
962 --enable-dialogs=TYPE Use TYPE dialog boxes (lucid, motif, athena, or no).
963 There are no true Lucid dialogs; Motif dialogs will
964 be used if Motif can be found, else Athena is used.
965 --enable-widgets Use TYPE native widgets (lucid, motif, athena, or
966 no). Other widget types are currently unsupported.
967 There are no true Lucid widgets; Motif widgets will
968 be used if Motif can be found, else Athena is used.
969
970 Optional Packages:
971 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
972 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
973
974 --with-prefix=no Don't compile the value for `prefix' into the 899 --with-prefix=no Don't compile the value for `prefix' into the
975 executable. 900 executable.
976 --with-site-lisp=no Allow for a site-lisp directory in the XEmacs 901 --with-site-lisp=no Allow for a site-lisp directory in the XEmacs
977 hierarchy searched before the installation packages. 902 hierarchy searched before the installation packages.
978 --with-site-modules Disable site-modules directory in the XEmacs 903 --with-site-modules Disable site-modules directory in the XEmacs
1022 --with-wmcommand Compile without realized leader window which will 947 --with-wmcommand Compile without realized leader window which will
1023 keep the WM_COMMAND property. 948 keep the WM_COMMAND property.
1024 --with-xmu Use Xmu utilities. Default: yes. 949 --with-xmu Use Xmu utilities. Default: yes.
1025 --with-purify Support memory debugging using Purify. 950 --with-purify Support memory debugging using Purify.
1026 --with-quantify Support performance debugging using Quantify. 951 --with-quantify Support performance debugging using Quantify.
952 --with-toolbars Enable toolbar support. Default: yes.
1027 --with-tty Enable TTY support. Default: yes. 953 --with-tty Enable TTY support. Default: yes.
1028 --with-xfs Enable XFontSet support for internationalized 954 --with-xfs Enable XFontSet support for internationalized
1029 menubar. Incompatible with `--with-xim=motif'. 955 menubar. Incompatible with `--with-xim=motif'.
1030 `--enable-menubars=lucid' (the default) is 956 `--with-menubars=lucid' (the default) is
1031 desirable. 957 desirable.
958 --with-mule Compile with Mule (Multi-Lingual Emacs) support,
959 needed to support non-Latin-1 (including Asian)
960 languages.
961 --with-default-eol-detection
962 Turns on by default auto-detection of end-of-line
963 type when reading a file. Applies to those platforms
964 where auto-detection is off by default (non-Mule
965 Unix). Has no effect otherwise.
1032 --with-canna Support the Canna Japanese input method. Requires 966 --with-canna Support the Canna Japanese input method. Requires
1033 Mule. 967 Mule.
1034 --with-wnn Support the Wnn Asian language input method. 968 --with-wnn Support the Wnn Asian language input method.
1035 Requires Mule. 969 Requires Mule.
1036 --with-wnn6 Support the Wnn6 Asian language input method 970 --with-wnn6 Support the Wnn6 Asian language input method
1071 --with-docdir 1005 --with-docdir
1072 --with-site-runtime-libraries 1006 --with-site-runtime-libraries
1073 1007
1074 --with-package-prefix Specify packages root. 1008 --with-package-prefix Specify packages root.
1075 --with-package-path Search path for package hierarchies. 1009 --with-package-path Search path for package hierarchies.
1010 --with-external-widget
1011 Support XEmacs server for text widgets in other
1012 applications.
1013 --with-kkcc Enable new GC algorithms.
1014 --with-mc-alloc Enable new allocator.
1015 --with-union-type Use union definition of Lisp_Object type. Known to
1016 trigger bugs in some compilers.
1017 --with-pdump Enable portable LISP preloader.
1018 --with-dump-in-exec Enable dumping into executable (enabled by default
1019 for `pdump', not enabled by default in combination
1020 with `mc-alloc').
1021 --with-debug Enable additional debugging information. No time
1022 cost.
1023 --with-assertions
1024 --with-memory-usage-stats
1025 Enable LISP memory usage API.
1026 --with-clash-detection
1027 Disable use of lock files to detect multiple edits
1028 of the same file.
1029 --with-modules Compile in experimental support for dynamically
1030 loaded libraries (Dynamic Shared Objects).
1031 --with-quick-build Speed up the build cycle by leaving out steps where
1032 XEmacs will still work (more or less) without them.
1033 Potentially dangerous if you don't know what you're
1034 doing. This (1) doesn't garbage-collect after
1035 loading each file during dumping, (2) doesn't
1036 automatically rebuild the DOC file (remove it by
1037 hand to get it rebuilt), (3) Removes config.h,
1038 lisp.h and associated files from the dependency
1039 lists, so changes to these files don't automatically
1040 cause all .c files to be rebuilt.
1076 --with-compiler C compiler to use 1041 --with-compiler C compiler to use
1077 --with-xemacs-compiler compiler to use to compile just the xemacs 1042 --with-xemacs-compiler compiler to use to compile just the xemacs
1078 executable and C modules. If you want to compile 1043 executable and C modules. If you want to compile
1079 XEmacs as C++, use e.g. 1044 XEmacs as C++, use e.g.
1080 `--with-xemacs-compiler=g++'. This turns on a lot of 1045 `--with-xemacs-compiler=g++'. This turns on a lot of
1081 additional error-checking. 1046 additional error-checking.
1082 --with-cflags Compiler flags (such as -O); setting this overrides 1047 --with-cflags Compiler flags. These flags will be placed after any
1083 all default compiler flags except those that control 1048 flags inserted for warnings, debugging or
1084 warnings. 1049 optimization; setting this does not disable the
1050 insertion of those flags. Use configure settings
1051 such as `--with-optimization=no' or
1052 `enable-debug=no' to turn them off, or override them
1053 with `--with-cflags-optimization',
1054 `--with-cflags-debugging', or `with-cflags-warning'.
1085 --with-cflags-warning Override compiler flags used to control warnings. 1055 --with-cflags-warning Override compiler flags used to control warnings.
1086 Normally, don't set this, as XEmacs already turns on 1056 Normally, don't set this, as XEmacs already turns on
1087 the maximum safe warning level. 1057 the maximum safe warning level.
1088 --with-cflags-optimization=FLAGS 1058 --with-cflags-optimization=FLAGS
1089 Override compiler flags used to control 1059 Override compiler flags used to control
1090 optimization. Only has an effect when optimization 1060 optimization. If blank, forces no optimization; if
1091 is enabled. Normally, don't set this, as XEmacs will 1061 non-blank, forces optimization. Normally, don't set
1092 already set the maximum safe optimization flags 1062 this; XEmacs automatically sets the maximum safe
1093 appropriate for the compiler being invoked. 1063 optimization flags appropriate for the compiler
1064 being invoked. If you just want to turn optimization
1065 on or off, use `with-optimization' instead.
1094 --with-cflags-debugging=FLAGS 1066 --with-cflags-debugging=FLAGS
1095 Override compiler flags used to add debugging 1067 Override compiler flags used to add debugging
1096 information to the executable. Normally, debugging 1068 information to the executable. Normally, debugging
1097 information is added whenever possible (i.e. unless 1069 information is added whenever possible (i.e. unless
1098 optimization is turned on and the compiler does not 1070 optimization is turned on and the compiler does not
1105 --with-rel-alloc Enable the relocating allocator. 1077 --with-rel-alloc Enable the relocating allocator.
1106 --with-dlmalloc Use Doug Lea's malloc implementation. 1078 --with-dlmalloc Use Doug Lea's malloc implementation.
1107 --with-debug-malloc Use a debugging malloc. 1079 --with-debug-malloc Use a debugging malloc.
1108 --with-system-malloc Use the system malloc, not the one distributed with 1080 --with-system-malloc Use the system malloc, not the one distributed with
1109 XEmacs. 1081 XEmacs.
1082 --with-database Compile with database support. Valid types are `no'
1083 or a comma-separated list of one or more of `berkdb'
1084 and either `dbm' or `gnudbm'.
1085 --with-sound Compile with sound support. Valid types are
1086 `native', `nas' and `esd'. Prefix a type with 'no'
1087 to disable. The first type can be `none' or `all'.
1088 `none' means `nonative,nonas,noesd'. `all' means
1089 `native,nas,esd'. Later options override earlier
1090 ones for the same TYPE. The default is to autodetect
1091 all sound support except for ESD which defaults to
1092 off.
1110 --with-athena Use TYPE Athena widgets (xaw, 3d, next, 95, or xpm). 1093 --with-athena Use TYPE Athena widgets (xaw, 3d, next, 95, or xpm).
1094
1111 --with-mail-locking Specify the locking to be used by movemail to 1095 --with-mail-locking Specify the locking to be used by movemail to
1112 prevent concurrent updates of mail spool files. 1096 prevent concurrent updates of mail spool files.
1113 Valid types are `lockf', `flock', `dot', `locking' 1097 Valid types are `lockf', `flock', `dot', `locking'
1114 or `mmdf'. 1098 or `mmdf'.
1099 --with-bignum=TYPE Compile in support for bignums, ratios, or bigfloats
1100 using library support. TYPE must be one of "gmp"
1101 (for GNU MP), "mp" (for BSD MP), or "no" (disabled).
1102 --with-error-checking Compile with internal error-checking added. Causes
1103 noticeable loss of speed. Valid types are extents,
1104 bufpos, malloc, gc, types, text, byte_code, glyphs,
1105 display, structures.
1106 --with-menubars=TYPE Use TYPE menubars (lucid, motif, or no). The Lucid
1107 widgets emulate Motif (mostly) but are faster.
1108 *WARNING* The Motif menubar is currently broken.
1109 Lucid menubars are the default.
1110 --with-scrollbars=TYPE
1111 Use TYPE scrollbars (lucid, motif, athena, or no).
1112 Lucid scrollbars are the default.
1113 --with-dialogs=TYPE Use TYPE dialog boxes (lucid, motif, athena, or no).
1114 There are no true Lucid dialogs; Motif dialogs will
1115 be used if Motif can be found, else Athena is used.
1116 --with-widgets Use TYPE native widgets (lucid, motif, athena, or
1117 no). Other widget types are currently unsupported.
1118 There are no true Lucid widgets; Motif widgets will
1119 be used if Motif can be found, else Athena is used.
1120
1121 Optional Packages:
1122 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1123 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1115 --with-x use the X Window System 1124 --with-x use the X Window System
1116 1125
1117 Some influential environment variables: 1126 Some influential environment variables:
1118 CC C compiler command 1127 CC C compiler command
1119 CFLAGS C compiler flags 1128 CFLAGS C compiler flags
1611 1620
1612 1621
1613 1622
1614 1623
1615 1624
1616
1617 progname="`echo $0 | sed 's:^\./\./:\./:'`" 1625 progname="`echo $0 | sed 's:^\./\./:\./:'`"
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653 1626
1654 MAKE_SUBDIR="$MAKE_SUBDIR lib-src" && if test "$verbose" = "yes"; then echo " Appending \"lib-src\" to \$MAKE_SUBDIR"; fi 1627 MAKE_SUBDIR="$MAKE_SUBDIR lib-src" && if test "$verbose" = "yes"; then echo " Appending \"lib-src\" to \$MAKE_SUBDIR"; fi
1655 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
1656 with_dragndrop_default="no" 1629 with_dragndrop_default="no"
1657 1630 # If --with-prefix or --without-prefix were given then copy the value to the
1631 # equivalent enable_prefix variable.
1632 if test "${with_prefix+set}" = set; then
1633 echo prefix Setting enable to "$with_prefix"
1634 enable_prefix="$with_prefix"
1635 fi;
1636 # If -enable-prefix or --disable-prefix were given then copy the value to the
1637 # equivalent with_prefix variable.
1638 if test "${enable_prefix+set}" = set; then
1639 echo prefix Setting with to "$enable_prefix"
1640 with_prefix="$enable_prefix"
1641 fi;
1642 # Check whether --with-prefix or --without-prefix was given.
1643 if test "${with_prefix+set}" = set; then
1644 enableval="$with_prefix"
1645 withval="$with_prefix"
1646 true
1647 else
1648 with_prefix=yes
1649 fi;
1650 # If --with-site-lisp or --without-site-lisp were given then copy the value to the
1651 # equivalent enable_site-lisp variable.
1652 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"
1655 fi;
1656 # If -enable-site-lisp or --disable-site-lisp were given then copy the value to the
1657 # equivalent with_site-lisp variable.
1658 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"
1661 fi;
1662 # Check whether --with-site-lisp or --without-site-lisp was given.
1663 if test "${with_site_lisp+set}" = set; then
1664 enableval="$with_site_lisp"
1665 withval="$with_site_lisp"
1666 true
1667 else
1668 with_site_lisp=no
1669 fi;
1670 # If --with-site-modules or --without-site-modules were given then copy the value to the
1671 # equivalent enable_site-modules variable.
1672 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"
1675 fi;
1676 # If -enable-site-modules or --disable-site-modules were given then copy the value to the
1677 # equivalent with_site-modules variable.
1678 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"
1681 fi;
1682 # Check whether --with-site-modules or --without-site-modules was given.
1683 if test "${with_site_modules+set}" = set; then
1684 enableval="$with_site_modules"
1685 withval="$with_site_modules"
1686
1687 fi;
1688 # If --with-gtk or --without-gtk were given then copy the value to the
1689 # equivalent enable_gtk variable.
1690 if test "${with_gtk+set}" = set; then
1691 echo gtk Setting enable to "$with_gtk"
1692 enable_gtk="$with_gtk"
1693 fi;
1694 # If -enable-gtk or --disable-gtk were given then copy the value to the
1695 # equivalent with_gtk variable.
1696 if test "${enable_gtk+set}" = set; then
1697 echo gtk Setting with to "$enable_gtk"
1698 with_gtk="$enable_gtk"
1699 fi;
1700 # Check whether --with-gtk or --without-gtk was given.
1701 if test "${with_gtk+set}" = set; then
1702 enableval="$with_gtk"
1703 withval="$with_gtk"
1704 true
1705 else
1706 with_gtk=no
1707 fi;
1708 # If --with-gnome or --without-gnome were given then copy the value to the
1709 # equivalent enable_gnome variable.
1710 if test "${with_gnome+set}" = set; then
1711 echo gnome Setting enable to "$with_gnome"
1712 enable_gnome="$with_gnome"
1713 fi;
1714 # If -enable-gnome or --disable-gnome were given then copy the value to the
1715 # equivalent with_gnome variable.
1716 if test "${enable_gnome+set}" = set; then
1717 echo gnome Setting with to "$enable_gnome"
1718 with_gnome="$enable_gnome"
1719 fi;
1720 # Check whether --with-gnome or --without-gnome was given.
1721 if test "${with_gnome+set}" = set; then
1722 enableval="$with_gnome"
1723 withval="$with_gnome"
1724 true
1725 else
1726 with_gnome=no
1727 fi;
1728 # If --with-msw or --without-msw were given then copy the value to the
1729 # equivalent enable_msw variable.
1730 if test "${with_msw+set}" = set; then
1731 echo msw Setting enable to "$with_msw"
1732 enable_msw="$with_msw"
1733 fi;
1734 # If -enable-msw or --disable-msw were given then copy the value to the
1735 # equivalent with_msw variable.
1736 if test "${enable_msw+set}" = set; then
1737 echo msw Setting with to "$enable_msw"
1738 with_msw="$enable_msw"
1739 fi;
1740 # Check whether --with-msw or --without-msw was given.
1741 if test "${with_msw+set}" = set; then
1742 enableval="$with_msw"
1743 withval="$with_msw"
1744
1745 fi;
1746 # If --with-gcc or --without-gcc were given then copy the value to the
1747 # equivalent enable_gcc variable.
1748 if test "${with_gcc+set}" = set; then
1749 echo gcc Setting enable to "$with_gcc"
1750 enable_gcc="$with_gcc"
1751 fi;
1752 # If -enable-gcc or --disable-gcc were given then copy the value to the
1753 # equivalent with_gcc variable.
1754 if test "${enable_gcc+set}" = set; then
1755 echo gcc Setting with to "$enable_gcc"
1756 with_gcc="$enable_gcc"
1757 fi;
1758 # Check whether --with-gcc or --without-gcc was given.
1759 if test "${with_gcc+set}" = set; then
1760 enableval="$with_gcc"
1761 withval="$with_gcc"
1762
1763 fi;
1764 # If --with-dynamic or --without-dynamic were given then copy the value to the
1765 # equivalent enable_dynamic variable.
1766 if test "${with_dynamic+set}" = set; then
1767 echo dynamic Setting enable to "$with_dynamic"
1768 enable_dynamic="$with_dynamic"
1769 fi;
1770 # If -enable-dynamic or --disable-dynamic were given then copy the value to the
1771 # equivalent with_dynamic variable.
1772 if test "${enable_dynamic+set}" = set; then
1773 echo dynamic Setting with to "$enable_dynamic"
1774 with_dynamic="$enable_dynamic"
1775 fi;
1776 # Check whether --with-dynamic or --without-dynamic was given.
1777 if test "${with_dynamic+set}" = set; then
1778 enableval="$with_dynamic"
1779 withval="$with_dynamic"
1780
1781 fi;
1782 # If --with-ncurses or --without-ncurses were given then copy the value to the
1783 # equivalent enable_ncurses variable.
1784 if test "${with_ncurses+set}" = set; then
1785 echo ncurses Setting enable to "$with_ncurses"
1786 enable_ncurses="$with_ncurses"
1787 fi;
1788 # If -enable-ncurses or --disable-ncurses were given then copy the value to the
1789 # equivalent with_ncurses variable.
1790 if test "${enable_ncurses+set}" = set; then
1791 echo ncurses Setting with to "$enable_ncurses"
1792 with_ncurses="$enable_ncurses"
1793 fi;
1794 # Check whether --with-ncurses or --without-ncurses was given.
1795 if test "${with_ncurses+set}" = set; then
1796 enableval="$with_ncurses"
1797 withval="$with_ncurses"
1798
1799 fi;
1800 # If --with-dnet or --without-dnet were given then copy the value to the
1801 # equivalent enable_dnet variable.
1802 if test "${with_dnet+set}" = set; then
1803 echo dnet Setting enable to "$with_dnet"
1804 enable_dnet="$with_dnet"
1805 fi;
1806 # If -enable-dnet or --disable-dnet were given then copy the value to the
1807 # equivalent with_dnet variable.
1808 if test "${enable_dnet+set}" = set; then
1809 echo dnet Setting with to "$enable_dnet"
1810 with_dnet="$enable_dnet"
1811 fi;
1812 # Check whether --with-dnet or --without-dnet was given.
1813 if test "${with_dnet+set}" = set; then
1814 enableval="$with_dnet"
1815 withval="$with_dnet"
1816
1817 fi;
1818 # If --with-socks or --without-socks were given then copy the value to the
1819 # equivalent enable_socks variable.
1820 if test "${with_socks+set}" = set; then
1821 echo socks Setting enable to "$with_socks"
1822 enable_socks="$with_socks"
1823 fi;
1824 # If -enable-socks or --disable-socks were given then copy the value to the
1825 # equivalent with_socks variable.
1826 if test "${enable_socks+set}" = set; then
1827 echo socks Setting with to "$enable_socks"
1828 with_socks="$enable_socks"
1829 fi;
1830 # Check whether --with-socks or --without-socks was given.
1831 if test "${with_socks+set}" = set; then
1832 enableval="$with_socks"
1833 withval="$with_socks"
1834
1835 fi;
1836 # If --with-dragndrop or --without-dragndrop were given then copy the value to the
1837 # equivalent enable_dragndrop variable.
1838 if test "${with_dragndrop+set}" = set; then
1839 echo dragndrop Setting enable to "$with_dragndrop"
1840 enable_dragndrop="$with_dragndrop"
1841 fi;
1842 # If -enable-dragndrop or --disable-dragndrop were given then copy the value to the
1843 # equivalent with_dragndrop variable.
1844 if test "${enable_dragndrop+set}" = set; then
1845 echo dragndrop Setting with to "$enable_dragndrop"
1846 with_dragndrop="$enable_dragndrop"
1847 fi;
1848 # Check whether --with-dragndrop or --without-dragndrop was given.
1849 if test "${with_dragndrop+set}" = set; then
1850 enableval="$with_dragndrop"
1851 withval="$with_dragndrop"
1852
1853 fi;
1854 # If --with-cde or --without-cde were given then copy the value to the
1855 # equivalent enable_cde variable.
1856 if test "${with_cde+set}" = set; then
1857 echo cde Setting enable to "$with_cde"
1858 enable_cde="$with_cde"
1859 fi;
1860 # If -enable-cde or --disable-cde were given then copy the value to the
1861 # equivalent with_cde variable.
1862 if test "${enable_cde+set}" = set; then
1863 echo cde Setting with to "$enable_cde"
1864 with_cde="$enable_cde"
1865 fi;
1866 # Check whether --with-cde or --without-cde was given.
1867 if test "${with_cde+set}" = set; then
1868 enableval="$with_cde"
1869 withval="$with_cde"
1870
1871 fi;
1872 # If --with-offix or --without-offix were given then copy the value to the
1873 # equivalent enable_offix variable.
1874 if test "${with_offix+set}" = set; then
1875 echo offix Setting enable to "$with_offix"
1876 enable_offix="$with_offix"
1877 fi;
1878 # If -enable-offix or --disable-offix were given then copy the value to the
1879 # equivalent with_offix variable.
1880 if test "${enable_offix+set}" = set; then
1881 echo offix Setting with to "$enable_offix"
1882 with_offix="$enable_offix"
1883 fi;
1884 # Check whether --with-offix or --without-offix was given.
1885 if test "${with_offix+set}" = set; then
1886 enableval="$with_offix"
1887 withval="$with_offix"
1888
1889 fi;
1890 # If --with-gpm or --without-gpm were given then copy the value to the
1891 # equivalent enable_gpm variable.
1892 if test "${with_gpm+set}" = set; then
1893 echo gpm Setting enable to "$with_gpm"
1894 enable_gpm="$with_gpm"
1895 fi;
1896 # If -enable-gpm or --disable-gpm were given then copy the value to the
1897 # equivalent with_gpm variable.
1898 if test "${enable_gpm+set}" = set; then
1899 echo gpm Setting with to "$enable_gpm"
1900 with_gpm="$enable_gpm"
1901 fi;
1902 # Check whether --with-gpm or --without-gpm was given.
1903 if test "${with_gpm+set}" = set; then
1904 enableval="$with_gpm"
1905 withval="$with_gpm"
1906
1907 fi;
1908 # If --with-xpm or --without-xpm were given then copy the value to the
1909 # equivalent enable_xpm variable.
1910 if test "${with_xpm+set}" = set; then
1911 echo xpm Setting enable to "$with_xpm"
1912 enable_xpm="$with_xpm"
1913 fi;
1914 # If -enable-xpm or --disable-xpm were given then copy the value to the
1915 # equivalent with_xpm variable.
1916 if test "${enable_xpm+set}" = set; then
1917 echo xpm Setting with to "$enable_xpm"
1918 with_xpm="$enable_xpm"
1919 fi;
1920 # Check whether --with-xpm or --without-xpm was given.
1921 if test "${with_xpm+set}" = set; then
1922 enableval="$with_xpm"
1923 withval="$with_xpm"
1924
1925 fi;
1926 # If --with-xface or --without-xface were given then copy the value to the
1927 # equivalent enable_xface variable.
1928 if test "${with_xface+set}" = set; then
1929 echo xface Setting enable to "$with_xface"
1930 enable_xface="$with_xface"
1931 fi;
1932 # If -enable-xface or --disable-xface were given then copy the value to the
1933 # equivalent with_xface variable.
1934 if test "${enable_xface+set}" = set; then
1935 echo xface Setting with to "$enable_xface"
1936 with_xface="$enable_xface"
1937 fi;
1938 # Check whether --with-xface or --without-xface was given.
1939 if test "${with_xface+set}" = set; then
1940 enableval="$with_xface"
1941 withval="$with_xface"
1942
1943 fi;
1944 # If --with-gif or --without-gif were given then copy the value to the
1945 # equivalent enable_gif variable.
1946 if test "${with_gif+set}" = set; then
1947 echo gif Setting enable to "$with_gif"
1948 enable_gif="$with_gif"
1949 fi;
1950 # If -enable-gif or --disable-gif were given then copy the value to the
1951 # equivalent with_gif variable.
1952 if test "${enable_gif+set}" = set; then
1953 echo gif Setting with to "$enable_gif"
1954 with_gif="$enable_gif"
1955 fi;
1956 # Check whether --with-gif or --without-gif was given.
1957 if test "${with_gif+set}" = set; then
1958 enableval="$with_gif"
1959 withval="$with_gif"
1960
1961 fi;
1962 # If --with-jpeg or --without-jpeg were given then copy the value to the
1963 # equivalent enable_jpeg variable.
1964 if test "${with_jpeg+set}" = set; then
1965 echo jpeg Setting enable to "$with_jpeg"
1966 enable_jpeg="$with_jpeg"
1967 fi;
1968 # If -enable-jpeg or --disable-jpeg were given then copy the value to the
1969 # equivalent with_jpeg variable.
1970 if test "${enable_jpeg+set}" = set; then
1971 echo jpeg Setting with to "$enable_jpeg"
1972 with_jpeg="$enable_jpeg"
1973 fi;
1974 # Check whether --with-jpeg or --without-jpeg was given.
1975 if test "${with_jpeg+set}" = set; then
1976 enableval="$with_jpeg"
1977 withval="$with_jpeg"
1978
1979 fi;
1980 # If --with-png or --without-png were given then copy the value to the
1981 # equivalent enable_png variable.
1982 if test "${with_png+set}" = set; then
1983 echo png Setting enable to "$with_png"
1984 enable_png="$with_png"
1985 fi;
1986 # If -enable-png or --disable-png were given then copy the value to the
1987 # equivalent with_png variable.
1988 if test "${enable_png+set}" = set; then
1989 echo png Setting with to "$enable_png"
1990 with_png="$enable_png"
1991 fi;
1992 # Check whether --with-png or --without-png was given.
1993 if test "${with_png+set}" = set; then
1994 enableval="$with_png"
1995 withval="$with_png"
1996
1997 fi;
1998 # If --with-tiff or --without-tiff were given then copy the value to the
1999 # equivalent enable_tiff variable.
2000 if test "${with_tiff+set}" = set; then
2001 echo tiff Setting enable to "$with_tiff"
2002 enable_tiff="$with_tiff"
2003 fi;
2004 # If -enable-tiff or --disable-tiff were given then copy the value to the
2005 # equivalent with_tiff variable.
2006 if test "${enable_tiff+set}" = set; then
2007 echo tiff Setting with to "$enable_tiff"
2008 with_tiff="$enable_tiff"
2009 fi;
2010 # Check whether --with-tiff or --without-tiff was given.
2011 if test "${with_tiff+set}" = set; then
2012 enableval="$with_tiff"
2013 withval="$with_tiff"
2014
2015 fi;
2016 # If --with-zlib or --without-zlib were given then copy the value to the
2017 # equivalent enable_zlib variable.
2018 if test "${with_zlib+set}" = set; then
2019 echo zlib Setting enable to "$with_zlib"
2020 enable_zlib="$with_zlib"
2021 fi;
2022 # If -enable-zlib or --disable-zlib were given then copy the value to the
2023 # equivalent with_zlib variable.
2024 if test "${enable_zlib+set}" = set; then
2025 echo zlib Setting with to "$enable_zlib"
2026 with_zlib="$enable_zlib"
2027 fi;
2028 # Check whether --with-zlib or --without-zlib was given.
2029 if test "${with_zlib+set}" = set; then
2030 enableval="$with_zlib"
2031 withval="$with_zlib"
2032
2033 fi;
2034 # If --with-wmcommand or --without-wmcommand were given then copy the value to the
2035 # equivalent enable_wmcommand variable.
2036 if test "${with_wmcommand+set}" = set; then
2037 echo wmcommand Setting enable to "$with_wmcommand"
2038 enable_wmcommand="$with_wmcommand"
2039 fi;
2040 # If -enable-wmcommand or --disable-wmcommand were given then copy the value to the
2041 # equivalent with_wmcommand variable.
2042 if test "${enable_wmcommand+set}" = set; then
2043 echo wmcommand Setting with to "$enable_wmcommand"
2044 with_wmcommand="$enable_wmcommand"
2045 fi;
2046 # Check whether --with-wmcommand or --without-wmcommand was given.
2047 if test "${with_wmcommand+set}" = set; then
2048 enableval="$with_wmcommand"
2049 withval="$with_wmcommand"
2050
2051 fi;
2052 # If --with-xmu or --without-xmu were given then copy the value to the
2053 # equivalent enable_xmu variable.
2054 if test "${with_xmu+set}" = set; then
2055 echo xmu Setting enable to "$with_xmu"
2056 enable_xmu="$with_xmu"
2057 fi;
2058 # If -enable-xmu or --disable-xmu were given then copy the value to the
2059 # equivalent with_xmu variable.
2060 if test "${enable_xmu+set}" = set; then
2061 echo xmu Setting with to "$enable_xmu"
2062 with_xmu="$enable_xmu"
2063 fi;
2064 # Check whether --with-xmu or --without-xmu was given.
2065 if test "${with_xmu+set}" = set; then
2066 enableval="$with_xmu"
2067 withval="$with_xmu"
2068
2069 fi;
2070 # If --with-purify or --without-purify were given then copy the value to the
2071 # equivalent enable_purify variable.
2072 if test "${with_purify+set}" = set; then
2073 echo purify Setting enable to "$with_purify"
2074 enable_purify="$with_purify"
2075 fi;
2076 # If -enable-purify or --disable-purify were given then copy the value to the
2077 # equivalent with_purify variable.
2078 if test "${enable_purify+set}" = set; then
2079 echo purify Setting with to "$enable_purify"
2080 with_purify="$enable_purify"
2081 fi;
2082 # Check whether --with-purify or --without-purify was given.
2083 if test "${with_purify+set}" = set; then
2084 enableval="$with_purify"
2085 withval="$with_purify"
2086
2087 fi;
2088 # If --with-quantify or --without-quantify were given then copy the value to the
2089 # equivalent enable_quantify variable.
2090 if test "${with_quantify+set}" = set; then
2091 echo quantify Setting enable to "$with_quantify"
2092 enable_quantify="$with_quantify"
2093 fi;
2094 # If -enable-quantify or --disable-quantify were given then copy the value to the
2095 # equivalent with_quantify variable.
2096 if test "${enable_quantify+set}" = set; then
2097 echo quantify Setting with to "$enable_quantify"
2098 with_quantify="$enable_quantify"
2099 fi;
2100 # Check whether --with-quantify or --without-quantify was given.
2101 if test "${with_quantify+set}" = set; then
2102 enableval="$with_quantify"
2103 withval="$with_quantify"
2104
2105 fi;
2106 # If --with-toolbars or --without-toolbars were given then copy the value to the
2107 # equivalent enable_toolbars variable.
2108 if test "${with_toolbars+set}" = set; then
2109 echo toolbars Setting enable to "$with_toolbars"
2110 enable_toolbars="$with_toolbars"
2111 fi;
2112 # If -enable-toolbars or --disable-toolbars were given then copy the value to the
2113 # equivalent with_toolbars variable.
2114 if test "${enable_toolbars+set}" = set; then
2115 echo toolbars Setting with to "$enable_toolbars"
2116 with_toolbars="$enable_toolbars"
2117 fi;
2118 # Check whether --with-toolbars or --without-toolbars was given.
2119 if test "${with_toolbars+set}" = set; then
2120 enableval="$with_toolbars"
2121 withval="$with_toolbars"
2122
2123 fi;
2124 # If --with-tty or --without-tty were given then copy the value to the
2125 # equivalent enable_tty variable.
2126 if test "${with_tty+set}" = set; then
2127 echo tty Setting enable to "$with_tty"
2128 enable_tty="$with_tty"
2129 fi;
2130 # If -enable-tty or --disable-tty were given then copy the value to the
2131 # equivalent with_tty variable.
2132 if test "${enable_tty+set}" = set; then
2133 echo tty Setting with to "$enable_tty"
2134 with_tty="$enable_tty"
2135 fi;
2136 # Check whether --with-tty or --without-tty was given.
2137 if test "${with_tty+set}" = set; then
2138 enableval="$with_tty"
2139 withval="$with_tty"
2140
2141 fi;
2142 # If --with-xfs or --without-xfs were given then copy the value to the
2143 # equivalent enable_xfs variable.
2144 if test "${with_xfs+set}" = set; then
2145 echo xfs Setting enable to "$with_xfs"
2146 enable_xfs="$with_xfs"
2147 fi;
2148 # If -enable-xfs or --disable-xfs were given then copy the value to the
2149 # equivalent with_xfs variable.
2150 if test "${enable_xfs+set}" = set; then
2151 echo xfs Setting with to "$enable_xfs"
2152 with_xfs="$enable_xfs"
2153 fi;
2154 # Check whether --with-xfs or --without-xfs was given.
2155 if test "${with_xfs+set}" = set; then
2156 enableval="$with_xfs"
2157 withval="$with_xfs"
2158
2159 fi;
2160 # If --with-mule or --without-mule were given then copy the value to the
2161 # equivalent enable_mule variable.
2162 if test "${with_mule+set}" = set; then
2163 echo mule Setting enable to "$with_mule"
2164 enable_mule="$with_mule"
2165 fi;
2166 # If -enable-mule or --disable-mule were given then copy the value to the
2167 # equivalent with_mule variable.
2168 if test "${enable_mule+set}" = set; then
2169 echo mule Setting with to "$enable_mule"
2170 with_mule="$enable_mule"
2171 fi;
1658 # Check whether --with-mule or --without-mule was given. 2172 # Check whether --with-mule or --without-mule was given.
1659 if test "${with_mule+set}" = set; then 2173 if test "${with_mule+set}" = set; then
2174 enableval="$with_mule"
1660 withval="$with_mule" 2175 withval="$with_mule"
1661 { echo "Error:" --enable-mule, NOT --with-mule >&2; exit 1; } 2176
1662 fi; 2177 fi;
1663 2178 # If --with-default-eol-detection or --without-default-eol-detection were given then copy the value to the
1664 # Check whether --with-menubars or --without-menubars was given. 2179 # equivalent enable_default-eol-detection variable.
1665 if test "${with_menubars+set}" = set; then 2180 if test "${with_default_eol_detection+set}" = set; then
1666 withval="$with_menubars" 2181 echo default-eol-detection Setting enable to "$with_default_eol_detection"
1667 { echo "Error:" --enable-menubars, NOT --with-menubars >&2; exit 1; } 2182 enable_default_eol_detection="$with_default_eol_detection"
1668 fi; 2183 fi;
1669 2184 # If -enable-default-eol-detection or --disable-default-eol-detection were given then copy the value to the
1670 # Check whether --with-scrollbars or --without-scrollbars was given. 2185 # equivalent with_default-eol-detection variable.
1671 if test "${with_scrollbars+set}" = set; then 2186 if test "${enable_default_eol_detection+set}" = set; then
1672 withval="$with_scrollbars" 2187 echo default-eol-detection Setting with to "$enable_default_eol_detection"
1673 { echo "Error:" --enable-scrollbars, NOT --with-scrollbars >&2; exit 1; } 2188 with_default_eol_detection="$enable_default_eol_detection"
1674 fi; 2189 fi;
1675
1676 # Check whether --with-dialogs or --without-dialogs was given.
1677 if test "${with_dialogs+set}" = set; then
1678 withval="$with_dialogs"
1679 { echo "Error:" --enable-dialogs, NOT --with-dialogs >&2; exit 1; }
1680 fi;
1681
1682 # Check whether --with-widgets or --without-widgets was given.
1683 if test "${with_widgets+set}" = set; then
1684 withval="$with_widgets"
1685 { echo "Error:" --enable-widgets, NOT --with-widgets >&2; exit 1; }
1686 fi;
1687
1688 # Check whether --with-sound or --without-sound was given.
1689 if test "${with_sound+set}" = set; then
1690 withval="$with_sound"
1691 { echo "Error:" --enable-sound, NOT --with-sound >&2; exit 1; }
1692 fi;
1693
1694 # Check whether --with-default-eol-detection or --without-default-eol-detection was given. 2190 # Check whether --with-default-eol-detection or --without-default-eol-detection was given.
1695 if test "${with_default_eol_detection+set}" = set; then 2191 if test "${with_default_eol_detection+set}" = set; then
2192 enableval="$with_default_eol_detection"
1696 withval="$with_default_eol_detection" 2193 withval="$with_default_eol_detection"
1697 { echo "Error:" --enable-default-eol-detection, NOT --with-default-eol-detection >&2; exit 1; } 2194
1698 fi; 2195 fi;
1699 2196 # If --with-canna or --without-canna were given then copy the value to the
1700 # Check whether --with-clash-detection or --without-clash-detection was given. 2197 # equivalent enable_canna variable.
1701 if test "${with_clash_detection+set}" = set; then 2198 if test "${with_canna+set}" = set; then
1702 withval="$with_clash_detection" 2199 echo canna Setting enable to "$with_canna"
1703 { echo "Error:" --enable-clash-detection, NOT --with-clash-detection >&2; exit 1; } 2200 enable_canna="$with_canna"
1704 fi; 2201 fi;
1705 2202 # If -enable-canna or --disable-canna were given then copy the value to the
1706 # Check whether --with-database or --without-database was given. 2203 # equivalent with_canna variable.
1707 if test "${with_database+set}" = set; then 2204 if test "${enable_canna+set}" = set; then
1708 withval="$with_database" 2205 echo canna Setting with to "$enable_canna"
1709 { echo "Error:" --enable-database, NOT --with-database >&2; exit 1; } 2206 with_canna="$enable_canna"
1710 fi; 2207 fi;
1711
1712 # Check whether --with-modules or --without-modules was given.
1713 if test "${with_modules+set}" = set; then
1714 withval="$with_modules"
1715 { echo "Error:" --enable-modules, NOT --with-modules >&2; exit 1; }
1716 fi;
1717
1718 # Check whether --with-toolbars or --without-toolbars was given.
1719 if test "${with_toolbars+set}" = set; then
1720 withval="$with_toolbars"
1721 { echo "Error:" --enable-toolbars, NOT --with-toolbars >&2; exit 1; }
1722 fi;
1723
1724
1725
1726 # Check whether --with-prefix or --without-prefix was given.
1727 if test "${with_prefix+set}" = set; then
1728 withval="$with_prefix"
1729 true
1730 else
1731 with_prefix=yes
1732 fi;
1733
1734 # Check whether --with-site-lisp or --without-site-lisp was given.
1735 if test "${with_site_lisp+set}" = set; then
1736 withval="$with_site_lisp"
1737 true
1738 else
1739 with_site_lisp=no
1740 fi;
1741
1742 # Check whether --with-site-modules or --without-site-modules was given.
1743 if test "${with_site_modules+set}" = set; then
1744 withval="$with_site_modules"
1745
1746 fi;
1747
1748 # Check whether --with-gtk or --without-gtk was given.
1749 if test "${with_gtk+set}" = set; then
1750 withval="$with_gtk"
1751 true
1752 else
1753 with_gtk=no
1754 fi;
1755
1756 # Check whether --with-gnome or --without-gnome was given.
1757 if test "${with_gnome+set}" = set; then
1758 withval="$with_gnome"
1759 true
1760 else
1761 with_gnome=no
1762 fi;
1763
1764 # Check whether --with-msw or --without-msw was given.
1765 if test "${with_msw+set}" = set; then
1766 withval="$with_msw"
1767
1768 fi;
1769
1770 # Check whether --with-gcc or --without-gcc was given.
1771 if test "${with_gcc+set}" = set; then
1772 withval="$with_gcc"
1773
1774 fi;
1775
1776 # Check whether --with-dynamic or --without-dynamic was given.
1777 if test "${with_dynamic+set}" = set; then
1778 withval="$with_dynamic"
1779
1780 fi;
1781
1782 # Check whether --with-ncurses or --without-ncurses was given.
1783 if test "${with_ncurses+set}" = set; then
1784 withval="$with_ncurses"
1785
1786 fi;
1787
1788 # Check whether --with-dnet or --without-dnet was given.
1789 if test "${with_dnet+set}" = set; then
1790 withval="$with_dnet"
1791
1792 fi;
1793
1794 # Check whether --with-socks or --without-socks was given.
1795 if test "${with_socks+set}" = set; then
1796 withval="$with_socks"
1797
1798 fi;
1799
1800 # Check whether --with-dragndrop or --without-dragndrop was given.
1801 if test "${with_dragndrop+set}" = set; then
1802 withval="$with_dragndrop"
1803
1804 fi;
1805
1806 # Check whether --with-cde or --without-cde was given.
1807 if test "${with_cde+set}" = set; then
1808 withval="$with_cde"
1809
1810 fi;
1811
1812 # Check whether --with-offix or --without-offix was given.
1813 if test "${with_offix+set}" = set; then
1814 withval="$with_offix"
1815
1816 fi;
1817
1818 # Check whether --with-gpm or --without-gpm was given.
1819 if test "${with_gpm+set}" = set; then
1820 withval="$with_gpm"
1821
1822 fi;
1823
1824 # Check whether --with-xpm or --without-xpm was given.
1825 if test "${with_xpm+set}" = set; then
1826 withval="$with_xpm"
1827
1828 fi;
1829
1830 # Check whether --with-xface or --without-xface was given.
1831 if test "${with_xface+set}" = set; then
1832 withval="$with_xface"
1833
1834 fi;
1835
1836 # Check whether --with-gif or --without-gif was given.
1837 if test "${with_gif+set}" = set; then
1838 withval="$with_gif"
1839
1840 fi;
1841
1842 # Check whether --with-jpeg or --without-jpeg was given.
1843 if test "${with_jpeg+set}" = set; then
1844 withval="$with_jpeg"
1845
1846 fi;
1847
1848 # Check whether --with-png or --without-png was given.
1849 if test "${with_png+set}" = set; then
1850 withval="$with_png"
1851
1852 fi;
1853
1854 # Check whether --with-tiff or --without-tiff was given.
1855 if test "${with_tiff+set}" = set; then
1856 withval="$with_tiff"
1857
1858 fi;
1859
1860 # Check whether --with-zlib or --without-zlib was given.
1861 if test "${with_zlib+set}" = set; then
1862 withval="$with_zlib"
1863
1864 fi;
1865
1866 # Check whether --with-wmcommand or --without-wmcommand was given.
1867 if test "${with_wmcommand+set}" = set; then
1868 withval="$with_wmcommand"
1869
1870 fi;
1871
1872 # Check whether --with-xmu or --without-xmu was given.
1873 if test "${with_xmu+set}" = set; then
1874 withval="$with_xmu"
1875
1876 fi;
1877
1878 # Check whether --with-purify or --without-purify was given.
1879 if test "${with_purify+set}" = set; then
1880 withval="$with_purify"
1881
1882 fi;
1883
1884 # Check whether --with-quantify or --without-quantify was given.
1885 if test "${with_quantify+set}" = set; then
1886 withval="$with_quantify"
1887
1888 fi;
1889 # Check whether --enable-toolbars or --disable-toolbars was given.
1890 if test "${enable_toolbars+set}" = set; then
1891 enableval="$enable_toolbars"
1892
1893 fi;
1894
1895 # Check whether --with-tty or --without-tty was given.
1896 if test "${with_tty+set}" = set; then
1897 withval="$with_tty"
1898
1899 fi;
1900
1901 # Check whether --with-xfs or --without-xfs was given.
1902 if test "${with_xfs+set}" = set; then
1903 withval="$with_xfs"
1904
1905 fi;
1906 # Check whether --enable-mule or --disable-mule was given.
1907 if test "${enable_mule+set}" = set; then
1908 enableval="$enable_mule"
1909
1910 fi;
1911 # Check whether --enable-default-eol-detection or --disable-default-eol-detection was given.
1912 if test "${enable_default_eol_detection+set}" = set; then
1913 enableval="$enable_default_eol_detection"
1914
1915 fi;
1916
1917 # Check whether --with-canna or --without-canna was given. 2208 # Check whether --with-canna or --without-canna was given.
1918 if test "${with_canna+set}" = set; then 2209 if test "${with_canna+set}" = set; then
2210 enableval="$with_canna"
1919 withval="$with_canna" 2211 withval="$with_canna"
1920 2212
1921 fi; 2213 fi;
1922 2214 # If --with-wnn or --without-wnn were given then copy the value to the
2215 # equivalent enable_wnn variable.
2216 if test "${with_wnn+set}" = set; then
2217 echo wnn Setting enable to "$with_wnn"
2218 enable_wnn="$with_wnn"
2219 fi;
2220 # If -enable-wnn or --disable-wnn were given then copy the value to the
2221 # equivalent with_wnn variable.
2222 if test "${enable_wnn+set}" = set; then
2223 echo wnn Setting with to "$enable_wnn"
2224 with_wnn="$enable_wnn"
2225 fi;
1923 # Check whether --with-wnn or --without-wnn was given. 2226 # Check whether --with-wnn or --without-wnn was given.
1924 if test "${with_wnn+set}" = set; then 2227 if test "${with_wnn+set}" = set; then
2228 enableval="$with_wnn"
1925 withval="$with_wnn" 2229 withval="$with_wnn"
1926 2230
1927 fi; 2231 fi;
1928 2232 # If --with-wnn6 or --without-wnn6 were given then copy the value to the
2233 # equivalent enable_wnn6 variable.
2234 if test "${with_wnn6+set}" = set; then
2235 echo wnn6 Setting enable to "$with_wnn6"
2236 enable_wnn6="$with_wnn6"
2237 fi;
2238 # If -enable-wnn6 or --disable-wnn6 were given then copy the value to the
2239 # equivalent with_wnn6 variable.
2240 if test "${enable_wnn6+set}" = set; then
2241 echo wnn6 Setting with to "$enable_wnn6"
2242 with_wnn6="$enable_wnn6"
2243 fi;
1929 # Check whether --with-wnn6 or --without-wnn6 was given. 2244 # Check whether --with-wnn6 or --without-wnn6 was given.
1930 if test "${with_wnn6+set}" = set; then 2245 if test "${with_wnn6+set}" = set; then
2246 enableval="$with_wnn6"
1931 withval="$with_wnn6" 2247 withval="$with_wnn6"
1932 2248
1933 fi; 2249 fi;
1934 2250 # If --with-workshop or --without-workshop were given then copy the value to the
2251 # equivalent enable_workshop variable.
2252 if test "${with_workshop+set}" = set; then
2253 echo workshop Setting enable to "$with_workshop"
2254 enable_workshop="$with_workshop"
2255 fi;
2256 # If -enable-workshop or --disable-workshop were given then copy the value to the
2257 # equivalent with_workshop variable.
2258 if test "${enable_workshop+set}" = set; then
2259 echo workshop Setting with to "$enable_workshop"
2260 with_workshop="$enable_workshop"
2261 fi;
1935 # Check whether --with-workshop or --without-workshop was given. 2262 # Check whether --with-workshop or --without-workshop was given.
1936 if test "${with_workshop+set}" = set; then 2263 if test "${with_workshop+set}" = set; then
2264 enableval="$with_workshop"
1937 withval="$with_workshop" 2265 withval="$with_workshop"
1938 2266
1939 fi; 2267 fi;
1940 2268 # If --with-sparcworks or --without-sparcworks were given then copy the value to the
2269 # equivalent enable_sparcworks variable.
2270 if test "${with_sparcworks+set}" = set; then
2271 echo sparcworks Setting enable to "$with_sparcworks"
2272 enable_sparcworks="$with_sparcworks"
2273 fi;
2274 # If -enable-sparcworks or --disable-sparcworks were given then copy the value to the
2275 # equivalent with_sparcworks variable.
2276 if test "${enable_sparcworks+set}" = set; then
2277 echo sparcworks Setting with to "$enable_sparcworks"
2278 with_sparcworks="$enable_sparcworks"
2279 fi;
1941 # Check whether --with-sparcworks or --without-sparcworks was given. 2280 # Check whether --with-sparcworks or --without-sparcworks was given.
1942 if test "${with_sparcworks+set}" = set; then 2281 if test "${with_sparcworks+set}" = set; then
2282 enableval="$with_sparcworks"
1943 withval="$with_sparcworks" 2283 withval="$with_sparcworks"
1944 2284
1945 fi; 2285 fi;
1946 2286 # If --with-tooltalk or --without-tooltalk were given then copy the value to the
2287 # equivalent enable_tooltalk variable.
2288 if test "${with_tooltalk+set}" = set; then
2289 echo tooltalk Setting enable to "$with_tooltalk"
2290 enable_tooltalk="$with_tooltalk"
2291 fi;
2292 # If -enable-tooltalk or --disable-tooltalk were given then copy the value to the
2293 # equivalent with_tooltalk variable.
2294 if test "${enable_tooltalk+set}" = set; then
2295 echo tooltalk Setting with to "$enable_tooltalk"
2296 with_tooltalk="$enable_tooltalk"
2297 fi;
1947 # Check whether --with-tooltalk or --without-tooltalk was given. 2298 # Check whether --with-tooltalk or --without-tooltalk was given.
1948 if test "${with_tooltalk+set}" = set; then 2299 if test "${with_tooltalk+set}" = set; then
2300 enableval="$with_tooltalk"
1949 withval="$with_tooltalk" 2301 withval="$with_tooltalk"
1950 2302
1951 fi; 2303 fi;
1952 2304 # If --with-ldap or --without-ldap were given then copy the value to the
2305 # equivalent enable_ldap variable.
2306 if test "${with_ldap+set}" = set; then
2307 echo ldap Setting enable to "$with_ldap"
2308 enable_ldap="$with_ldap"
2309 fi;
2310 # If -enable-ldap or --disable-ldap were given then copy the value to the
2311 # equivalent with_ldap variable.
2312 if test "${enable_ldap+set}" = set; then
2313 echo ldap Setting with to "$enable_ldap"
2314 with_ldap="$enable_ldap"
2315 fi;
1953 # Check whether --with-ldap or --without-ldap was given. 2316 # Check whether --with-ldap or --without-ldap was given.
1954 if test "${with_ldap+set}" = set; then 2317 if test "${with_ldap+set}" = set; then
2318 enableval="$with_ldap"
1955 withval="$with_ldap" 2319 withval="$with_ldap"
1956 2320
1957 fi; 2321 fi;
1958 2322 # If --with-postgresql or --without-postgresql were given then copy the value to the
2323 # equivalent enable_postgresql variable.
2324 if test "${with_postgresql+set}" = set; then
2325 echo postgresql Setting enable to "$with_postgresql"
2326 enable_postgresql="$with_postgresql"
2327 fi;
2328 # If -enable-postgresql or --disable-postgresql were given then copy the value to the
2329 # equivalent with_postgresql variable.
2330 if test "${enable_postgresql+set}" = set; then
2331 echo postgresql Setting with to "$enable_postgresql"
2332 with_postgresql="$enable_postgresql"
2333 fi;
1959 # Check whether --with-postgresql or --without-postgresql was given. 2334 # Check whether --with-postgresql or --without-postgresql was given.
1960 if test "${with_postgresql+set}" = set; then 2335 if test "${with_postgresql+set}" = set; then
2336 enableval="$with_postgresql"
1961 withval="$with_postgresql" 2337 withval="$with_postgresql"
1962 2338
1963 fi; 2339 fi;
1964 2340 # If --with-pop or --without-pop were given then copy the value to the
2341 # equivalent enable_pop variable.
2342 if test "${with_pop+set}" = set; then
2343 echo pop Setting enable to "$with_pop"
2344 enable_pop="$with_pop"
2345 fi;
2346 # If -enable-pop or --disable-pop were given then copy the value to the
2347 # equivalent with_pop variable.
2348 if test "${enable_pop+set}" = set; then
2349 echo pop Setting with to "$enable_pop"
2350 with_pop="$enable_pop"
2351 fi;
1965 # Check whether --with-pop or --without-pop was given. 2352 # Check whether --with-pop or --without-pop was given.
1966 if test "${with_pop+set}" = set; then 2353 if test "${with_pop+set}" = set; then
2354 enableval="$with_pop"
1967 withval="$with_pop" 2355 withval="$with_pop"
1968 2356
1969 fi; 2357 fi;
1970 2358 # If --with-kerberos or --without-kerberos were given then copy the value to the
2359 # equivalent enable_kerberos variable.
2360 if test "${with_kerberos+set}" = set; then
2361 echo kerberos Setting enable to "$with_kerberos"
2362 enable_kerberos="$with_kerberos"
2363 fi;
2364 # If -enable-kerberos or --disable-kerberos were given then copy the value to the
2365 # equivalent with_kerberos variable.
2366 if test "${enable_kerberos+set}" = set; then
2367 echo kerberos Setting with to "$enable_kerberos"
2368 with_kerberos="$enable_kerberos"
2369 fi;
1971 # Check whether --with-kerberos or --without-kerberos was given. 2370 # Check whether --with-kerberos or --without-kerberos was given.
1972 if test "${with_kerberos+set}" = set; then 2371 if test "${with_kerberos+set}" = set; then
2372 enableval="$with_kerberos"
1973 withval="$with_kerberos" 2373 withval="$with_kerberos"
1974 2374
1975 fi; 2375 fi;
1976 2376 # If --with-hesiod or --without-hesiod were given then copy the value to the
2377 # equivalent enable_hesiod variable.
2378 if test "${with_hesiod+set}" = set; then
2379 echo hesiod Setting enable to "$with_hesiod"
2380 enable_hesiod="$with_hesiod"
2381 fi;
2382 # If -enable-hesiod or --disable-hesiod were given then copy the value to the
2383 # equivalent with_hesiod variable.
2384 if test "${enable_hesiod+set}" = set; then
2385 echo hesiod Setting with to "$enable_hesiod"
2386 with_hesiod="$enable_hesiod"
2387 fi;
1977 # Check whether --with-hesiod or --without-hesiod was given. 2388 # Check whether --with-hesiod or --without-hesiod was given.
1978 if test "${with_hesiod+set}" = set; then 2389 if test "${with_hesiod+set}" = set; then
2390 enableval="$with_hesiod"
1979 withval="$with_hesiod" 2391 withval="$with_hesiod"
1980 2392
1981 fi; 2393 fi;
1982 2394 # If --with-infodock or --without-infodock were given then copy the value to the
2395 # equivalent enable_infodock variable.
2396 if test "${with_infodock+set}" = set; then
2397 echo infodock Setting enable to "$with_infodock"
2398 enable_infodock="$with_infodock"
2399 fi;
2400 # If -enable-infodock or --disable-infodock were given then copy the value to the
2401 # equivalent with_infodock variable.
2402 if test "${enable_infodock+set}" = set; then
2403 echo infodock Setting with to "$enable_infodock"
2404 with_infodock="$enable_infodock"
2405 fi;
1983 # Check whether --with-infodock or --without-infodock was given. 2406 # Check whether --with-infodock or --without-infodock was given.
1984 if test "${with_infodock+set}" = set; then 2407 if test "${with_infodock+set}" = set; then
2408 enableval="$with_infodock"
1985 withval="$with_infodock" 2409 withval="$with_infodock"
1986 2410
1987 fi; 2411 fi;
1988 2412 # 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.
2414 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"
2417 fi;
2418 # 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.
2420 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"
2423 fi;
1989 # Check whether --with-native-sound-lib or --without-native-sound-lib was given. 2424 # Check whether --with-native-sound-lib or --without-native-sound-lib was given.
1990 if test "${with_native_sound_lib+set}" = set; then 2425 if test "${with_native_sound_lib+set}" = set; then
2426 enableval="$with_native_sound_lib"
1991 withval="$with_native_sound_lib" 2427 withval="$with_native_sound_lib"
1992 2428
1993 fi; 2429 fi;
1994 2430 # If --with-netinstall or --without-netinstall were given then copy the value to the
2431 # equivalent enable_netinstall variable.
2432 if test "${with_netinstall+set}" = set; then
2433 echo netinstall Setting enable to "$with_netinstall"
2434 enable_netinstall="$with_netinstall"
2435 fi;
2436 # If -enable-netinstall or --disable-netinstall were given then copy the value to the
2437 # equivalent with_netinstall variable.
2438 if test "${enable_netinstall+set}" = set; then
2439 echo netinstall Setting with to "$enable_netinstall"
2440 with_netinstall="$enable_netinstall"
2441 fi;
1995 # Check whether --with-netinstall or --without-netinstall was given. 2442 # Check whether --with-netinstall or --without-netinstall was given.
1996 if test "${with_netinstall+set}" = set; then 2443 if test "${with_netinstall+set}" = set; then
2444 enableval="$with_netinstall"
1997 withval="$with_netinstall" 2445 withval="$with_netinstall"
1998 2446
1999 else 2447 else
2000 with_netinstall="no" 2448 with_netinstall="no"
2001 fi; 2449 fi;
2002 2450 # If --with-optimization or --without-optimization were given then copy the value to the
2451 # equivalent enable_optimization variable.
2452 if test "${with_optimization+set}" = set; then
2453 echo optimization Setting enable to "$with_optimization"
2454 enable_optimization="$with_optimization"
2455 fi;
2456 # If -enable-optimization or --disable-optimization were given then copy the value to the
2457 # equivalent with_optimization variable.
2458 if test "${enable_optimization+set}" = set; then
2459 echo optimization Setting with to "$enable_optimization"
2460 with_optimization="$enable_optimization"
2461 fi;
2003 # Check whether --with-optimization or --without-optimization was given. 2462 # Check whether --with-optimization or --without-optimization was given.
2004 if test "${with_optimization+set}" = set; then 2463 if test "${with_optimization+set}" = set; then
2464 enableval="$with_optimization"
2005 withval="$with_optimization" 2465 withval="$with_optimization"
2006 2466
2007 fi; 2467 fi;
2008 2468 # If --with-ipv6-cname or --without-ipv6-cname were given then copy the value to the
2469 # equivalent enable_ipv6-cname variable.
2470 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"
2473 fi;
2474 # If -enable-ipv6-cname or --disable-ipv6-cname were given then copy the value to the
2475 # equivalent with_ipv6-cname variable.
2476 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"
2479 fi;
2009 # Check whether --with-ipv6-cname or --without-ipv6-cname was given. 2480 # Check whether --with-ipv6-cname or --without-ipv6-cname was given.
2010 if test "${with_ipv6_cname+set}" = set; then 2481 if test "${with_ipv6_cname+set}" = set; then
2482 enableval="$with_ipv6_cname"
2011 withval="$with_ipv6_cname" 2483 withval="$with_ipv6_cname"
2012 2484
2013 else 2485 else
2014 with_ipv6_cname="no" 2486 with_ipv6_cname="no"
2015 fi; 2487 fi;
2016 2488 # If --with-site-includes or --without-site-includes were given then copy the value to the
2489 # equivalent enable_site-includes variable.
2490 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"
2493 fi;
2494 # If -enable-site-includes or --disable-site-includes were given then copy the value to the
2495 # equivalent with_site-includes variable.
2496 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"
2499 fi;
2017 # Check whether --with-site-includes or --without-site-includes was given. 2500 # Check whether --with-site-includes or --without-site-includes was given.
2018 if test "${with_site_includes+set}" = set; then 2501 if test "${with_site_includes+set}" = set; then
2502 enableval="$with_site_includes"
2019 withval="$with_site_includes" 2503 withval="$with_site_includes"
2020 2504
2021 fi; 2505 fi;
2022 2506 # If --with-site-libraries or --without-site-libraries were given then copy the value to the
2507 # equivalent enable_site-libraries variable.
2508 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"
2511 fi;
2512 # If -enable-site-libraries or --disable-site-libraries were given then copy the value to the
2513 # equivalent with_site-libraries variable.
2514 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"
2517 fi;
2023 # Check whether --with-site-libraries or --without-site-libraries was given. 2518 # Check whether --with-site-libraries or --without-site-libraries was given.
2024 if test "${with_site_libraries+set}" = set; then 2519 if test "${with_site_libraries+set}" = set; then
2520 enableval="$with_site_libraries"
2025 withval="$with_site_libraries" 2521 withval="$with_site_libraries"
2026 2522
2027 fi; 2523 fi;
2028 2524 # If --with-site-prefixes or --without-site-prefixes were given then copy the value to the
2525 # equivalent enable_site-prefixes variable.
2526 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"
2529 fi;
2530 # If -enable-site-prefixes or --disable-site-prefixes were given then copy the value to the
2531 # equivalent with_site-prefixes variable.
2532 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"
2535 fi;
2029 # Check whether --with-site-prefixes or --without-site-prefixes was given. 2536 # Check whether --with-site-prefixes or --without-site-prefixes was given.
2030 if test "${with_site_prefixes+set}" = set; then 2537 if test "${with_site_prefixes+set}" = set; then
2538 enableval="$with_site_prefixes"
2031 withval="$with_site_prefixes" 2539 withval="$with_site_prefixes"
2032 2540
2033 fi; 2541 fi;
2034 2542 # If --with-statedir or --without-statedir were given then copy the value to the
2543 # equivalent enable_statedir variable.
2544 if test "${with_statedir+set}" = set; then
2545 echo statedir Setting enable to "$with_statedir"
2546 enable_statedir="$with_statedir"
2547 fi;
2548 # If -enable-statedir or --disable-statedir were given then copy the value to the
2549 # equivalent with_statedir variable.
2550 if test "${enable_statedir+set}" = set; then
2551 echo statedir Setting with to "$enable_statedir"
2552 with_statedir="$enable_statedir"
2553 fi;
2035 # Check whether --with-statedir or --without-statedir was given. 2554 # Check whether --with-statedir or --without-statedir was given.
2036 if test "${with_statedir+set}" = set; then 2555 if test "${with_statedir+set}" = set; then
2556 enableval="$with_statedir"
2037 withval="$with_statedir" 2557 withval="$with_statedir"
2038 2558
2039 else 2559 else
2040 with_statedir='${prefix}/lib' 2560 with_statedir='${prefix}/lib'
2041 fi; 2561 fi;
2042 2562 # If --with-lispdir or --without-lispdir were given then copy the value to the
2563 # equivalent enable_lispdir variable.
2564 if test "${with_lispdir+set}" = set; then
2565 echo lispdir Setting enable to "$with_lispdir"
2566 enable_lispdir="$with_lispdir"
2567 fi;
2568 # If -enable-lispdir or --disable-lispdir were given then copy the value to the
2569 # equivalent with_lispdir variable.
2570 if test "${enable_lispdir+set}" = set; then
2571 echo lispdir Setting with to "$enable_lispdir"
2572 with_lispdir="$enable_lispdir"
2573 fi;
2043 # Check whether --with-lispdir or --without-lispdir was given. 2574 # Check whether --with-lispdir or --without-lispdir was given.
2044 if test "${with_lispdir+set}" = set; then 2575 if test "${with_lispdir+set}" = set; then
2576 enableval="$with_lispdir"
2045 withval="$with_lispdir" 2577 withval="$with_lispdir"
2046 cat >>confdefs.h <<\_ACEOF 2578 cat >>confdefs.h <<\_ACEOF
2047 #define LISPDIR_USER_DEFINED 1 2579 #define LISPDIR_USER_DEFINED 1
2048 _ACEOF 2580 _ACEOF
2049 2581
2050 else 2582 else
2051 with_lispdir='${datadir}/${instvardir}/lisp' 2583 with_lispdir='${datadir}/${instvardir}/lisp'
2052 fi; 2584 fi;
2053 2585 # If --with-archlibdir or --without-archlibdir were given then copy the value to the
2586 # equivalent enable_archlibdir variable.
2587 if test "${with_archlibdir+set}" = set; then
2588 echo archlibdir Setting enable to "$with_archlibdir"
2589 enable_archlibdir="$with_archlibdir"
2590 fi;
2591 # If -enable-archlibdir or --disable-archlibdir were given then copy the value to the
2592 # equivalent with_archlibdir variable.
2593 if test "${enable_archlibdir+set}" = set; then
2594 echo archlibdir Setting with to "$enable_archlibdir"
2595 with_archlibdir="$enable_archlibdir"
2596 fi;
2054 # Check whether --with-archlibdir or --without-archlibdir was given. 2597 # Check whether --with-archlibdir or --without-archlibdir was given.
2055 if test "${with_archlibdir+set}" = set; then 2598 if test "${with_archlibdir+set}" = set; then
2599 enableval="$with_archlibdir"
2056 withval="$with_archlibdir" 2600 withval="$with_archlibdir"
2057 cat >>confdefs.h <<\_ACEOF 2601 cat >>confdefs.h <<\_ACEOF
2058 #define ARCHLIBDIR_USER_DEFINED 1 2602 #define ARCHLIBDIR_USER_DEFINED 1
2059 _ACEOF 2603 _ACEOF
2060 2604
2061 else 2605 else
2062 with_archlibdir='${libdir}/${instvardir}/${configuration}' 2606 with_archlibdir='${libdir}/${instvardir}/${configuration}'
2063 fi; 2607 fi;
2064 2608 # If --with-moduledir or --without-moduledir were given then copy the value to the
2609 # equivalent enable_moduledir variable.
2610 if test "${with_moduledir+set}" = set; then
2611 echo moduledir Setting enable to "$with_moduledir"
2612 enable_moduledir="$with_moduledir"
2613 fi;
2614 # If -enable-moduledir or --disable-moduledir were given then copy the value to the
2615 # equivalent with_moduledir variable.
2616 if test "${enable_moduledir+set}" = set; then
2617 echo moduledir Setting with to "$enable_moduledir"
2618 with_moduledir="$enable_moduledir"
2619 fi;
2065 # Check whether --with-moduledir or --without-moduledir was given. 2620 # Check whether --with-moduledir or --without-moduledir was given.
2066 if test "${with_moduledir+set}" = set; then 2621 if test "${with_moduledir+set}" = set; then
2622 enableval="$with_moduledir"
2067 withval="$with_moduledir" 2623 withval="$with_moduledir"
2068 cat >>confdefs.h <<\_ACEOF 2624 cat >>confdefs.h <<\_ACEOF
2069 #define MODULEDIR_USER_DEFINED 1 2625 #define MODULEDIR_USER_DEFINED 1
2070 _ACEOF 2626 _ACEOF
2071 2627
2072 else 2628 else
2073 with_moduledir='${libdir}/${instvardir}/${configuration}/modules' 2629 with_moduledir='${libdir}/${instvardir}/${configuration}/modules'
2074 fi; 2630 fi;
2075 2631 # If --with-etcdir or --without-etcdir were given then copy the value to the
2632 # equivalent enable_etcdir variable.
2633 if test "${with_etcdir+set}" = set; then
2634 echo etcdir Setting enable to "$with_etcdir"
2635 enable_etcdir="$with_etcdir"
2636 fi;
2637 # If -enable-etcdir or --disable-etcdir were given then copy the value to the
2638 # equivalent with_etcdir variable.
2639 if test "${enable_etcdir+set}" = set; then
2640 echo etcdir Setting with to "$enable_etcdir"
2641 with_etcdir="$enable_etcdir"
2642 fi;
2076 # Check whether --with-etcdir or --without-etcdir was given. 2643 # Check whether --with-etcdir or --without-etcdir was given.
2077 if test "${with_etcdir+set}" = set; then 2644 if test "${with_etcdir+set}" = set; then
2645 enableval="$with_etcdir"
2078 withval="$with_etcdir" 2646 withval="$with_etcdir"
2079 cat >>confdefs.h <<\_ACEOF 2647 cat >>confdefs.h <<\_ACEOF
2080 #define ETCDIR_USER_DEFINED 1 2648 #define ETCDIR_USER_DEFINED 1
2081 _ACEOF 2649 _ACEOF
2082 2650
2083 else 2651 else
2084 with_etcdir='${datadir}/${instvardir}/etc' 2652 with_etcdir='${datadir}/${instvardir}/etc'
2085 fi; 2653 fi;
2086 2654 # If --with-infopath or --without-infopath were given then copy the value to the
2655 # equivalent enable_infopath variable.
2656 if test "${with_infopath+set}" = set; then
2657 echo infopath Setting enable to "$with_infopath"
2658 enable_infopath="$with_infopath"
2659 fi;
2660 # If -enable-infopath or --disable-infopath were given then copy the value to the
2661 # equivalent with_infopath variable.
2662 if test "${enable_infopath+set}" = set; then
2663 echo infopath Setting with to "$enable_infopath"
2664 with_infopath="$enable_infopath"
2665 fi;
2087 # Check whether --with-infopath or --without-infopath was given. 2666 # Check whether --with-infopath or --without-infopath was given.
2088 if test "${with_infopath+set}" = set; then 2667 if test "${with_infopath+set}" = set; then
2668 enableval="$with_infopath"
2089 withval="$with_infopath" 2669 withval="$with_infopath"
2090 cat >>confdefs.h <<\_ACEOF 2670 cat >>confdefs.h <<\_ACEOF
2091 #define INFOPATH_USER_DEFINED 1 2671 #define INFOPATH_USER_DEFINED 1
2092 _ACEOF 2672 _ACEOF
2093 2673
2094 fi; 2674 fi;
2095 2675 # If --with-docdir or --without-docdir were given then copy the value to the
2676 # equivalent enable_docdir variable.
2677 if test "${with_docdir+set}" = set; then
2678 echo docdir Setting enable to "$with_docdir"
2679 enable_docdir="$with_docdir"
2680 fi;
2681 # If -enable-docdir or --disable-docdir were given then copy the value to the
2682 # equivalent with_docdir variable.
2683 if test "${enable_docdir+set}" = set; then
2684 echo docdir Setting with to "$enable_docdir"
2685 with_docdir="$enable_docdir"
2686 fi;
2096 # Check whether --with-docdir or --without-docdir was given. 2687 # Check whether --with-docdir or --without-docdir was given.
2097 if test "${with_docdir+set}" = set; then 2688 if test "${with_docdir+set}" = set; then
2689 enableval="$with_docdir"
2098 withval="$with_docdir" 2690 withval="$with_docdir"
2099 cat >>confdefs.h <<\_ACEOF 2691 cat >>confdefs.h <<\_ACEOF
2100 #define DOCDIR_USER_DEFINED 1 2692 #define DOCDIR_USER_DEFINED 1
2101 _ACEOF 2693 _ACEOF
2102 2694
2103 else 2695 else
2104 with_docdir='${archlibdir}' 2696 with_docdir='${archlibdir}'
2105 fi; 2697 fi;
2106 2698 # 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.
2700 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"
2703 fi;
2704 # 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.
2706 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"
2709 fi;
2107 # Check whether --with-site-runtime-libraries or --without-site-runtime-libraries was given. 2710 # Check whether --with-site-runtime-libraries or --without-site-runtime-libraries was given.
2108 if test "${with_site_runtime_libraries+set}" = set; then 2711 if test "${with_site_runtime_libraries+set}" = set; then
2712 enableval="$with_site_runtime_libraries"
2109 withval="$with_site_runtime_libraries" 2713 withval="$with_site_runtime_libraries"
2110 2714
2111 fi; 2715 fi;
2112 2716 # If --with-package-prefix or --without-package-prefix were given then copy the value to the
2717 # equivalent enable_package-prefix variable.
2718 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"
2721 fi;
2722 # If -enable-package-prefix or --disable-package-prefix were given then copy the value to the
2723 # equivalent with_package-prefix variable.
2724 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"
2727 fi;
2113 # Check whether --with-package-prefix or --without-package-prefix was given. 2728 # Check whether --with-package-prefix or --without-package-prefix was given.
2114 if test "${with_package_prefix+set}" = set; then 2729 if test "${with_package_prefix+set}" = set; then
2730 enableval="$with_package_prefix"
2115 withval="$with_package_prefix" 2731 withval="$with_package_prefix"
2116 cat >>confdefs.h <<\_ACEOF 2732 cat >>confdefs.h <<\_ACEOF
2117 #define PACKAGE_PATH_USER_DEFINED 1 2733 #define PACKAGE_PATH_USER_DEFINED 1
2118 _ACEOF 2734 _ACEOF
2119 2735
2120 fi; 2736 fi;
2121 2737 # If --with-package-path or --without-package-path were given then copy the value to the
2738 # equivalent enable_package-path variable.
2739 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"
2742 fi;
2743 # If -enable-package-path or --disable-package-path were given then copy the value to the
2744 # equivalent with_package-path variable.
2745 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"
2748 fi;
2122 # Check whether --with-package-path or --without-package-path was given. 2749 # Check whether --with-package-path or --without-package-path was given.
2123 if test "${with_package_path+set}" = set; then 2750 if test "${with_package_path+set}" = set; then
2751 enableval="$with_package_path"
2124 withval="$with_package_path" 2752 withval="$with_package_path"
2125 cat >>confdefs.h <<\_ACEOF 2753 cat >>confdefs.h <<\_ACEOF
2126 #define PACKAGE_PATH_USER_DEFINED 1 2754 #define PACKAGE_PATH_USER_DEFINED 1
2127 _ACEOF 2755 _ACEOF
2128 2756
2129 fi; 2757 fi;
2130 # Check whether --enable-external-widget or --disable-external-widget was given. 2758 # If --with-external-widget or --without-external-widget were given then copy the value to the
2759 # equivalent enable_external-widget variable.
2760 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"
2763 fi;
2764 # If -enable-external-widget or --disable-external-widget were given then copy the value to the
2765 # equivalent with_external-widget variable.
2131 if test "${enable_external_widget+set}" = set; then 2766 if test "${enable_external_widget+set}" = set; then
2132 enableval="$enable_external_widget" 2767 echo external-widget Setting with to "$enable_external_widget"
2133 2768 with_external_widget="$enable_external_widget"
2134 fi; 2769 fi;
2135 # Check whether --enable-kkcc or --disable-kkcc was given. 2770 # Check whether --with-external-widget or --without-external-widget was given.
2771 if test "${with_external_widget+set}" = set; then
2772 enableval="$with_external_widget"
2773 withval="$with_external_widget"
2774
2775 fi;
2776 # If --with-kkcc or --without-kkcc were given then copy the value to the
2777 # equivalent enable_kkcc variable.
2778 if test "${with_kkcc+set}" = set; then
2779 echo kkcc Setting enable to "$with_kkcc"
2780 enable_kkcc="$with_kkcc"
2781 fi;
2782 # If -enable-kkcc or --disable-kkcc were given then copy the value to the
2783 # equivalent with_kkcc variable.
2136 if test "${enable_kkcc+set}" = set; then 2784 if test "${enable_kkcc+set}" = set; then
2137 enableval="$enable_kkcc" 2785 echo kkcc Setting with to "$enable_kkcc"
2138 2786 with_kkcc="$enable_kkcc"
2139 fi; 2787 fi;
2140 # Check whether --enable-mc-alloc or --disable-mc-alloc was given. 2788 # Check whether --with-kkcc or --without-kkcc was given.
2789 if test "${with_kkcc+set}" = set; then
2790 enableval="$with_kkcc"
2791 withval="$with_kkcc"
2792
2793 else
2794 enable_kkcc=yes
2795 fi;
2796 # If --with-mc-alloc or --without-mc-alloc were given then copy the value to the
2797 # equivalent enable_mc-alloc variable.
2798 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"
2801 fi;
2802 # If -enable-mc-alloc or --disable-mc-alloc were given then copy the value to the
2803 # equivalent with_mc-alloc variable.
2141 if test "${enable_mc_alloc+set}" = set; then 2804 if test "${enable_mc_alloc+set}" = set; then
2142 enableval="$enable_mc_alloc" 2805 echo mc-alloc Setting with to "$enable_mc_alloc"
2143 2806 with_mc_alloc="$enable_mc_alloc"
2144 fi; 2807 fi;
2145 # Check whether --enable-union-type or --disable-union-type was given. 2808 # Check whether --with-mc-alloc or --without-mc-alloc was given.
2809 if test "${with_mc_alloc+set}" = set; then
2810 enableval="$with_mc_alloc"
2811 withval="$with_mc_alloc"
2812
2813 else
2814 enable_mc_alloc=yes
2815 fi;
2816 # If --with-union-type or --without-union-type were given then copy the value to the
2817 # equivalent enable_union-type variable.
2818 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"
2821 fi;
2822 # If -enable-union-type or --disable-union-type were given then copy the value to the
2823 # equivalent with_union-type variable.
2146 if test "${enable_union_type+set}" = set; then 2824 if test "${enable_union_type+set}" = set; then
2147 enableval="$enable_union_type" 2825 echo union-type Setting with to "$enable_union_type"
2148 2826 with_union_type="$enable_union_type"
2149 fi; 2827 fi;
2150 # Check whether --enable-pdump or --disable-pdump was given. 2828 # Check whether --with-union-type or --without-union-type was given.
2829 if test "${with_union_type+set}" = set; then
2830 enableval="$with_union_type"
2831 withval="$with_union_type"
2832
2833 fi;
2834 # If --with-pdump or --without-pdump were given then copy the value to the
2835 # equivalent enable_pdump variable.
2836 if test "${with_pdump+set}" = set; then
2837 echo pdump Setting enable to "$with_pdump"
2838 enable_pdump="$with_pdump"
2839 fi;
2840 # If -enable-pdump or --disable-pdump were given then copy the value to the
2841 # equivalent with_pdump variable.
2151 if test "${enable_pdump+set}" = set; then 2842 if test "${enable_pdump+set}" = set; then
2152 enableval="$enable_pdump" 2843 echo pdump Setting with to "$enable_pdump"
2153 2844 with_pdump="$enable_pdump"
2154 fi; 2845 fi;
2155 # Check whether --enable-dump-in-exec or --disable-dump-in-exec was given. 2846 # Check whether --with-pdump or --without-pdump was given.
2847 if test "${with_pdump+set}" = set; then
2848 enableval="$with_pdump"
2849 withval="$with_pdump"
2850
2851 fi;
2852 # 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.
2854 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"
2857 fi;
2858 # 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.
2156 if test "${enable_dump_in_exec+set}" = set; then 2860 if test "${enable_dump_in_exec+set}" = set; then
2157 enableval="$enable_dump_in_exec" 2861 echo dump-in-exec Setting with to "$enable_dump_in_exec"
2158 2862 with_dump_in_exec="$enable_dump_in_exec"
2159 fi; 2863 fi;
2160 # Check whether --enable-debug or --disable-debug was given. 2864 # Check whether --with-dump-in-exec or --without-dump-in-exec was given.
2865 if test "${with_dump_in_exec+set}" = set; then
2866 enableval="$with_dump_in_exec"
2867 withval="$with_dump_in_exec"
2868
2869 fi;
2870 # If --with-debug or --without-debug were given then copy the value to the
2871 # equivalent enable_debug variable.
2872 if test "${with_debug+set}" = set; then
2873 echo debug Setting enable to "$with_debug"
2874 enable_debug="$with_debug"
2875 fi;
2876 # If -enable-debug or --disable-debug were given then copy the value to the
2877 # equivalent with_debug variable.
2161 if test "${enable_debug+set}" = set; then 2878 if test "${enable_debug+set}" = set; then
2162 enableval="$enable_debug" 2879 echo debug Setting with to "$enable_debug"
2163 2880 with_debug="$enable_debug"
2164 fi; 2881 fi;
2165 # Check whether --enable-assertions or --disable-assertions was given. 2882 # Check whether --with-debug or --without-debug was given.
2883 if test "${with_debug+set}" = set; then
2884 enableval="$with_debug"
2885 withval="$with_debug"
2886
2887 fi;
2888 # If --with-assertions or --without-assertions were given then copy the value to the
2889 # equivalent enable_assertions variable.
2890 if test "${with_assertions+set}" = set; then
2891 echo assertions Setting enable to "$with_assertions"
2892 enable_assertions="$with_assertions"
2893 fi;
2894 # If -enable-assertions or --disable-assertions were given then copy the value to the
2895 # equivalent with_assertions variable.
2166 if test "${enable_assertions+set}" = set; then 2896 if test "${enable_assertions+set}" = set; then
2167 enableval="$enable_assertions" 2897 echo assertions Setting with to "$enable_assertions"
2168 2898 with_assertions="$enable_assertions"
2169 fi; 2899 fi;
2170 # Check whether --enable-memory-usage-stats or --disable-memory-usage-stats was given. 2900 # Check whether --with-assertions or --without-assertions was given.
2901 if test "${with_assertions+set}" = set; then
2902 enableval="$with_assertions"
2903 withval="$with_assertions"
2904
2905 fi;
2906 # 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.
2908 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"
2911 fi;
2912 # 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.
2171 if test "${enable_memory_usage_stats+set}" = set; then 2914 if test "${enable_memory_usage_stats+set}" = set; then
2172 enableval="$enable_memory_usage_stats" 2915 echo memory-usage-stats Setting with to "$enable_memory_usage_stats"
2173 2916 with_memory_usage_stats="$enable_memory_usage_stats"
2174 fi; 2917 fi;
2175 # Check whether --enable-clash-detection or --disable-clash-detection was given. 2918 # Check whether --with-memory-usage-stats or --without-memory-usage-stats was given.
2919 if test "${with_memory_usage_stats+set}" = set; then
2920 enableval="$with_memory_usage_stats"
2921 withval="$with_memory_usage_stats"
2922
2923 fi;
2924 # If --with-clash-detection or --without-clash-detection were given then copy the value to the
2925 # equivalent enable_clash-detection variable.
2926 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"
2929 fi;
2930 # If -enable-clash-detection or --disable-clash-detection were given then copy the value to the
2931 # equivalent with_clash-detection variable.
2176 if test "${enable_clash_detection+set}" = set; then 2932 if test "${enable_clash_detection+set}" = set; then
2177 enableval="$enable_clash_detection" 2933 echo clash-detection Setting with to "$enable_clash_detection"
2178 2934 with_clash_detection="$enable_clash_detection"
2179 fi; 2935 fi;
2180 # Check whether --enable-modules or --disable-modules was given. 2936 # Check whether --with-clash-detection or --without-clash-detection was given.
2937 if test "${with_clash_detection+set}" = set; then
2938 enableval="$with_clash_detection"
2939 withval="$with_clash_detection"
2940
2941 fi;
2942 # If --with-modules or --without-modules were given then copy the value to the
2943 # equivalent enable_modules variable.
2944 if test "${with_modules+set}" = set; then
2945 echo modules Setting enable to "$with_modules"
2946 enable_modules="$with_modules"
2947 fi;
2948 # If -enable-modules or --disable-modules were given then copy the value to the
2949 # equivalent with_modules variable.
2181 if test "${enable_modules+set}" = set; then 2950 if test "${enable_modules+set}" = set; then
2182 enableval="$enable_modules" 2951 echo modules Setting with to "$enable_modules"
2183 2952 with_modules="$enable_modules"
2184 fi; 2953 fi;
2185 # Check whether --enable-quick-build or --disable-quick-build was given. 2954 # Check whether --with-modules or --without-modules was given.
2955 if test "${with_modules+set}" = set; then
2956 enableval="$with_modules"
2957 withval="$with_modules"
2958
2959 fi;
2960 # If --with-quick-build or --without-quick-build were given then copy the value to the
2961 # equivalent enable_quick-build variable.
2962 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"
2965 fi;
2966 # If -enable-quick-build or --disable-quick-build were given then copy the value to the
2967 # equivalent with_quick-build variable.
2186 if test "${enable_quick_build+set}" = set; then 2968 if test "${enable_quick_build+set}" = set; then
2187 enableval="$enable_quick_build" 2969 echo quick-build Setting with to "$enable_quick_build"
2188 2970 with_quick_build="$enable_quick_build"
2189 fi; 2971 fi;
2190 2972 # Check whether --with-quick-build or --without-quick-build was given.
2191 2973 if test "${with_quick_build+set}" = set; then
2974 enableval="$with_quick_build"
2975 withval="$with_quick_build"
2976
2977 fi;
2978
2979 # If --with-compiler or --without-compiler were given then copy the value to the
2980 # equivalent enable_compiler variable.
2981 if test "${with_compiler+set}" = set; then
2982 echo compiler Setting enable to "$with_compiler"
2983 enable_compiler="$with_compiler"
2984 fi;
2985 # If -enable-compiler or --disable-compiler were given then copy the value to the
2986 # equivalent with_compiler variable.
2987 if test "${enable_compiler+set}" = set; then
2988 echo compiler Setting with to "$enable_compiler"
2989 with_compiler="$enable_compiler"
2990 fi;
2192 # Check whether --with-compiler or --without-compiler was given. 2991 # Check whether --with-compiler or --without-compiler was given.
2193 if test "${with_compiler+set}" = set; then 2992 if test "${with_compiler+set}" = set; then
2993 enableval="$with_compiler"
2194 withval="$with_compiler" 2994 withval="$with_compiler"
2195 2995
2196 fi; 2996 fi;
2197 2997
2198 2998 # If --with-xemacs-compiler or --without-xemacs-compiler were given then copy the value to the
2999 # equivalent enable_xemacs-compiler variable.
3000 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"
3003 fi;
3004 # If -enable-xemacs-compiler or --disable-xemacs-compiler were given then copy the value to the
3005 # equivalent with_xemacs-compiler variable.
3006 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"
3009 fi;
2199 # Check whether --with-xemacs-compiler or --without-xemacs-compiler was given. 3010 # Check whether --with-xemacs-compiler or --without-xemacs-compiler was given.
2200 if test "${with_xemacs_compiler+set}" = set; then 3011 if test "${with_xemacs_compiler+set}" = set; then
3012 enableval="$with_xemacs_compiler"
2201 withval="$with_xemacs_compiler" 3013 withval="$with_xemacs_compiler"
2202 3014
2203 fi; 3015 fi;
2204 3016
2205 3017 # If --with-cflags or --without-cflags were given then copy the value to the
3018 # equivalent enable_cflags variable.
3019 if test "${with_cflags+set}" = set; then
3020 echo cflags Setting enable to "$with_cflags"
3021 enable_cflags="$with_cflags"
3022 fi;
3023 # If -enable-cflags or --disable-cflags were given then copy the value to the
3024 # equivalent with_cflags variable.
3025 if test "${enable_cflags+set}" = set; then
3026 echo cflags Setting with to "$enable_cflags"
3027 with_cflags="$enable_cflags"
3028 fi;
2206 # Check whether --with-cflags or --without-cflags was given. 3029 # Check whether --with-cflags or --without-cflags was given.
2207 if test "${with_cflags+set}" = set; then 3030 if test "${with_cflags+set}" = set; then
3031 enableval="$with_cflags"
2208 withval="$with_cflags" 3032 withval="$with_cflags"
2209 3033
2210 fi; 3034 fi;
2211 3035
2212 3036 # If --with-cflags-warning or --without-cflags-warning were given then copy the value to the
3037 # equivalent enable_cflags-warning variable.
3038 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"
3041 fi;
3042 # If -enable-cflags-warning or --disable-cflags-warning were given then copy the value to the
3043 # equivalent with_cflags-warning variable.
3044 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"
3047 fi;
2213 # Check whether --with-cflags-warning or --without-cflags-warning was given. 3048 # Check whether --with-cflags-warning or --without-cflags-warning was given.
2214 if test "${with_cflags_warning+set}" = set; then 3049 if test "${with_cflags_warning+set}" = set; then
3050 enableval="$with_cflags_warning"
2215 withval="$with_cflags_warning" 3051 withval="$with_cflags_warning"
2216 3052
2217 fi; 3053 fi;
2218 3054
2219 3055 # If --with-cflags-optimization or --without-cflags-optimization were given then copy the value to the
3056 # equivalent enable_cflags-optimization variable.
3057 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"
3060 fi;
3061 # If -enable-cflags-optimization or --disable-cflags-optimization were given then copy the value to the
3062 # equivalent with_cflags-optimization variable.
3063 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"
3066 fi;
2220 # Check whether --with-cflags-optimization or --without-cflags-optimization was given. 3067 # Check whether --with-cflags-optimization or --without-cflags-optimization was given.
2221 if test "${with_cflags_optimization+set}" = set; then 3068 if test "${with_cflags_optimization+set}" = set; then
3069 enableval="$with_cflags_optimization"
2222 withval="$with_cflags_optimization" 3070 withval="$with_cflags_optimization"
2223 3071
2224 fi; 3072 fi;
2225 3073
2226 3074 # If --with-cflags-debugging or --without-cflags-debugging were given then copy the value to the
3075 # equivalent enable_cflags-debugging variable.
3076 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"
3079 fi;
3080 # If -enable-cflags-debugging or --disable-cflags-debugging were given then copy the value to the
3081 # equivalent with_cflags-debugging variable.
3082 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"
3085 fi;
2227 # Check whether --with-cflags-debugging or --without-cflags-debugging was given. 3086 # Check whether --with-cflags-debugging or --without-cflags-debugging was given.
2228 if test "${with_cflags_debugging+set}" = set; then 3087 if test "${with_cflags_debugging+set}" = set; then
3088 enableval="$with_cflags_debugging"
2229 withval="$with_cflags_debugging" 3089 withval="$with_cflags_debugging"
2230 3090
2231 fi; 3091 fi;
2232 3092
2233 3093 # If --with-cpp or --without-cpp were given then copy the value to the
3094 # equivalent enable_cpp variable.
3095 if test "${with_cpp+set}" = set; then
3096 echo cpp Setting enable to "$with_cpp"
3097 enable_cpp="$with_cpp"
3098 fi;
3099 # If -enable-cpp or --disable-cpp were given then copy the value to the
3100 # equivalent with_cpp variable.
3101 if test "${enable_cpp+set}" = set; then
3102 echo cpp Setting with to "$enable_cpp"
3103 with_cpp="$enable_cpp"
3104 fi;
2234 # Check whether --with-cpp or --without-cpp was given. 3105 # Check whether --with-cpp or --without-cpp was given.
2235 if test "${with_cpp+set}" = set; then 3106 if test "${with_cpp+set}" = set; then
3107 enableval="$with_cpp"
2236 withval="$with_cpp" 3108 withval="$with_cpp"
2237 CPP="$with_cpp" 3109 CPP="$with_cpp"
2238 fi; 3110 fi;
2239 3111
2240 3112 # If --with-cppflags or --without-cppflags were given then copy the value to the
3113 # equivalent enable_cppflags variable.
3114 if test "${with_cppflags+set}" = set; then
3115 echo cppflags Setting enable to "$with_cppflags"
3116 enable_cppflags="$with_cppflags"
3117 fi;
3118 # If -enable-cppflags or --disable-cppflags were given then copy the value to the
3119 # equivalent with_cppflags variable.
3120 if test "${enable_cppflags+set}" = set; then
3121 echo cppflags Setting with to "$enable_cppflags"
3122 with_cppflags="$enable_cppflags"
3123 fi;
2241 # Check whether --with-cppflags or --without-cppflags was given. 3124 # Check whether --with-cppflags or --without-cppflags was given.
2242 if test "${with_cppflags+set}" = set; then 3125 if test "${with_cppflags+set}" = set; then
3126 enableval="$with_cppflags"
2243 withval="$with_cppflags" 3127 withval="$with_cppflags"
2244 CPPFLAGS="$with_cppflags" 3128 CPPFLAGS="$with_cppflags"
2245 fi; 3129 fi;
2246 3130
2247 3131 # If --with-libs or --without-libs were given then copy the value to the
3132 # equivalent enable_libs variable.
3133 if test "${with_libs+set}" = set; then
3134 echo libs Setting enable to "$with_libs"
3135 enable_libs="$with_libs"
3136 fi;
3137 # If -enable-libs or --disable-libs were given then copy the value to the
3138 # equivalent with_libs variable.
3139 if test "${enable_libs+set}" = set; then
3140 echo libs Setting with to "$enable_libs"
3141 with_libs="$enable_libs"
3142 fi;
2248 # Check whether --with-libs or --without-libs was given. 3143 # Check whether --with-libs or --without-libs was given.
2249 if test "${with_libs+set}" = set; then 3144 if test "${with_libs+set}" = set; then
3145 enableval="$with_libs"
2250 withval="$with_libs" 3146 withval="$with_libs"
2251 LIBS="$with_libs" 3147 LIBS="$with_libs"
2252 fi; 3148 fi;
2253 3149
2254 3150 # If --with-ldflags or --without-ldflags were given then copy the value to the
3151 # equivalent enable_ldflags variable.
3152 if test "${with_ldflags+set}" = set; then
3153 echo ldflags Setting enable to "$with_ldflags"
3154 enable_ldflags="$with_ldflags"
3155 fi;
3156 # If -enable-ldflags or --disable-ldflags were given then copy the value to the
3157 # equivalent with_ldflags variable.
3158 if test "${enable_ldflags+set}" = set; then
3159 echo ldflags Setting with to "$enable_ldflags"
3160 with_ldflags="$enable_ldflags"
3161 fi;
2255 # Check whether --with-ldflags or --without-ldflags was given. 3162 # Check whether --with-ldflags or --without-ldflags was given.
2256 if test "${with_ldflags+set}" = set; then 3163 if test "${with_ldflags+set}" = set; then
3164 enableval="$with_ldflags"
2257 withval="$with_ldflags" 3165 withval="$with_ldflags"
2258 LDFLAGS="$with_ldflags" 3166 LDFLAGS="$with_ldflags"
2259 fi; 3167 fi;
2260 3168
2261 3169 # If --with-rel-alloc or --without-rel-alloc were given then copy the value to the
3170 # equivalent enable_rel-alloc variable.
3171 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"
3174 fi;
3175 # If -enable-rel-alloc or --disable-rel-alloc were given then copy the value to the
3176 # equivalent with_rel-alloc variable.
3177 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"
3180 fi;
2262 # Check whether --with-rel-alloc or --without-rel-alloc was given. 3181 # Check whether --with-rel-alloc or --without-rel-alloc was given.
2263 if test "${with_rel_alloc+set}" = set; then 3182 if test "${with_rel_alloc+set}" = set; then
3183 enableval="$with_rel_alloc"
2264 withval="$with_rel_alloc" 3184 withval="$with_rel_alloc"
2265 3185
2266 else 3186 else
2267 with_rel_alloc='default' 3187 with_rel_alloc='default'
2268 fi; 3188 fi;
2269 3189
2270 3190 # If --with-dlmalloc or --without-dlmalloc were given then copy the value to the
3191 # equivalent enable_dlmalloc variable.
3192 if test "${with_dlmalloc+set}" = set; then
3193 echo dlmalloc Setting enable to "$with_dlmalloc"
3194 enable_dlmalloc="$with_dlmalloc"
3195 fi;
3196 # If -enable-dlmalloc or --disable-dlmalloc were given then copy the value to the
3197 # equivalent with_dlmalloc variable.
3198 if test "${enable_dlmalloc+set}" = set; then
3199 echo dlmalloc Setting with to "$enable_dlmalloc"
3200 with_dlmalloc="$enable_dlmalloc"
3201 fi;
2271 # Check whether --with-dlmalloc or --without-dlmalloc was given. 3202 # Check whether --with-dlmalloc or --without-dlmalloc was given.
2272 if test "${with_dlmalloc+set}" = set; then 3203 if test "${with_dlmalloc+set}" = set; then
3204 enableval="$with_dlmalloc"
2273 withval="$with_dlmalloc" 3205 withval="$with_dlmalloc"
2274 3206
2275 else 3207 else
2276 with_dlmalloc='default' 3208 with_dlmalloc='default'
2277 fi; 3209 fi;
2278 3210
2279 3211 # If --with-debug-malloc or --without-debug-malloc were given then copy the value to the
3212 # equivalent enable_debug-malloc variable.
3213 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"
3216 fi;
3217 # If -enable-debug-malloc or --disable-debug-malloc were given then copy the value to the
3218 # equivalent with_debug-malloc variable.
3219 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"
3222 fi;
2280 # Check whether --with-debug-malloc or --without-debug-malloc was given. 3223 # Check whether --with-debug-malloc or --without-debug-malloc was given.
2281 if test "${with_debug_malloc+set}" = set; then 3224 if test "${with_debug_malloc+set}" = set; then
3225 enableval="$with_debug_malloc"
2282 withval="$with_debug_malloc" 3226 withval="$with_debug_malloc"
2283 3227
2284 fi; 3228 fi;
2285 3229
2286 3230 # If --with-system-malloc or --without-system-malloc were given then copy the value to the
3231 # equivalent enable_system-malloc variable.
3232 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"
3235 fi;
3236 # If -enable-system-malloc or --disable-system-malloc were given then copy the value to the
3237 # equivalent with_system-malloc variable.
3238 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"
3241 fi;
2287 # Check whether --with-system-malloc or --without-system-malloc was given. 3242 # Check whether --with-system-malloc or --without-system-malloc was given.
2288 if test "${with_system_malloc+set}" = set; then 3243 if test "${with_system_malloc+set}" = set; then
3244 enableval="$with_system_malloc"
2289 withval="$with_system_malloc" 3245 withval="$with_system_malloc"
2290 3246
2291 else 3247 else
2292 with_system_malloc='default' 3248 with_system_malloc='default'
2293 fi; 3249 fi;
2294 3250
2295 #Enable code. 3251 #Enable code.
2296 3252
2297 enable_database_notfirst="" 3253 _database_notfirst=""
3254 with_database_berkdb=""
2298 enable_database_berkdb="" 3255 enable_database_berkdb=""
3256 with_database_dbm=""
2299 enable_database_dbm="" 3257 enable_database_dbm=""
3258 with_database_gdbm=""
2300 enable_database_gdbm="" 3259 enable_database_gdbm=""
2301 3260
2302 _enable_database_types="berkdb dbm gdbm" 3261 _database_types="berkdb dbm gdbm"
2303 _enable_database_default="berkdb,dbm,gdbm" 3262 _database_default="berkdb,dbm,gdbm"
2304 3263
2305 3264
2306 3265
2307 # Check whether --enable-database or --disable-database was given. 3266 # If --with-database or --without-database were given then copy the value to the
3267 # equivalent enable_database variable.
3268 if test "${with_database+set}" = set; then
3269 echo database Setting enable to "$with_database"
3270 enable_database="$with_database"
3271 fi;
3272 # If -enable-database or --disable-database were given then copy the value to the
3273 # equivalent with_database variable.
2308 if test "${enable_database+set}" = set; then 3274 if test "${enable_database+set}" = set; then
2309 enableval="$enable_database" 3275 echo database Setting with to "$enable_database"
2310 for x in `echo "$enable_database" | sed -e 's/,/ /g'` ; do 3276 with_database="$enable_database"
2311 _enable_database_all_default="" 3277 fi;
2312 _enable_database_found="" 3278 # Check whether --with-database or --without-database was given.
3279 if test "${with_database+set}" = set; then
3280 enableval="$with_database"
3281 withval="$with_database"
3282 for x in `echo "$with_database" | sed -e 's/,/ /g'` ; do
3283 _database_all_default=""
3284 _database_found=""
2313 case "$x" in 3285 case "$x" in
2314 n | no | non | none ) _enable_database_all_default=no ;; 3286 n | no | non | none ) _database_all_default=no ;;
2315 a | al | all | both ) _enable_database_all_default=yes ;; 3287 a | al | all | both ) _database_all_default=yes ;;
2316 esac 3288 esac
2317 3289
2318 if test -z "$_enable_database_all_default"; then 3290 if test -z "$_database_all_default"; then
2319 for y in $_enable_database_types; do 3291 for y in $_database_types; do
2320 if test "$x" = "$y"; then 3292 if test "$x" = "$y"; then
2321 _enable_database_found=yes 3293 _database_found=yes
2322 eval "enable_database_$y=yes" 3294 eval "with_database_$y=yes"
3295 eval "enable_database_$y=yes"
2323 elif test "$x" = "no$y"; then 3296 elif test "$x" = "no$y"; then
2324 _enable_database_found=yes 3297 _database_found=yes
2325 eval "enable_database_$y=no" 3298 eval "with_database_$y=no"
3299 eval "enable_database_$y=no"
2326 fi 3300 fi
2327 done 3301 done
2328 test -z "$_enable_database_found" && _enable_database_bogus=yes 3302 test -z "$_database_found" && _database_bogus=yes
2329 fi 3303 fi
2330 if test "$_enable_database_bogus" = "yes" -o \ 3304 if test "$_database_bogus" = "yes" -o \
2331 \( -n "$_enable_database_all_default" -a -n "$_enable_database_notfirst" \) ; then 3305 \( -n "$_database_all_default" -a -n "$_database_notfirst" \) ; then
2332 (echo "$progname: Usage error:" 3306 (echo "$progname: Usage error:"
2333 echo " " "Valid values for the --enable-database option are: 3307 echo " " "Valid values for the --with-database option are:
2334 $_enable_database_types. With prefix \"no\", switch it off. 3308 $_database_types. With prefix \"no\", switch it off.
2335 Defaults may be overridden with \`all' or \`none' first in the list. 3309 Defaults may be overridden with \`all' or \`none' first in the list.
2336 Hardcoded default is: $_enable_database_default." 3310 Hardcoded default is: $_database_default."
2337 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 3311 echo " Use \`$progname --help' to show usage.") >&2 && exit 1
2338 elif test -n "$_enable_database_all_default" ; then 3312 elif test -n "$_database_all_default" ; then
2339 for y in $_enable_database_types; do 3313 for y in $_database_types; do
2340 eval "enable_database_$y=$_enable_database_all_default" 3314 eval "database_$y=$_database_all_default"
2341 done 3315 done
2342 fi 3316 fi
2343 _enable_database_notfirst=yes 3317 _database_notfirst=yes
2344 done 3318 done
2345 unset _enable_database_bogus _enable_database_found _enable_database_notfirst _enable_database_types 3319 unset _database_bogus _database_found _database_notfirst _database_types
2346 unset _enable_database_default _enable_database_all_default x y 3320 unset _database_default _database_all_default x y
2347 3321
2348 3322
2349 if test "$enable_database_dbm" = "yes" -a "$enable_database_gdbm" = "yes"; then 3323 if test "$enable_database_dbm" = "yes" -a "$enable_database_gdbm" = "yes"; then
2350 (echo "$progname: Usage error:" 3324 (echo "$progname: Usage error:"
2351 echo " " "Only one of \`dbm' and \`gnudbm' may be specified 3325 echo " " "Only one of \`dbm' and \`gnudbm' may be specified
2352 with the \`--enable-database' option." 3326 with the \`--with-database' option."
2353 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 3327 echo " Use \`$progname --help' to show usage.") >&2 && exit 1
2354 fi 3328 fi
2355 3329
2356 3330
2357 fi; 3331 fi;
2358 3332
2359 enable_sound_notfirst="" 3333 _sound_notfirst=""
3334 with_sound_native=""
2360 enable_sound_native="" 3335 enable_sound_native=""
3336 with_sound_nas=""
2361 enable_sound_nas="" 3337 enable_sound_nas=""
3338 with_sound_esd=no
2362 enable_sound_esd=no 3339 enable_sound_esd=no
2363 3340
2364 _enable_sound_types="native nas esd" 3341 _sound_types="native nas esd"
2365 _enable_sound_default="native,nas,noesd" 3342 _sound_default="native,nas,noesd"
2366 3343
2367 3344
2368 3345
2369 # Check whether --enable-sound or --disable-sound was given. 3346 # If --with-sound or --without-sound were given then copy the value to the
3347 # equivalent enable_sound variable.
3348 if test "${with_sound+set}" = set; then
3349 echo sound Setting enable to "$with_sound"
3350 enable_sound="$with_sound"
3351 fi;
3352 # If -enable-sound or --disable-sound were given then copy the value to the
3353 # equivalent with_sound variable.
2370 if test "${enable_sound+set}" = set; then 3354 if test "${enable_sound+set}" = set; then
2371 enableval="$enable_sound" 3355 echo sound Setting with to "$enable_sound"
2372 for x in `echo "$enable_sound" | sed -e 's/,/ /g'` ; do 3356 with_sound="$enable_sound"
2373 _enable_sound_all_default="" 3357 fi;
2374 _enable_sound_found="" 3358 # Check whether --with-sound or --without-sound was given.
3359 if test "${with_sound+set}" = set; then
3360 enableval="$with_sound"
3361 withval="$with_sound"
3362 for x in `echo "$with_sound" | sed -e 's/,/ /g'` ; do
3363 _sound_all_default=""
3364 _sound_found=""
2375 case "$x" in 3365 case "$x" in
2376 n | no | non | none ) _enable_sound_all_default=no ;; 3366 n | no | non | none ) _sound_all_default=no ;;
2377 a | al | all | both ) _enable_sound_all_default=yes ;; 3367 a | al | all | both ) _sound_all_default=yes ;;
2378 esac 3368 esac
2379 3369
2380 if test -z "$_enable_sound_all_default"; then 3370 if test -z "$_sound_all_default"; then
2381 for y in $_enable_sound_types; do 3371 for y in $_sound_types; do
2382 if test "$x" = "$y"; then 3372 if test "$x" = "$y"; then
2383 _enable_sound_found=yes 3373 _sound_found=yes
2384 eval "enable_sound_$y=yes" 3374 eval "with_sound_$y=yes"
3375 eval "enable_sound_$y=yes"
2385 elif test "$x" = "no$y"; then 3376 elif test "$x" = "no$y"; then
2386 _enable_sound_found=yes 3377 _sound_found=yes
2387 eval "enable_sound_$y=no" 3378 eval "with_sound_$y=no"
3379 eval "enable_sound_$y=no"
2388 fi 3380 fi
2389 done 3381 done
2390 test -z "$_enable_sound_found" && _enable_sound_bogus=yes 3382 test -z "$_sound_found" && _sound_bogus=yes
2391 fi 3383 fi
2392 if test "$_enable_sound_bogus" = "yes" -o \ 3384 if test "$_sound_bogus" = "yes" -o \
2393 \( -n "$_enable_sound_all_default" -a -n "$_enable_sound_notfirst" \) ; then 3385 \( -n "$_sound_all_default" -a -n "$_sound_notfirst" \) ; then
2394 (echo "$progname: Usage error:" 3386 (echo "$progname: Usage error:"
2395 echo " " "Valid values for the --enable-sound option are: 3387 echo " " "Valid values for the --with-sound option are:
2396 $_enable_sound_types. With prefix \"no\", switch it off. 3388 $_sound_types. With prefix \"no\", switch it off.
2397 Defaults may be overridden with \`all' or \`none' first in the list. 3389 Defaults may be overridden with \`all' or \`none' first in the list.
2398 Hardcoded default is: $_enable_sound_default." 3390 Hardcoded default is: $_sound_default."
2399 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 3391 echo " Use \`$progname --help' to show usage.") >&2 && exit 1
2400 elif test -n "$_enable_sound_all_default" ; then 3392 elif test -n "$_sound_all_default" ; then
2401 for y in $_enable_sound_types; do 3393 for y in $_sound_types; do
2402 eval "enable_sound_$y=$_enable_sound_all_default" 3394 eval "sound_$y=$_sound_all_default"
2403 done 3395 done
2404 fi 3396 fi
2405 _enable_sound_notfirst=yes 3397 _sound_notfirst=yes
2406 done 3398 done
2407 unset _enable_sound_bogus _enable_sound_found _enable_sound_notfirst _enable_sound_types 3399 unset _sound_bogus _sound_found _sound_notfirst _sound_types
2408 unset _enable_sound_default _enable_sound_all_default x y 3400 unset _sound_default _sound_all_default x y
2409 3401
2410 3402
2411 3403
2412 else 3404 else
2413 enable_sound_nas="" 3405 enable_sound_nas=""
2414 fi; 3406 fi;
2415 3407
2416 3408
2417 3409 # If --with-athena or --without-athena were given then copy the value to the
3410 # equivalent enable_athena variable.
3411 if test "${with_athena+set}" = set; then
3412 echo athena Setting enable to "$with_athena"
3413 enable_athena="$with_athena"
3414 fi;
3415 # If -enable-athena or --disable-athena were given then copy the value to the
3416 # equivalent with_athena variable.
3417 if test "${enable_athena+set}" = set; then
3418 echo athena Setting with to "$enable_athena"
3419 with_athena="$enable_athena"
3420 fi;
2418 # Check whether --with-athena or --without-athena was given. 3421 # Check whether --with-athena or --without-athena was given.
2419 if test "${with_athena+set}" = set; then 3422 if test "${with_athena+set}" = set; then
3423 enableval="$with_athena"
2420 withval="$with_athena" 3424 withval="$with_athena"
2421 _with_athena_bogus=yes 3425 _athena_bogus=yes
2422 for x in xaw 3d next 95 xpm ; do 3426 for x in xaw 3d next 95 xpm ; do
2423 if test $x = $with_athena ; then 3427 if test $x = $with_athena ; then
2424 _with_athena_bogus=no 3428 _athena_bogus=no
2425 fi 3429 fi
2426 done 3430 done
2427 if test "$_with_athena_bogus" = "yes" ; then 3431 if test "$_athena_bogus" = "yes" ; then
2428 (echo "$progname: Usage error:" 3432 (echo "$progname: Usage error:"
2429 echo " " "The --with-athena option must have one of these values: \`xaw',\`3d',\`next',\`95',\`xpm'." 3433 echo " " "The --with-athena option must have one of these values: \`xaw',\`3d',\`next',\`95',\`xpm'."
2430 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 3434 echo " Use \`$progname --help' to show usage.") >&2 && exit 1
2431 fi 3435 fi
2432 unset _with_athena_bogus 3436 unset _athena_bogus
2433 3437
2434 3438
2435 3439
2436 fi; 3440 fi;
2437 3441
2438 3442 # If --with-xim or --without-xim were given then copy the value to the
3443 # equivalent enable_xim variable.
3444 if test "${with_xim+set}" = set; then
3445 echo xim Setting enable to "$with_xim"
3446 enable_xim="$with_xim"
3447 fi;
3448 # If -enable-xim or --disable-xim were given then copy the value to the
3449 # equivalent with_xim variable.
3450 if test "${enable_xim+set}" = set; then
3451 echo xim Setting with to "$enable_xim"
3452 with_xim="$enable_xim"
3453 fi;
2439 # Check whether --with-xim or --without-xim was given. 3454 # Check whether --with-xim or --without-xim was given.
2440 if test "${with_xim+set}" = set; then 3455 if test "${with_xim+set}" = set; then
3456 enableval="$with_xim"
2441 withval="$with_xim" 3457 withval="$with_xim"
2442 _with_xim_bogus=yes 3458 _xim_bogus=yes
2443 for x in yes no xlib motif ; do 3459 for x in yes no xlib motif ; do
2444 if test $x = $with_xim ; then 3460 if test $x = $with_xim ; then
2445 _with_xim_bogus=no 3461 _xim_bogus=no
2446 fi 3462 fi
2447 done 3463 done
2448 if test "$_with_xim_bogus" = "yes" ; then 3464 if test "$_xim_bogus" = "yes" ; then
2449 (echo "$progname: Usage error:" 3465 (echo "$progname: Usage error:"
2450 echo " " "The --with-xim option must have one of these values: \`yes',\`no',\`xlib',\`motif'." 3466 echo " " "The --with-xim option must have one of these values: \`yes',\`no',\`xlib',\`motif'."
2451 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 3467 echo " Use \`$progname --help' to show usage.") >&2 && exit 1
2452 fi 3468 fi
2453 unset _with_xim_bogus 3469 unset _xim_bogus
2454 3470
2455 3471
2456 3472
2457 fi; 3473 fi;
2458 3474
2459 3475 # If --with-mail-locking or --without-mail-locking were given then copy the value to the
3476 # equivalent enable_mail-locking variable.
3477 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"
3480 fi;
3481 # If -enable-mail-locking or --disable-mail-locking were given then copy the value to the
3482 # equivalent with_mail-locking variable.
3483 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"
3486 fi;
2460 # Check whether --with-mail-locking or --without-mail-locking was given. 3487 # Check whether --with-mail-locking or --without-mail-locking was given.
2461 if test "${with_mail_locking+set}" = set; then 3488 if test "${with_mail_locking+set}" = set; then
3489 enableval="$with_mail_locking"
2462 withval="$with_mail_locking" 3490 withval="$with_mail_locking"
2463 _with_mail_locking_bogus=yes 3491 _mail_locking_bogus=yes
2464 for x in lockf flock file locking mmdf pop ; do 3492 for x in lockf flock file locking mmdf pop ; do
2465 if test $x = $with_mail_locking ; then 3493 if test $x = $with_mail_locking ; then
2466 _with_mail_locking_bogus=no 3494 _mail_locking_bogus=no
2467 fi 3495 fi
2468 done 3496 done
2469 if test "$_with_mail_locking_bogus" = "yes" ; then 3497 if test "$_mail_locking_bogus" = "yes" ; then
2470 (echo "$progname: Usage error:" 3498 (echo "$progname: Usage error:"
2471 echo " " "The --with-mail-locking option must have one of these values: \`lockf',\`flock',\`file',\`locking',\`mmdf',\`pop'." 3499 echo " " "The --with-mail-locking option must have one of these values: \`lockf',\`flock',\`file',\`locking',\`mmdf',\`pop'."
2472 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 3500 echo " Use \`$progname --help' to show usage.") >&2 && exit 1
2473 fi 3501 fi
2474 unset _with_mail_locking_bogus 3502 unset _mail_locking_bogus
2475 3503
2476 3504
2477 3505
2478 fi; 3506 fi;
2479 3507
2480 3508
2481 # Check whether --enable-bignum or --disable-bignum was given. 3509 # If --with-bignum or --without-bignum were given then copy the value to the
3510 # equivalent enable_bignum variable.
3511 if test "${with_bignum+set}" = set; then
3512 echo bignum Setting enable to "$with_bignum"
3513 enable_bignum="$with_bignum"
3514 fi;
3515 # If -enable-bignum or --disable-bignum were given then copy the value to the
3516 # equivalent with_bignum variable.
2482 if test "${enable_bignum+set}" = set; then 3517 if test "${enable_bignum+set}" = set; then
2483 enableval="$enable_bignum" 3518 echo bignum Setting with to "$enable_bignum"
2484 _enable_bignum_bogus=yes 3519 with_bignum="$enable_bignum"
3520 fi;
3521 # Check whether --with-bignum or --without-bignum was given.
3522 if test "${with_bignum+set}" = set; then
3523 enableval="$with_bignum"
3524 withval="$with_bignum"
3525 _bignum_bogus=yes
2485 for x in no gmp mp ; do 3526 for x in no gmp mp ; do
2486 if test $x = $enable_bignum ; then 3527 if test $x = $with_bignum ; then
2487 _enable_bignum_bogus=no 3528 _bignum_bogus=no
2488 fi 3529 fi
2489 done 3530 done
2490 if test "$_enable_bignum_bogus" = "yes" ; then 3531 if test "$_bignum_bogus" = "yes" ; then
2491 (echo "$progname: Usage error:" 3532 (echo "$progname: Usage error:"
2492 echo " " "The --enable-bignum option must have one of these values: \`no',\`gmp',\`mp'." 3533 echo " " "The --with-bignum option must have one of these values: \`no',\`gmp',\`mp'."
2493 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 3534 echo " Use \`$progname --help' to show usage.") >&2 && exit 1
2494 fi 3535 fi
2495 unset _enable_bignum_bogus 3536 unset _bignum_bogus
2496 3537
2497 3538
2498 3539
2499 else 3540 else
2500 enable_bignum="no" 3541 enable_bignum="no"
2501 fi; 3542 fi;
2502 3543
2503 enable_error_checking_notfirst="" 3544 _error_checking_notfirst=""
3545 with_error_checking_extents=""
2504 enable_error_checking_extents="" 3546 enable_error_checking_extents=""
3547 with_error_checking_types=""
2505 enable_error_checking_types="" 3548 enable_error_checking_types=""
3549 with_error_checking_text=""
2506 enable_error_checking_text="" 3550 enable_error_checking_text=""
3551 with_error_checking_gc=""
2507 enable_error_checking_gc="" 3552 enable_error_checking_gc=""
3553 with_error_checking_malloc=""
2508 enable_error_checking_malloc="" 3554 enable_error_checking_malloc=""
3555 with_error_checking_byte_code=""
2509 enable_error_checking_byte_code="" 3556 enable_error_checking_byte_code=""
3557 with_error_checking_glyphs=""
2510 enable_error_checking_glyphs="" 3558 enable_error_checking_glyphs=""
3559 with_error_checking_display=""
2511 enable_error_checking_display="" 3560 enable_error_checking_display=""
3561 with_error_checking_structures=""
2512 enable_error_checking_structures="" 3562 enable_error_checking_structures=""
2513 3563
2514 _enable_error_checking_types="extents types text gc malloc byte_code glyphs display structures" 3564 _error_checking_types="extents types text gc malloc byte_code glyphs display structures"
2515 _enable_error_checking_default="extents,types,text,gc,malloc,byte_code,glyphs,display,structures" 3565 _error_checking_default="extents,types,text,gc,malloc,byte_code,glyphs,display,structures"
2516 3566
2517 3567
2518 3568
2519 # Check whether --enable-error-checking or --disable-error-checking was given. 3569 # If --with-error-checking or --without-error-checking were given then copy the value to the
3570 # equivalent enable_error-checking variable.
3571 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"
3574 fi;
3575 # If -enable-error-checking or --disable-error-checking were given then copy the value to the
3576 # equivalent with_error-checking variable.
2520 if test "${enable_error_checking+set}" = set; then 3577 if test "${enable_error_checking+set}" = set; then
2521 enableval="$enable_error_checking" 3578 echo error-checking Setting with to "$enable_error_checking"
2522 for x in `echo "$enable_error_checking" | sed -e 's/,/ /g'` ; do 3579 with_error_checking="$enable_error_checking"
2523 _enable_error_checking_all_default="" 3580 fi;
2524 _enable_error_checking_found="" 3581 # Check whether --with-error-checking or --without-error-checking was given.
3582 if test "${with_error_checking+set}" = set; then
3583 enableval="$with_error_checking"
3584 withval="$with_error_checking"
3585 for x in `echo "$with_error_checking" | sed -e 's/,/ /g'` ; do
3586 _error_checking_all_default=""
3587 _error_checking_found=""
2525 case "$x" in 3588 case "$x" in
2526 n | no | non | none ) _enable_error_checking_all_default=no ;; 3589 n | no | non | none ) _error_checking_all_default=no ;;
2527 a | al | all | both ) _enable_error_checking_all_default=yes ;; 3590 a | al | all | both ) _error_checking_all_default=yes ;;
2528 esac 3591 esac
2529 3592
2530 if test -z "$_enable_error_checking_all_default"; then 3593 if test -z "$_error_checking_all_default"; then
2531 for y in $_enable_error_checking_types; do 3594 for y in $_error_checking_types; do
2532 if test "$x" = "$y"; then 3595 if test "$x" = "$y"; then
2533 _enable_error_checking_found=yes 3596 _error_checking_found=yes
2534 eval "enable_error_checking_$y=yes" 3597 eval "with_error_checking_$y=yes"
3598 eval "enable_error_checking_$y=yes"
2535 elif test "$x" = "no$y"; then 3599 elif test "$x" = "no$y"; then
2536 _enable_error_checking_found=yes 3600 _error_checking_found=yes
2537 eval "enable_error_checking_$y=no" 3601 eval "with_error_checking_$y=no"
3602 eval "enable_error_checking_$y=no"
2538 fi 3603 fi
2539 done 3604 done
2540 test -z "$_enable_error_checking_found" && _enable_error_checking_bogus=yes 3605 test -z "$_error_checking_found" && _error_checking_bogus=yes
2541 fi 3606 fi
2542 if test "$_enable_error_checking_bogus" = "yes" -o \ 3607 if test "$_error_checking_bogus" = "yes" -o \
2543 \( -n "$_enable_error_checking_all_default" -a -n "$_enable_error_checking_notfirst" \) ; then 3608 \( -n "$_error_checking_all_default" -a -n "$_error_checking_notfirst" \) ; then
2544 (echo "$progname: Usage error:" 3609 (echo "$progname: Usage error:"
2545 echo " " "Valid values for the --enable-error-checking option are: 3610 echo " " "Valid values for the --with-error-checking option are:
2546 $_enable_error_checking_types. With prefix \"no\", switch it off. 3611 $_error_checking_types. With prefix \"no\", switch it off.
2547 Defaults may be overridden with \`all' or \`none' first in the list. 3612 Defaults may be overridden with \`all' or \`none' first in the list.
2548 Hardcoded default is: $_enable_error_checking_default." 3613 Hardcoded default is: $_error_checking_default."
2549 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 3614 echo " Use \`$progname --help' to show usage.") >&2 && exit 1
2550 elif test -n "$_enable_error_checking_all_default" ; then 3615 elif test -n "$_error_checking_all_default" ; then
2551 for y in $_enable_error_checking_types; do 3616 for y in $_error_checking_types; do
2552 eval "enable_error_checking_$y=$_enable_error_checking_all_default" 3617 eval "error_checking_$y=$_error_checking_all_default"
2553 done 3618 done
2554 fi 3619 fi
2555 _enable_error_checking_notfirst=yes 3620 _error_checking_notfirst=yes
2556 done 3621 done
2557 unset _enable_error_checking_bogus _enable_error_checking_found _enable_error_checking_notfirst _enable_error_checking_types 3622 unset _error_checking_bogus _error_checking_found _error_checking_notfirst _error_checking_types
2558 unset _enable_error_checking_default _enable_error_checking_all_default x y 3623 unset _error_checking_default _error_checking_all_default x y
2559 3624
2560 3625
2561 3626
2562 fi; 3627 fi;
2563 3628
2564 3629
2565 # Check whether --enable-menubars or --disable-menubars was given. 3630 # If --with-menubars or --without-menubars were given then copy the value to the
3631 # equivalent enable_menubars variable.
3632 if test "${with_menubars+set}" = set; then
3633 echo menubars Setting enable to "$with_menubars"
3634 enable_menubars="$with_menubars"
3635 fi;
3636 # If -enable-menubars or --disable-menubars were given then copy the value to the
3637 # equivalent with_menubars variable.
2566 if test "${enable_menubars+set}" = set; then 3638 if test "${enable_menubars+set}" = set; then
2567 enableval="$enable_menubars" 3639 echo menubars Setting with to "$enable_menubars"
2568 _enable_menubars_bogus=yes 3640 with_menubars="$enable_menubars"
3641 fi;
3642 # Check whether --with-menubars or --without-menubars was given.
3643 if test "${with_menubars+set}" = set; then
3644 enableval="$with_menubars"
3645 withval="$with_menubars"
3646 _menubars_bogus=yes
2569 for x in yes no lucid motif athena gtk msw ; do 3647 for x in yes no lucid motif athena gtk msw ; do
2570 if test $x = $enable_menubars ; then 3648 if test $x = $with_menubars ; then
2571 _enable_menubars_bogus=no 3649 _menubars_bogus=no
2572 fi 3650 fi
2573 done 3651 done
2574 if test "$_enable_menubars_bogus" = "yes" ; then 3652 if test "$_menubars_bogus" = "yes" ; then
2575 (echo "$progname: Usage error:" 3653 (echo "$progname: Usage error:"
2576 echo " " "The --enable-menubars option must have one of these values: \`yes',\`no',\`lucid',\`motif',\`athena',\`gtk',\`msw'." 3654 echo " " "The --with-menubars option must have one of these values: \`yes',\`no',\`lucid',\`motif',\`athena',\`gtk',\`msw'."
2577 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 3655 echo " Use \`$progname --help' to show usage.") >&2 && exit 1
2578 fi 3656 fi
2579 unset _enable_menubars_bogus 3657 unset _menubars_bogus
2580 3658
2581 3659
2582 3660
2583 fi; 3661 fi;
2584 3662
2585 3663
2586 # Check whether --enable-scrollbars or --disable-scrollbars was given. 3664 # If --with-scrollbars or --without-scrollbars were given then copy the value to the
3665 # equivalent enable_scrollbars variable.
3666 if test "${with_scrollbars+set}" = set; then
3667 echo scrollbars Setting enable to "$with_scrollbars"
3668 enable_scrollbars="$with_scrollbars"
3669 fi;
3670 # If -enable-scrollbars or --disable-scrollbars were given then copy the value to the
3671 # equivalent with_scrollbars variable.
2587 if test "${enable_scrollbars+set}" = set; then 3672 if test "${enable_scrollbars+set}" = set; then
2588 enableval="$enable_scrollbars" 3673 echo scrollbars Setting with to "$enable_scrollbars"
2589 _enable_scrollbars_bogus=yes 3674 with_scrollbars="$enable_scrollbars"
3675 fi;
3676 # Check whether --with-scrollbars or --without-scrollbars was given.
3677 if test "${with_scrollbars+set}" = set; then
3678 enableval="$with_scrollbars"
3679 withval="$with_scrollbars"
3680 _scrollbars_bogus=yes
2590 for x in yes no lucid motif athena gtk msw ; do 3681 for x in yes no lucid motif athena gtk msw ; do
2591 if test $x = $enable_scrollbars ; then 3682 if test $x = $with_scrollbars ; then
2592 _enable_scrollbars_bogus=no 3683 _scrollbars_bogus=no
2593 fi 3684 fi
2594 done 3685 done
2595 if test "$_enable_scrollbars_bogus" = "yes" ; then 3686 if test "$_scrollbars_bogus" = "yes" ; then
2596 (echo "$progname: Usage error:" 3687 (echo "$progname: Usage error:"
2597 echo " " "The --enable-scrollbars option must have one of these values: \`yes',\`no',\`lucid',\`motif',\`athena',\`gtk',\`msw'." 3688 echo " " "The --with-scrollbars option must have one of these values: \`yes',\`no',\`lucid',\`motif',\`athena',\`gtk',\`msw'."
2598 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 3689 echo " Use \`$progname --help' to show usage.") >&2 && exit 1
2599 fi 3690 fi
2600 unset _enable_scrollbars_bogus 3691 unset _scrollbars_bogus
2601 3692
2602 3693
2603 3694
2604 fi; 3695 fi;
2605 3696
2606 3697
2607 # Check whether --enable-dialogs or --disable-dialogs was given. 3698 # If --with-dialogs or --without-dialogs were given then copy the value to the
3699 # equivalent enable_dialogs variable.
3700 if test "${with_dialogs+set}" = set; then
3701 echo dialogs Setting enable to "$with_dialogs"
3702 enable_dialogs="$with_dialogs"
3703 fi;
3704 # If -enable-dialogs or --disable-dialogs were given then copy the value to the
3705 # equivalent with_dialogs variable.
2608 if test "${enable_dialogs+set}" = set; then 3706 if test "${enable_dialogs+set}" = set; then
2609 enableval="$enable_dialogs" 3707 echo dialogs Setting with to "$enable_dialogs"
2610 _enable_dialogs_bogus=yes 3708 with_dialogs="$enable_dialogs"
3709 fi;
3710 # Check whether --with-dialogs or --without-dialogs was given.
3711 if test "${with_dialogs+set}" = set; then
3712 enableval="$with_dialogs"
3713 withval="$with_dialogs"
3714 _dialogs_bogus=yes
2611 for x in yes no lucid motif athena gtk msw ; do 3715 for x in yes no lucid motif athena gtk msw ; do
2612 if test $x = $enable_dialogs ; then 3716 if test $x = $with_dialogs ; then
2613 _enable_dialogs_bogus=no 3717 _dialogs_bogus=no
2614 fi 3718 fi
2615 done 3719 done
2616 if test "$_enable_dialogs_bogus" = "yes" ; then 3720 if test "$_dialogs_bogus" = "yes" ; then
2617 (echo "$progname: Usage error:" 3721 (echo "$progname: Usage error:"
2618 echo " " "The --enable-dialogs option must have one of these values: \`yes',\`no',\`lucid',\`motif',\`athena',\`gtk',\`msw'." 3722 echo " " "The --with-dialogs option must have one of these values: \`yes',\`no',\`lucid',\`motif',\`athena',\`gtk',\`msw'."
2619 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 3723 echo " Use \`$progname --help' to show usage.") >&2 && exit 1
2620 fi 3724 fi
2621 unset _enable_dialogs_bogus 3725 unset _dialogs_bogus
2622 3726
2623 3727
2624 3728
2625 fi; 3729 fi;
2626 3730
2627 3731
2628 # Check whether --enable-widgets or --disable-widgets was given. 3732 # If --with-widgets or --without-widgets were given then copy the value to the
3733 # equivalent enable_widgets variable.
3734 if test "${with_widgets+set}" = set; then
3735 echo widgets Setting enable to "$with_widgets"
3736 enable_widgets="$with_widgets"
3737 fi;
3738 # If -enable-widgets or --disable-widgets were given then copy the value to the
3739 # equivalent with_widgets variable.
2629 if test "${enable_widgets+set}" = set; then 3740 if test "${enable_widgets+set}" = set; then
2630 enableval="$enable_widgets" 3741 echo widgets Setting with to "$enable_widgets"
2631 _enable_widgets_bogus=yes 3742 with_widgets="$enable_widgets"
3743 fi;
3744 # Check whether --with-widgets or --without-widgets was given.
3745 if test "${with_widgets+set}" = set; then
3746 enableval="$with_widgets"
3747 withval="$with_widgets"
3748 _widgets_bogus=yes
2632 for x in yes no lucid motif athena gtk msw ; do 3749 for x in yes no lucid motif athena gtk msw ; do
2633 if test $x = $enable_widgets ; then 3750 if test $x = $with_widgets ; then
2634 _enable_widgets_bogus=no 3751 _widgets_bogus=no
2635 fi 3752 fi
2636 done 3753 done
2637 if test "$_enable_widgets_bogus" = "yes" ; then 3754 if test "$_widgets_bogus" = "yes" ; then
2638 (echo "$progname: Usage error:" 3755 (echo "$progname: Usage error:"
2639 echo " " "The --enable-widgets option must have one of these values: \`yes',\`no',\`lucid',\`motif',\`athena',\`gtk',\`msw'." 3756 echo " " "The --with-widgets option must have one of these values: \`yes',\`no',\`lucid',\`motif',\`athena',\`gtk',\`msw'."
2640 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 3757 echo " Use \`$progname --help' to show usage.") >&2 && exit 1
2641 fi 3758 fi
2642 unset _enable_widgets_bogus 3759 unset _widgets_bogus
2643 3760
2644 3761
2645 3762
2646 fi; 3763 fi;
2647 3764
7746 fi 8863 fi
7747 fi 8864 fi
7748 8865
7749 8866
7750 if test -z "$with_optimization"; then 8867 if test -z "$with_optimization"; then
7751 if test -z "$emacs_is_beta" -o "$cflags_optimization_specified" = "yes"; then 8868 # If user set --with-cflags-optimization, use it to unilaterally
8869 # determine whether optimization should be enabled.
8870 if test "$cflags_optimization_specified" = "yes" ; then
8871 if -z "$with_cflags_optimization" ; then
8872 with_optimization=no
8873 else
8874 with_optimization=yes
8875 fi
8876 elif test -z "$emacs_is_beta" ; then
7752 with_optimization=yes 8877 with_optimization=yes
7753 else 8878 else
7754 with_optimization=no 8879 with_optimization=no
7755 fi 8880 fi
7756 fi 8881 fi