Você precisa executar
./autogen.sh
Primeiro, crie o script ./configure
.
Eu quero instalar o privman
baixado do GitHub .
Quando executo o comando make depois de ./autogen.sh
e ./configure
, ele mostra:
make all-recursive
make[1]: Entering directory '/home/syam/Downloads/privman-master'
Making all in config
make[2]: Entering directory '/home/syam/Downloads/privman-master/config'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/syam/Downloads/privman-master/config'
Making all in src
make[2]: Entering directory '/home/syam/Downloads/privman-master/src'
make[2]: *** No rule to make target 'config_parse.h', needed by 'all'. Stop.
make[2]: Leaving directory '/home/syam/Downloads/privman-master/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/syam/Downloads/privman-master'
make: *** [all] Error 2
Você precisa executar
./autogen.sh
Primeiro, crie o script ./configure
.