create a globale configure/make

- move the configure from nominatim out and add checks for all dependencies
- bring module under automake control
- add osm2pgsql as a submodule, configure and build with the others
This commit is contained in:
Sarah Hoffmann
2012-06-16 01:25:16 +02:00
parent 43ce82d08e
commit de46b62186
17 changed files with 701 additions and 105 deletions

4
.gitmodules vendored Normal file
View File

@@ -0,0 +1,4 @@
[submodule "osm2pgsql"]
path = osm2pgsql
url = https://github.com/openstreetmap/osm2pgsql.git
ignore = all