diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-31 09:31:34 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-31 09:31:34 (GMT) |
| commit | 0f43a7627399eea10cd5c93686e0873ad4ebb29c (patch) | |
| tree | c010342228fd179367494efd878a4bca4bbd1123 /unix/configure | |
| parent | 07f720d5670b72e9c3e86ad1ce4d1f2667a6b35f (diff) | |
| download | tcl-0f43a7627399eea10cd5c93686e0873ad4ebb29c.zip tcl-0f43a7627399eea10cd5c93686e0873ad4ebb29c.tar.gz tcl-0f43a7627399eea10cd5c93686e0873ad4ebb29c.tar.bz2 | |
Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patches
Diffstat (limited to 'unix/configure')
| -rwxr-xr-x | unix/configure | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure index 3ac5145..ddeeeae 100755 --- a/unix/configure +++ b/unix/configure @@ -6537,6 +6537,9 @@ echo "$as_me: WARNING: can't find uname command" >&2;} if test "`uname -s`" = "AIX" ; then tcl_cv_sys_version=AIX-`uname -v`.`uname -r` fi + if test "`uname -s`" = "NetBSD" -a -f /etc/debian_version ; then + tcl_cv_sys_version=NetBSD-Debian + fi fi fi @@ -18409,6 +18412,9 @@ echo "$as_me: WARNING: can't find uname command" >&2;} if test "`uname -s`" = "AIX" ; then tcl_cv_sys_version=AIX-`uname -v`.`uname -r` fi + if test "`uname -s`" = "NetBSD" -a -f /etc/debian_version ; then + tcl_cv_sys_version=NetBSD-Debian + fi fi fi |
