I have created a very basic "Hello World" C Gnome 1 Application Framework project in Kdevelop 3.3.2. When I attempt to run "automake & Friends" on the project, I get the following error:

cd '/home/bob/hello' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -f Makefile.cvs
srcdir=`pwd` NOCONFIGURE=1 sh macros/autogen.sh
macros/autogen.sh: macros/autogen.sh: No such file or directory
make: *** [all] Error 127
*** Exited with status: 2 ***
I'm a Linux and Kdevelop newbie and would greatly appreciate any assistance.