This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


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

Re: autogen.sh issues


Craig Brozefsky <craig@red-bean.com> writes:
> Jim Blandy <jimb@savonarola.red-bean.com> writes:
> > I think the behavior we want is for aclocal to always use the .m4
> > files in the source tree, and never the installed files.  I think it's
> > a bug that aclocal doesn't permit shadowing of this sort.  It makes it
> > impossible to do the kind of thing that Guile is trying to do, doesn't it?
> 
> I had JUST come to the same conclusion 45 seconds ago when looking at
> the patches Roman Hodak gave me for m68k "stubs" in qthreads.m4.
> 
> The workaround would be to copy all he files in the acdir to some temp
> dir, copy your qthreads and guile m4 files into it, and then invoke
> aclocal with it's acdir set to the temp dir.  Rinse when done.

Or how about

      aclocal --acdir=. -I `aclocal --print-ac-dir`

Ian
-- 
Ian Grant, Computer Lab., New Museums Site, Pembroke Street, Cambridge
Phone: +44 1223 334420          Personal e-mail: iang at pobox dot com 



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