aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-06-04 06:17:52 -0400
committerGlenn Morris2013-06-04 06:17:52 -0400
commit0f55a32e46cfe9243f2318b9a5087bfa2458ec5e (patch)
tree0db97f14da63f6a9c6c15a6f1cded11b03b123f5
parentcdebc6dd0b5ee1b557d73755ca65d8c5756e81eb (diff)
downloademacs-0f55a32e46cfe9243f2318b9a5087bfa2458ec5e.tar.gz
emacs-0f55a32e46cfe9243f2318b9a5087bfa2458ec5e.zip
Auto-commit of generated files.
-rw-r--r--autogen/Makefile.in4
-rw-r--r--autogen/config.in13
-rwxr-xr-xautogen/configure179
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@
437GCONF_LIBS = @GCONF_LIBS@ 437GCONF_LIBS = @GCONF_LIBS@
438GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ 438GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
439GETOPT_H = @GETOPT_H@ 439GETOPT_H = @GETOPT_H@
440GFILENOTIFY_CFLAGS = @GFILENOTIFY_CFLAGS@
441GFILENOTIFY_LIBS = @GFILENOTIFY_LIBS@
440GMALLOC_OBJ = @GMALLOC_OBJ@ 442GMALLOC_OBJ = @GMALLOC_OBJ@
441GNULIB_ALPHASORT = @GNULIB_ALPHASORT@ 443GNULIB_ALPHASORT = @GNULIB_ALPHASORT@
442GNULIB_ATOLL = @GNULIB_ATOLL@ 444GNULIB_ATOLL = @GNULIB_ATOLL@
@@ -941,6 +943,7 @@ NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
941NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@ 943NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
942NEXT_TIME_H = @NEXT_TIME_H@ 944NEXT_TIME_H = @NEXT_TIME_H@
943NEXT_UNISTD_H = @NEXT_UNISTD_H@ 945NEXT_UNISTD_H = @NEXT_UNISTD_H@
946NOTIFY_OBJ = @NOTIFY_OBJ@
944NS_OBJ = @NS_OBJ@ 947NS_OBJ = @NS_OBJ@
945NS_OBJC_OBJ = @NS_OBJC_OBJ@ 948NS_OBJC_OBJ = @NS_OBJC_OBJ@
946NTDIR = @NTDIR@ 949NTDIR = @NTDIR@
@@ -1132,6 +1135,7 @@ WINT_T_SUFFIX = @WINT_T_SUFFIX@
1132XARGS_LIMIT = @XARGS_LIMIT@ 1135XARGS_LIMIT = @XARGS_LIMIT@
1133XFT_CFLAGS = @XFT_CFLAGS@ 1136XFT_CFLAGS = @XFT_CFLAGS@
1134XFT_LIBS = @XFT_LIBS@ 1137XFT_LIBS = @XFT_LIBS@
1138XGSELOBJ = @XGSELOBJ@
1135XINERAMA_CFLAGS = @XINERAMA_CFLAGS@ 1139XINERAMA_CFLAGS = @XINERAMA_CFLAGS@
1136XINERAMA_LIBS = @XINERAMA_LIBS@ 1140XINERAMA_LIBS = @XINERAMA_LIBS@
1137XMENU_OBJ = @XMENU_OBJ@ 1141XMENU_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:
1845mode: c 1845mode: c
1846End: 1846End:
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
1288configuration 1288configuration
1289version 1289version
1290copyright 1290copyright
1291XGSELOBJ
1291KRB4LIB 1292KRB4LIB
1292DESLIB 1293DESLIB
1293KRB5LIB 1294KRB5LIB
@@ -1325,6 +1326,9 @@ FONTCONFIG_LIBS
1325FONTCONFIG_CFLAGS 1326FONTCONFIG_CFLAGS
1326LIBXMU 1327LIBXMU
1327LIBXTR6 1328LIBXTR6
1329NOTIFY_OBJ
1330GFILENOTIFY_LIBS
1331GFILENOTIFY_CFLAGS
1328LIBGNUTLS_LIBS 1332LIBGNUTLS_LIBS
1329LIBGNUTLS_CFLAGS 1333LIBGNUTLS_CFLAGS
1330LIBSELINUX_LIBS 1334LIBSELINUX_LIBS
@@ -1529,7 +1533,7 @@ with_gconf
1529with_gsettings 1533with_gsettings
1530with_selinux 1534with_selinux
1531with_gnutls 1535with_gnutls
1532with_inotify 1536with_file_notification
1533with_makeinfo 1537with_makeinfo
1534with_compress_info 1538with_compress_info
1535with_pkg_config_prog 1539with_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
4332fi 4338fi
4333 4339
4334 4340
4335# Check whether --with-inotify was given. 4341
4336if test "${with_inotify+set}" = set; then : 4342# Check whether --with-file-notification was given.
4337 withval=$with_inotify; 4343if 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;
4351this 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
4338else 4357else
4339 with_inotify=$with_features 4358 with_file_notification=yes
4340fi 4359fi
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
12010if test "${with_inotify}" = "yes"; then 12028NOTIFY_OBJ=
12011 for ac_header in sys/inotify.h 12029NOTIFY_SUMMARY=no
12012do : 12030
12013 ac_fn_c_check_header_mongrel "$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default" 12031if 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
12037fi
12038
12039if 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
12098fi
12099if 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"
12014if test "x$ac_cv_header_sys_inotify_h" = x""yes; then : 12101if 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
12019fi 12103fi
12020 12104
12021done
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"
12025if test "x$ac_cv_func_inotify_init1" = x""yes; then : 12108if test "x$ac_cv_func_inotify_init1" = x""yes; then :
12026 12109
12027fi 12110fi
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
12120fi
12121if test "${with_file_notification}" = "w32"; then
12122 ac_fn_c_check_header_mongrel "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default"
12123if test "x$ac_cv_header_windows_h" = x""yes; then :
12124
12125fi
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
12030fi 12135fi
12031if test "$ac_cv_func_inotify_init1" = yes; then 12136if 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
12035fi 12140fi
12036 12141
12142
12143
12144
12037HAVE_XAW3D=no 12145HAVE_XAW3D=no
12038LUCID_LIBW= 12146LUCID_LIBW=
12039if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then 12147if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
@@ -16061,6 +16169,38 @@ fi
16061done 16169done
16062 16170
16063 16171
16172XGSELOBJ=
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; }
16175cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16176/* end confdefs.h. */
16177#include <glib.h>
16178
16179int
16180main ()
16181{
16182g_print ("Hello world");
16183 ;
16184 return 0;
16185}
16186_ACEOF
16187if ac_fn_c_try_link "$LINENO"; then :
16188 links_glib=yes
16189else
16190 links_glib=no
16191fi
16192rm -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; }
16196if test "${links_glib}" = "yes"; then
16197
16198$as_echo "#define HAVE_GLIB 1" >>confdefs.h
16199
16200 XGSELOBJ=xgselect.o
16201fi
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; }
16066if test "${emacs_cv_langinfo_codeset+set}" = set; then : 16206if 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}"
28413echo " Does Emacs use -ldbus? ${HAVE_DBUS}" 28553echo " Does Emacs use -ldbus? ${HAVE_DBUS}"
28414echo " Does Emacs use -lgconf? ${HAVE_GCONF}" 28554echo " Does Emacs use -lgconf? ${HAVE_GCONF}"
28415echo " Does Emacs use GSettings? ${HAVE_GSETTINGS}" 28555echo " Does Emacs use GSettings? ${HAVE_GSETTINGS}"
28556echo " Does Emacs use a file notification library? ${NOTIFY_SUMMARY}"
28416echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}" 28557echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}"
28417echo " Does Emacs use -lgnutls? ${HAVE_GNUTLS}" 28558echo " Does Emacs use -lgnutls? ${HAVE_GNUTLS}"
28418echo " Does Emacs use -lxml2? ${HAVE_LIBXML2}" 28559echo " Does Emacs use -lxml2? ${HAVE_LIBXML2}"