mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 13:47:34 +00:00
Ports/m4: Update m4 to version 1.4.19
This commit is contained in:
parent
d73bb1dcd6
commit
9846533ce4
3 changed files with 18 additions and 17 deletions
|
@ -1,8 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=m4
|
||||
version=1.4.9
|
||||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
port='m4'
|
||||
version='1.4.19'
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
config_sub_paths=("build-aux/config.sub")
|
||||
files="https://ftpmirror.gnu.org/gnu/m4/m4-${version}.tar.gz m4-${version}.tar.gz
|
||||
https://ftpmirror.gnu.org/gnu/m4/m4-${version}.tar.gz.sig m4-${version}.tar.gz.sig
|
||||
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
|
||||
|
|
|
@ -10,30 +10,30 @@ Skip building the examples, docs and avoid the checks.
|
|||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index 22781f5..4f4317d 100644
|
||||
index d54ace4..d121df1 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -20,7 +20,7 @@
|
||||
##
|
||||
## Written by Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
-SUBDIRS = . examples lib src doc checks
|
||||
+SUBDIRS = . lib src
|
||||
EXTRA_DIST = bootstrap c-boxes.el gendocs.sh GNUmakefile Makefile.maint \
|
||||
m4/gnulib-cache.m4
|
||||
DISTCLEANFILES = stamp-h
|
||||
-SUBDIRS = . examples lib src doc checks po tests
|
||||
+SUBDIRS = . lib src
|
||||
|
||||
EXTRA_DIST = bootstrap c-boxes.el cfg.mk maint.mk \
|
||||
.prev-version .version m4/gnulib-cache.m4 ChangeLog-2014
|
||||
diff --git a/Makefile.in b/Makefile.in
|
||||
index 261472b..57164a4 100644
|
||||
index 746b38c..85cb645 100644
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -267,7 +267,7 @@ sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
@@ -1952,7 +1952,7 @@ target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
-SUBDIRS = . examples lib src doc checks
|
||||
-SUBDIRS = . examples lib src doc checks po tests
|
||||
+SUBDIRS = . lib src
|
||||
EXTRA_DIST = bootstrap c-boxes.el gendocs.sh GNUmakefile Makefile.maint \
|
||||
m4/gnulib-cache.m4
|
||||
EXTRA_DIST = bootstrap c-boxes.el cfg.mk maint.mk \
|
||||
.prev-version .version m4/gnulib-cache.m4 ChangeLog-2014
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue