aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b0ce64a..b473238 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,18 +11,19 @@
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details. 12# GNU General Public License for more details.
13# 13#
14# You should have received a copy of the GNU General Public License 14# You should have received a copy of the GNU General Public License
15# along with vmod-binlog. If not, see <http://www.gnu.org/licenses/>. 15# along with vmod-binlog. If not, see <http://www.gnu.org/licenses/>.
16AC_PREREQ(2.69) 16AC_PREREQ(2.69)
17AC_INIT([vmod-binlog], 2.1, [gray@gnu.org]) 17AC_INIT([vmod-binlog], 2.2, [gray@gnu.org])
18AC_CONFIG_AUX_DIR([build-aux]) 18AC_CONFIG_AUX_DIR([build-aux])
19AC_CONFIG_MACRO_DIR([m4]) 19AC_CONFIG_MACRO_DIR([m4])
20AC_CONFIG_SRCDIR(src/binlog.c) 20AC_CONFIG_SRCDIR(src/binlog.c)
21AM_CONFIG_HEADER(config.h) 21AM_CONFIG_HEADER(config.h)
22 22
23AC_SUBST([AC_VMOD_BASENAME],[binlog])
23AC_CANONICAL_SYSTEM 24AC_CANONICAL_SYSTEM
24AC_LANG(C) 25AC_LANG(C)
25 26
26AM_INIT_AUTOMAKE([1.14 gnu tar-ustar subdir-objects silent-rules]) 27AM_INIT_AUTOMAKE([1.14 gnu tar-ustar subdir-objects silent-rules])
27AM_SILENT_RULES([yes]) 28AM_SILENT_RULES([yes])
28 29
@@ -48,13 +49,13 @@ AC_CONFIG_FILES([libltdl/Makefile])
48AC_SYS_LARGEFILE 49AC_SYS_LARGEFILE
49 50
50# Checks for header files. 51# Checks for header files.
51AC_HEADER_STDC 52AC_HEADER_STDC
52AC_CHECK_HEADERS([sys/stdlib.h]) 53AC_CHECK_HEADERS([sys/stdlib.h])
53 54
54AM_VARNISHAPI 55AM_VARNISHAPI([4.1])
55 56
56AC_SUBST(BINLOGSEL_MODDIR,'$(libdir)/$(PACKAGE)') 57AC_SUBST(BINLOGSEL_MODDIR,'$(libdir)/$(PACKAGE)')
57 58
58# Initialize the test suite. 59# Initialize the test suite.
59AC_CONFIG_TESTDIR(tests) 60AC_CONFIG_TESTDIR(tests)
60AC_CONFIG_FILES([tests/Makefile tests/atlocal]) 61AC_CONFIG_FILES([tests/Makefile tests/atlocal])

Return to:

Send suggestions and report system problems to the System administrator.