Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5012D9EDB for ; Wed, 5 Oct 2011 12:13:08 +0000 (UTC) Received: (qmail 93684 invoked by uid 500); 5 Oct 2011 12:13:08 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 93641 invoked by uid 500); 5 Oct 2011 12:13:08 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 93633 invoked by uid 99); 5 Oct 2011 12:13:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2011 12:13:08 +0000 X-ASF-Spam-Status: No, hits=3.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jogischmidt@googlemail.com designates 209.85.214.47 as permitted sender) Received: from [209.85.214.47] (HELO mail-bw0-f47.google.com) (209.85.214.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2011 12:13:03 +0000 Received: by bke11 with SMTP id 11so2057911bke.6 for ; Wed, 05 Oct 2011 05:12:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=d5UtP2ZxWQC2h7G/khXaRr3c+IhoQ8L6aNO/UknAjhM=; b=NIfZ8IjcjE2On1mUknSXvLIJmpPENMo2hLozkQ2nOWNbjDyV/JNqD14jzOU23wNKI3 iTJiwk/vBIU3HkesfjPZ60fYh9sUPBsxMWNva+Kd3uik6sqSEhAVsIAUxyzBPtW6zf8B qgqKjItmzwyaLMOmBMql7seM4cEDhD+MjALUM= MIME-Version: 1.0 Received: by 10.204.131.217 with SMTP id y25mr1441894bks.281.1317816762048; Wed, 05 Oct 2011 05:12:42 -0700 (PDT) Received: by 10.204.141.75 with HTTP; Wed, 5 Oct 2011 05:12:41 -0700 (PDT) Date: Wed, 5 Oct 2011 14:12:41 +0200 Message-ID: Subject: [CODE] insert configure up-to-date check in configure.in, remove configure From: =?UTF-8?Q?J=C3=BCrgen_Schmidt?= To: ooo-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=001517447ec6fb20b004ae8c1fbc --001517447ec6fb20b004ae8c1fbc Content-Type: text/plain; charset=UTF-8 Hi, to avoid configure runs with an out-dated file, i have insert an up-to-date check as the first action in configure.in and have removed the existing configure file. As discussed earlier it is recommended to run autoconf the first time and generate a new configure. The check simply breaks a configure run when the existing configure file is older than the existing configure.in file. Juergen --001517447ec6fb20b004ae8c1fbc--