Dark Star
Cyborg Agent
Configured correctly but getting these error in make and make install
Code:
shashwat@shashwat:~/kdmtheme-1.2.2$ make
cd . && rm -f configure
cd . && make -f admin/Makefile.common configure
make[1]: Entering directory `/home/shashwat/kdmtheme-1.2.2'
./admin/cvs.sh: 653: autoconf: not found
make[1]: *** [configure] Error 1
make[1]: Leaving directory `/home/shashwat/kdmtheme-1.2.2'
make: *** [configure] Error 2
shashwat@shashwat:~/kdmtheme-1.2.2$ sudo make install
[sudo] password for shashwat:
cd . && rm -f configure
cd . && make -f admin/Makefile.common configure
make[1]: Entering directory `/home/shashwat/kdmtheme-1.2.2'
./admin/cvs.sh: 653: autoconf: not found
make[1]: *** [configure] Error 1
make[1]: Leaving directory `/home/shashwat/kdmtheme-1.2.2'
make: *** [configure] Error 2
shashwat@shashwat:~/kdmtheme-1.2.2$