-
Notifications
You must be signed in to change notification settings - Fork 785
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a patch for proj4 pkg-config support #3
Comments
Comment by warmerdam on 21 Aug 2008 19:55 UTC |
Comment by frankie on 3 Jun 2009 09:22 UTC
Just for note, a pkg-config file would allow using the pkg-config to provide information a la gdal-config with a simplified/standard interfaces for programs without the need to write a shell/python what-else script for that. |
Comment by des on 1 Dec 2009 15:47 UTC
pkg-config is an OS-independent tool used to register a library and record important information about it, such as the installed version and the correct compiler and linker flags to use when compiling code that uses it. It is widely used in the GNU world and well integrated with the GNU autotools, and requires minimal effort on the part of the library author. See [http://pkg-config.freedesktop.org/wiki/] for more information. 183's patch is fine, except that the second hunk ( |
Comment by booo on 23 Jul 2011 09:49 UTC Thx for you work! Regards |
Comment by warmerdam on 23 Jul 2011 17:23 UTC |
Attachment added by 183 on 26 May 2008 08:58 UTC |
Attachment added by booo on 23 Jul 2011 09:46 UTC |
Projections starting with the letter c refactored
Adding "constant" time function
Reported by 183 on 26 May 2008 08:58 UTC
Hello,
this is a small patch that could be useful to use pkg-config facility.
Last Modified by warmerdam on 21 Aug 2008 19:55 UTC
Migrated-From: https://trac.osgeo.org/proj/ticket/3
The text was updated successfully, but these errors were encountered: