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
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
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
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.
--
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.
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.
___
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
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