Commit 5277e32
committed
system-tclpath: fix package build and nf.EMC2_TCL_DIR
- nf.py.in: expose EMC2_TCL_DIR so rs274/options.py can read it
(fixes 'module nf has no attribute EMC2_TCL_DIR' at runtime)
- control.top.in: build-depend on tcl for /usr/bin/tclsh; src/configure
queries tcl_pkgPath in override_dh_auto_configure, which runs after
build-deps, so no bootstrap issue
- configure.ac: stop the install branch from clobbering EMC2_TCL_DIR set
by --with-tcl-dir1 parent 78da77a commit 5277e32
3 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
735 | 735 | | |
736 | 736 | | |
737 | 737 | | |
738 | | - | |
739 | 738 | | |
740 | 739 | | |
741 | 740 | | |
| |||
0 commit comments