From 8f07feaa6e5fc7a1e5e779b44b16d9a22029c840 Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Sun, 18 Sep 2011 11:30:33 -0400 Subject: Remove config.parms The functionality provided by config.parms (saving the arguments given to configure) has been superseded by autogen.lastrun. --- bin/lo-pack-sources | 1 - 1 file changed, 1 deletion(-) (limited to 'bin') diff --git a/bin/lo-pack-sources b/bin/lo-pack-sources index f2c0818731ea..cb4372fd9002 100755 --- a/bin/lo-pack-sources +++ b/bin/lo-pack-sources @@ -141,7 +141,6 @@ sub generate_lo_piece_blacklist($) print BLACKLIST "autogen.lastrun\n"; print BLACKLIST "clone/*\n"; print BLACKLIST "config.log\n"; - print BLACKLIST "config.parms\n"; print BLACKLIST "git-hooks\n"; print BLACKLIST "Env.Host.sh\n"; print BLACKLIST "src/tmp*\n"; -- cgit