]> granicus.if.org Git - postgis/commit
Switch NLS build to use the in-built ENABLE_NLS define rather than USE_NLS.
authorMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Sat, 14 Jan 2012 00:49:14 +0000 (00:49 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Sat, 14 Jan 2012 00:49:14 +0000 (00:49 +0000)
commit2ca77b8a4a88516415a4d5f591efc8efae93020f
tree7b09977400dd42130e03718f0afadacc96ba0bf5
parent30301827f7e306d6c24e6464312ea77462d18411
Switch NLS build to use the in-built ENABLE_NLS define rather than USE_NLS.

The key concept here is that we eliminate all logic from the Makefile and put
it in the build system (e.g. configure). By having the logic at this higher
layer, we make it much easier to transition to another build system in future
such as CMake.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8808 b70326c6-7e19-0410-871a-916f4a2858ee
configure.ac
loader/Makefile.in
loader/pgsql2shp-core.h
loader/shp2pgsql-cli.c
loader/shp2pgsql-core.c
loader/shp2pgsql-core.h
loader/shp2pgsql-gui.c
loader/shpcommon.h
postgis_config.h.in