From: Pavel Roskin Date: Mon, 23 Oct 2000 04:07:42 +0000 (+0000) Subject: * acfunctions.m4 (AC_FUNC_CHOWN): Remove temporary files on exit. X-Git-Tag: autoconf-2.50~545 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c101b88aebb2b2c4426dd4aa0e91eb0857e6046;p=thirdparty%2Fautoconf.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 3b707bc57..1312c970a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2000-10-21 Pavel Roskin + + * 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 * tests/tools.m4 (autoupdating AC_LINK FILES): Clean up "src1" diff --git a/acfunctions.m4 b/acfunctions.m4 index 966635b4d..85c6cc6e9 100644 --- a/acfunctions.m4 +++ b/acfunctions.m4 @@ -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 diff --git a/acgeneral.m4 b/acgeneral.m4 index 4f6a78fc3..c45bd4098 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -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 diff --git a/aclang.m4 b/aclang.m4 index c60ebc691..e1f754de4 100644 --- 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 diff --git a/acspecific.m4 b/acspecific.m4 index a85220b0d..d228b5585 100644 --- a/acspecific.m4 +++ b/acspecific.m4 @@ -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 diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4 index c60ebc691..e1f754de4 100644 --- a/lib/autoconf/c.m4 +++ b/lib/autoconf/c.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 diff --git a/lib/autoconf/fortran.m4 b/lib/autoconf/fortran.m4 index c60ebc691..e1f754de4 100644 --- a/lib/autoconf/fortran.m4 +++ b/lib/autoconf/fortran.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 diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4 index 966635b4d..85c6cc6e9 100644 --- a/lib/autoconf/functions.m4 +++ b/lib/autoconf/functions.m4 @@ -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 diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 4f6a78fc3..c45bd4098 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -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 diff --git a/lib/autoconf/lang.m4 b/lib/autoconf/lang.m4 index c60ebc691..e1f754de4 100644 --- a/lib/autoconf/lang.m4 +++ b/lib/autoconf/lang.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 diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4 index a85220b0d..d228b5585 100644 --- a/lib/autoconf/specific.m4 +++ b/lib/autoconf/specific.m4 @@ -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