Hello, > I have sort, as follows: > > $ which sort > /bin/sort > $ sort --version > sort (GNU coreutils) 5.97 > Copyright (C) 2006 Free Software Foundation, Inc. > This is free software. You may redistribute copies of it under the terms > of > the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. > There is NO WARRANTY, to the extent permitted by law. > > Written by Mike Haertel and Paul Eggert. > > However, sometimes global will warn: > > Warning: POSIX sort program not found. If available, the program will be > speed up. > > What needs to be done to satisfy the warning message?
Please try ./configure --help. -- Shigio YAMAGUCHI <[email protected]> PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 _______________________________________________ Help-global mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-global
