to run the testsuite from the debug scripts.
Suggested by Alexandre Oliva.
+2000-12-01 Pavel Roskin <proski@gnu.org>
+
+ * tests/atgeneral.m4 (AT_INIT): Use ${CONFIG_SHELL-/bin/sh}
+ to run the testsuite from the debug scripts.
+ Suggested by Alexandre Oliva.
+
2000-11-30 Akim Demaille <akim@epita.fr>
* doc/autoconf.texi (Assignments): Don't read $? after an
for at_group in $at_failed_list; do
echo $at_n " $at_group$at_c"
( echo "#! /bin/sh"
- echo 'exec '"$[0]"' -v -d '"$at_group"' ${1+"$[@]"}'
+ echo 'exec ${CONFIG_SHELL-/bin/sh} '"$[0]"' -v -d '"$at_group"' ${1+"$[@]"}'
echo 'exit 1'
) >debug-$at_group.sh
chmod +x debug-$at_group.sh
for at_group in $at_failed_list; do
echo $at_n " $at_group$at_c"
( echo "#! /bin/sh"
- echo 'exec '"$[0]"' -v -d '"$at_group"' ${1+"$[@]"}'
+ echo 'exec ${CONFIG_SHELL-/bin/sh} '"$[0]"' -v -d '"$at_group"' ${1+"$[@]"}'
echo 'exit 1'
) >debug-$at_group.sh
chmod +x debug-$at_group.sh