diff options
| author | Glenn Morris | 2013-09-09 06:17:42 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-09-09 06:17:42 -0400 |
| commit | 992ec28ae836a2954f6f24ce49b4fba0cde1bf7d (patch) | |
| tree | a958882793537db7ac608166516e300e340b6d97 | |
| parent | 8d17ef8d542e37d3f2972c80ac448a990cbdd040 (diff) | |
| download | emacs-992ec28ae836a2954f6f24ce49b4fba0cde1bf7d.tar.gz emacs-992ec28ae836a2954f6f24ce49b4fba0cde1bf7d.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/Makefile.in | 1 | ||||
| -rwxr-xr-x | autogen/configure | 35 |
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@ | |||
| 677 | GTK_CFLAGS = @GTK_CFLAGS@ | 677 | GTK_CFLAGS = @GTK_CFLAGS@ |
| 678 | GTK_LIBS = @GTK_LIBS@ | 678 | GTK_LIBS = @GTK_LIBS@ |
| 679 | GTK_OBJ = @GTK_OBJ@ | 679 | GTK_OBJ = @GTK_OBJ@ |
| 680 | GZIP_INFO = @GZIP_INFO@ | ||
| 681 | GZIP_PROG = @GZIP_PROG@ | 680 | GZIP_PROG = @GZIP_PROG@ |
| 682 | HAVE_ALPHASORT = @HAVE_ALPHASORT@ | 681 | HAVE_ALPHASORT = @HAVE_ALPHASORT@ |
| 683 | HAVE_ATOLL = @HAVE_ATOLL@ | 682 | HAVE_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 | |||
| 1442 | build_cpu | 1442 | build_cpu |
| 1443 | build | 1443 | build |
| 1444 | PROFILING_CFLAGS | 1444 | PROFILING_CFLAGS |
| 1445 | GZIP_INFO | ||
| 1446 | cache_file | 1445 | cache_file |
| 1447 | am__untar | 1446 | am__untar |
| 1448 | am__tar | 1447 | am__tar |
| @@ -1545,7 +1544,7 @@ with_gnutls | |||
| 1545 | with_zlib | 1544 | with_zlib |
| 1546 | with_file_notification | 1545 | with_file_notification |
| 1547 | with_makeinfo | 1546 | with_makeinfo |
| 1548 | with_compress_info | 1547 | with_compress_install |
| 1549 | with_pkg_config_prog | 1548 | with_pkg_config_prog |
| 1550 | with_gameuser | 1549 | with_gameuser |
| 1551 | with_gnustep_conf | 1550 | with_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. |
| 4433 | if test "${with_compress_info+set}" = set; then : | 4434 | if test "${with_compress_install+set}" = set; then : |
| 4434 | withval=$with_compress_info; | 4435 | withval=$with_compress_install; |
| 4435 | else | 4436 | else |
| 4436 | with_compress_info=$with_features | 4437 | with_compress_install=$with_features |
| 4437 | fi | ||
| 4438 | |||
| 4439 | if test $with_compress_info = yes; then | ||
| 4440 | GZIP_INFO=yes | ||
| 4441 | else | ||
| 4442 | GZIP_INFO= | ||
| 4443 | fi | 4438 | fi |
| 4444 | 4439 | ||
| 4445 | 4440 | ||
| @@ -8618,6 +8613,9 @@ fi | |||
| 8618 | 8613 | ||
| 8619 | 8614 | ||
| 8620 | 8615 | ||
| 8616 | test $with_compress_install != yes && test -n "$GZIP_PROG" && \ | ||
| 8617 | GZIP_PROG=" # $GZIP_PROG # (disabled by configure --without-compress-install)" | ||
| 8618 | |||
| 8621 | if test $opsys = gnu-linux; then | 8619 | if 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. |
| 8623 | set dummy paxctl; ac_word=$2 | 8621 | set dummy paxctl; ac_word=$2 |
| @@ -8783,11 +8781,13 @@ fi | |||
| 8783 | 8781 | ||
| 8784 | late_LDFLAGS=$LDFLAGS | 8782 | late_LDFLAGS=$LDFLAGS |
| 8785 | if test x$GCC = xyes; then | 8783 | if test x$GCC = xyes; then |
| 8786 | LDFLAGS="$LDFLAGS -Wl,-znocombreloc" | 8784 | LDFLAGS_NOCOMBRELOC="-Wl,-znocombreloc" |
| 8787 | else | 8785 | else |
| 8788 | LDFLAGS="$LDFLAGS -znocombreloc" | 8786 | LDFLAGS_NOCOMBRELOC="-znocombreloc" |
| 8789 | fi | 8787 | fi |
| 8790 | 8788 | ||
| 8789 | LDFLAGS="$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; } |
| 8793 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8793 | cat 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; } |
| 8807 | else | 8807 | else |
| 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; } |
| 8811 | fi | 8811 | fi |
| 8812 | rm -f core conftest.err conftest.$ac_objext \ | 8812 | rm -f core conftest.err conftest.$ac_objext \ |
| 8813 | conftest$ac_exeext conftest.$ac_ext | 8813 | conftest$ac_exeext conftest.$ac_ext |
| 8814 | 8814 | ||
| 8815 | LDFLAGS=$late_LDFLAGS | ||
| 8815 | 8816 | ||
| 8816 | test "x$CANNOT_DUMP" = "x" && CANNOT_DUMP=no | 8817 | test "x$CANNOT_DUMP" = "x" && CANNOT_DUMP=no |
| 8817 | case "$opsys" in | 8818 | case "$opsys" in |
| @@ -29051,6 +29052,8 @@ if test x$ac_enable_profiling != x ; then | |||
| 29051 | esac | 29052 | esac |
| 29052 | fi | 29053 | fi |
| 29053 | 29054 | ||
| 29055 | LD_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. |