I pushed this trivial workaround:

alloca: protect comment from gnulib-tool
* lib/alloca.c: Change "GCC version 2" to "GCC 2" in comment, so
that gnulib-tool doesn't think it's a license, and munge it to
say "GCC version 3".
diff --git a/lib/alloca.c b/lib/alloca.c
index c7e91ab..ee0f018 100644
--- a/lib/alloca.c
+++ b/lib/alloca.c
@@ -475,4 +475,4 @@ i00afunc (long address)
 #  endif /* CRAY */

 # endif /* no alloca */
-#endif /* not GCC version 2 */
+#endif /* not GCC 2 */


Reply via email to