* atgeneral.m4 (AT_INIT): Use $SHELL.

* atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
This commit is contained in:
Akim Demaille 2001-05-31 08:24:01 +00:00
parent 7312c775f1
commit 44ce5ed5a2
5 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2001-05-31 Akim Demaille <akim@epita.fr>
* atgeneral.m4 (AT_INIT): Use $SHELL.
* atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
2001-05-31 Akim Demaille <akim@epita.fr>
* acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include

3
NEWS
View File

@ -2,6 +2,9 @@
** Default includes
Now include stdint.h.
** Bug fixes
- Mostly in the test suite.
* Major changes in Autoconf 2.50

View File

@ -291,7 +291,7 @@ elif test $at_debug = false; then
for at_group in $at_fail_list; do
echo $at_n " $at_group$at_c"
( echo "#! /bin/sh"
echo 'exec ${CONFIG_SHELL-/bin/sh} '"$[0]"' -v -d '"$at_group"' ${1+"$[@]"}'
echo 'exec ${CONFIG_SHELL-'"$SHELL"'/bin/sh} '"$[0]"' -v -d '"$at_group"' ${1+"$[@]"}'
echo 'exit 1'
) >debug-$at_group.sh
chmod +x debug-$at_group.sh
@ -330,7 +330,7 @@ elif test $at_debug = false; then
AS_UNAME
} >>$[0].log
${CONFIG_SHELL-/bin/sh} $[0] -v -d $at_fail_list 2>&1 | tee -a $[0].log
$SHELL $[0] -v -d $at_fail_list 2>&1 | tee -a $[0].log
AS_BOX([$[0].log is created])
echo

View File

@ -291,7 +291,7 @@ elif test $at_debug = false; then
for at_group in $at_fail_list; do
echo $at_n " $at_group$at_c"
( echo "#! /bin/sh"
echo 'exec ${CONFIG_SHELL-/bin/sh} '"$[0]"' -v -d '"$at_group"' ${1+"$[@]"}'
echo 'exec ${CONFIG_SHELL-'"$SHELL"'/bin/sh} '"$[0]"' -v -d '"$at_group"' ${1+"$[@]"}'
echo 'exit 1'
) >debug-$at_group.sh
chmod +x debug-$at_group.sh
@ -330,7 +330,7 @@ elif test $at_debug = false; then
AS_UNAME
} >>$[0].log
${CONFIG_SHELL-/bin/sh} $[0] -v -d $at_fail_list 2>&1 | tee -a $[0].log
$SHELL $[0] -v -d $at_fail_list 2>&1 | tee -a $[0].log
AS_BOX([$[0].log is created])
echo

View File

@ -98,7 +98,7 @@ fi
# AT_CHECK_HEADER is a better name, but too close from AC_CHECK_HEADER.
m4_define([AT_CHECK_DEFINES],
[AT_CHECK([[fgrep '#' config.h |
egrep -v 'STDC_HEADERS|STDLIB|INTTYPES|MEMORY|STRING|UNISTD']],, [$1])])
egrep -v 'STDC_HEADERS|STDINT|STDLIB|INTTYPES|MEMORY|STRING|UNISTD']],, [$1])])
# AT_CHECK_AUTOUPDATE