--- gforth/envos.fs.in 2006/12/31 13:39:12 1.2 +++ gforth/envos.fs.in 2007/12/04 18:57:58 1.3 @@ -26,3 +26,7 @@ get-current environment-wordlist set-cur \G Counted string equal to "$host_os" s" @host_os@" ; set-current + +: libtool-command ( -- c-addr u ) \ gforth +\G name of the GNU libtool command + s" @GNU_LIBTOOL@" ;