From b7bb02cf4720df35ad05b037a86be7b33501f6ca Mon Sep 17 00:00:00 2001
From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>
Date: Sat, 14 Jun 2003 18:33:19 +0000
Subject: [PATCH] Rename AC_CHECK_PACKAGE to ALBERT_CHECK_PACKAGE.

---
 m4/check-package.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/check-package.m4 b/m4/check-package.m4
index c30f1ca..174e6a8 100644
--- a/m4/check-package.m4
+++ b/m4/check-package.m4
@@ -12,7 +12,7 @@ dnl $5: header name
 dnl $6: include path (-I$6
 dnl $7 \in \{optional, required\}, bail out if required, warning otherwise
 dnl
-AC_DEFUN(AC_CHECK_PKG,
+AC_DEFUN(ALBERT_CHECK_PKG,
 [AC_ARG_WITH($1-lib,
 [  --with-$1-lib=DIR   use $1 library below directory DIR (default: $3)],
 [case "$withval" in
-- 
GitLab