[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: aclocal : commande introuvable



* gromezlinux@free.fr <gromezlinux@free.fr> [2003-04-02 17:38] :
> Je voudrais installer le theme Mosfet Liquid pour KDE 3.1 mais quand je compile
> le Makefile.cvs, ca me marque ca :
>  
> This Makefile is only for the CVS repository
> This will be deleted before making the distribution
> 
> *** YOU'RE USING AUTOCONF 2.13. We suggest updating
> *** autocnf 2.52 works best for now, we will drop
> *** support for autoconf 2.13 soon
> *** Creating acinclude.m4
> !!! If you get recursion errors from autoconf, it is advisable to set the
>     environment variable M4 to something including "--nesting-limit=500"
> *** Creating list of subdirectories
> *** Creating configure.in
> basename: Trop de paramètres
> Pour en savoir davantage, faites: `basename --help'.
> *** Creating aclocal.m4
> make[1]: aclocal : Commande introuvable
> make[1]: *** [cvs] Erreur 127
> make: *** [all] Erreur 2
> zsh: exit 2     make -f Makefile.cvs
> 
> Apparement il me dit qu'il ne trouve pas la commande aclocal.
> Quelqu'un pourrait il m'aider ?

La commande aclocal est disponible dans un des paquets automake :
automake (version 1.4) ou automake1.5 (version 1.5) dans woody (dans
testing/unstable, il existe automake1.4, automake1.5, automake1.6 et
automake1.7).

$ apt-file search aclocal
automake
automake1.5
$

Sinon, pour l'avertissement rencontré plus haut, il s'agit du
programme autoconf pour lequel il existe 2 paquets (à nouveau) :
autoconf2.13 (version 2.13) et autoconf (version 2.53) dans stable. Il
est donc conseillé d'installer cette dernière version.

$ apt-file search autoconf
autoconf
autoconf2.13
[...]
$

En installant les bons paquets, tu n'auras plus ni erreur, ni
avertissement.

Fred



Reply to: