#3613: Commit #d07c9ee9a92b causes ./configure to fail on OSX 10.5.8. ------------------------+--------------------------------------------------- Reporter: balderdash | Owner: me Type: defect | Status: accepted Priority: major | Milestone: Component: mutt | Version: Keywords: | ------------------------+--------------------------------------------------- Changes (by me):
* owner: mutt-dev => me * status: new => accepted Comment: autoconf 2.61 lacks m4_esyscmd_s() The problem is that AC_INIT() either needs a static argument, or it has to be computed with m4 macros. The configure.ac is pulling the version out of $(srcdir)/VERSION, but the m4_esyscmd() does not remove the trailing newline, so we use m4_esyscmd_s(). This will also affect RHEL/CentOS 6 which ships with autoconf 2.63. -- Ticket URL: <http://dev.mutt.org/trac/ticket/3613#comment:9> Mutt <http://www.mutt.org/> The Mutt mail user agent