Re: [PATCH] documentation, 3er try



On 17 Dec 2002, Diego González wrote:

> On Tue, 2002-12-17 at 11:01, Alexander Larsson wrote:
> > On 16 Dec 2002, Diego González wrote:
> > 
> > > i have fixed the stuff that you commented on, this patch also
> > > reorganizes the documentation, i have also added a some descriptions
> > > about async operations (a little introduction) and some other things
> > > that i don't remmeber.
> > 
> > I still don't understand the configure.in changes. You spend a lot of 
> > effort on whether gtk-doc 0.10 is availible or not, but all it is used for 
> > is to print "yes" or "no". If ENABLE_GTK_DOC is yes, shouldn't gtk-doc 
> > 0.10 be required?
> 
> maybe this patch will do it, please check it

Looks a bit better, but you can't do:
-
-if test "x$enable_gtk_doc" = xyes; then
-       ENABLE_GTK_DOC=true
-else
-       ENABLE_GTK_DOC=false
-fi

without the
+AM_CONDITIONAL(ENABLE_GTK_DOC, test x$enable_gtk_doc = xyes)
 
you had before.


-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Alexander Larsson                                            Red Hat, Inc 
                   alexl redhat com    alla lysator liu se 
He's an otherworldly drug-addicted vampire hunter gone bad. She's a tortured 
African-American journalist with a song in her heart and a spring in her step. 
They fight crime! 




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