From: Nikos Mavrogiannopoulos Date: Mon, 30 Jan 2012 23:37:23 +0000 (+0100) Subject: make configure detect valgrind. X-Git-Tag: gnutls_3_0_13~133 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ae30978a7ff2da4e802e007d703870a57244ccb;p=thirdparty%2Fgnutls.git make configure detect valgrind. This is by creating the suppressions.valgrind file. --- diff --git a/configure.ac b/configure.ac index 42a84d498f..2fbb77ae13 100644 --- a/configure.ac +++ b/configure.ac @@ -45,6 +45,7 @@ AC_SUBST(MINOR_VERSION, `echo $PACKAGE_VERSION | sed 's/.*\.\(.*\)\..*/\1/g'`) AC_SUBST(PATCH_VERSION, `echo $PACKAGE_VERSION | sed 's/.*\..*\.\(.*\)/\1/g'`) AC_SUBST(NUMBER_VERSION, `printf "0x%02x%02x%02x" $MAJOR_VERSION $MINOR_VERSION $PATCH_VERSION`) +touch suppressions.valgrind dnl C and C++ capabilities AC_C_INLINE AC_HEADER_STDC @@ -404,7 +405,7 @@ libidn=no fi AM_CONDITIONAL(ENABLE_CRYWRAP, test "x$libidn" != "xno") - +rm -f suppressions.valgrind dnl end of crywrap requirements AC_CONFIG_FILES([guile/pre-inst-guile], [chmod +x guile/pre-inst-guile])