This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// *************************************************************************** | |
// * usng.js (U.S. National Grid functions) | |
// * Module to calculate National Grid Coordinates | |
// * | |
// * last changes or bug fixes: February 2009, minor bug fix June 2013 | |
// ****************************************************************************/ | |
// | |
// Copyright (c) 2009 Larry Moore, [email protected] | |
// Released under the MIT License; see | |
// http://www.opensource.org/licenses/mit-license.php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@vagrant-vm vips-7.34.2]# ./configure | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for gobject-introspection... no | |
checking build system type... x86_64-unknown-linux-gnu |