aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-09-09 06:17:42 -0400
committerGlenn Morris2013-09-09 06:17:42 -0400
commit992ec28ae836a2954f6f24ce49b4fba0cde1bf7d (patch)
treea958882793537db7ac608166516e300e340b6d97
parent8d17ef8d542e37d3f2972c80ac448a990cbdd040 (diff)
downloademacs-992ec28ae836a2954f6f24ce49b4fba0cde1bf7d.tar.gz
emacs-992ec28ae836a2954f6f24ce49b4fba0cde1bf7d.zip
Auto-commit of generated files.
-rw-r--r--autogen/Makefile.in1
-rwxr-xr-xautogen/configure35
2 files changed, 19 insertions, 17 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in
index f26d3dce212..19904e8631e 100644
--- a/autogen/Makefile.in
+++ b/autogen/Makefile.in
@@ -677,7 +677,6 @@ GSETTINGS_LIBS = @GSETTINGS_LIBS@
677GTK_CFLAGS = @GTK_CFLAGS@ 677GTK_CFLAGS = @GTK_CFLAGS@
678GTK_LIBS = @GTK_LIBS@ 678GTK_LIBS = @GTK_LIBS@
679GTK_OBJ = @GTK_OBJ@ 679GTK_OBJ = @GTK_OBJ@
680GZIP_INFO = @GZIP_INFO@
681GZIP_PROG = @GZIP_PROG@ 680GZIP_PROG = @GZIP_PROG@
682HAVE_ALPHASORT = @HAVE_ALPHASORT@ 681HAVE_ALPHASORT = @HAVE_ALPHASORT@
683HAVE_ATOLL = @HAVE_ATOLL@ 682HAVE_ATOLL = @HAVE_ATOLL@
diff --git a/autogen/configure b/autogen/configure
index 4be101ce418..325b333f00d 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -1442,7 +1442,6 @@ build_vendor
1442build_cpu 1442build_cpu
1443build 1443build
1444PROFILING_CFLAGS 1444PROFILING_CFLAGS
1445GZIP_INFO
1446cache_file 1445cache_file
1447am__untar 1446am__untar
1448am__tar 1447am__tar
@@ -1545,7 +1544,7 @@ with_gnutls
1545with_zlib 1544with_zlib
1546with_file_notification 1545with_file_notification
1547with_makeinfo 1546with_makeinfo
1548with_compress_info 1547with_compress_install
1549with_pkg_config_prog 1548with_pkg_config_prog
1550with_gameuser 1549with_gameuser
1551with_gnustep_conf 1550with_gnustep_conf
@@ -2278,7 +2277,9 @@ Optional Packages:
2278 use a file notification library (LIB one of: yes, 2277 use a file notification library (LIB one of: yes,
2279 gfile, inotify, w32, no) 2278 gfile, inotify, w32, no)
2280 --without-makeinfo don't require makeinfo for building manuals 2279 --without-makeinfo don't require makeinfo for building manuals
2281 --without-compress-info don't compress the installed Info pages 2280 --without-compress-install
2281 don't compress some files (.el, .info, etc.) when
2282 installing. Equivalent to: make GZIP_PROG= install
2282 --with-pkg-config-prog=FILENAME 2283 --with-pkg-config-prog=FILENAME
2283 file name of pkg-config for finding GTK and librsvg 2284 file name of pkg-config for finding GTK and librsvg
2284 --with-gameuser=USER user for shared game score files 2285 --with-gameuser=USER user for shared game score files
@@ -4429,17 +4430,11 @@ fi
4429## This is an option because I do not know if all info/man support 4430## This is an option because I do not know if all info/man support
4430## compressed files, nor how to test if they do so. 4431## compressed files, nor how to test if they do so.
4431 4432
4432# Check whether --with-compress-info was given. 4433# Check whether --with-compress-install was given.
4433if test "${with_compress_info+set}" = set; then : 4434if test "${with_compress_install+set}" = set; then :
4434 withval=$with_compress_info; 4435 withval=$with_compress_install;
4435else 4436else
4436 with_compress_info=$with_features 4437 with_compress_install=$with_features
4437fi
4438
4439if test $with_compress_info = yes; then
4440 GZIP_INFO=yes
4441else
4442 GZIP_INFO=
4443fi 4438fi
4444 4439
4445 4440
@@ -8618,6 +8613,9 @@ fi
8618 8613
8619 8614
8620 8615
8616test $with_compress_install != yes && test -n "$GZIP_PROG" && \
8617 GZIP_PROG=" # $GZIP_PROG # (disabled by configure --without-compress-install)"
8618
8621if test $opsys = gnu-linux; then 8619if test $opsys = gnu-linux; then
8622 # Extract the first word of "paxctl", so it can be a program name with args. 8620 # Extract the first word of "paxctl", so it can be a program name with args.
8623set dummy paxctl; ac_word=$2 8621set dummy paxctl; ac_word=$2
@@ -8783,11 +8781,13 @@ fi
8783 8781
8784late_LDFLAGS=$LDFLAGS 8782late_LDFLAGS=$LDFLAGS
8785if test x$GCC = xyes; then 8783if test x$GCC = xyes; then
8786 LDFLAGS="$LDFLAGS -Wl,-znocombreloc" 8784 LDFLAGS_NOCOMBRELOC="-Wl,-znocombreloc"
8787else 8785else
8788 LDFLAGS="$LDFLAGS -znocombreloc" 8786 LDFLAGS_NOCOMBRELOC="-znocombreloc"
8789fi 8787fi
8790 8788
8789LDFLAGS="$LDFLAGS $LDFLAGS_NOCOMBRELOC"
8790
8791{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -znocombreloc" >&5 8791{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -znocombreloc" >&5
8792$as_echo_n "checking for -znocombreloc... " >&6; } 8792$as_echo_n "checking for -znocombreloc... " >&6; }
8793cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8793cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8805,13 +8805,14 @@ if ac_fn_c_try_link "$LINENO"; then :
8805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 8805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8806$as_echo "yes" >&6; } 8806$as_echo "yes" >&6; }
8807else 8807else
8808 LDFLAGS=$late_LDFLAGS 8808 LDFLAGS_NOCOMBRELOC=
8809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 8809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8810$as_echo "no" >&6; } 8810$as_echo "no" >&6; }
8811fi 8811fi
8812rm -f core conftest.err conftest.$ac_objext \ 8812rm -f core conftest.err conftest.$ac_objext \
8813 conftest$ac_exeext conftest.$ac_ext 8813 conftest$ac_exeext conftest.$ac_ext
8814 8814
8815LDFLAGS=$late_LDFLAGS
8815 8816
8816test "x$CANNOT_DUMP" = "x" && CANNOT_DUMP=no 8817test "x$CANNOT_DUMP" = "x" && CANNOT_DUMP=no
8817case "$opsys" in 8818case "$opsys" in
@@ -29051,6 +29052,8 @@ if test x$ac_enable_profiling != x ; then
29051 esac 29052 esac
29052fi 29053fi
29053 29054
29055LD_SWITCH_SYSTEM_TEMACS="$LDFLAGS_NOCOMBRELOC $LD_SWITCH_SYSTEM_TEMACS"
29056
29054 29057
29055 29058
29056## MinGW-specific post-link processing of temacs. 29059## MinGW-specific post-link processing of temacs.