$ ruby tool/make-snapshot /tmp/snapshopt trunk@39221
Exporting trunk@39221
Exported revision 39221.
take a breath, and go ahead
creating configure...configure:1507: error: possibly undefined macro: _m4_text_wrap_word
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
failed
$ autoconf --version
autoconf (GNU Autoconf) 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later http://gnu.org/licenses/old-licenses/gpl-2.0.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
This issue only occurs with autoconf 2.64.
The workaround is using quadrigraphs.
Here is a patch:
diff --git a/configure.in b/configure.in.new
index 4d6d6ed..b4f11b7 100644
--- a/configure.in
+++ b/configure.in.new
@@ -625,7 +625,7 @@ AC_ARG_ENABLE(werror,
AS_HELP_STRING([--disable-werror],
[don't make warnings into errors
even if a compiler support -Werror feature
[[disabled by default unless development version]]]),
@<:@disabled by default unless development version@:>@]),
How do you think about Hessob's workaround patch?
I hesitate to backport the change about requires autoconf version.
Mac OS X Lion's preinstalled autoconf is 2.61.
This issue was solved with changeset r40489.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
configure.in: use quadrigraphs. workaround for autoconf 2.64.
a patch provided by Hessob Park. [ruby-core:53157] [Backport #8020]