The autoconf package is now required to build from git 'master'.  The
generated files "configure" and "config.h.in" have been removed from
git, since they mostly just generate noise and can be trivially rebuilt
on developers' systems.

Instead of
    ./configure --whatever; make
there's a new step:
    ./autogen.sh; ./configure --whatever; make

After you have run autogen.sh once, make will regenerate configure and
config.h.in whenever configure.in is updated.

Jeff

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to