Re: Building Instructions?
Reinoud Zandijk <[email protected]> Fri, 8 Apr 2011 19:05:15 +0200
| Newsgroups | gmane.comp.gnome.apps.planner.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Landon, On Fri, Apr 08, 2011 at 10:02:02AM -0700, Landon Jurgens wrote: > I have taken a liking to Planner and was hoping to poke around at ti and > hopefully track down some bugs posted about it. The problem I ran into is > building it. After a quick look I assumed that it would be a make managed > project and after pointing make to the Makefile.am (make > --makefile=Makefile.am) I noticed that the make files (all of them that I've > tried) all give me back the same error A .am file means that it uses `automake', `autoconf', `configure' and friends. Its not for a posix make or gnu make program but more a kind of template to create the make files from. With regards, Reinoud