running Make on a KDE C++ project in KDevelop gives the following error:
'regular' (command line) CPP projects compile and run fine. Is there a remedy?
Code:
./admin/cvs.sh: 651: --version: not found *** AUTOCONF NOT FOUND!. *** KDE requires autoconf 2.53 or newer make[1]: *** [cvs] Error 1 make: *** [all] Error 2 *** Exited with status: 2 ***
Comment