Index: openacs-4/packages/acs-tcl/tcl/00-icanuse-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/00-icanuse-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-tcl/tcl/00-icanuse-procs.tcl 3 Sep 2024 15:37:34 -0000 1.2 +++ openacs-4/packages/acs-tcl/tcl/00-icanuse-procs.tcl 22 Oct 2024 09:37:22 -0000 1.3 @@ -101,6 +101,7 @@ # loading order. The commands are executed very early, this means # that, e.g., util::which is not yet available. # +::acs::register_icanuse "domDoc asTclValue" [expr {[apm_version_names_compare [package require tdom] 0.9.5] >= 0}] ::acs::register_icanuse "gnugrep" [acs::cmd_error_contains [list exec grep -V] GNU] ::acs::register_icanuse "ns_asynclogfile" {[info commands ::ns_asynclogfile] ne ""} ::acs::register_icanuse "ns_baseunit" {[info commands ::ns_baseunit] ne ""}