]> git.openstreetmap.org Git - nominatim.git/blob - nominatim/configure.ac
be more strict with us state replacement hack
[nominatim.git] / nominatim / configure.ac
1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(nominatim, 0.1)
3
4 dnl Generate configuration header file
5 AC_CONFIG_HEADER(config.h)
6
7 dnl Find C compiler
8 AC_PROG_CC
9
10 dnl Find C++ compiler
11 AC_PROG_CXX
12
13 dnl Generate Makefile
14 AC_OUTPUT(Makefile)
15