]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Use "rm -f" to remove conftest.sed.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 5 Jan 2004 06:18:09 +0000 (06:18 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 5 Jan 2004 06:18:09 +0000 (06:18 +0000)
ChangeLog
lib/autoconf/general.m4

index 7b16def1161dc17909d5b7bd9e8f357d03cea6f0..f5d162be554377830148f8c6c150df2866c0ecdf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-01-04  Paul Eggert  <eggert@twinsun.com>
+
+       * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
+       Use "rm -f" to remove conftest.sed, not plain "rm".
+       Bug reported by David Relson in
+       <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
+
 2004-01-03  Paul Eggert  <eggert@twinsun.com>
 
        * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
 
 -----
 
-Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Autoconf.
 
index 5bc4e46920a72ce2e26e4fdf4d7f72859e90299c..e39922a3dfe9ccd23d253ff44855cae5d6902628 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Parameterized macros.
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2003, Free Software Foundation, Inc.
+# 2002, 2003, 2004 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -1476,7 +1476,7 @@ cat <<\_ACEOF >conftest.sed
 [s/[\\$]/&&/g;s/;s,x,x,$//]
 _ACEOF
 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
-rm conftest.sed
+rm -f conftest.sed
 ])# AC_ARG_PROGRAM