aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2014-05-29 22:16:32 +0300
committerEli Zaretskii <[email protected]>2014-05-29 22:16:32 +0300
commit7479dd3e8afeac3925c1d5e23d5296623852cff8 (patch)
treeacb4dbfcc21f0b4a852f92ba0a0808a2f5bbf101 /configure.ac
parentf1b447932d63948a97b21f7d5fbf5230cd6599f4 (diff)
Remove nt/addsection.c and don't build addsection.exe.
configure.ac (ADDSECTION, TEMACS_POST_LINK): Don't compute, unused. nt/Makefile.in (DONT_INSTALL): Now empty. (addsection${EXEEXT}): Remove target. nt/addsection.c: File removed. src/Makefile.in (TEMACS_POST_LINK): Remove target. (emacs$(EXEEXT)): Remove $(ADDSECTION) from prerequisites. (temacs$(EXEEXT)): Remove $(TEMACS_POST_LINK) from the recipe.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 1 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 00bba75a76..c9c9363cad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4835,13 +4835,9 @@ LD_SWITCH_SYSTEM_TEMACS="$LDFLAGS_NOCOMBRELOC $LD_SWITCH_SYSTEM_TEMACS"
AC_SUBST(LD_SWITCH_SYSTEM_TEMACS)
-## MinGW-specific post-link processing of temacs.
-TEMACS_POST_LINK=":"
-ADDSECTION=
+## MinGW-specific compilation switch.
C_HEAP_SWITCH=
if test "${opsys}" = "mingw32"; then
- TEMACS_POST_LINK="\$(MINGW_TEMACS_POST_LINK)"
- ADDSECTION="../nt/addsection\$(EXEEXT)"
## Preload heap size of temacs.exe in MB.
case "$canonical" in
x86_64-*-*) C_HEAP_SWITCH="-DHEAPSIZE=18" ;;
@@ -4849,8 +4845,6 @@ if test "${opsys}" = "mingw32"; then
esac
fi
-AC_SUBST(ADDSECTION)
-AC_SUBST(TEMACS_POST_LINK)
AC_SUBST(C_HEAP_SWITCH)
## Common for all window systems