public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] automake wrapper bug
@ 2002-04-20 14:50 Yannick Koehler
  2002-04-22 18:35 ` Martin Schlemmer
  0 siblings, 1 reply; 3+ messages in thread
From: Yannick Koehler @ 2002-04-20 14:50 UTC (permalink / raw
  To: gentoo-dev

Hello,

	Actually I found my problem.  The way the aclocal.m4 is generated on my 
machine is like this

	AC_PREREQ([2.13])

	Which the am-wrapper incorrectly parse as being version '[2.' instead of 2.1 
like it should have been.

	So there's a bug in this line which doesn't take into account square 
brackets:

|| (cat_('aclocal.m4') =~ /^\s*AC_PREREQ\(([^\)]{3})[^\)]*\)/m ? $1 : '') gt 
'2.1'

Yannick Koehler


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-04-22 18:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-20 14:50 [gentoo-dev] automake wrapper bug Yannick Koehler
2002-04-22 18:35 ` Martin Schlemmer
2002-04-22 18:48   ` Yannick Koehler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox