aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6f28517..59509de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,13 +11,13 @@
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.5.90, [gray@gnu.org]) 17AC_INIT([vmod-binlog], 2.6, [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_SUBST([AC_VMOD_BASENAME],[binlog])
@@ -49,13 +49,13 @@ AC_CONFIG_FILES([libltdl/Makefile])
49AC_SYS_LARGEFILE 49AC_SYS_LARGEFILE
50 50
51# Checks for header files. 51# Checks for header files.
52AC_HEADER_STDC 52AC_HEADER_STDC
53AC_CHECK_HEADERS([sys/stdlib.h]) 53AC_CHECK_HEADERS([sys/stdlib.h])
54 54
55AM_VARNISHAPI([6.0],[6.3.2]) 55AM_VARNISHAPI([6.0],[6.4.0])
56AC_DEFINE_UNQUOTED([VARNISHAPI_MAJOR],[$VARNISHAPI_MAJOR], 56AC_DEFINE_UNQUOTED([VARNISHAPI_MAJOR],[$VARNISHAPI_MAJOR],
57 [Varnish API major version number]) 57 [Varnish API major version number])
58AC_SUBST(BINLOGSEL_MODDIR,'$(libdir)/$(PACKAGE)') 58AC_SUBST(BINLOGSEL_MODDIR,'$(libdir)/$(PACKAGE)')
59 59
60# Initialize the test suite. 60# Initialize the test suite.
61AC_CONFIG_TESTDIR(tests) 61AC_CONFIG_TESTDIR(tests)

Return to:

Send suggestions and report system problems to the System administrator.