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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
65c57d23
Commit
65c57d23
authored
Apr 26, 2008
by
Henrik (Grubba) Grubbström
Browse files
Options
Downloads
Patches
Plain Diff
Even more paranoid...
Rev: src/configure.in:1.1053
parent
57c0cf03
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/configure.in
+5
-5
5 additions, 5 deletions
src/configure.in
with
5 additions
and
5 deletions
src/configure.in
+
5
−
5
View file @
65c57d23
AC_REVISION("$Id: configure.in,v 1.105
2
2008/04/26 21:0
4:52
grubba Exp $")
AC_REVISION("$Id: configure.in,v 1.105
3
2008/04/26 21:0
7:15
grubba Exp $")
AC_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h)
...
...
@@ -2361,7 +2361,7 @@ if test "x$PIKE_PATH_TRANSLATE" = "x"; then
# MinGW system.
cat <<\EOF
#!/bin/sh
# Automatically generated by $Id: configure.in,v 1.105
2
2008/04/26 21:0
4:52
grubba Exp $.
# Automatically generated by $Id: configure.in,v 1.105
3
2008/04/26 21:0
7:15
grubba Exp $.
# MinGW-version. Do NOT edit.
posix_name="`cat`"
posix_prefix="/"
...
...
@@ -2399,7 +2399,7 @@ EOF
# Native POSIX system.
cat <<\EOF
#!/bin/sh
# Automatically generated by $Id: configure.in,v 1.105
2
2008/04/26 21:0
4:52
grubba Exp $.
# Automatically generated by $Id: configure.in,v 1.105
3
2008/04/26 21:0
7:15
grubba Exp $.
# POSIX-version. Do NOT edit.
cat
EOF
...
...
@@ -2408,7 +2408,7 @@ else
# rntcl-style
cat <<\EOF
#!/bin/sh
# Automatically generated by $Id: configure.in,v 1.105
2
2008/04/26 21:0
4:52
grubba Exp $.
# Automatically generated by $Id: configure.in,v 1.105
3
2008/04/26 21:0
7:15
grubba Exp $.
# RNTCL-version. Do NOT edit.
sed -e "$PIKE_PATH_TRANSLATE"
EOF
...
...
@@ -4137,7 +4137,7 @@ if test "x$pike_cv_sys_os" = "xWindows_NT" -o "x$pike_cv_sys_os" = "xAmigaOS"; t
pike_cv_initial_stack_size=32768
while read x; do
# Some paranoia in case fprintf outputs junk at and of stack...
if test
"$x" -gt
"$pike_cv_initial_stack_size"; then
if test "$pike_cv_initial_stack_size"
-lt "$x"
; then
pike_cv_initial_stack_size="$x";
fi
done <confdefs.out.2
...
...
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