From: Akim Demaille Date: Thu, 31 May 2001 08:24:01 +0000 (+0000) Subject: * atgeneral.m4 (AT_INIT): Use $SHELL. X-Git-Tag: AUTOCONF-2.50a~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44ce5ed5a2e555e9475fa769e2726e24647090e6;p=thirdparty%2Fautoconf.git * atgeneral.m4 (AT_INIT): Use $SHELL. * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H. --- diff --git a/ChangeLog b/ChangeLog index 24f1e489a..35918348e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-05-31 Akim Demaille + + * atgeneral.m4 (AT_INIT): Use $SHELL. + * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H. + 2001-05-31 Akim Demaille * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include diff --git a/NEWS b/NEWS index 51edbe0a4..0f13972d2 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ ** Default includes Now include stdint.h. +** Bug fixes +- Mostly in the test suite. + * Major changes in Autoconf 2.50 diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4 index 4283d0dab..28e491e7c 100644 --- a/lib/autotest/general.m4 +++ b/lib/autotest/general.m4 @@ -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 diff --git a/tests/atgeneral.m4 b/tests/atgeneral.m4 index 4283d0dab..28e491e7c 100644 --- a/tests/atgeneral.m4 +++ b/tests/atgeneral.m4 @@ -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 diff --git a/tests/atspecific.m4 b/tests/atspecific.m4 index b46e790f7..2033cc501 100644 --- a/tests/atspecific.m4 +++ b/tests/atspecific.m4 @@ -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