summaryrefslogtreecommitdiff
path: root/PLANS
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-01-18 16:28:54 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-01-18 16:28:54 +0100
commit2c0fe206d94f1b2a8ee4d40e5b1841d003fd7319 (patch)
tree37edd8843776a7cd3892a2de7d4666906093c078 /PLANS
parenta787b9caa6b6970e48e3a2f512077446386fc838 (diff)
parentf78b0f0b2741fcdd4e21151758a8a75ddaa8aa17 (diff)
downloadautomake-2c0fe206d94f1b2a8ee4d40e5b1841d003fd7319.tar.gz
Merge branch 'rm-f-probe' into maint
* rm-f-probe: init.m4: add probe to check "rm -f" without args work
Diffstat (limited to 'PLANS')
-rw-r--r--PLANS/rm-f-without-args.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/PLANS/rm-f-without-args.txt b/PLANS/rm-f-without-args.txt
index 5d39e220d..5362f98e6 100644
--- a/PLANS/rm-f-without-args.txt
+++ b/PLANS/rm-f-without-args.txt
@@ -13,13 +13,13 @@ accordingly, to get rid of the awful idiom:
See automake bug#10828.
-For Automake 1.13.2 (or 1.13.3)
--------------------------------
+For Automake 1.13.2 (DONE)
+--------------------------
Add a temporary "probe check" in AM_INIT_AUTOMAKE that verifies that
the no-args "rm -f" usage is supported on the system configure is
-being run on; complain loudly (but not with a fatal error) if this is
-not the case, and tell the user to report the situation to us.
+being run on; complain loudly if this is not the case, and tell the
+user to report the situation to us.
For Automake 1.14
-----------------