Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
34bda6ac
Commit
34bda6ac
authored
5 years ago
by
Henrik (Grubba) Grubbström
Browse files
Options
Downloads
Patches
Plain Diff
Configure: Fixed typo in PIKE_CHECK_ABI_DIR().
parent
977c06ba
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitattributes
+0
-1
0 additions, 1 deletion
.gitattributes
src/aclocal.m4
+3
-3
3 additions, 3 deletions
src/aclocal.m4
with
3 additions
and
4 deletions
.gitattributes
+
0
−
1
View file @
34bda6ac
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/aclocal.m4
+
3
−
3
View file @
34bda6ac
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/.*://'`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment