Not detecting correct version of automake

1 view
Skip to first unread message

Chelmite

unread,
Apr 25, 2011, 2:49:50 PM4/25/11
to TaskJuggler Development
I'm running Fedora 14 on an x86_64 system.
When I run the Makefile.cvs, it complains about my automake being out-
of-date, because "1.11.1" appears to be older than "1.6.1".

make -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution

*** YOU'RE USING automake (GNU automake) 1.11.1.
*** KDE requires automake 1.6.1 or newer
make[1]: *** [cvs] Error 1
make: *** [all] Error 2


The following patch fixes the problem:
diff -r1.1 admin/cvs.sh
71c71
< automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* |
automake*1.10* ) : ;;
---
> automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.[1-9][0-9]* ) : ;;

Chris Schlaeger

unread,
May 5, 2011, 8:26:14 PM5/5/11
to taskjug...@googlegroups.com
On Mon, Apr 25, 2011 at 8:49 PM, Chelmite <steve...@gmail.com> wrote:
> The following patch fixes the problem:
> diff -r1.1 admin/cvs.sh
> 71c71
> <   automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* |
> automake*1.10* ) : ;;
> ---
>>   automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.[1-9][0-9]* ) : ;;

TaskJuggler 2.x will not see any further updates. But thanks for
sending a patch. If I'm not mistaken, it would now also match versions
prior to 1.6.1 which is not the intent here.

Chris

Reply all
Reply to author
Forward
0 new messages