- fixed an autoconf issue that prevented automatic packages compilation on Launchpad

This commit is contained in:
Robert Buchholz
2014-07-07 15:19:56 +02:00
parent c7131e52a0
commit 23c8e156fe

View File

@ -4,7 +4,7 @@
AC_PREREQ([2.61])
AX_CONFIG_NICE
AC_INIT(mod_tile, 0.1, http://trac.openstreetmap.org)
AM_INIT_AUTOMAKE(mod_tile,0.1)
AM_INIT_AUTOMAKE([subdir-objects])
LT_INIT
AC_CONFIG_SRCDIR([src/convert_meta.c])
AC_CONFIG_HEADERS([includes/config.h])