]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* atgeneral.m4 (AT_INIT): Use $SHELL.
authorAkim Demaille <akim@epita.fr>
Thu, 31 May 2001 08:24:01 +0000 (08:24 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 31 May 2001 08:24:01 +0000 (08:24 +0000)
* atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.

ChangeLog
NEWS
lib/autotest/general.m4
tests/atgeneral.m4
tests/atspecific.m4

index 24f1e489af1ed30e29b895369accb566b6e2c3f7..35918348eaf6c052a6a4cf26bf2307e1ad2ef650 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index 51edbe0a4eaaf5687b9bf0a5b75747040c333f2d..0f13972d236c167904838df2203817899a6a4dd5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@
 ** Default includes
 Now include stdint.h.
 
+** Bug fixes
+- Mostly in the test suite.
+
 \f
 * Major changes in Autoconf 2.50
 
index 4283d0dab6de5c13c167a188ea53d204cd46c7f5..28e491e7c64a9fd15da2701f3f4ef674a8465f23 100644 (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
index 4283d0dab6de5c13c167a188ea53d204cd46c7f5..28e491e7c64a9fd15da2701f3f4ef674a8465f23 100644 (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
index b46e790f72711981505829c0045e487773846d30..2033cc50187a6983977c2413a131a3c57827ddcc 100644 (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