Mercurial > emacs
comparison src/Makefile.in @ 108096:457366a09420
Close bug#5655.
* configure.in (CRT_DIR): New output variable.
(--with-crt-dir): New option. (Bug#5655)
(HAVE_LIB64_DIR): Remove.
* src/Makefile.in (CRT_DIR): New variable, set by configure.
* src/m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 23 Apr 2010 19:23:22 -0700 |
parents | 7a80cd5e5722 |
children | beeec356b30f |
comparison
equal
deleted
inserted
replaced
108095:5d8908130ff2 | 108096:457366a09420 |
---|---|
65 config_h = config.h $(M_FILE) $(S_FILE) | 65 config_h = config.h $(M_FILE) $(S_FILE) |
66 | 66 |
67 bootstrap_exe = ${abs_builddir}/bootstrap-emacs${EXEEXT} | 67 bootstrap_exe = ${abs_builddir}/bootstrap-emacs${EXEEXT} |
68 | 68 |
69 OTHER_FILES = @OTHER_FILES@ | 69 OTHER_FILES = @OTHER_FILES@ |
70 | |
71 ## Only used by amdx86-64 and ibms390x GNU/Linux. | |
72 CRT_DIR=@CRT_DIR@ | |
70 | 73 |
71 LIBTIFF=@LIBTIFF@ | 74 LIBTIFF=@LIBTIFF@ |
72 LIBJPEG=@LIBJPEG@ | 75 LIBJPEG=@LIBJPEG@ |
73 LIBPNG=@LIBPNG@ | 76 LIBPNG=@LIBPNG@ |
74 LIBGIF=@LIBGIF@ | 77 LIBGIF=@LIBGIF@ |