From 296649fd2b0aa1d0c328ca8b494d746a75cbb28b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 13 Sep 2011 19:51:37 -0400 Subject: Provide missing description for our FLEXIBLE_ARRAY_MEMBER defines Apparently autoheader throws a tantrum if you say 'AC_DEFINE([a], [b])'. Instead you must say 'AC_DEFINE([a], [b], [description of a])'. We were running into this in our replacement definitions for FLEXIBLE_ARRAY_MEMBER, which were only getting built on autoconf versions before 2.61 -- and this made us stop working with those autoconf versinos. Fixes bug 2430; bugfix on 0.2.3.1-alpha. --- changes/bug2430 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug2430 (limited to 'changes') diff --git a/changes/bug2430 b/changes/bug2430 new file mode 100644 index 000000000..3908856b3 --- /dev/null +++ b/changes/bug2430 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Fix a bug in configure.in that kept it from building a configure + script with autoconf versions earlier than 2.61. Fixes bug 2430; + bugfix on 0.2.3.1-alpha. -- cgit v1.2.3