file name to enable parallel executions.
From Sam Varshavchik.
+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
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.
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
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
.\" 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