edelsohn (David Edelsohn)
- Login: edelsohn
- Email: dje.gcc@gmail.com
- Registered on: 03/27/2013
- Last sign in: 03/04/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/29/2013
-
12:09 AM Ruby Bug #8179: configure.in requires newer Autoconf than specified by AC_PREREQ
- With Autoconf-2.64 I receive the following error:
configure:1510: error: possibly undefined macro: _m4_text_wrap_word
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
...
03/28/2013
-
07:08 AM Ruby Bug #8179 (Closed): configure.in requires newer Autoconf than specified by AC_PREREQ
- configure.in states
AC_PREREQ(2.62)
but building with Autoconf-2.64 fails due to missing feature. configure in releases are created using Autoconf-2.69 and that worked on trunk. I do not know the absolute minimum requirement, but...