diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-29 00:22:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-29 00:22:02 +0000 |
commit | cd36540e62587416fbacbf98835a93d7ff6ae060 (patch) | |
tree | 5a6d9e2d194f691d8921e8caef39808ab5079aa2 /dev-libs/pth/files | |
parent | Bug 90775 (diff) | |
download | historical-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.patch | 21 |
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 |