From 34bda6ac162b1f6926ba1bf56a4dbef49680bde8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sun, 4 Aug 2019 21:36:23 +0200
Subject: [PATCH] Configure: Fixed typo in PIKE_CHECK_ABI_DIR().

---
 .gitattributes | 1 -
 src/aclocal.m4 | 6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index f25f52b673..3277358fe1 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -312,7 +312,6 @@ testfont binary
 /refdoc/structure/traditional.xml foreign_ident
 /src/Makefile.in foreign_ident
 /src/acconfig.h foreign_ident
-/src/aclocal.m4 foreign_ident
 /src/alloca.c foreign_ident
 /src/apply_low.h foreign_ident
 /src/array.c foreign_ident
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 9c96920868..e1c21e20d5 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -1,4 +1,4 @@
-dnl $Id: aclocal.m4,v 1.155 2007/04/05 15:28:56 grubba Exp $
+dnl $Id$
 
 dnl Some compatibility with Autoconf 2.50+. Not complete.
 dnl newer Autoconf calls substr m4_substr
@@ -523,7 +523,7 @@ define([PIKE_RETAIN_VARIABLES],
 
 define([AC_LOW_MODULE_INIT],
 [
-  # $Id: aclocal.m4,v 1.155 2007/04/05 15:28:56 grubba Exp $
+  # $Id$
 
   MY_AC_PROG_CC
 
@@ -1387,7 +1387,7 @@ AC_DEFUN(PIKE_CHECK_ABI_DIR,
 	 grep "unknown" >/dev/null; then
       cached=""
       empty=yes
-      for f in "$d"/* no; do
+      for f in "$1"/* no; do
         if test -f "$f"; then
 	  empty=no
           filetype=`file "$f" 2>/dev/null | sed -e 's/.*://'`
-- 
GitLab