Nominatim/nominatim/configure.ac

16 lines
269 B
Plaintext
Raw Normal View History

2010-10-24 03:12:37 +04:00
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)