Re: Makefile and includes
- From: Ralf Corsepius <corsepiu faw uni-ulm de>
- To: Chema Celorio <chema ximian com>
- Cc: Roberto <robyegiuly libero it>, gnome-devel-list gnome org
- Subject: Re: Makefile and includes
- Date: Sun, 27 May 2001 12:05:40 +0200
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]