From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 910F31F803 for ; Tue, 8 Jan 2019 08:05:45 +0000 (UTC) Received: from localhost ([127.0.0.1]:42557 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggmOM-0002zA-Mg for normalperson@yhbt.net; Tue, 08 Jan 2019 03:05:42 -0500 Received: from eggs.gnu.org ([209.51.188.92]:49971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggmOJ-0002z3-3m for bug-gnulib@gnu.org; Tue, 08 Jan 2019 03:05:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggmOI-0000q2-6N for bug-gnulib@gnu.org; Tue, 08 Jan 2019 03:05:39 -0500 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::11]:34464) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ggmOE-0008FI-CR for bug-gnulib@gnu.org; Tue, 08 Jan 2019 03:05:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1546934712; s=strato-dkim-0002; d=clisp.org; h=References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=mmy9qqADObcKRwFFkBMq+7GlemtvDxgNVMOTwd2L/tQ=; b=XwVfCd8I/SPuC2YyVOv6WY8H98+eVzAtzPjaGYAGtM5PJJePLRN1mtFwjyOT2JnvXo xKCHRHjGUAeRwihqAoHJIOt/zBcvUBqI54xrFroEK2viBK0iWezlNsXmRW3vYSzLGhbm gM2UyBU0UZ/5doEYvDSqvwyi3bw6rjdC0IcFHZDAL7DTTCnUyabN5FkSOCjR5WTGY0tR Rz9h7BAF+ezSjS9XQ2J9hnb2BPBeexAYXzdUMZtMKp+kuFqQMiq1B4O4lPhpMT7tNtcg NtXILu9FwyWzervRGm0wVNdhivpIUIHHuveR/+LwtHRXegsZGGsYSg56bfbINVwxNIKF OBSQ== X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH+AHjwLuWOGKf2y/s=" X-RZG-CLASS-ID: mo00 Received: from bruno.haible.de by smtp.strato.de (RZmta 44.9 DYNA|AUTH) with ESMTPSA id v0a34ev0885CKpr (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Tue, 8 Jan 2019 09:05:12 +0100 (CET) From: Bruno Haible To: Andrew Pennebaker Subject: Re: cmake support Date: Tue, 08 Jan 2019 09:05:11 +0100 Message-ID: <12787044.C9AkkvOQ3m@omega> User-Agent: KMail/5.1.3 (Linux/4.4.0-141-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: References: <6589477.oZLneipaSj@kdudka-nb> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a01:238:20a:202:5300::11 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kamil Dudka , bug-gnulib@gnu.org Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" Andrew Pennebaker wrote: > CONFIGURE_COMMAND "${PROJECT_SOURCE_DIR}/gnulib/gnulib-tool" --dir > "${PROJECT_SOURCE_DIR}/gnulib-prefix/src/gnulib-build" --import openat # && > autoreconf -i && ./configure I don't know if you intend to make releases with tarballs from your project. But if so, the gnulib-tool and autoreconf steps need to be invoked _before_ generation of the tarball (on the maintainer's machine), and the configure step needs to be invoked _after_ unpacking the tarball (on the target machine). Bruno