Link to home
Start Free TrialLog in
Avatar of zollen
zollen

asked on

a newbie question about autoconf&automake

Hi,

   How to setup configure.in so that compiler compile only files that have been updated?


stephen
ASKER CERTIFIED SOLUTION
Avatar of blytkerchan
blytkerchan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hello everyone,

I am just getting into programing for linux, coming from a Visual Studio / Windows world.  First off, I am using kdevelop.  I selected the wizard that gives you a hello world c++ command line program.  I have left it alone, and tried to build it.  No go.  I get this error:

/bin/sh /home/johng/helloworld/admin/missing --run automake --gnu helloworld/Makefile
aclocal.m4:3009: your implementation of AM_INIT_AUTOMAKE comes from an
aclocal.m4:3009: old Automake version. You should recreate aclocal.m4
aclocal.m4:3009: with aclocal and run automake again.

Also, anyone know of any good books or good sources of info for using the kdevelop enviroment?

Thank you,
John Gjonola