This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: automake question


Christian Groessler wrote:
Hi,

I'm trying to add a file in libm/math. I've added the file to Makefile.am, but when I run "automake" in libm/math to generate Makefile.in, I get

$ automake
automake: `configure.ac' or `configure.in' is required
$

How do I generate Makefile.in?


For the directories without a configure.in in them, you must back up to the directory above that has the configure.in. In this case, it is libm. From there, do:


automake --cygnus math/Makefile

-- Jeff J.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]