aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-09-03 06:17:43 -0400
committerGlenn Morris2012-09-03 06:17:43 -0400
commitdcde497f27945c3ca4ce8c21f655ef6f627acdd2 (patch)
tree6a9a7dbd82347dd9aa071603ec9b8e8846c337ac
parent7f50777729a9c25893826b45ab941d987e36971e (diff)
downloademacs-dcde497f27945c3ca4ce8c21f655ef6f627acdd2.tar.gz
emacs-dcde497f27945c3ca4ce8c21f655ef6f627acdd2.zip
Auto-commit of generated files.
-rw-r--r--autogen/Makefile.in2
-rwxr-xr-xautogen/configure209
2 files changed, 146 insertions, 65 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in
index d52d1543c55..dbedb5d12e5 100644
--- a/autogen/Makefile.in
+++ b/autogen/Makefile.in
@@ -359,6 +359,8 @@ GNULIB_WRITE = @GNULIB_WRITE@
359GNULIB__EXIT = @GNULIB__EXIT@ 359GNULIB__EXIT = @GNULIB__EXIT@
360GNUSTEP_CFLAGS = @GNUSTEP_CFLAGS@ 360GNUSTEP_CFLAGS = @GNUSTEP_CFLAGS@
361GNU_OBJC_CFLAGS = @GNU_OBJC_CFLAGS@ 361GNU_OBJC_CFLAGS = @GNU_OBJC_CFLAGS@
362GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
363GOBJECT_LIBS = @GOBJECT_LIBS@
362GREP = @GREP@ 364GREP = @GREP@
363GSETTINGS_CFLAGS = @GSETTINGS_CFLAGS@ 365GSETTINGS_CFLAGS = @GSETTINGS_CFLAGS@
364GSETTINGS_LIBS = @GSETTINGS_LIBS@ 366GSETTINGS_LIBS = @GSETTINGS_LIBS@
diff --git a/autogen/configure b/autogen/configure
index 11bca94ea05..12239818695 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -1181,6 +1181,8 @@ LIBGNUTLS_CFLAGS
1181LIBSELINUX_LIBS 1181LIBSELINUX_LIBS
1182SETTINGS_LIBS 1182SETTINGS_LIBS
1183SETTINGS_CFLAGS 1183SETTINGS_CFLAGS
1184GOBJECT_LIBS
1185GOBJECT_CFLAGS
1184GCONF_LIBS 1186GCONF_LIBS
1185GCONF_CFLAGS 1187GCONF_CFLAGS
1186GSETTINGS_LIBS 1188GSETTINGS_LIBS
@@ -7305,95 +7307,118 @@ $as_echo "$gl_cv_cc_nomfi_needed" >&6; }
7305 7307
7306 gl_manywarn_set= 7308 gl_manywarn_set=
7307 for gl_manywarn_item in \ 7309 for gl_manywarn_item in \
7308 -Wall \
7309 -W \ 7310 -W \
7310 -Wformat-y2k \ 7311 -Wabi \
7311 -Wformat-nonliteral \ 7312 -Waddress \
7312 -Wformat-security \ 7313 -Wall \
7313 -Winit-self \ 7314 -Warray-bounds \
7314 -Wmissing-include-dirs \ 7315 -Wattributes \
7315 -Wswitch-default \
7316 -Wswitch-enum \
7317 -Wunused \
7318 -Wunknown-pragmas \
7319 -Wstrict-aliasing \
7320 -Wstrict-overflow \
7321 -Wsystem-headers \
7322 -Wfloat-equal \
7323 -Wtraditional \
7324 -Wtraditional-conversion \
7325 -Wdeclaration-after-statement \
7326 -Wundef \
7327 -Wshadow \
7328 -Wunsafe-loop-optimizations \
7329 -Wpointer-arith \
7330 -Wbad-function-cast \ 7316 -Wbad-function-cast \
7331 -Wc++-compat \
7332 -Wcast-qual \
7333 -Wcast-align \
7334 -Wwrite-strings \
7335 -Wconversion \
7336 -Wsign-conversion \
7337 -Wlogical-op \
7338 -Waggregate-return \
7339 -Wstrict-prototypes \
7340 -Wold-style-definition \
7341 -Wmissing-prototypes \
7342 -Wmissing-declarations \
7343 -Wmissing-noreturn \
7344 -Wmissing-format-attribute \
7345 -Wpacked \
7346 -Wpadded \
7347 -Wredundant-decls \
7348 -Wnested-externs \
7349 -Wunreachable-code \
7350 -Winline \
7351 -Winvalid-pch \
7352 -Wlong-long \
7353 -Wvla \
7354 -Wvolatile-register-var \
7355 -Wdisabled-optimization \
7356 -Wstack-protector \
7357 -Woverlength-strings \
7358 -Wbuiltin-macro-redefined \ 7317 -Wbuiltin-macro-redefined \
7359 -Wmudflap \ 7318 -Wcast-align \
7360 -Wpacked-bitfield-compat \ 7319 -Wchar-subscripts \
7361 -Wsync-nand \ 7320 -Wclobbered \
7362 ; do 7321 -Wcomment \
7363 gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item" 7322 -Wcomments \
7364 done
7365 # The following are not documented in the manual but are included in
7366 # output from gcc --help=warnings.
7367 for gl_manywarn_item in \
7368 -Wattributes \
7369 -Wcoverage-mismatch \ 7323 -Wcoverage-mismatch \
7370 -Wunused-macros \
7371 ; do
7372 gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item"
7373 done
7374 # More warnings from gcc 4.6.2 --help=warnings.
7375 for gl_manywarn_item in \
7376 -Wabi \
7377 -Wcpp \ 7324 -Wcpp \
7378 -Wdeprecated \ 7325 -Wdeprecated \
7379 -Wdeprecated-declarations \ 7326 -Wdeprecated-declarations \
7327 -Wdisabled-optimization \
7380 -Wdiv-by-zero \ 7328 -Wdiv-by-zero \
7381 -Wdouble-promotion \ 7329 -Wdouble-promotion \
7330 -Wempty-body \
7382 -Wendif-labels \ 7331 -Wendif-labels \
7332 -Wenum-compare \
7383 -Wextra \ 7333 -Wextra \
7384 -Wformat-contains-nul \ 7334 -Wformat-contains-nul \
7385 -Wformat-extra-args \ 7335 -Wformat-extra-args \
7336 -Wformat-nonliteral \
7337 -Wformat-security \
7338 -Wformat-y2k \
7386 -Wformat-zero-length \ 7339 -Wformat-zero-length \
7387 -Wformat=2 \ 7340 -Wformat=2 \
7341 -Wfree-nonheap-object \
7342 -Wignored-qualifiers \
7343 -Wimplicit \
7344 -Wimplicit-function-declaration \
7345 -Wimplicit-int \
7346 -Winit-self \
7347 -Winline \
7348 -Wint-to-pointer-cast \
7349 -Winvalid-memory-model \
7350 -Winvalid-pch \
7351 -Wjump-misses-init \
7352 -Wlogical-op \
7353 -Wmain \
7354 -Wmaybe-uninitialized \
7355 -Wmissing-braces \
7356 -Wmissing-declarations \
7357 -Wmissing-field-initializers \
7358 -Wmissing-format-attribute \
7359 -Wmissing-include-dirs \
7360 -Wmissing-noreturn \
7361 -Wmissing-parameter-type \
7362 -Wmissing-prototypes \
7363 -Wmudflap \
7388 -Wmultichar \ 7364 -Wmultichar \
7365 -Wnarrowing \
7366 -Wnested-externs \
7367 -Wnonnull \
7389 -Wnormalized=nfc \ 7368 -Wnormalized=nfc \
7369 -Wold-style-declaration \
7370 -Wold-style-definition \
7390 -Woverflow \ 7371 -Woverflow \
7372 -Woverlength-strings \
7373 -Woverride-init \
7374 -Wpacked \
7375 -Wpacked-bitfield-compat \
7376 -Wparentheses \
7377 -Wpointer-arith \
7378 -Wpointer-sign \
7391 -Wpointer-to-int-cast \ 7379 -Wpointer-to-int-cast \
7392 -Wpragmas \ 7380 -Wpragmas \
7381 -Wreturn-type \
7382 -Wsequence-point \
7383 -Wshadow \
7384 -Wsizeof-pointer-memaccess \
7385 -Wstack-protector \
7386 -Wstrict-aliasing \
7387 -Wstrict-overflow \
7388 -Wstrict-prototypes \
7393 -Wsuggest-attribute=const \ 7389 -Wsuggest-attribute=const \
7390 -Wsuggest-attribute=format \
7394 -Wsuggest-attribute=noreturn \ 7391 -Wsuggest-attribute=noreturn \
7395 -Wsuggest-attribute=pure \ 7392 -Wsuggest-attribute=pure \
7393 -Wswitch \
7394 -Wswitch-default \
7395 -Wsync-nand \
7396 -Wsystem-headers \
7396 -Wtrampolines \ 7397 -Wtrampolines \
7398 -Wtrigraphs \
7399 -Wtype-limits \
7400 -Wuninitialized \
7401 -Wunknown-pragmas \
7402 -Wunreachable-code \
7403 -Wunsafe-loop-optimizations \
7404 -Wunused \
7405 -Wunused-but-set-parameter \
7406 -Wunused-but-set-variable \
7407 -Wunused-function \
7408 -Wunused-label \
7409 -Wunused-local-typedefs \
7410 -Wunused-macros \
7411 -Wunused-parameter \
7412 -Wunused-result \
7413 -Wunused-value \
7414 -Wunused-variable \
7415 -Wvarargs \
7416 -Wvariadic-macros \
7417 -Wvector-operation-performance \
7418 -Wvla \
7419 -Wvolatile-register-var \
7420 -Wwrite-strings \
7421 \
7397 ; do 7422 ; do
7398 gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item" 7423 gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item"
7399 done 7424 done
@@ -10950,6 +10975,60 @@ $as_echo "#define HAVE_GCONF 1" >>confdefs.h
10950fi 10975fi
10951 10976
10952if test "$HAVE_GSETTINGS" = "yes" || test "$HAVE_GCONF" = "yes"; then 10977if test "$HAVE_GSETTINGS" = "yes" || test "$HAVE_GCONF" = "yes"; then
10978
10979 succeeded=no
10980
10981 if test "$PKG_CONFIG" = "no" ; then
10982 HAVE_GOBJECT=no
10983 else
10984 PKG_CONFIG_MIN_VERSION=0.9.0
10985 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
10986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gobject-2.0 >= 2.0" >&5
10987$as_echo_n "checking for gobject-2.0 >= 2.0... " >&6; }
10988
10989 if $PKG_CONFIG --exists "gobject-2.0 >= 2.0" 2>&5 &&
10990 GOBJECT_CFLAGS=`$PKG_CONFIG --cflags "gobject-2.0 >= 2.0" 2>&5` &&
10991 GOBJECT_LIBS=`$PKG_CONFIG --libs "gobject-2.0 >= 2.0" 2>&5`; then
10992 edit_cflags="
10993 s,///*,/,g
10994 s/^/ /
10995 s/ -I/ $isystem/g
10996 s/^ //
10997 "
10998 GOBJECT_CFLAGS=`$as_echo "$GOBJECT_CFLAGS" | sed -e "$edit_cflags"`
10999 GOBJECT_LIBS=`$as_echo "$GOBJECT_LIBS" | sed -e 's,///*,/,g'`
11000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$GOBJECT_CFLAGS' LIBS='$GOBJECT_LIBS'" >&5
11001$as_echo "yes CFLAGS='$GOBJECT_CFLAGS' LIBS='$GOBJECT_LIBS'" >&6; }
11002 succeeded=yes
11003 else
11004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11005$as_echo "no" >&6; }
11006 GOBJECT_CFLAGS=""
11007 GOBJECT_LIBS=""
11008 ## If we have a custom action on failure, don't print errors, but
11009 ## do set a variable so people can do so.
11010 GOBJECT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gobject-2.0 >= 2.0"`
11011
11012 fi
11013
11014
11015
11016 else
11017 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11018 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11019 fi
11020 fi
11021
11022 if test $succeeded = yes; then
11023 HAVE_GOBJECT=yes
11024 else
11025 HAVE_GOBJECT=no
11026 fi
11027
11028 if test "$HAVE_GOBJECT" = "yes"; then
11029 SETTINGS_CFLAGS="$SETTINGS_CFLAGS $GOBJECT_CFLAGS"
11030 SETTINGS_LIBS="$SETTINGS_LIBS $GOBJECT_LIBS"
11031 fi
10953 SAVE_CFLAGS="$CFLAGS" 11032 SAVE_CFLAGS="$CFLAGS"
10954 SAVE_LIBS="$LIBS" 11033 SAVE_LIBS="$LIBS"
10955 CFLAGS="$SETTINGS_CFLAGS $CFLAGS" 11034 CFLAGS="$SETTINGS_CFLAGS $CFLAGS"