(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-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"
AC_DEFINE(HAVE_CHOWN, 1,
[Define if your system has a working `chown' function.])
fi
+rm -f conftestchown
])# AC_FUNC_CHOWN
# 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 &&
[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
[Define if `utime(file, NULL)' sets file's timestamp to the
present.])
fi
+rm -f conftestdata
])# AC_FUNC_UTIME_NULL
_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
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
done])
if test "$$3" != no; then
AC_DEFINE_UNQUOTED([$1], [$$3], [$4])
-fi[]dnl
+fi
+rm -f conftest*[]dnl
])# _AC_SYS_LARGEFILE_MACRO_VALUE
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
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
AC_DEFINE(HAVE_CHOWN, 1,
[Define if your system has a working `chown' function.])
fi
+rm -f conftestchown
])# AC_FUNC_CHOWN
# 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 &&
[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
[Define if `utime(file, NULL)' sets file's timestamp to the
present.])
fi
+rm -f conftestdata
])# AC_FUNC_UTIME_NULL
_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
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
done])
if test "$$3" != no; then
AC_DEFINE_UNQUOTED([$1], [$$3], [$4])
-fi[]dnl
+fi
+rm -f conftest*[]dnl
])# _AC_SYS_LARGEFILE_MACRO_VALUE