Re: Makefile and includes



Chema Celorio wrote:
> 
> Roberto wrote:
> >
> > I must to compile my application with gtkhtml:
> >
> > `gnome-config --cflags --libs gtkhtml`
> >
> > I must to prepare configure.in and Makefile.am with gtkhtml support.
> >
> > HOW?

> 
> In configure.in add  :
> 
> BONGO_CFLAGS="$($GNOME_CONFIG --cflags gnome gtkhtml)"
> BONGO_LIBS="$($GNOME_CONFIG --libs gnome gtkhtml)"
Just a piece of advice: 
$(..) is a bash proprietary shell-construct. 
As configure.ins are supposed to be portable, such constructs should
be avoided in there.
Better use `` instead.
 
Ralf




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