underquote complaints for librep



Newer versions of libtool are not entirely happy and wail about
underquoted m4 macro.  A fix is rather trivial.  Just add brackets.

--- librep/rep.m4~	1999-11-19 07:50:26.000000000 -0700
+++ librep/rep.m4	2004-12-12 14:33:26.299324312 -0700
@@ -4,7 +4,7 @@
 dnl AM_PATH_REP([MINIMUM_VERSION])
 dnl Test for librep, define REP_VERSION, REP_CFLAGS, REP_LIBS and REP_EXECDIR
 dnl
-AC_DEFUN(AM_PATH_REP,
+AC_DEFUN([AM_PATH_REP],
 [dnl
   AC_ARG_WITH(rep_prefix,[  --with-rep-prefix=PFX   Prefix where rep is installed (optional)],
 	      [rep_prefix="$withval"], [rep_prefix=""])

   Michal



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