dnl Process this file with autoconf to produce a configure script. AC_INIT(nominatim, 0.1) dnl Generate configuration header file AC_CONFIG_HEADER(config.h) dnl Find C compiler AC_PROG_CC dnl Find C++ compiler AC_PROG_CXX dnl Generate Makefile AC_OUTPUT(Makefile)