]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acfunctions.m4 (AC_FUNC_CHOWN): Remove temporary files on exit.
authorPavel Roskin <proski@gnu.org>
Mon, 23 Oct 2000 04:07:42 +0000 (04:07 +0000)
committerPavel Roskin <proski@gnu.org>
Mon, 23 Oct 2000 04:07:42 +0000 (04:07 +0000)
        (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Likewise.
        (AC_FUNC_SELECT_ARGTYPES): Likewise.
        (AC_FUNC_UTIME_NULL): Likewise.
        * acgeneral.m4 (_AC_COMPUTE_INT): Likewise.
        * aclang.m4 (_AC_F77_NAME_MANGLING): Likewise.
        * acspecific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.

ChangeLog
acfunctions.m4
acgeneral.m4
aclang.m4
acspecific.m4
lib/autoconf/c.m4
lib/autoconf/fortran.m4
lib/autoconf/functions.m4
lib/autoconf/general.m4
lib/autoconf/lang.m4
lib/autoconf/specific.m4

index 3b707bc571610e5b926a0e587ff52aad50cd200a..1312c970aa7f1048e84db3b936f7d6d29d42687a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2000-10-21  Pavel Roskin  <proski@gnu.org>
+
+       * acfunctions.m4 (AC_FUNC_CHOWN): Remove temporary files on exit.
+       (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Likewise.
+       (AC_FUNC_SELECT_ARGTYPES): Likewise.
+       (AC_FUNC_UTIME_NULL): Likewise.
+       * acgeneral.m4 (_AC_COMPUTE_INT): Likewise.
+       * aclang.m4 (_AC_F77_NAME_MANGLING): Likewise.
+       * acspecific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
+
 2000-10-20  Pavel Roskin  <proski@gnu.org>
 
        * tests/tools.m4 (autoupdating AC_LINK FILES): Clean up "src1"
index 966635b4db4889e1e1f969d38b491c2c112d75d9..85c6cc6e9d4ad28b8fe8a991c19e846635d5ff31 100644 (file)
@@ -288,6 +288,7 @@ if test $ac_cv_func_chown_works = yes; then
   AC_DEFINE(HAVE_CHOWN, 1,
             [Define if your system has a working `chown' function.])
 fi
+rm -f conftestchown
 ])# AC_FUNC_CHOWN
 
 
@@ -674,6 +675,7 @@ else
   # have an lstat function.
   ac_cv_func_lstat_dereferences_slashed_symlink=no
 fi
+rm -f conftest.sym conftest.file
 ])
 
 test $ac_cv_func_lstat_dereferences_slashed_symlink = yes &&
@@ -1138,6 +1140,7 @@ AC_DEFINE_UNQUOTED(SELECT_TYPE_ARG234, ($[2]),
                    [Define to the type of args 2, 3 and 4 for `select'.])
 AC_DEFINE_UNQUOTED(SELECT_TYPE_ARG5, ($[3]),
                    [Define to the type of arg 5 for `select'.])
+rm -f conftest*
 ])# AC_FUNC_SELECT_ARGTYPES
 
 
@@ -1399,6 +1402,7 @@ if test $ac_cv_func_utime_null = yes; then
             [Define if `utime(file, NULL)' sets file's timestamp to the
              present.])
 fi
+rm -f conftestdata
 ])# AC_FUNC_UTIME_NULL
 
 
index 4f6a78fc3f1a1c1e91df21a36dfb9ce523acd7a2..c45bd409893db107003b0650a1086a89175ea42c 100644 (file)
@@ -3796,7 +3796,8 @@ define([_AC_COMPUTE_INT],
   _AC_COMPUTE_INT_COMPILE([$1], [$2], [$3])
 else
  _AC_COMPUTE_INT_RUN([$1], [$2], [$3], [$4])
-fi[]dnl
+fi
+rm -f conftestval[]dnl
 ])# _AC_COMPUTE_INT
 
 
index c60ebc69102a766ad878594a722a4cab67e9b4cd..e1f754de40efd59fd3e7bb9a92bc5b17f7a6b7e8 100644 (file)
--- a/aclang.m4
+++ b/aclang.m4
@@ -1671,7 +1671,7 @@ AC_COMPILE_IFELSE(
 
   LIBS=$ac_save_LIBS
   AC_LANG_POP()dnl
-  rm -f cf77_test*])
+  rm -f cf77_test* conftest*])
 AC_LANG_POP()dnl
 ])
 ])# _AC_F77_NAME_MANGLING
index a85220b0d7c6d58069c579bcccb2fb19a9b4d679..d228b5585b8b4a6175cfacabe74da3be7b95c3c1 100644 (file)
@@ -997,7 +997,8 @@ $5], [$6])],
 done])
 if test "$$3" != no; then
   AC_DEFINE_UNQUOTED([$1], [$$3], [$4])
-fi[]dnl
+fi
+rm -f conftest*[]dnl
 ])# _AC_SYS_LARGEFILE_MACRO_VALUE
 
 
index c60ebc69102a766ad878594a722a4cab67e9b4cd..e1f754de40efd59fd3e7bb9a92bc5b17f7a6b7e8 100644 (file)
@@ -1671,7 +1671,7 @@ AC_COMPILE_IFELSE(
 
   LIBS=$ac_save_LIBS
   AC_LANG_POP()dnl
-  rm -f cf77_test*])
+  rm -f cf77_test* conftest*])
 AC_LANG_POP()dnl
 ])
 ])# _AC_F77_NAME_MANGLING
index c60ebc69102a766ad878594a722a4cab67e9b4cd..e1f754de40efd59fd3e7bb9a92bc5b17f7a6b7e8 100644 (file)
@@ -1671,7 +1671,7 @@ AC_COMPILE_IFELSE(
 
   LIBS=$ac_save_LIBS
   AC_LANG_POP()dnl
-  rm -f cf77_test*])
+  rm -f cf77_test* conftest*])
 AC_LANG_POP()dnl
 ])
 ])# _AC_F77_NAME_MANGLING
index 966635b4db4889e1e1f969d38b491c2c112d75d9..85c6cc6e9d4ad28b8fe8a991c19e846635d5ff31 100644 (file)
@@ -288,6 +288,7 @@ if test $ac_cv_func_chown_works = yes; then
   AC_DEFINE(HAVE_CHOWN, 1,
             [Define if your system has a working `chown' function.])
 fi
+rm -f conftestchown
 ])# AC_FUNC_CHOWN
 
 
@@ -674,6 +675,7 @@ else
   # have an lstat function.
   ac_cv_func_lstat_dereferences_slashed_symlink=no
 fi
+rm -f conftest.sym conftest.file
 ])
 
 test $ac_cv_func_lstat_dereferences_slashed_symlink = yes &&
@@ -1138,6 +1140,7 @@ AC_DEFINE_UNQUOTED(SELECT_TYPE_ARG234, ($[2]),
                    [Define to the type of args 2, 3 and 4 for `select'.])
 AC_DEFINE_UNQUOTED(SELECT_TYPE_ARG5, ($[3]),
                    [Define to the type of arg 5 for `select'.])
+rm -f conftest*
 ])# AC_FUNC_SELECT_ARGTYPES
 
 
@@ -1399,6 +1402,7 @@ if test $ac_cv_func_utime_null = yes; then
             [Define if `utime(file, NULL)' sets file's timestamp to the
              present.])
 fi
+rm -f conftestdata
 ])# AC_FUNC_UTIME_NULL
 
 
index 4f6a78fc3f1a1c1e91df21a36dfb9ce523acd7a2..c45bd409893db107003b0650a1086a89175ea42c 100644 (file)
@@ -3796,7 +3796,8 @@ define([_AC_COMPUTE_INT],
   _AC_COMPUTE_INT_COMPILE([$1], [$2], [$3])
 else
  _AC_COMPUTE_INT_RUN([$1], [$2], [$3], [$4])
-fi[]dnl
+fi
+rm -f conftestval[]dnl
 ])# _AC_COMPUTE_INT
 
 
index c60ebc69102a766ad878594a722a4cab67e9b4cd..e1f754de40efd59fd3e7bb9a92bc5b17f7a6b7e8 100644 (file)
@@ -1671,7 +1671,7 @@ AC_COMPILE_IFELSE(
 
   LIBS=$ac_save_LIBS
   AC_LANG_POP()dnl
-  rm -f cf77_test*])
+  rm -f cf77_test* conftest*])
 AC_LANG_POP()dnl
 ])
 ])# _AC_F77_NAME_MANGLING
index a85220b0d7c6d58069c579bcccb2fb19a9b4d679..d228b5585b8b4a6175cfacabe74da3be7b95c3c1 100644 (file)
@@ -997,7 +997,8 @@ $5], [$6])],
 done])
 if test "$$3" != no; then
   AC_DEFINE_UNQUOTED([$1], [$$3], [$4])
-fi[]dnl
+fi
+rm -f conftest*[]dnl
 ])# _AC_SYS_LARGEFILE_MACRO_VALUE