diff options
| author | Glenn Morris | 2012-08-09 06:17:30 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-08-09 06:17:30 -0400 |
| commit | ee77919d83f02b582e1c44723360d1a5fae5ca38 (patch) | |
| tree | b486945d1cd9f418e6f9d3552cefa41c71b4355d | |
| parent | 73e2bbc5a34fab14d7467fdfc61e9343ce6bf559 (diff) | |
| download | emacs-ee77919d83f02b582e1c44723360d1a5fae5ca38.tar.gz emacs-ee77919d83f02b582e1c44723360d1a5fae5ca38.zip | |
Auto-commit of generated files.
| -rwxr-xr-x | autogen/configure | 65 |
1 files changed, 33 insertions, 32 deletions
diff --git a/autogen/configure b/autogen/configure index 9526bcceae0..1215a147140 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -1326,7 +1326,7 @@ lisp_frag | |||
| 1326 | ns_frag' | 1326 | ns_frag' |
| 1327 | ac_user_opts=' | 1327 | ac_user_opts=' |
| 1328 | enable_option_checking | 1328 | enable_option_checking |
| 1329 | enable_features | 1329 | with_all |
| 1330 | with_pop | 1330 | with_pop |
| 1331 | with_kerberos | 1331 | with_kerberos |
| 1332 | with_kerberos5 | 1332 | with_kerberos5 |
| @@ -2010,8 +2010,6 @@ Optional Features: | |||
| 2010 | --disable-option-checking ignore unrecognized --enable/--with options | 2010 | --disable-option-checking ignore unrecognized --enable/--with options |
| 2011 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | 2011 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
| 2012 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | 2012 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
| 2013 | --disable-features omit almost all features and build small executable | ||
| 2014 | with minimal dependencies | ||
| 2015 | --disable-ns-self-contained | 2013 | --disable-ns-self-contained |
| 2016 | disable self contained build under NeXTstep | 2014 | disable self contained build under NeXTstep |
| 2017 | --enable-locallisppath=PATH | 2015 | --enable-locallisppath=PATH |
| @@ -2044,6 +2042,8 @@ Optional Features: | |||
| 2044 | Optional Packages: | 2042 | Optional Packages: |
| 2045 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | 2043 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
| 2046 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | 2044 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
| 2045 | --without-all omit almost all features and build small executable | ||
| 2046 | with minimal dependencies | ||
| 2047 | --without-pop don't support POP mail retrieval with movemail | 2047 | --without-pop don't support POP mail retrieval with movemail |
| 2048 | --with-kerberos support Kerberos-authenticated POP | 2048 | --with-kerberos support Kerberos-authenticated POP |
| 2049 | --with-kerberos5 support Kerberos version 5 authenticated POP | 2049 | --with-kerberos5 support Kerberos version 5 authenticated POP |
| @@ -3805,11 +3805,12 @@ archlibdir='${libexecdir}/emacs/${version}/${configuration}' | |||
| 3805 | docdir='${datadir}/emacs/${version}/etc' | 3805 | docdir='${datadir}/emacs/${version}/etc' |
| 3806 | gamedir='${localstatedir}/games/emacs' | 3806 | gamedir='${localstatedir}/games/emacs' |
| 3807 | 3807 | ||
| 3808 | # Check whether --enable-features was given. | 3808 | |
| 3809 | if test "${enable_features+set}" = set; then : | 3809 | # Check whether --with-all was given. |
| 3810 | enableval=$enable_features; enable_features=$enableval | 3810 | if test "${with_all+set}" = set; then : |
| 3811 | withval=$with_all; with_features=$withval | ||
| 3811 | else | 3812 | else |
| 3812 | enable_features=yes | 3813 | with_features=yes |
| 3813 | fi | 3814 | fi |
| 3814 | 3815 | ||
| 3815 | 3816 | ||
| @@ -3820,7 +3821,7 @@ fi | |||
| 3820 | if test "${with_pop+set}" = set; then : | 3821 | if test "${with_pop+set}" = set; then : |
| 3821 | withval=$with_pop; | 3822 | withval=$with_pop; |
| 3822 | else | 3823 | else |
| 3823 | with_pop=$enable_features | 3824 | with_pop=$with_features |
| 3824 | fi | 3825 | fi |
| 3825 | 3826 | ||
| 3826 | if test "$with_pop" = yes; then | 3827 | if test "$with_pop" = yes; then |
| @@ -3918,7 +3919,7 @@ fi | |||
| 3918 | if test "${with_sound+set}" = set; then : | 3919 | if test "${with_sound+set}" = set; then : |
| 3919 | withval=$with_sound; | 3920 | withval=$with_sound; |
| 3920 | else | 3921 | else |
| 3921 | with_sound=$enable_features | 3922 | with_sound=$with_features |
| 3922 | fi | 3923 | fi |
| 3923 | 3924 | ||
| 3924 | 3925 | ||
| @@ -3927,7 +3928,7 @@ fi | |||
| 3927 | if test "${with_sync_input+set}" = set; then : | 3928 | if test "${with_sync_input+set}" = set; then : |
| 3928 | withval=$with_sync_input; | 3929 | withval=$with_sync_input; |
| 3929 | else | 3930 | else |
| 3930 | with_sync_input=$enable_features | 3931 | with_sync_input=$with_features |
| 3931 | fi | 3932 | fi |
| 3932 | 3933 | ||
| 3933 | if test "$with_sync_input" = yes; then | 3934 | if test "$with_sync_input" = yes; then |
| @@ -3977,7 +3978,7 @@ fi | |||
| 3977 | if test "${with_xpm+set}" = set; then : | 3978 | if test "${with_xpm+set}" = set; then : |
| 3978 | withval=$with_xpm; | 3979 | withval=$with_xpm; |
| 3979 | else | 3980 | else |
| 3980 | with_xpm=$enable_features | 3981 | with_xpm=$with_features |
| 3981 | fi | 3982 | fi |
| 3982 | 3983 | ||
| 3983 | 3984 | ||
| @@ -3985,7 +3986,7 @@ fi | |||
| 3985 | if test "${with_jpeg+set}" = set; then : | 3986 | if test "${with_jpeg+set}" = set; then : |
| 3986 | withval=$with_jpeg; | 3987 | withval=$with_jpeg; |
| 3987 | else | 3988 | else |
| 3988 | with_jpeg=$enable_features | 3989 | with_jpeg=$with_features |
| 3989 | fi | 3990 | fi |
| 3990 | 3991 | ||
| 3991 | 3992 | ||
| @@ -3993,7 +3994,7 @@ fi | |||
| 3993 | if test "${with_tiff+set}" = set; then : | 3994 | if test "${with_tiff+set}" = set; then : |
| 3994 | withval=$with_tiff; | 3995 | withval=$with_tiff; |
| 3995 | else | 3996 | else |
| 3996 | with_tiff=$enable_features | 3997 | with_tiff=$with_features |
| 3997 | fi | 3998 | fi |
| 3998 | 3999 | ||
| 3999 | 4000 | ||
| @@ -4001,7 +4002,7 @@ fi | |||
| 4001 | if test "${with_gif+set}" = set; then : | 4002 | if test "${with_gif+set}" = set; then : |
| 4002 | withval=$with_gif; | 4003 | withval=$with_gif; |
| 4003 | else | 4004 | else |
| 4004 | with_gif=$enable_features | 4005 | with_gif=$with_features |
| 4005 | fi | 4006 | fi |
| 4006 | 4007 | ||
| 4007 | 4008 | ||
| @@ -4009,7 +4010,7 @@ fi | |||
| 4009 | if test "${with_png+set}" = set; then : | 4010 | if test "${with_png+set}" = set; then : |
| 4010 | withval=$with_png; | 4011 | withval=$with_png; |
| 4011 | else | 4012 | else |
| 4012 | with_png=$enable_features | 4013 | with_png=$with_features |
| 4013 | fi | 4014 | fi |
| 4014 | 4015 | ||
| 4015 | 4016 | ||
| @@ -4017,7 +4018,7 @@ fi | |||
| 4017 | if test "${with_rsvg+set}" = set; then : | 4018 | if test "${with_rsvg+set}" = set; then : |
| 4018 | withval=$with_rsvg; | 4019 | withval=$with_rsvg; |
| 4019 | else | 4020 | else |
| 4020 | with_rsvg=$enable_features | 4021 | with_rsvg=$with_features |
| 4021 | fi | 4022 | fi |
| 4022 | 4023 | ||
| 4023 | 4024 | ||
| @@ -4025,7 +4026,7 @@ fi | |||
| 4025 | if test "${with_xml2+set}" = set; then : | 4026 | if test "${with_xml2+set}" = set; then : |
| 4026 | withval=$with_xml2; | 4027 | withval=$with_xml2; |
| 4027 | else | 4028 | else |
| 4028 | with_xml2=$enable_features | 4029 | with_xml2=$with_features |
| 4029 | fi | 4030 | fi |
| 4030 | 4031 | ||
| 4031 | 4032 | ||
| @@ -4033,7 +4034,7 @@ fi | |||
| 4033 | if test "${with_imagemagick+set}" = set; then : | 4034 | if test "${with_imagemagick+set}" = set; then : |
| 4034 | withval=$with_imagemagick; | 4035 | withval=$with_imagemagick; |
| 4035 | else | 4036 | else |
| 4036 | with_imagemagick=$enable_features | 4037 | with_imagemagick=$with_features |
| 4037 | fi | 4038 | fi |
| 4038 | 4039 | ||
| 4039 | 4040 | ||
| @@ -4042,7 +4043,7 @@ fi | |||
| 4042 | if test "${with_xft+set}" = set; then : | 4043 | if test "${with_xft+set}" = set; then : |
| 4043 | withval=$with_xft; | 4044 | withval=$with_xft; |
| 4044 | else | 4045 | else |
| 4045 | with_xft=$enable_features | 4046 | with_xft=$with_features |
| 4046 | fi | 4047 | fi |
| 4047 | 4048 | ||
| 4048 | 4049 | ||
| @@ -4050,7 +4051,7 @@ fi | |||
| 4050 | if test "${with_libotf+set}" = set; then : | 4051 | if test "${with_libotf+set}" = set; then : |
| 4051 | withval=$with_libotf; | 4052 | withval=$with_libotf; |
| 4052 | else | 4053 | else |
| 4053 | with_libotf=$enable_features | 4054 | with_libotf=$with_features |
| 4054 | fi | 4055 | fi |
| 4055 | 4056 | ||
| 4056 | 4057 | ||
| @@ -4058,7 +4059,7 @@ fi | |||
| 4058 | if test "${with_m17n_flt+set}" = set; then : | 4059 | if test "${with_m17n_flt+set}" = set; then : |
| 4059 | withval=$with_m17n_flt; | 4060 | withval=$with_m17n_flt; |
| 4060 | else | 4061 | else |
| 4061 | with_m17n_flt=$enable_features | 4062 | with_m17n_flt=$with_features |
| 4062 | fi | 4063 | fi |
| 4063 | 4064 | ||
| 4064 | 4065 | ||
| @@ -4067,7 +4068,7 @@ fi | |||
| 4067 | if test "${with_toolkit_scroll_bars+set}" = set; then : | 4068 | if test "${with_toolkit_scroll_bars+set}" = set; then : |
| 4068 | withval=$with_toolkit_scroll_bars; | 4069 | withval=$with_toolkit_scroll_bars; |
| 4069 | else | 4070 | else |
| 4070 | with_toolkit_scroll_bars=$enable_features | 4071 | with_toolkit_scroll_bars=$with_features |
| 4071 | fi | 4072 | fi |
| 4072 | 4073 | ||
| 4073 | 4074 | ||
| @@ -4075,7 +4076,7 @@ fi | |||
| 4075 | if test "${with_xaw3d+set}" = set; then : | 4076 | if test "${with_xaw3d+set}" = set; then : |
| 4076 | withval=$with_xaw3d; | 4077 | withval=$with_xaw3d; |
| 4077 | else | 4078 | else |
| 4078 | with_xaw3d=$enable_features | 4079 | with_xaw3d=$with_features |
| 4079 | fi | 4080 | fi |
| 4080 | 4081 | ||
| 4081 | 4082 | ||
| @@ -4083,7 +4084,7 @@ fi | |||
| 4083 | if test "${with_xim+set}" = set; then : | 4084 | if test "${with_xim+set}" = set; then : |
| 4084 | withval=$with_xim; | 4085 | withval=$with_xim; |
| 4085 | else | 4086 | else |
| 4086 | with_xim=$enable_features | 4087 | with_xim=$with_features |
| 4087 | fi | 4088 | fi |
| 4088 | 4089 | ||
| 4089 | 4090 | ||
| @@ -4100,7 +4101,7 @@ fi | |||
| 4100 | if test "${with_gpm+set}" = set; then : | 4101 | if test "${with_gpm+set}" = set; then : |
| 4101 | withval=$with_gpm; | 4102 | withval=$with_gpm; |
| 4102 | else | 4103 | else |
| 4103 | with_gpm=$enable_features | 4104 | with_gpm=$with_features |
| 4104 | fi | 4105 | fi |
| 4105 | 4106 | ||
| 4106 | 4107 | ||
| @@ -4108,7 +4109,7 @@ fi | |||
| 4108 | if test "${with_dbus+set}" = set; then : | 4109 | if test "${with_dbus+set}" = set; then : |
| 4109 | withval=$with_dbus; | 4110 | withval=$with_dbus; |
| 4110 | else | 4111 | else |
| 4111 | with_dbus=$enable_features | 4112 | with_dbus=$with_features |
| 4112 | fi | 4113 | fi |
| 4113 | 4114 | ||
| 4114 | 4115 | ||
| @@ -4116,7 +4117,7 @@ fi | |||
| 4116 | if test "${with_gconf+set}" = set; then : | 4117 | if test "${with_gconf+set}" = set; then : |
| 4117 | withval=$with_gconf; | 4118 | withval=$with_gconf; |
| 4118 | else | 4119 | else |
| 4119 | with_gconf=$enable_features | 4120 | with_gconf=$with_features |
| 4120 | fi | 4121 | fi |
| 4121 | 4122 | ||
| 4122 | 4123 | ||
| @@ -4124,7 +4125,7 @@ fi | |||
| 4124 | if test "${with_gsettings+set}" = set; then : | 4125 | if test "${with_gsettings+set}" = set; then : |
| 4125 | withval=$with_gsettings; | 4126 | withval=$with_gsettings; |
| 4126 | else | 4127 | else |
| 4127 | with_gsettings=$enable_features | 4128 | with_gsettings=$with_features |
| 4128 | fi | 4129 | fi |
| 4129 | 4130 | ||
| 4130 | 4131 | ||
| @@ -4132,7 +4133,7 @@ fi | |||
| 4132 | if test "${with_selinux+set}" = set; then : | 4133 | if test "${with_selinux+set}" = set; then : |
| 4133 | withval=$with_selinux; | 4134 | withval=$with_selinux; |
| 4134 | else | 4135 | else |
| 4135 | with_selinux=$enable_features | 4136 | with_selinux=$with_features |
| 4136 | fi | 4137 | fi |
| 4137 | 4138 | ||
| 4138 | 4139 | ||
| @@ -4140,7 +4141,7 @@ fi | |||
| 4140 | if test "${with_gnutls+set}" = set; then : | 4141 | if test "${with_gnutls+set}" = set; then : |
| 4141 | withval=$with_gnutls; | 4142 | withval=$with_gnutls; |
| 4142 | else | 4143 | else |
| 4143 | with_gnutls=$enable_features | 4144 | with_gnutls=$with_features |
| 4144 | fi | 4145 | fi |
| 4145 | 4146 | ||
| 4146 | 4147 | ||
| @@ -4151,7 +4152,7 @@ fi | |||
| 4151 | if test "${with_makeinfo+set}" = set; then : | 4152 | if test "${with_makeinfo+set}" = set; then : |
| 4152 | withval=$with_makeinfo; | 4153 | withval=$with_makeinfo; |
| 4153 | else | 4154 | else |
| 4154 | with_makeinfo=$enable_features | 4155 | with_makeinfo=$with_features |
| 4155 | fi | 4156 | fi |
| 4156 | 4157 | ||
| 4157 | 4158 | ||
| @@ -4165,7 +4166,7 @@ fi | |||
| 4165 | if test "${with_compress_info+set}" = set; then : | 4166 | if test "${with_compress_info+set}" = set; then : |
| 4166 | withval=$with_compress_info; | 4167 | withval=$with_compress_info; |
| 4167 | else | 4168 | else |
| 4168 | with_compress_info=$enable_features | 4169 | with_compress_info=$with_features |
| 4169 | fi | 4170 | fi |
| 4170 | 4171 | ||
| 4171 | if test $with_compress_info = yes; then | 4172 | if test $with_compress_info = yes; then |