diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2014-05-16 21:33:41 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2014-05-16 21:33:41 (GMT) |
commit | e14f3688ed41e7bcae1a5448ba213d5d8d063ecf (patch) | |
tree | 62bdf25a5c12133f9d263978ddcf4c33266f6283 /unix/configure | |
parent | 2c48da76fc7efc47bef33eff275ecfbf80ccd2a8 (diff) | |
download | tcl-e14f3688ed41e7bcae1a5448ba213d5d8d063ecf.zip tcl-e14f3688ed41e7bcae1a5448ba213d5d8d063ecf.tar.gz tcl-e14f3688ed41e7bcae1a5448ba213d5d8d063ecf.tar.bz2 |
Let the generated Makefile be emacs-friendly by avoiding spurious empty lines and misplaced tabs. Useful e.g. to just set CFLAGS to debug and save.
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure index ce5db6a..bd85ba4 100755 --- a/unix/configure +++ b/unix/configure @@ -1338,6 +1338,9 @@ TCL_MINOR_VERSION=6 TCL_PATCH_LEVEL=".1" VERSION=${TCL_VERSION} +EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"} +EXTRA_BUILD_HTML=${EXTRA_BUILD_HTML:-"@:"} + #------------------------------------------------------------------------ # Setup configure arguments for bundled packages #------------------------------------------------------------------------ |