Remove use of obsolescent Autoconf macros

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Remove use of obsolescent Autoconf macros
Date: 2013-11-12 11:50:26
Message-ID: 1384257026.8059.5.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

According to the Autoconf documentation, the following macros are
obsolescent because no reasonably current system has the defect that
they are testing for.

- AC_C_CONST
- AC_C_STRINGIZE
- AC_C_VOLATILE
- AC_FUNC_MEMCMP

Therefore, I propose to remove their use, with the attached patch.

Attachment Content-Type Size
0001-Remove-use-of-obsolescent-Autoconf-macros.patch text/x-patch 14.8 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2013-11-12 11:57:11 Re: Links in README.git are broken
Previous Message Peter Eisentraut 2013-11-12 11:21:43 Re: [PATCH] Add transforms feature