* lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the

file name to enable parallel executions.
From Sam Varshavchik.
This commit is contained in:
Akim Demaille 2002-10-11 09:49:31 +00:00
parent 035459d652
commit 7260b1d3c2
5 changed files with 16 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2002-10-11 Akim Demaille <akim@epita.fr>
* lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
file name to enable parallel executions.
From Sam Varshavchik.
2002-10-08 Akim Demaille <akim@epita.fr>
* bin/autoreconf.in (&autoreconf): Run autopoint before the first

3
NEWS
View File

@ -19,6 +19,9 @@
could be issued. This is fixed.
- Parallel Builds
Simultaneous executions of config.status are possible again.
* Major changes in Autoconf 2.54
Released September 13th, 2002.

1
THANKS
View File

@ -158,6 +158,7 @@ R
Ruediger Kuhlmann uck4@rz.uni-karlsruhe.de
Russ Allbery rra@stanford.edu
Ryuji Abe raeva@t3.rim.or.jp
Sam Varshavchik mrsam@courier-mta.com
Scott Bambrough scottb@corelcomputer.com
Scott Stanton stanton@scriptics.com
Simon Leinen simon@lia.di.epfl.ch

View File

@ -633,15 +633,15 @@ rm -f conf$$ conf$$.exe conf$$.file
m4_defun([_AS_PATH_SEPARATOR_PREPARE],
[# The user is always right.
if test "${PATH_SEPARATOR+set}" != set; then
echo "#! /bin/sh" >conftest.sh
echo "exit 0" >>conftest.sh
chmod +x conftest.sh
if (PATH="/nonexistent;."; conftest.sh) >/dev/null 2>&1; then
echo "#! /bin/sh" >conf$$.sh
echo "exit 0" >>conf$$.sh
chmod +x conf$$.sh
if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
PATH_SEPARATOR=';'
else
PATH_SEPARATOR=:
fi
rm -f conftest.sh
rm -f conf$$.sh
fi
])# _AS_PATH_SEPARATOR_PREPARE

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
.TH AUTOM4TE "1" "September 2002" "autom4te 2.54a" "User Commands"
.TH AUTOM4TE "1" "October 2002" "autom4te 2.54a" "User Commands"
.SH NAME
autom4te \- Generate files and scripts thanks to M4
.SH SYNOPSIS