From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andrew Morton" To: "binutils@sourceware.cygnus.com" Subject: Q: binutils build process Date: Fri, 15 Oct 1999 10:32:00 -0000 Message-id: <380751AF.35F92094@asiapacificm01.nt.com> X-SW-Source: 1999-10/msg00087.html Could someone please take the time to explain a couple of things? I wish to add a new application in ./binutils/. So I altered Makefile.am and ran automake (v1.4a). However the resulting Makefile.in is vastly different from the CVS version and, post-configure, doesn't work. I tried './configure --enable-maintainer-mode' and it again fails, but differently. Do I need a different automake? Also, dependencies. Am I correct in assuming the process is: automake configure make dep dep-i dep-am What's the magic here? Thanks.