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

Re: how to modify configure.in to check for libglade



>> "PD" == Patrick Dahiroc <pdahiroc@yahoo.com> writes:

> hi all,

Hi,

> i'm trying to make a debian package for xmleditor, but
> ./configure fails when it check for header glade.h,
> since glade.h is in /usr/local/libglade-1.0/glade NOT
> /usr/local/glade.

AM_PATH_LIBGLADE(,
AC_MSG_ERROR(*** Cannot find libglade in your system. Is it installed? ***),
gnome)

LIBGLADE_CFLAGS=`gnome-config --cflags libglade`

or

LIBGLADE_CFLAGS=`libglade-config --cflags gnome`

You can read the configure.in in zapping.

Christian



Reply to: