[Libreoffice-commits] .: bin/lo-pack-sources configure.in .gitignore

Peter Foley pefoley2 at kemper.freedesktop.org
Sun Sep 18 13:55:33 PDT 2011


 .gitignore          |    1 -
 bin/lo-pack-sources |    1 -
 configure.in        |    1 -
 3 files changed, 3 deletions(-)

New commits:
commit 8f07feaa6e5fc7a1e5e779b44b16d9a22029c840
Author: Peter Foley <pefoley2 at verizon.net>
Date:   Sun Sep 18 11:30:33 2011 -0400

    Remove config.parms
    
    The functionality provided by config.parms (saving the arguments given to
    configure) has been superseded by autogen.lastrun.

diff --git a/.gitignore b/.gitignore
index b7877e3..3a4e8a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,7 +47,6 @@
 /ChangeLog
 /config.guess
 /config.log
-/config.parms
 /config.status
 /configure
 /desktop/scripts/soffice.sh
diff --git a/bin/lo-pack-sources b/bin/lo-pack-sources
index f2c0818..cb4372f 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";
diff --git a/configure.in b/configure.in
index 7db548b..fb9b028 100755
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,6 @@ dnl in order to create a configure script.
 
 AC_INIT([LibreOffice], [3.5],,, [http://documentfoundation.org/])
 AC_PREREQ(2.50)
-echo "$@" >config.parms
 
 dnl ===================================================================
 dnl Optional Features (--enable/disable-)


More information about the Libreoffice-commits mailing list