summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-29 00:22:02 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-29 00:22:02 +0000
commitcd36540e62587416fbacbf98835a93d7ff6ae060 (patch)
tree5a6d9e2d194f691d8921e8caef39808ab5079aa2 /dev-libs/pth/files
parentBug 90775 (diff)
downloadhistorical-cd36540e62587416fbacbf98835a93d7ff6ae060.tar.gz
historical-cd36540e62587416fbacbf98835a93d7ff6ae060.tar.bz2
historical-cd36540e62587416fbacbf98835a93d7ff6ae060.zip
fix alocal warnings
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'dev-libs/pth/files')
-rw-r--r--dev-libs/pth/files/pth-2.0.3-m4.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-libs/pth/files/pth-2.0.3-m4.patch b/dev-libs/pth/files/pth-2.0.3-m4.patch
new file mode 100644
index 000000000000..0f9a1c996317
--- /dev/null
+++ b/dev-libs/pth/files/pth-2.0.3-m4.patch
@@ -0,0 +1,21 @@
+Fix aclocal warnings:
+/usr/share/aclocal/pth.m4:43: warning: underquoted definition of _AC_PTH_ERROR
+/usr/share/aclocal/pth.m4:54: warning: underquoted definition of _AC_PTH_VERBOSE
+/usr/share/aclocal/pth.m4:60: warning: underquoted definition of AC_CHECK_PTH
+--- pth-2.0.3/pth.m4
++++ pth-2.0.3/pth.m4
+@@ -42,3 +42,3 @@
+ dnl # auxilliary macros
+-AC_DEFUN(_AC_PTH_ERROR, [dnl
++AC_DEFUN([_AC_PTH_ERROR], [dnl
+ AC_MSG_RESULT([*FAILED*])
+@@ -53,3 +53,3 @@
+ ])
+-AC_DEFUN(_AC_PTH_VERBOSE, [dnl
++AC_DEFUN([_AC_PTH_VERBOSE], [dnl
+ if test ".$verbose" = .yes; then
+@@ -59,3 +59,3 @@
+ dnl # the user macro
+-AC_DEFUN(AC_CHECK_PTH, [dnl
++AC_DEFUN([AC_CHECK_PTH], [dnl
+ dnl