Startup problems

2005-08-23 Thread Daryl Lee
Is there a better startup guide than the referenced text? Context: m4 version 1.4.3 autoscan version 2.59 Any help is appreciated. -- Daryl Lee Open the Present, it's a Gift. ___ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf

Re: Startup problems

2005-08-24 Thread Daryl Lee
On Wed, 2005-08-24 at 01:28, Ralf Wildenhues wrote: > Hi Daryl, > > * Daryl Lee wrote on Tue, Aug 23, 2005 at 09:25:11PM CEST: > > I am trying to work my way through the "GNU Autoconf, Automake, and > > Libtool" tutorial, and have run into a problem with (I thin

Underquoting aclocals

2005-08-24 Thread Daryl Lee
until I have a solid grasp of what's happening. -- Daryl Lee Open the Present, it's a Gift. ___ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf

Directory recursion

2005-12-12 Thread Daryl Lee
files being built at each level. The "leaf node" makefiles all look reasonable and execute as expected (considering that I still have work to do in other areas). It's just that the two Makefiles that should be diving down into the source tree just stop. --

Re: Directory recursion

2005-12-12 Thread Daryl Lee
ks! > > The top-level Makefile.am is a one-liner: > >subdirs = src > > and the src/Makefile.am is also a one-liner, pointing to the two > > subfolders: > > subdirs = sub1 sub2 > > > David Fang -- Daryl Lee Open the Present--It's a Gift.

Finding a header

2005-12-15 Thread Daryl Lee
ly thing I know to do is just list them in AM_CPPFLAGS, and find them by trial and error. That seems a tad kludgy to me. I expect I'll have a similar issue with libraries once I get over this hurdle. -- Daryl Lee Open the Present--It's a Gift. ___

Re: Finding a header

2005-12-15 Thread Daryl Lee
On Thu, 2005-12-15 at 15:25 -0800, Bruce Korb wrote: > Daryl Lee wrote: > > I am autoconfiscating a project involving other developers. I need a > > portable way of finding a header (it's an OpenGL header, glut.h, but > > that's just a specific example). On my ma

Re: Finding a header

2005-12-16 Thread Daryl Lee
On Fri, 2005-12-16 at 01:31 -0500, Braden McDaniel wrote: > On Thu, 2005-12-15 at 22:45 -0700, Daryl Lee wrote: > > On Thu, 2005-12-15 at 15:25 -0800, Bruce Korb wrote: > > > Daryl Lee wrote: > > > > I am autoconfiscating a project involving other developers. I