See below On Sunday 23 September 2007 18:02, [EMAIL PROTECTED] wrote: > hi, > > i have installed autoconf, but i get the same error report. > what can do? > > > > make -f Makefile.cvs > > > > > > ./admin/cvs.sh: 651: --version: not found > > > *** AUTOCONF NOT FOUND!. > > > *** KDE requires autoconf 2.53 or newer > > > make[1]: *** [cvs] Fehler 1 > > > make: *** [all] Fehler 2 > > > [EMAIL PROTECTED]:~/kdenetwork$
I had a quick look at the version of kde-common/admin that I have on my machine (it's a bit old). The script evals a perl script that sets AUTOCONF. If AUTOCONF wasn't set it would explain the type of error above. If it expands to nothing, the script would try to run --version (as above) rather than autoconf --version. First confirm autoconf is in your path, then recheck the error message above is correct. Chris _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
