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

Bug#274478: patch attached



The patch below fixes this bug.


--- g-wrap.m4.old	2004-10-22 18:11:56.000000000 +0100
+++ g-wrap.m4	2004-10-22 18:12:13.000000000 +0100
@@ -4,7 +4,7 @@
 
 dnl check whether we use the old or new guile smobs
 
-AC_DEFUN(AC_GWRAP_CHECK_GUILE,
+AC_DEFUN([AC_GWRAP_CHECK_GUILE],
 [if test x$GUILE = x ; then
 	AC_PATH_PROG(GUILE, guile, no)
  fi
@@ -20,7 +20,7 @@
 dnl tests for minimum version of g-wrap.
 dnl sets G_WRAP_CONFIG and GWRAP_OLD_GUILE_SMOB if needed.
 
-AC_DEFUN(AM_PATH_GWRAP,
+AC_DEFUN([AM_PATH_GWRAP],
 [dnl
 dnl
 dnl



Reply to: