* 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.
This commit is contained in:
Pavel Roskin 2000-10-23 04:07:42 +00:00
parent 2c965f419d
commit 0c101b88ae
11 changed files with 30 additions and 8 deletions

View File

@ -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"

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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