From: Victor Julien Date: Mon, 11 Apr 2016 12:08:39 +0000 (+0200) Subject: autotools: add AS_VERSION_COMPARE stub for CentOS 5 X-Git-Tag: suricata-3.1RC1~282 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e27ad81a43c9780f0756ffba4eb5c2ed97d0bfb0;p=thirdparty%2Fsuricata.git autotools: add AS_VERSION_COMPARE stub for CentOS 5 --- diff --git a/configure.ac b/configure.ac index 5c5f1618ea..7faf9a63cd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,6 @@ AC_INIT(suricata, 3.1dev) m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])AM_SILENT_RULES([yes]) + m4_ifndef([AS_VERSION_COMPARE], [AC_DEFUN([AS_VERSION_COMPARE],[])]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/suricata.c]) AC_CONFIG_MACRO_DIR(m4)