Date: Sat, 12 Apr 2003 02:40:53 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [Ux2bs_Archive] No. 132 ************************************************** Friday 11 April 2003 Number 132 ************************************************** Subjects for today 1 Re: GOCR : Andreas Buening 2 Re: M4 build problem : Andreas Buening **= Email 1 ==========================** Date: Sat, 12 Apr 2003 00:36:47 +0200 From: Andreas Buening Subject: Re: GOCR John Poltorak wrote: > > On Thu, Apr 10, 2003 at 08:35:11PM +0200, Andreas Buening wrote: [snip] > > PROGRAM = gocr$(EXEEXT) > > should do the job in Makefile.am (there might be also other occurrences > > of "gocr"). > > GOCR does not include Makefile.am. Okay, then you can put the following into Makefile.in: EXEEXT = at EXEEXT at PROGRAM = gocr$(EXEEXT) Bye, Andreas -- One OS to rule them all, One OS to find them, One OS to bring them all and in the darkness bind them In the Land of Mordor where the Shadows lie. _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 2 ==========================** Date: Sat, 12 Apr 2003 00:37:11 +0200 From: Andreas Buening Subject: Re: M4 build problem John Poltorak wrote: > > On Thu, Apr 10, 2003 at 10:43:05PM +0200, Andreas Buening wrote: [snip] > > You can use "make AR=emxomfar". Variables on the make command > > line overwrite those from the Makefiles. Or you can set > > AR = at AR at > > in your Makefile.in. > > Would patching Makefile.in be a better way to do things? It seems much > cleaner... Yes, sure. :-) > I'm also wondering if I should change the infodir line to:- > > infodir = at infodir at > > so that '--infodir=' can be specified as a configure option... > > I don't really understand how this construct works, but I guess if > Makefile.in contains:- > > prefix = at prefix at > > then configure will look for a command line option of '--prefix=', but > what if it doesn't find one? Does prefix get set to nul? Not exactly. configure looks for "prefix", "infodir" and all those extra variables like "EXEEXT" every time. But if there is no "prefix = at prefix at " in Makefile.in this info is not used. Bye, Andreas -- One OS to rule them all, One OS to find them, One OS to bring them all and in the darkness bind them In the Land of Mordor where the Shadows lie. _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs