gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r9742: update autoconf to 2.72d


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9742: update autoconf to 2.72d
Date: Fri, 1 Dec 2023 20:37:58 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9742
revision-id: carlhansen@gnu.org-20231202013753-no199f41l4fayzi5
parent: carlhansen@gnu.org-20231202004149-rvkv3b5dqsl6pghd
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Fri 2023-12-01 17:37:53 -0800
message:
  update autoconf to 2.72d
added:
  pkg/gnu/autoconf-alpha/        autoconfalpha-20231202013733-v8ukwmb2kaphro57-1
  pkg/gnu/autoconf-alpha/Makefile makefile-20231202013733-v8ukwmb2kaphro57-3
  pkg/gnu/autoconf-alpha/config.mk config.mk-20231202013733-v8ukwmb2kaphro57-2
  pkg/gnu/autoconf-alpha/sha256sums sha256sums-20231202013733-v8ukwmb2kaphro57-4
=== added directory 'pkg/gnu/autoconf-alpha'
=== added file 'pkg/gnu/autoconf-alpha/Makefile'
--- a/pkg/gnu/autoconf-alpha/Makefile   1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/autoconf-alpha/Makefile   2023-12-02 01:37:53 +0000
@@ -0,0 +1,55 @@
+# Copyright © 2013 Brandon Invergo <brandon@invergo.net>
+# Copyright © 2020,2021,2023 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+
+NAME = Autoconf
+GARNAME = autoconf
+GARVERSION = 2.72d
+
+HOME_URL = http://www.gnu.org/software/autoconf/
+DESCRIPTION = Create source code configuration scripts
+define BLURB
+Autoconf offers the developer a robust set of M4 macros which expand
+into shell code to test the features of Unix-like systems and to
+adapt automatically their software package to these systems.  The
+resulting shell scripts are self-contained and portable, freeing the
+user from needing to know anything about Autoconf or M4.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU_ALPHA)
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.xz
+SIGFILES = $(DISTNAME).tar.xz.sig
+
+BUILDDEPS =
+LIBDEPS = m4
+
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include ../../../gar/gar.lib/info.mk
+include config.mk
+
+inf:
+       echo $(WORKSRC)
+       echo $(WORKOBJ)

=== added file 'pkg/gnu/autoconf-alpha/config.mk'
--- a/pkg/gnu/autoconf-alpha/config.mk  1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/autoconf-alpha/config.mk  2023-12-02 01:37:53 +0000
@@ -0,0 +1,4 @@
+## Configuration options for autoconf ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnu/autoconf-alpha/sha256sums'
--- a/pkg/gnu/autoconf-alpha/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/autoconf-alpha/sha256sums 2023-12-02 01:37:53 +0000
@@ -0,0 +1,2 @@
+cf26a58db51faad3e9367924ca13fe80d69b351e1198848dfb21b91877be0408  
download/autoconf-2.72d.tar.xz
+8f503d75052706300b5fd03997a9dcec5ee95ddd6f6f3e8fddf941fa1104bf1b  
download/autoconf-2.72d.tar.xz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]