diff options
| author | Glenn Morris | 2013-09-10 06:17:40 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-09-10 06:17:40 -0400 |
| commit | 57f26ea78c0114eb48cef32e16b684526dbb1f11 (patch) | |
| tree | ed6dc4604c419d780b5c691afb16e583ea348d4e | |
| parent | 6480194ca1080908a32fb2eb700f3dcf938972d5 (diff) | |
| download | emacs-57f26ea78c0114eb48cef32e16b684526dbb1f11.tar.gz emacs-57f26ea78c0114eb48cef32e16b684526dbb1f11.zip | |
Auto-commit of generated files.
| -rwxr-xr-x | autogen/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen/configure b/autogen/configure index 325b333f00d..a0f302b4ac0 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -8779,7 +8779,7 @@ else | |||
| 8779 | fi | 8779 | fi |
| 8780 | 8780 | ||
| 8781 | 8781 | ||
| 8782 | late_LDFLAGS=$LDFLAGS | 8782 | late_LDFLAGS="$LDFLAGS" |
| 8783 | if test x$GCC = xyes; then | 8783 | if test x$GCC = xyes; then |
| 8784 | LDFLAGS_NOCOMBRELOC="-Wl,-znocombreloc" | 8784 | LDFLAGS_NOCOMBRELOC="-Wl,-znocombreloc" |
| 8785 | else | 8785 | else |
| @@ -8812,7 +8812,7 @@ 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 | LDFLAGS="$late_LDFLAGS" |
| 8816 | 8816 | ||
| 8817 | test "x$CANNOT_DUMP" = "x" && CANNOT_DUMP=no | 8817 | test "x$CANNOT_DUMP" = "x" && CANNOT_DUMP=no |
| 8818 | case "$opsys" in | 8818 | case "$opsys" in |