Skip to content
Snippets Groups Projects
Commit 34bda6ac authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Configure: Fixed typo in PIKE_CHECK_ABI_DIR().

parent 977c06ba
No related branches found
No related tags found
No related merge requests found
...@@ -312,7 +312,6 @@ testfont binary ...@@ -312,7 +312,6 @@ testfont binary
/refdoc/structure/traditional.xml foreign_ident /refdoc/structure/traditional.xml foreign_ident
/src/Makefile.in foreign_ident /src/Makefile.in foreign_ident
/src/acconfig.h foreign_ident /src/acconfig.h foreign_ident
/src/aclocal.m4 foreign_ident
/src/alloca.c foreign_ident /src/alloca.c foreign_ident
/src/apply_low.h foreign_ident /src/apply_low.h foreign_ident
/src/array.c foreign_ident /src/array.c foreign_ident
......
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 Some compatibility with Autoconf 2.50+. Not complete.
dnl newer Autoconf calls substr m4_substr dnl newer Autoconf calls substr m4_substr
...@@ -523,7 +523,7 @@ define([PIKE_RETAIN_VARIABLES], ...@@ -523,7 +523,7 @@ define([PIKE_RETAIN_VARIABLES],
define([AC_LOW_MODULE_INIT], define([AC_LOW_MODULE_INIT],
[ [
# $Id: aclocal.m4,v 1.155 2007/04/05 15:28:56 grubba Exp $ # $Id$
MY_AC_PROG_CC MY_AC_PROG_CC
...@@ -1387,7 +1387,7 @@ AC_DEFUN(PIKE_CHECK_ABI_DIR, ...@@ -1387,7 +1387,7 @@ AC_DEFUN(PIKE_CHECK_ABI_DIR,
grep "unknown" >/dev/null; then grep "unknown" >/dev/null; then
cached="" cached=""
empty=yes empty=yes
for f in "$d"/* no; do for f in "$1"/* no; do
if test -f "$f"; then if test -f "$f"; then
empty=no empty=no
filetype=`file "$f" 2>/dev/null | sed -e 's/.*://'` filetype=`file "$f" 2>/dev/null | sed -e 's/.*://'`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment