aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-08-09 06:17:30 -0400
committerGlenn Morris2012-08-09 06:17:30 -0400
commitee77919d83f02b582e1c44723360d1a5fae5ca38 (patch)
treeb486945d1cd9f418e6f9d3552cefa41c71b4355d
parent73e2bbc5a34fab14d7467fdfc61e9343ce6bf559 (diff)
downloademacs-ee77919d83f02b582e1c44723360d1a5fae5ca38.tar.gz
emacs-ee77919d83f02b582e1c44723360d1a5fae5ca38.zip
Auto-commit of generated files.
-rwxr-xr-xautogen/configure65
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
1326ns_frag' 1326ns_frag'
1327ac_user_opts=' 1327ac_user_opts='
1328enable_option_checking 1328enable_option_checking
1329enable_features 1329with_all
1330with_pop 1330with_pop
1331with_kerberos 1331with_kerberos
1332with_kerberos5 1332with_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:
2044Optional Packages: 2042Optional 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}'
3805docdir='${datadir}/emacs/${version}/etc' 3805docdir='${datadir}/emacs/${version}/etc'
3806gamedir='${localstatedir}/games/emacs' 3806gamedir='${localstatedir}/games/emacs'
3807 3807
3808# Check whether --enable-features was given. 3808
3809if test "${enable_features+set}" = set; then : 3809# Check whether --with-all was given.
3810 enableval=$enable_features; enable_features=$enableval 3810if test "${with_all+set}" = set; then :
3811 withval=$with_all; with_features=$withval
3811else 3812else
3812 enable_features=yes 3813 with_features=yes
3813fi 3814fi
3814 3815
3815 3816
@@ -3820,7 +3821,7 @@ fi
3820if test "${with_pop+set}" = set; then : 3821if test "${with_pop+set}" = set; then :
3821 withval=$with_pop; 3822 withval=$with_pop;
3822else 3823else
3823 with_pop=$enable_features 3824 with_pop=$with_features
3824fi 3825fi
3825 3826
3826if test "$with_pop" = yes; then 3827if test "$with_pop" = yes; then
@@ -3918,7 +3919,7 @@ fi
3918if test "${with_sound+set}" = set; then : 3919if test "${with_sound+set}" = set; then :
3919 withval=$with_sound; 3920 withval=$with_sound;
3920else 3921else
3921 with_sound=$enable_features 3922 with_sound=$with_features
3922fi 3923fi
3923 3924
3924 3925
@@ -3927,7 +3928,7 @@ fi
3927if test "${with_sync_input+set}" = set; then : 3928if test "${with_sync_input+set}" = set; then :
3928 withval=$with_sync_input; 3929 withval=$with_sync_input;
3929else 3930else
3930 with_sync_input=$enable_features 3931 with_sync_input=$with_features
3931fi 3932fi
3932 3933
3933if test "$with_sync_input" = yes; then 3934if test "$with_sync_input" = yes; then
@@ -3977,7 +3978,7 @@ fi
3977if test "${with_xpm+set}" = set; then : 3978if test "${with_xpm+set}" = set; then :
3978 withval=$with_xpm; 3979 withval=$with_xpm;
3979else 3980else
3980 with_xpm=$enable_features 3981 with_xpm=$with_features
3981fi 3982fi
3982 3983
3983 3984
@@ -3985,7 +3986,7 @@ fi
3985if test "${with_jpeg+set}" = set; then : 3986if test "${with_jpeg+set}" = set; then :
3986 withval=$with_jpeg; 3987 withval=$with_jpeg;
3987else 3988else
3988 with_jpeg=$enable_features 3989 with_jpeg=$with_features
3989fi 3990fi
3990 3991
3991 3992
@@ -3993,7 +3994,7 @@ fi
3993if test "${with_tiff+set}" = set; then : 3994if test "${with_tiff+set}" = set; then :
3994 withval=$with_tiff; 3995 withval=$with_tiff;
3995else 3996else
3996 with_tiff=$enable_features 3997 with_tiff=$with_features
3997fi 3998fi
3998 3999
3999 4000
@@ -4001,7 +4002,7 @@ fi
4001if test "${with_gif+set}" = set; then : 4002if test "${with_gif+set}" = set; then :
4002 withval=$with_gif; 4003 withval=$with_gif;
4003else 4004else
4004 with_gif=$enable_features 4005 with_gif=$with_features
4005fi 4006fi
4006 4007
4007 4008
@@ -4009,7 +4010,7 @@ fi
4009if test "${with_png+set}" = set; then : 4010if test "${with_png+set}" = set; then :
4010 withval=$with_png; 4011 withval=$with_png;
4011else 4012else
4012 with_png=$enable_features 4013 with_png=$with_features
4013fi 4014fi
4014 4015
4015 4016
@@ -4017,7 +4018,7 @@ fi
4017if test "${with_rsvg+set}" = set; then : 4018if test "${with_rsvg+set}" = set; then :
4018 withval=$with_rsvg; 4019 withval=$with_rsvg;
4019else 4020else
4020 with_rsvg=$enable_features 4021 with_rsvg=$with_features
4021fi 4022fi
4022 4023
4023 4024
@@ -4025,7 +4026,7 @@ fi
4025if test "${with_xml2+set}" = set; then : 4026if test "${with_xml2+set}" = set; then :
4026 withval=$with_xml2; 4027 withval=$with_xml2;
4027else 4028else
4028 with_xml2=$enable_features 4029 with_xml2=$with_features
4029fi 4030fi
4030 4031
4031 4032
@@ -4033,7 +4034,7 @@ fi
4033if test "${with_imagemagick+set}" = set; then : 4034if test "${with_imagemagick+set}" = set; then :
4034 withval=$with_imagemagick; 4035 withval=$with_imagemagick;
4035else 4036else
4036 with_imagemagick=$enable_features 4037 with_imagemagick=$with_features
4037fi 4038fi
4038 4039
4039 4040
@@ -4042,7 +4043,7 @@ fi
4042if test "${with_xft+set}" = set; then : 4043if test "${with_xft+set}" = set; then :
4043 withval=$with_xft; 4044 withval=$with_xft;
4044else 4045else
4045 with_xft=$enable_features 4046 with_xft=$with_features
4046fi 4047fi
4047 4048
4048 4049
@@ -4050,7 +4051,7 @@ fi
4050if test "${with_libotf+set}" = set; then : 4051if test "${with_libotf+set}" = set; then :
4051 withval=$with_libotf; 4052 withval=$with_libotf;
4052else 4053else
4053 with_libotf=$enable_features 4054 with_libotf=$with_features
4054fi 4055fi
4055 4056
4056 4057
@@ -4058,7 +4059,7 @@ fi
4058if test "${with_m17n_flt+set}" = set; then : 4059if test "${with_m17n_flt+set}" = set; then :
4059 withval=$with_m17n_flt; 4060 withval=$with_m17n_flt;
4060else 4061else
4061 with_m17n_flt=$enable_features 4062 with_m17n_flt=$with_features
4062fi 4063fi
4063 4064
4064 4065
@@ -4067,7 +4068,7 @@ fi
4067if test "${with_toolkit_scroll_bars+set}" = set; then : 4068if test "${with_toolkit_scroll_bars+set}" = set; then :
4068 withval=$with_toolkit_scroll_bars; 4069 withval=$with_toolkit_scroll_bars;
4069else 4070else
4070 with_toolkit_scroll_bars=$enable_features 4071 with_toolkit_scroll_bars=$with_features
4071fi 4072fi
4072 4073
4073 4074
@@ -4075,7 +4076,7 @@ fi
4075if test "${with_xaw3d+set}" = set; then : 4076if test "${with_xaw3d+set}" = set; then :
4076 withval=$with_xaw3d; 4077 withval=$with_xaw3d;
4077else 4078else
4078 with_xaw3d=$enable_features 4079 with_xaw3d=$with_features
4079fi 4080fi
4080 4081
4081 4082
@@ -4083,7 +4084,7 @@ fi
4083if test "${with_xim+set}" = set; then : 4084if test "${with_xim+set}" = set; then :
4084 withval=$with_xim; 4085 withval=$with_xim;
4085else 4086else
4086 with_xim=$enable_features 4087 with_xim=$with_features
4087fi 4088fi
4088 4089
4089 4090
@@ -4100,7 +4101,7 @@ fi
4100if test "${with_gpm+set}" = set; then : 4101if test "${with_gpm+set}" = set; then :
4101 withval=$with_gpm; 4102 withval=$with_gpm;
4102else 4103else
4103 with_gpm=$enable_features 4104 with_gpm=$with_features
4104fi 4105fi
4105 4106
4106 4107
@@ -4108,7 +4109,7 @@ fi
4108if test "${with_dbus+set}" = set; then : 4109if test "${with_dbus+set}" = set; then :
4109 withval=$with_dbus; 4110 withval=$with_dbus;
4110else 4111else
4111 with_dbus=$enable_features 4112 with_dbus=$with_features
4112fi 4113fi
4113 4114
4114 4115
@@ -4116,7 +4117,7 @@ fi
4116if test "${with_gconf+set}" = set; then : 4117if test "${with_gconf+set}" = set; then :
4117 withval=$with_gconf; 4118 withval=$with_gconf;
4118else 4119else
4119 with_gconf=$enable_features 4120 with_gconf=$with_features
4120fi 4121fi
4121 4122
4122 4123
@@ -4124,7 +4125,7 @@ fi
4124if test "${with_gsettings+set}" = set; then : 4125if test "${with_gsettings+set}" = set; then :
4125 withval=$with_gsettings; 4126 withval=$with_gsettings;
4126else 4127else
4127 with_gsettings=$enable_features 4128 with_gsettings=$with_features
4128fi 4129fi
4129 4130
4130 4131
@@ -4132,7 +4133,7 @@ fi
4132if test "${with_selinux+set}" = set; then : 4133if test "${with_selinux+set}" = set; then :
4133 withval=$with_selinux; 4134 withval=$with_selinux;
4134else 4135else
4135 with_selinux=$enable_features 4136 with_selinux=$with_features
4136fi 4137fi
4137 4138
4138 4139
@@ -4140,7 +4141,7 @@ fi
4140if test "${with_gnutls+set}" = set; then : 4141if test "${with_gnutls+set}" = set; then :
4141 withval=$with_gnutls; 4142 withval=$with_gnutls;
4142else 4143else
4143 with_gnutls=$enable_features 4144 with_gnutls=$with_features
4144fi 4145fi
4145 4146
4146 4147
@@ -4151,7 +4152,7 @@ fi
4151if test "${with_makeinfo+set}" = set; then : 4152if test "${with_makeinfo+set}" = set; then :
4152 withval=$with_makeinfo; 4153 withval=$with_makeinfo;
4153else 4154else
4154 with_makeinfo=$enable_features 4155 with_makeinfo=$with_features
4155fi 4156fi
4156 4157
4157 4158
@@ -4165,7 +4166,7 @@ fi
4165if test "${with_compress_info+set}" = set; then : 4166if test "${with_compress_info+set}" = set; then :
4166 withval=$with_compress_info; 4167 withval=$with_compress_info;
4167else 4168else
4168 with_compress_info=$enable_features 4169 with_compress_info=$with_features
4169fi 4170fi
4170 4171
4171if test $with_compress_info = yes; then 4172if test $with_compress_info = yes; then