On Tue, Dec 3, 2013 at 11:22 AM, Jeff Hoogland <jeffhoogl...@linux.com> wrote:
> Any suggestions how to figure out what that something might be? Any ideas
> why it is creating it with a version of automake not on my system?

You can check if any pre-requisite is newer than target:

    make -d distclean | grep 'Prerequisite .* is newer than target'

Later on it should do something like the following:

    Prerequisite 'Makefile.am' is newer than target 'Makefile.in'.
  <------- here triggers it
    ...
   Must remake target 'Makefile.in'.
Putting child 0x8550580 (Makefile.in) PID 390 on the chain.
Live child 0x8550580 (Makefile.in) PID 390
 cd . && /bin/sh /home/gustavo/Development/git/eruler/missing
automake-1.14 --foreign Makefile
Reaping winning child 0x8550580 PID 390
Removing child 0x8550580 PID 390 from chain.
   Successfully remade target file 'Makefile.in'.


it is using 1.14 as it was the version used to create the build. If
you didn't touch any of the build files (Makefile.am, *.in,
configure.ac) then it is very unlikely it would need to run autoconf
or automake.


-- 
Gustavo Sverzut Barbieri
--------------------------------------
Mobile: +55 (19) 9225-2202
Contact: http://www.gustavobarbieri.com.br/contact

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to