Renovate configure.ac

parent 8053c02a
AC_PREREQ([2.68])
AC_INIT([libvmod-re2], [trunk], [varnish-support@uplex.de], [vmod-re2])
AC_PREREQ([2.69])
AC_INIT([libvmod-re2],[trunk],[varnish-support@uplex.de],[vmod-re2])
AC_COPYRIGHT([Copyright 2016-2017 UPLEX - Nils Goroll Systemoptimierung])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR(src/vmod_re2.vcc)
AC_CONFIG_HEADER([config.h])
AC_CANONICAL_SYSTEM
AC_CONFIG_HEADERS([config.h])
AC_CANONICAL_TARGET
AC_LANG(C)
AM_INIT_AUTOMAKE([1.12 -Wall -Werror foreign parallel-tests])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment