Re: I have a problem, or getting back into the CVS swing...



On Wed, 15 Jul 1998, Mark Galassi wrote:

> > reflections% aclocal                                      ~/gnome/cvs/gtk+
> > aclocal: configure.in: 139: macro `AM_PATH_GLIB' not found in library
> > reflections%                                              ~/gnome/cvs/gtk+
> 
> 
> You need to remember the path in which you installed automake and
> aclocal, and do something like
> 
> 	cp glib/glib.m4 <that-prefix>/share/aclocal/glib.m4
> 
> Dude, put that in the FAQ :-),

Will do.

> and keep in mind that you will probably 
> also need to do
> 
> 	cp gtk+/gtk.m4 <that-prefix>/share/aclocal/gtk.m4

I adopted the following heuristic:

reflections# for i in *                                 /home/tlewis/gnome/cvs
for> do                                            
for> [[ -d $i ]] && [[ -f $i/$i.m4 ]] && \
for> 	cp $i/$i.m4 /usr/local/share/aclocal/
for> done

That seems to have worked.  Muchos gracias!

--
Todd Graham Lewis                                     (800) 719-4664, x2804
******Linux******         MindSpring Enterprises      tlewis@mindspring.net



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]