mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-12 05:44:06 +00:00
nominatim refactoring
This commit is contained in:
15
nominatim/configure.ac
Normal file
15
nominatim/configure.ac
Normal file
@@ -0,0 +1,15 @@
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user