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

(-)/usr/share/aclocal/g-wrap.m4 (-2 / +2 lines)
Lines 4-10 Link Here
4
4
5
dnl check whether we use the old or new guile smobs
5
dnl check whether we use the old or new guile smobs
6
6
7
AC_DEFUN(AC_GWRAP_CHECK_GUILE,
7
AC_DEFUN([AC_GWRAP_CHECK_GUILE],
8
[if test x$GUILE = x ; then
8
[if test x$GUILE = x ; then
9
	AC_PATH_PROG(GUILE, guile, no)
9
	AC_PATH_PROG(GUILE, guile, no)
10
 fi
10
 fi
Lines 20-26 Link Here
20
dnl tests for minimum version of g-wrap.
20
dnl tests for minimum version of g-wrap.
21
dnl sets G_WRAP_CONFIG and GWRAP_OLD_GUILE_SMOB if needed.
21
dnl sets G_WRAP_CONFIG and GWRAP_OLD_GUILE_SMOB if needed.
22
22
23
AC_DEFUN(AM_PATH_GWRAP,
23
AC_DEFUN([AM_PATH_GWRAP],
24
[dnl
24
[dnl
25
dnl
25
dnl
26
dnl
26
dnl

Return to bug 92172