>> "PD" == Patrick Dahiroc <[EMAIL PROTECTED]> 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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

