]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* aclang.m4 (AC_LANG_INT_SAVE, AC_LANG_INT_SAVE(C)): Use
authorAkim Demaille <akim@epita.fr>
Mon, 22 Jan 2001 09:06:11 +0000 (09:06 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 22 Jan 2001 09:06:11 +0000 (09:06 +0000)
conftest.val, not conftestval.
* acgeneral.m4 (_AC_COMPUTE_INT_RUN, _AC_COMPUTE_INT):
Likewise.

ChangeLog
acgeneral.m4
aclang.m4
lib/autoconf/c.m4
lib/autoconf/fortran.m4
lib/autoconf/general.m4
lib/autoconf/lang.m4

index dcfc1d6fba7e603ee36c9ae8e410c2df9aa8b893..c7824cc3fd77a4cacb5a320f30ad43466ca9726e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-01-22  Tim Van Holder  <tim.van.holder@pandora.be>
+
+       * aclang.m4 (AC_LANG_INT_SAVE, AC_LANG_INT_SAVE(C)): Use
+       conftest.val, not conftestval.
+       * acgeneral.m4 (_AC_COMPUTE_INT_RUN, _AC_COMPUTE_INT):
+       Likewise.
+
 2001-01-22  Akim Demaille  <akim@epita.fr>
 
        Create actypes.m4.
@@ -15,7 +22,6 @@
        * actypes.m4: here.
        Adjust the test suite.
 
-       
 2001-01-22  Akim Demaille  <akim@epita.fr>
 
        * tests/atgeneral.m4 (AT_INIT): Include a default case for non
@@ -28,7 +34,6 @@
        * tests/mktest.sh: Create one test file per Autoconf source
        file instead of separating syntax/update.
 
-       
 2001-01-22  Akim Demaille  <akim@epita.fr>
 
        * doc/autoconf.texi: Some about diff and cmp.
index b6789e6a6996b997665cd141bad02e77462c3192..01cf8d69762652d9f12303d849219ad23f70e271 100644 (file)
@@ -3079,7 +3079,7 @@ $2=$ac_lo[]dnl
 # Store the evaluation of the integer EXPRESSION in VARIABLE.
 m4_define([_AC_COMPUTE_INT_RUN],
 [AC_RUN_IFELSE([AC_LANG_INT_SAVE([$3], [$1])],
-               [$2=`cat conftestval`], [$4])])
+               [$2=`cat conftest.val`], [$4])])
 
 
 # _AC_COMPUTE_INT(EXPRESSION, VARIABLE, INCLUDES, IF-FAILS)
@@ -3090,7 +3090,7 @@ m4_define([_AC_COMPUTE_INT],
 else
   _AC_COMPUTE_INT_RUN([$1], [$2], [$3], [$4])
 fi
-rm -f conftestval[]dnl
+rm -f conftest.val[]dnl
 ])# _AC_COMPUTE_INT
 
 
index 221bc687d233f61ccf086765f5e05b60e59fdee7..aba1ccc7b79f476aa46e68e79454e450785ec5a4 100644 (file)
--- a/aclang.m4
+++ b/aclang.m4
@@ -326,7 +326,7 @@ AC_DEFUN([AC_LANG_BOOL_COMPILE_TRY],
 # AC_LANG_INT_SAVE(PROLOGUE, EXPRESSION)
 # --------------------------------------
 # Produce a program that saves the runtime evaluation of the integer
-# EXPRESSION into `conftestval'.
+# EXPRESSION into `conftest.val'.
 AC_DEFUN([AC_LANG_INT_SAVE],
 [_AC_LANG_DISPATCH([$0], _AC_LANG, $@)])
 
@@ -417,7 +417,7 @@ m4_define([AC_LANG_BOOL_COMPILE_TRY(C)],
 # inclusion of `stdio.h'.
 m4_define([AC_LANG_INT_SAVE(C)],
 [AC_LANG_PROGRAM([m4_default([$1], [@%:@include <stdio.h>])],
-[FILE *f = fopen ("conftestval", "w");
+[FILE *f = fopen ("conftest.val", "w");
 if (!f)
   exit (1);
 fprintf (f, "%d", ($2));
index 221bc687d233f61ccf086765f5e05b60e59fdee7..aba1ccc7b79f476aa46e68e79454e450785ec5a4 100644 (file)
@@ -326,7 +326,7 @@ AC_DEFUN([AC_LANG_BOOL_COMPILE_TRY],
 # AC_LANG_INT_SAVE(PROLOGUE, EXPRESSION)
 # --------------------------------------
 # Produce a program that saves the runtime evaluation of the integer
-# EXPRESSION into `conftestval'.
+# EXPRESSION into `conftest.val'.
 AC_DEFUN([AC_LANG_INT_SAVE],
 [_AC_LANG_DISPATCH([$0], _AC_LANG, $@)])
 
@@ -417,7 +417,7 @@ m4_define([AC_LANG_BOOL_COMPILE_TRY(C)],
 # inclusion of `stdio.h'.
 m4_define([AC_LANG_INT_SAVE(C)],
 [AC_LANG_PROGRAM([m4_default([$1], [@%:@include <stdio.h>])],
-[FILE *f = fopen ("conftestval", "w");
+[FILE *f = fopen ("conftest.val", "w");
 if (!f)
   exit (1);
 fprintf (f, "%d", ($2));
index 221bc687d233f61ccf086765f5e05b60e59fdee7..aba1ccc7b79f476aa46e68e79454e450785ec5a4 100644 (file)
@@ -326,7 +326,7 @@ AC_DEFUN([AC_LANG_BOOL_COMPILE_TRY],
 # AC_LANG_INT_SAVE(PROLOGUE, EXPRESSION)
 # --------------------------------------
 # Produce a program that saves the runtime evaluation of the integer
-# EXPRESSION into `conftestval'.
+# EXPRESSION into `conftest.val'.
 AC_DEFUN([AC_LANG_INT_SAVE],
 [_AC_LANG_DISPATCH([$0], _AC_LANG, $@)])
 
@@ -417,7 +417,7 @@ m4_define([AC_LANG_BOOL_COMPILE_TRY(C)],
 # inclusion of `stdio.h'.
 m4_define([AC_LANG_INT_SAVE(C)],
 [AC_LANG_PROGRAM([m4_default([$1], [@%:@include <stdio.h>])],
-[FILE *f = fopen ("conftestval", "w");
+[FILE *f = fopen ("conftest.val", "w");
 if (!f)
   exit (1);
 fprintf (f, "%d", ($2));
index b6789e6a6996b997665cd141bad02e77462c3192..01cf8d69762652d9f12303d849219ad23f70e271 100644 (file)
@@ -3079,7 +3079,7 @@ $2=$ac_lo[]dnl
 # Store the evaluation of the integer EXPRESSION in VARIABLE.
 m4_define([_AC_COMPUTE_INT_RUN],
 [AC_RUN_IFELSE([AC_LANG_INT_SAVE([$3], [$1])],
-               [$2=`cat conftestval`], [$4])])
+               [$2=`cat conftest.val`], [$4])])
 
 
 # _AC_COMPUTE_INT(EXPRESSION, VARIABLE, INCLUDES, IF-FAILS)
@@ -3090,7 +3090,7 @@ m4_define([_AC_COMPUTE_INT],
 else
   _AC_COMPUTE_INT_RUN([$1], [$2], [$3], [$4])
 fi
-rm -f conftestval[]dnl
+rm -f conftest.val[]dnl
 ])# _AC_COMPUTE_INT
 
 
index 221bc687d233f61ccf086765f5e05b60e59fdee7..aba1ccc7b79f476aa46e68e79454e450785ec5a4 100644 (file)
@@ -326,7 +326,7 @@ AC_DEFUN([AC_LANG_BOOL_COMPILE_TRY],
 # AC_LANG_INT_SAVE(PROLOGUE, EXPRESSION)
 # --------------------------------------
 # Produce a program that saves the runtime evaluation of the integer
-# EXPRESSION into `conftestval'.
+# EXPRESSION into `conftest.val'.
 AC_DEFUN([AC_LANG_INT_SAVE],
 [_AC_LANG_DISPATCH([$0], _AC_LANG, $@)])
 
@@ -417,7 +417,7 @@ m4_define([AC_LANG_BOOL_COMPILE_TRY(C)],
 # inclusion of `stdio.h'.
 m4_define([AC_LANG_INT_SAVE(C)],
 [AC_LANG_PROGRAM([m4_default([$1], [@%:@include <stdio.h>])],
-[FILE *f = fopen ("conftestval", "w");
+[FILE *f = fopen ("conftest.val", "w");
 if (!f)
   exit (1);
 fprintf (f, "%d", ($2));