From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C094A158020 for ; Tue, 22 Nov 2022 01:05:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4981E08E0; Tue, 22 Nov 2022 01:05:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 939B5E08E0 for ; Tue, 22 Nov 2022 01:05:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F82E33BF51 for ; Tue, 22 Nov 2022 01:05:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47A8475E for ; Tue, 22 Nov 2022 01:05:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1669079093.dc2275bd7b332f3c3c387099cadf1b7fc1b1a7b3.sam@gentoo> Subject: [gentoo-commits] proj/eselect-vi:master commit in: / X-VCS-Repository: proj/eselect-vi X-VCS-Files: configure.ac X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dc2275bd7b332f3c3c387099cadf1b7fc1b1a7b3 X-VCS-Branch: master Date: Tue, 22 Nov 2022 01:05:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 111eec3a-3c00-43ab-83e3-7b85604bab78 X-Archives-Hash: bf8d7610a8e2c7453fc6f38f93d8e932 commit: dc2275bd7b332f3c3c387099cadf1b7fc1b1a7b3 Author: Sam James gentoo org> AuthorDate: Tue Nov 22 00:57:24 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 22 01:04:53 2022 +0000 URL: https://gitweb.gentoo.org/proj/eselect-vi.git/commit/?id=dc2275bd Tidy up configure.ac Signed-off-by: Sam James gentoo.org> configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 6246445..106fbc7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,5 @@ -AC_INIT([eselect-vi], m4_esyscmd([build-aux/git-version-gen .tarball-version])) +AC_INIT([eselect-vi],[m4_esyscmd(build-aux/git-version-gen .tarball-version)]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz]) -# Create output files. AC_CONFIG_FILES([Makefile vi.eselect]) - AC_OUTPUT