Re: [HACKERS] Fix autoconf deprecation warnings

2015-07-02 Thread Heikki Linnakangas
On 05/31/2015 05:22 AM, Andreas Karlsson wrote: I have attached new versions which apply on the current master. Thanks, applied. --- a/configure.in +++ b/configure.in @@ -1473,7 +1473,7 @@ if test x"$pgac_cv_func_sigsetjmp" = x"yes"; then AC_DEFINE(HAVE_SIGSETJMP, 1, [Define to 1 if you ha

Re: [HACKERS] Fix autoconf deprecation warnings

2015-05-31 Thread Andreas Karlsson
I have attached new versions which apply on the current master. Andreas >From a4a4970d37b710449ccd57a8b4d896a3c004b62a Mon Sep 17 00:00:00 2001 From: Andreas Karlsson Date: Thu, 12 Feb 2015 23:55:01 +0100 Subject: [PATCH 1/4] Replace obsolete macros AC_TRY_* with AC_*_IFELSE. The AC_TRY_* macro

[HACKERS] Fix autoconf deprecation warnings

2015-02-25 Thread Andreas Karlsson
Hi, When working with the autoconf rule for detecting __int128 I noticed we get a lot of warnings like the below in the autconf trace output so I decided to clean them up. All the macros we get complaints about seems to have been made obsolete between 2000 and 2003, and since we have a genera