Heiko wrote: > # pkg list -a | grep m4 > SUNWgm4 1.4.12-0.133 known ---- > SUNWgm4 1.4.2-0.101 installed u--- > developer/macro/gnu-m4 1.4.12-0.134.0.2 known ----
The SUNW* names are old, and don't contain any files; they're simply notices of package renaming that exist for people upgrading from before build 133. The gnu-m4 package contains bits, and as you can see, it's "known", not "installed", so you don't actually have it on your system. If you run "pkg search -l /usr/gnu/bin/m4", that'll tell you the package that delivers that file -- you'll probably see it's 1.4.2, matching the --version output. Note that we deliver autoconf 2.63, so you shouldn't have to build autoconf yourself. Danek _______________________________________________ install-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/install-discuss
