From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x333.google.com (mail-wm1-x333.google.com [IPv6:2a00:1450:4864:20::333]) by sourceware.org (Postfix) with ESMTPS id 89078385840B for ; Wed, 24 Nov 2021 07:44:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 89078385840B Received: by mail-wm1-x333.google.com with SMTP id p18so1353336wmq.5 for ; Tue, 23 Nov 2021 23:44:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=5swsyPQ/Ps7U7jiDANLu9TgrgwCm0Ll5bOmaeZvoti8=; b=rX4FpWhgUtI2hJuDFiWtlr8eZ6WgoBv3SE44ZaGaEupCOqdBWwAuRcTy1LDVR5vHcG njhmMeFU8OgOyom9Hydqj1vnsDfioF3l9dPNzs00XruN35kHzwipdSeOd4fPDTkbn4Bq HsBy7kUKEXpiZTMnFHwhfFOdPCj+J13AvUYNS1N+SQ4YCDoaXQUjaUd1Tm8hJcuHUQMY uZIbrXYU7/2+JIrs788aXU5zXDQlhkg1JoJouXSN9D2shzwyIS24Ie5b8NzK3/H13D57 cV2I2MbpAF0CINTHqnNdy0nf31ZFH/51vOqe4ikT2FM/PmSh31K8ompUbdoKOG3tPGrd e6PA== X-Gm-Message-State: AOAM532iBfONQwpuvRsH1b7+JsC8RShbP3/ikoZ6OmcQOZzOBA4tNppz U8u8RAIe2HYfRGoJIpSq4/sr X-Google-Smtp-Source: ABdhPJw+v6gIoQK6mqdfH76yMJRKk3oJFA415Nw9D8Pr7SQHRhNm2suvAb03rzUk5scFbTZueyWk1w== X-Received: by 2002:a1c:c917:: with SMTP id f23mr13212174wmb.10.1637739868517; Tue, 23 Nov 2021 23:44:28 -0800 (PST) Received: from takamaka.home ([2a01:cb22:1d5:1100:f888:fbb3:c780:913d]) by smtp.gmail.com with ESMTPSA id h15sm4445182wmq.32.2021.11.23.23.44.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 23 Nov 2021 23:44:27 -0800 (PST) Received: by takamaka.home (Postfix, from userid 1000) id 4E7E6A4A7B; Wed, 24 Nov 2021 11:44:25 +0400 (+04) Date: Wed, 24 Nov 2021 11:44:25 +0400 From: Joel Brobecker To: Enze Li Cc: Joel Brobecker , gdb-patches@sourceware.org Subject: Re: [PATCH] gdb: AC_INIT should be called with package and version arguments Message-ID: References: <6b270217-7410-9ae2-cfeb-a05c158704c2@polymtl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2021 07:44:31 -0000 > Thanks for the review. > > BTW, I'm not familiar with the release process. > Where can I find documentation on the release process? There's a relatively old description of the process in our "Internals" manual. https://sourceware.org/gdb/wiki/Internals I use a set of scripts that automate most of the process. In a nutshell, if you change gdb/version.in, I'll have to adapt my scripts to follow. -- Joel