[Pkg-fdt-tools-team] underquoted definition

Joerg Ostertag joerg at ostertag.name
Thu Nov 24 23:28:09 UTC 2005


Hi,

I got an warning: underquoted definition

This Patch might solve this Problem.

 diff -u /usr/share/aclocal/snacc.m4 /usr/share/aclocal/snacc.m4.DIST
--- /usr/share/aclocal/snacc.m4 2005-11-24 23:49:26.000000000 +0100
+++ /usr/share/aclocal/snacc.m4.DIST    2005-11-24 23:49:14.000000000 +0100
@@ -21,7 +21,7 @@
 
 dnl AM_PATH_SNACC(BUFFER-TYPE [, MINIMUM-VERSION, [ACTION-IF-FOUND [, 
ACTION-IF-NOT-FOUND]]])
 undefine(AM_PATH_SNACC)
-AC_DEFUN([AM_PATH_SNACC],
+AC_DEFUN(AM_PATH_SNACC,
 [dnl
 AC_ARG_WITH(snacc-prefix,
 [  --with-snacc-prefix=DIR prefix where snacc is installed (optional)],


Joerg

-- 
http://www.ostertag.name/



More information about the Pkg-fdt-tools-team mailing list