Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 92150
Collapse All | Expand All

(-)/usr/share/aclocal/libglade.m4 (-2 / +2 lines)
Lines 4-10 Link Here
4
dnl AM_PATH_LIBGLADE([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]])
4
dnl AM_PATH_LIBGLADE([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]])
5
dnl Test to see if libglade is installed, and define LIBGLADE_CFLAGS, LIBS
5
dnl Test to see if libglade is installed, and define LIBGLADE_CFLAGS, LIBS
6
dnl
6
dnl
7
AC_DEFUN(AM_PATH_LIBGLADE,
7
AC_DEFUN([AM_PATH_LIBGLADE],
8
[dnl
8
[dnl
9
dnl Get the cflags and libraries from the libglade-config script
9
dnl Get the cflags and libraries from the libglade-config script
10
dnl
10
dnl
Lines 46-49 Link Here
46
fi
46
fi
47
AC_SUBST(LIBGLADE_CFLAGS)
47
AC_SUBST(LIBGLADE_CFLAGS)
48
AC_SUBST(LIBGLADE_LIBS)
48
AC_SUBST(LIBGLADE_LIBS)
49
])
49
])

Return to bug 92150