Basile Starynkevitch <bas...@starynkevitch.net> writes:

> Hello
>
> With the autogen (GNU AutoGen) 5.11.9 on my Linux/Debian/Sid (or
> perhaps /Experimental) the genfixes script fail, because of the version
> test.
>
> The following patch corrects that.
>
> Index: fixincludes/genfixes
> ===================================================================
> --- fixincludes/genfixes      (revision 174734)
> +++ fixincludes/genfixes      (working copy)
> @@ -62,7 +62,7 @@
>  AG="autogen $AG"
>  set -e
>  
> -if [ -z "`${AG} -v | fgrep 'Ver. 5.'`" ]
> +if [ -z "`${AG} -v | fgrep ' 5.'`" ]

What happens when autogen 6 is released?

Andreas.

-- 
Andreas Schwab, sch...@redhat.com
GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84  5EC7 45C6 250E 6F00 984E
"And now for something completely different."

Reply via email to