From 911aae05b5d3ffd2543333e27cf06778381c7b3c Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sat, 23 May 2009 15:14:45 +0200 Subject: New upstream release 15.7a, fixing CVE-2009-0148 --- configure.in | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 85d4697..0a1ac39 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(cscope, 15.6) +AC_INIT AC_CONFIG_SRCDIR([src/crossref.c]) -AM_INIT_AUTOMAKE([1.9]) +AM_INIT_AUTOMAKE(cscope, 15.7a) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_PREREQ(2.59) AC_CANONICAL_HOST @@ -401,9 +401,12 @@ AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [[jmp_buf env; sigsetjm dnl Checks for library functions. AC_TYPE_SIGNAL AC_CHECK_FUNCS(strchr memcpy memset setmode _setmode) -AC_CHECK_FUNCS(getcwd regcmp regcomp strerror vsnprintf snprintf lstat) +AC_CHECK_FUNCS(getcwd regcmp regcomp strerror lstat) AC_CHECK_FUNCS(fixkeypad) -AC_FUNC_LSTAT +HW_FUNC_SNPRINTF +HW_FUNC_VSNPRINTF +HW_FUNC_ASPRINTF +HW_FUNC_VASPRINTF case "$host_os" in linux*) -- cgit v1.2.3-54-g00ecf