[Libreoffice-commits] .: autogen.sh

Miklos Vajna vmiklos at kemper.freedesktop.org
Mon Aug 29 01:17:54 PDT 2011


 autogen.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e4278fa98956f98519270b9bb74d59a799243ccf
Author: Miklos Vajna <vmiklos at frugalware.org>
Date:   Mon Aug 29 09:04:42 2011 +0200

    autogen.sh: don't touch autogen.lastrun if it already exists

diff --git a/autogen.sh b/autogen.sh
index edf6200..6135d17 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -149,7 +149,7 @@ if (defined $ENV{NOCONFIGURE}) {
             close ($fh);
         }
     }
-    else
+    elsif ( ! -e "autogen.lastrun")
     {
         system("touch autogen.lastrun");
     }


More information about the Libreoffice-commits mailing list