summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorferrieux@users.sourceforge.net <ferrieux>2014-05-16 21:33:41 (GMT)
committerferrieux@users.sourceforge.net <ferrieux>2014-05-16 21:33:41 (GMT)
commit647eb8c1224a215f5aef98db48a53095540e1bab (patch)
tree62bdf25a5c12133f9d263978ddcf4c33266f6283 /unix/configure.in
parent37e655f6f792d1a5f3d8f5b4a3bbc748a638297a (diff)
downloadtcl-647eb8c1224a215f5aef98db48a53095540e1bab.zip
tcl-647eb8c1224a215f5aef98db48a53095540e1bab.tar.gz
tcl-647eb8c1224a215f5aef98db48a53095540e1bab.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.in')
-rw-r--r--unix/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 61ad30f..cb6cf82 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -28,6 +28,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
#------------------------------------------------------------------------