diff options
| author | Glenn Morris | 2013-06-04 06:17:52 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-06-04 06:17:52 -0400 |
| commit | 0f55a32e46cfe9243f2318b9a5087bfa2458ec5e (patch) | |
| tree | 0db97f14da63f6a9c6c15a6f1cded11b03b123f5 | |
| parent | cdebc6dd0b5ee1b557d73755ca65d8c5756e81eb (diff) | |
| download | emacs-0f55a32e46cfe9243f2318b9a5087bfa2458ec5e.tar.gz emacs-0f55a32e46cfe9243f2318b9a5087bfa2458ec5e.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/Makefile.in | 4 | ||||
| -rw-r--r-- | autogen/config.in | 13 | ||||
| -rwxr-xr-x | autogen/configure | 179 |
3 files changed, 171 insertions, 25 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in index 140a3558951..99805dd1fe8 100644 --- a/autogen/Makefile.in +++ b/autogen/Makefile.in | |||
| @@ -437,6 +437,8 @@ GCONF_CFLAGS = @GCONF_CFLAGS@ | |||
| 437 | GCONF_LIBS = @GCONF_LIBS@ | 437 | GCONF_LIBS = @GCONF_LIBS@ |
| 438 | GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ | 438 | GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ |
| 439 | GETOPT_H = @GETOPT_H@ | 439 | GETOPT_H = @GETOPT_H@ |
| 440 | GFILENOTIFY_CFLAGS = @GFILENOTIFY_CFLAGS@ | ||
| 441 | GFILENOTIFY_LIBS = @GFILENOTIFY_LIBS@ | ||
| 440 | GMALLOC_OBJ = @GMALLOC_OBJ@ | 442 | GMALLOC_OBJ = @GMALLOC_OBJ@ |
| 441 | GNULIB_ALPHASORT = @GNULIB_ALPHASORT@ | 443 | GNULIB_ALPHASORT = @GNULIB_ALPHASORT@ |
| 442 | GNULIB_ATOLL = @GNULIB_ATOLL@ | 444 | GNULIB_ATOLL = @GNULIB_ATOLL@ |
| @@ -941,6 +943,7 @@ NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@ | |||
| 941 | NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@ | 943 | NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@ |
| 942 | NEXT_TIME_H = @NEXT_TIME_H@ | 944 | NEXT_TIME_H = @NEXT_TIME_H@ |
| 943 | NEXT_UNISTD_H = @NEXT_UNISTD_H@ | 945 | NEXT_UNISTD_H = @NEXT_UNISTD_H@ |
| 946 | NOTIFY_OBJ = @NOTIFY_OBJ@ | ||
| 944 | NS_OBJ = @NS_OBJ@ | 947 | NS_OBJ = @NS_OBJ@ |
| 945 | NS_OBJC_OBJ = @NS_OBJC_OBJ@ | 948 | NS_OBJC_OBJ = @NS_OBJC_OBJ@ |
| 946 | NTDIR = @NTDIR@ | 949 | NTDIR = @NTDIR@ |
| @@ -1132,6 +1135,7 @@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ | |||
| 1132 | XARGS_LIMIT = @XARGS_LIMIT@ | 1135 | XARGS_LIMIT = @XARGS_LIMIT@ |
| 1133 | XFT_CFLAGS = @XFT_CFLAGS@ | 1136 | XFT_CFLAGS = @XFT_CFLAGS@ |
| 1134 | XFT_LIBS = @XFT_LIBS@ | 1137 | XFT_LIBS = @XFT_LIBS@ |
| 1138 | XGSELOBJ = @XGSELOBJ@ | ||
| 1135 | XINERAMA_CFLAGS = @XINERAMA_CFLAGS@ | 1139 | XINERAMA_CFLAGS = @XINERAMA_CFLAGS@ |
| 1136 | XINERAMA_LIBS = @XINERAMA_LIBS@ | 1140 | XINERAMA_LIBS = @XINERAMA_LIBS@ |
| 1137 | XMENU_OBJ = @XMENU_OBJ@ | 1141 | XMENU_OBJ = @XMENU_OBJ@ |
diff --git a/autogen/config.in b/autogen/config.in index a25d43cc4cb..cbbcd19aa04 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -132,7 +132,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 132 | #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__ | 132 | #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__ |
| 133 | # define _FORTIFY_SOURCE 2 | 133 | # define _FORTIFY_SOURCE 2 |
| 134 | #endif | 134 | #endif |
| 135 | 135 | ||
| 136 | 136 | ||
| 137 | /* Define to 1 if futimesat mishandles a NULL file name. */ | 137 | /* Define to 1 if futimesat mishandles a NULL file name. */ |
| 138 | #undef FUTIMESAT_NULL_BUG | 138 | #undef FUTIMESAT_NULL_BUG |
| @@ -547,12 +547,15 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 547 | /* Define to 1 if you have the `get_current_dir_name' function. */ | 547 | /* Define to 1 if you have the `get_current_dir_name' function. */ |
| 548 | #undef HAVE_GET_CURRENT_DIR_NAME | 548 | #undef HAVE_GET_CURRENT_DIR_NAME |
| 549 | 549 | ||
| 550 | /* Define to 1 to use glib's notify. */ | 550 | /* Define to 1 if using GFile. */ |
| 551 | #undef HAVE_GFILENOTIFY | 551 | #undef HAVE_GFILENOTIFY |
| 552 | 552 | ||
| 553 | /* Define to 1 if you have a gif (or ungif) library. */ | 553 | /* Define to 1 if you have a gif (or ungif) library. */ |
| 554 | #undef HAVE_GIF | 554 | #undef HAVE_GIF |
| 555 | 555 | ||
| 556 | /* Define to 1 if GLib is linked in. */ | ||
| 557 | #undef HAVE_GLIB | ||
| 558 | |||
| 556 | /* Define if using GnuTLS. */ | 559 | /* Define if using GnuTLS. */ |
| 557 | #undef HAVE_GNUTLS | 560 | #undef HAVE_GNUTLS |
| 558 | 561 | ||
| @@ -1036,9 +1039,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1036 | /* Define to 1 if you have the <sys/bitypes.h> header file. */ | 1039 | /* Define to 1 if you have the <sys/bitypes.h> header file. */ |
| 1037 | #undef HAVE_SYS_BITYPES_H | 1040 | #undef HAVE_SYS_BITYPES_H |
| 1038 | 1041 | ||
| 1039 | /* Define to 1 if you have the <sys/inotify.h> header file. */ | ||
| 1040 | #undef HAVE_SYS_INOTIFY_H | ||
| 1041 | |||
| 1042 | /* Define to 1 if you have the <sys/inttypes.h> header file. */ | 1042 | /* Define to 1 if you have the <sys/inttypes.h> header file. */ |
| 1043 | #undef HAVE_SYS_INTTYPES_H | 1043 | #undef HAVE_SYS_INTTYPES_H |
| 1044 | 1044 | ||
| @@ -1502,7 +1502,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1502 | /* Define to nonzero if you want access control list support. */ | 1502 | /* Define to nonzero if you want access control list support. */ |
| 1503 | #undef USE_ACL | 1503 | #undef USE_ACL |
| 1504 | 1504 | ||
| 1505 | /* Define to 1 if if using file notifications. */ | 1505 | /* Define to 1 if using file notifications. */ |
| 1506 | #undef USE_FILE_NOTIFY | 1506 | #undef USE_FILE_NOTIFY |
| 1507 | 1507 | ||
| 1508 | /* Define to 1 if using GTK. */ | 1508 | /* Define to 1 if using GTK. */ |
| @@ -1845,3 +1845,4 @@ Local Variables: | |||
| 1845 | mode: c | 1845 | mode: c |
| 1846 | End: | 1846 | End: |
| 1847 | */ | 1847 | */ |
| 1848 | |||
diff --git a/autogen/configure b/autogen/configure index f7a67c56fef..628a856f672 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -1288,6 +1288,7 @@ canonical | |||
| 1288 | configuration | 1288 | configuration |
| 1289 | version | 1289 | version |
| 1290 | copyright | 1290 | copyright |
| 1291 | XGSELOBJ | ||
| 1291 | KRB4LIB | 1292 | KRB4LIB |
| 1292 | DESLIB | 1293 | DESLIB |
| 1293 | KRB5LIB | 1294 | KRB5LIB |
| @@ -1325,6 +1326,9 @@ FONTCONFIG_LIBS | |||
| 1325 | FONTCONFIG_CFLAGS | 1326 | FONTCONFIG_CFLAGS |
| 1326 | LIBXMU | 1327 | LIBXMU |
| 1327 | LIBXTR6 | 1328 | LIBXTR6 |
| 1329 | NOTIFY_OBJ | ||
| 1330 | GFILENOTIFY_LIBS | ||
| 1331 | GFILENOTIFY_CFLAGS | ||
| 1328 | LIBGNUTLS_LIBS | 1332 | LIBGNUTLS_LIBS |
| 1329 | LIBGNUTLS_CFLAGS | 1333 | LIBGNUTLS_CFLAGS |
| 1330 | LIBSELINUX_LIBS | 1334 | LIBSELINUX_LIBS |
| @@ -1529,7 +1533,7 @@ with_gconf | |||
| 1529 | with_gsettings | 1533 | with_gsettings |
| 1530 | with_selinux | 1534 | with_selinux |
| 1531 | with_gnutls | 1535 | with_gnutls |
| 1532 | with_inotify | 1536 | with_file_notification |
| 1533 | with_makeinfo | 1537 | with_makeinfo |
| 1534 | with_compress_info | 1538 | with_compress_info |
| 1535 | with_pkg_config_prog | 1539 | with_pkg_config_prog |
| @@ -2257,7 +2261,9 @@ Optional Packages: | |||
| 2257 | --without-gsettings don't compile with GSettings support | 2261 | --without-gsettings don't compile with GSettings support |
| 2258 | --without-selinux don't compile with SELinux support | 2262 | --without-selinux don't compile with SELinux support |
| 2259 | --without-gnutls don't use -lgnutls for SSL/TLS support | 2263 | --without-gnutls don't use -lgnutls for SSL/TLS support |
| 2260 | --without-inotify don't compile with inotify (file-watch) support | 2264 | --with-file-notification=LIB |
| 2265 | use a file notification library (LIB one of: yes, | ||
| 2266 | gfile, inotify, w32, no) | ||
| 2261 | --without-makeinfo don't require makeinfo for building manuals | 2267 | --without-makeinfo don't require makeinfo for building manuals |
| 2262 | --without-compress-info don't compress the installed Info pages | 2268 | --without-compress-info don't compress the installed Info pages |
| 2263 | --with-pkg-config-prog=FILENAME | 2269 | --with-pkg-config-prog=FILENAME |
| @@ -4332,11 +4338,24 @@ else | |||
| 4332 | fi | 4338 | fi |
| 4333 | 4339 | ||
| 4334 | 4340 | ||
| 4335 | # Check whether --with-inotify was given. | 4341 | |
| 4336 | if test "${with_inotify+set}" = set; then : | 4342 | # Check whether --with-file-notification was given. |
| 4337 | withval=$with_inotify; | 4343 | if test "${with_file_notification+set}" = set; then : |
| 4344 | withval=$with_file_notification; case "${withval}" in | ||
| 4345 | y | ye | yes ) val=yes ;; | ||
| 4346 | n | no ) val=no ;; | ||
| 4347 | g | gf | gfi | gfil | gfile ) val=gfile ;; | ||
| 4348 | i | in | ino | inot | inoti | inotif | inotify ) val=inotify ;; | ||
| 4349 | w | w3 | w32 ) val=w32 ;; | ||
| 4350 | * ) as_fn_error "\`--with-file-notification=$withval' is invalid; | ||
| 4351 | this option's value should be \`yes', \`no', \`gfile', \`inotify' or \`w32'. | ||
| 4352 | \`yes' is a synonym for \`w32' on MS-Windows, and for \`gfile' otherwise." "$LINENO" 5 | ||
| 4353 | ;; | ||
| 4354 | esac | ||
| 4355 | with_file_notification=$val | ||
| 4356 | |||
| 4338 | else | 4357 | else |
| 4339 | with_inotify=$with_features | 4358 | with_file_notification=yes |
| 4340 | fi | 4359 | fi |
| 4341 | 4360 | ||
| 4342 | 4361 | ||
| @@ -10236,7 +10255,6 @@ fi | |||
| 10236 | W32_RES_LINK="-Wl,emacs.res" | 10255 | W32_RES_LINK="-Wl,emacs.res" |
| 10237 | else | 10256 | else |
| 10238 | W32_OBJ="$W32_OBJ w32.o w32console.o w32heap.o w32inevt.o w32proc.o" | 10257 | W32_OBJ="$W32_OBJ w32.o w32console.o w32heap.o w32inevt.o w32proc.o" |
| 10239 | W32_OBJ="$W32_OBJ w32notify.o" | ||
| 10240 | W32_LIBS="$W32_LIBS -lwinmm -lgdi32 -lcomdlg32" | 10258 | W32_LIBS="$W32_LIBS -lwinmm -lgdi32 -lcomdlg32" |
| 10241 | W32_LIBS="$W32_LIBS -lmpr -lwinspool -lole32 -lcomctl32 -lusp10" | 10259 | W32_LIBS="$W32_LIBS -lmpr -lwinspool -lole32 -lcomctl32 -lusp10" |
| 10242 | W32_RES_LINK="\$(EMACSRES)" | 10260 | W32_RES_LINK="\$(EMACSRES)" |
| @@ -12007,33 +12025,123 @@ fi | |||
| 12007 | 12025 | ||
| 12008 | 12026 | ||
| 12009 | 12027 | ||
| 12010 | if test "${with_inotify}" = "yes"; then | 12028 | NOTIFY_OBJ= |
| 12011 | for ac_header in sys/inotify.h | 12029 | NOTIFY_SUMMARY=no |
| 12012 | do : | 12030 | |
| 12013 | ac_fn_c_check_header_mongrel "$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default" | 12031 | if test "${with_file_notification}" = "yes"; then |
| 12032 | if test "${opsys}" = "mingw32"; then | ||
| 12033 | with_file_notification=w32 | ||
| 12034 | else | ||
| 12035 | with_file_notification=gfile | ||
| 12036 | fi | ||
| 12037 | fi | ||
| 12038 | |||
| 12039 | if test "${with_file_notification}" = "gfile"; then | ||
| 12040 | |||
| 12041 | succeeded=no | ||
| 12042 | |||
| 12043 | if test "$PKG_CONFIG" = "no" ; then | ||
| 12044 | HAVE_GFILENOTIFY=no | ||
| 12045 | else | ||
| 12046 | PKG_CONFIG_MIN_VERSION=0.9.0 | ||
| 12047 | if "$PKG_CONFIG" --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then | ||
| 12048 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gio-2.0 >= 2.24" >&5 | ||
| 12049 | $as_echo_n "checking for gio-2.0 >= 2.24... " >&6; } | ||
| 12050 | |||
| 12051 | if "$PKG_CONFIG" --exists "gio-2.0 >= 2.24" 2>&5 && | ||
| 12052 | GFILENOTIFY_CFLAGS=`"$PKG_CONFIG" --cflags "gio-2.0 >= 2.24" 2>&5` && | ||
| 12053 | GFILENOTIFY_LIBS=`"$PKG_CONFIG" --libs "gio-2.0 >= 2.24" 2>&5`; then | ||
| 12054 | edit_cflags=" | ||
| 12055 | s,///*,/,g | ||
| 12056 | s/^/ / | ||
| 12057 | s/ -I/ $isystem/g | ||
| 12058 | s/^ // | ||
| 12059 | " | ||
| 12060 | GFILENOTIFY_CFLAGS=`$as_echo "$GFILENOTIFY_CFLAGS" | sed -e "$edit_cflags"` | ||
| 12061 | GFILENOTIFY_LIBS=`$as_echo "$GFILENOTIFY_LIBS" | sed -e 's,///*,/,g'` | ||
| 12062 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$GFILENOTIFY_CFLAGS' LIBS='$GFILENOTIFY_LIBS'" >&5 | ||
| 12063 | $as_echo "yes CFLAGS='$GFILENOTIFY_CFLAGS' LIBS='$GFILENOTIFY_LIBS'" >&6; } | ||
| 12064 | succeeded=yes | ||
| 12065 | else | ||
| 12066 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
| 12067 | $as_echo "no" >&6; } | ||
| 12068 | GFILENOTIFY_CFLAGS="" | ||
| 12069 | GFILENOTIFY_LIBS="" | ||
| 12070 | ## If we have a custom action on failure, don't print errors, but | ||
| 12071 | ## do set a variable so people can do so. Do it in a subshell | ||
| 12072 | ## to capture any diagnostics in invoking pkg-config. | ||
| 12073 | GFILENOTIFY_PKG_ERRORS=`("$PKG_CONFIG" --print-errors "gio-2.0 >= 2.24") 2>&1` | ||
| 12074 | |||
| 12075 | fi | ||
| 12076 | |||
| 12077 | |||
| 12078 | |||
| 12079 | else | ||
| 12080 | echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." | ||
| 12081 | echo "*** See http://www.freedesktop.org/software/pkgconfig" | ||
| 12082 | fi | ||
| 12083 | fi | ||
| 12084 | |||
| 12085 | if test $succeeded = yes; then | ||
| 12086 | HAVE_GFILENOTIFY=yes | ||
| 12087 | else | ||
| 12088 | HAVE_GFILENOTIFY=no | ||
| 12089 | fi | ||
| 12090 | |||
| 12091 | if test "$HAVE_GFILENOTIFY" = "yes"; then | ||
| 12092 | |||
| 12093 | $as_echo "#define HAVE_GFILENOTIFY 1" >>confdefs.h | ||
| 12094 | |||
| 12095 | NOTIFY_OBJ=gfilenotify.o | ||
| 12096 | NOTIFY_SUMMARY="yes -lgio (gfile)" | ||
| 12097 | fi | ||
| 12098 | fi | ||
| 12099 | if test "${with_file_notification}" = "inotify"; then | ||
| 12100 | ac_fn_c_check_header_mongrel "$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default" | ||
| 12014 | if test "x$ac_cv_header_sys_inotify_h" = x""yes; then : | 12101 | if test "x$ac_cv_header_sys_inotify_h" = x""yes; then : |
| 12015 | cat >>confdefs.h <<_ACEOF | ||
| 12016 | #define HAVE_SYS_INOTIFY_H 1 | ||
| 12017 | _ACEOF | ||
| 12018 | 12102 | ||
| 12019 | fi | 12103 | fi |
| 12020 | 12104 | ||
| 12021 | done | ||
| 12022 | 12105 | ||
| 12023 | if test "$ac_cv_header_sys_inotify_h" = yes ; then | 12106 | if test "$ac_cv_header_sys_inotify_h" = yes ; then |
| 12024 | ac_fn_c_check_func "$LINENO" "inotify_init1" "ac_cv_func_inotify_init1" | 12107 | ac_fn_c_check_func "$LINENO" "inotify_init1" "ac_cv_func_inotify_init1" |
| 12025 | if test "x$ac_cv_func_inotify_init1" = x""yes; then : | 12108 | if test "x$ac_cv_func_inotify_init1" = x""yes; then : |
| 12026 | 12109 | ||
| 12027 | fi | 12110 | fi |
| 12028 | 12111 | ||
| 12112 | if test "$ac_cv_func_inotify_init1" = yes; then | ||
| 12113 | |||
| 12114 | $as_echo "#define HAVE_INOTIFY 1" >>confdefs.h | ||
| 12115 | |||
| 12116 | NOTIFY_OBJ=inotify.o | ||
| 12117 | NOTIFY_SUMMARY="yes -lglibc (inotify)" | ||
| 12118 | fi | ||
| 12119 | fi | ||
| 12120 | fi | ||
| 12121 | if test "${with_file_notification}" = "w32"; then | ||
| 12122 | ac_fn_c_check_header_mongrel "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default" | ||
| 12123 | if test "x$ac_cv_header_windows_h" = x""yes; then : | ||
| 12124 | |||
| 12125 | fi | ||
| 12126 | |||
| 12127 | |||
| 12128 | if test "$ac_cv_header_windows_h" = yes ; then | ||
| 12129 | |||
| 12130 | $as_echo "#define HAVE_W32NOTIFY 1" >>confdefs.h | ||
| 12131 | |||
| 12132 | NOTIFY_OBJ=w32notify.o | ||
| 12133 | NOTIFY_SUMMARY="yes (w32)" | ||
| 12029 | fi | 12134 | fi |
| 12030 | fi | 12135 | fi |
| 12031 | if test "$ac_cv_func_inotify_init1" = yes; then | 12136 | if test -n "$NOTIFY_OBJ"; then |
| 12032 | 12137 | ||
| 12033 | $as_echo "#define HAVE_INOTIFY 1" >>confdefs.h | 12138 | $as_echo "#define USE_FILE_NOTIFY 1" >>confdefs.h |
| 12034 | 12139 | ||
| 12035 | fi | 12140 | fi |
| 12036 | 12141 | ||
| 12142 | |||
| 12143 | |||
| 12144 | |||
| 12037 | HAVE_XAW3D=no | 12145 | HAVE_XAW3D=no |
| 12038 | LUCID_LIBW= | 12146 | LUCID_LIBW= |
| 12039 | if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then | 12147 | if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then |
| @@ -16061,6 +16169,38 @@ fi | |||
| 16061 | done | 16169 | done |
| 16062 | 16170 | ||
| 16063 | 16171 | ||
| 16172 | XGSELOBJ= | ||
| 16173 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GLib is linked in" >&5 | ||
| 16174 | $as_echo_n "checking whether GLib is linked in... " >&6; } | ||
| 16175 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 16176 | /* end confdefs.h. */ | ||
| 16177 | #include <glib.h> | ||
| 16178 | |||
| 16179 | int | ||
| 16180 | main () | ||
| 16181 | { | ||
| 16182 | g_print ("Hello world"); | ||
| 16183 | ; | ||
| 16184 | return 0; | ||
| 16185 | } | ||
| 16186 | _ACEOF | ||
| 16187 | if ac_fn_c_try_link "$LINENO"; then : | ||
| 16188 | links_glib=yes | ||
| 16189 | else | ||
| 16190 | links_glib=no | ||
| 16191 | fi | ||
| 16192 | rm -f core conftest.err conftest.$ac_objext \ | ||
| 16193 | conftest$ac_exeext conftest.$ac_ext | ||
| 16194 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $links_glib" >&5 | ||
| 16195 | $as_echo "$links_glib" >&6; } | ||
| 16196 | if test "${links_glib}" = "yes"; then | ||
| 16197 | |||
| 16198 | $as_echo "#define HAVE_GLIB 1" >>confdefs.h | ||
| 16199 | |||
| 16200 | XGSELOBJ=xgselect.o | ||
| 16201 | fi | ||
| 16202 | |||
| 16203 | |||
| 16064 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 | 16204 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 |
| 16065 | $as_echo_n "checking for nl_langinfo and CODESET... " >&6; } | 16205 | $as_echo_n "checking for nl_langinfo and CODESET... " >&6; } |
| 16066 | if test "${emacs_cv_langinfo_codeset+set}" = set; then : | 16206 | if test "${emacs_cv_langinfo_codeset+set}" = set; then : |
| @@ -17025,7 +17165,7 @@ if test "${HAVE_X_WINDOWS}" = "yes" ; then | |||
| 17025 | $as_echo "#define HAVE_X_WINDOWS 1" >>confdefs.h | 17165 | $as_echo "#define HAVE_X_WINDOWS 1" >>confdefs.h |
| 17026 | 17166 | ||
| 17027 | XMENU_OBJ=xmenu.o | 17167 | XMENU_OBJ=xmenu.o |
| 17028 | XOBJ="xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o xgselect.o" | 17168 | XOBJ="xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o" |
| 17029 | FONT_OBJ=xfont.o | 17169 | FONT_OBJ=xfont.o |
| 17030 | if test "$HAVE_XFT" = "yes"; then | 17170 | if test "$HAVE_XFT" = "yes"; then |
| 17031 | FONT_OBJ="$FONT_OBJ ftfont.o xftfont.o ftxfont.o" | 17171 | FONT_OBJ="$FONT_OBJ ftfont.o xftfont.o ftxfont.o" |
| @@ -28413,6 +28553,7 @@ echo " Does Emacs use -lgpm? ${HAVE_GPM}" | |||
| 28413 | echo " Does Emacs use -ldbus? ${HAVE_DBUS}" | 28553 | echo " Does Emacs use -ldbus? ${HAVE_DBUS}" |
| 28414 | echo " Does Emacs use -lgconf? ${HAVE_GCONF}" | 28554 | echo " Does Emacs use -lgconf? ${HAVE_GCONF}" |
| 28415 | echo " Does Emacs use GSettings? ${HAVE_GSETTINGS}" | 28555 | echo " Does Emacs use GSettings? ${HAVE_GSETTINGS}" |
| 28556 | echo " Does Emacs use a file notification library? ${NOTIFY_SUMMARY}" | ||
| 28416 | echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}" | 28557 | echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}" |
| 28417 | echo " Does Emacs use -lgnutls? ${HAVE_GNUTLS}" | 28558 | echo " Does Emacs use -lgnutls? ${HAVE_GNUTLS}" |
| 28418 | echo " Does Emacs use -lxml2? ${HAVE_LIBXML2}" | 28559 | echo " Does Emacs use -lxml2? ${HAVE_LIBXML2}" |