Renovate configure.ac

parent b10ead5c
AC_PREREQ([2.68])
AC_INIT([libvmod-weightadjust], [0.1], [], [vmod-weightadjust])
AC_PREREQ([2.69])
AC_INIT([libvmod-weightadjust],[0.1],[],[vmod-weightadjust])
AC_COPYRIGHT([2017 UPLEX Nils Goroll Systemoptimierung and others])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR(src/vmod_weightadjust.vcc)
AC_CONFIG_HEADER([config.h])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.12 -Wall -Werror foreign parallel-tests])
AM_SILENT_RULES([yes])
......
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