From 7415e275933530c7510fbfc1fa486d38f88c9c93 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Sun, 6 Jan 2019 12:12:48 -0500 Subject: [PATCH] Bump dxcommon for depfiles updates. The older snippets fail with Automake 1.16. Also update the URIs used in gitmodules to HTTPS variants. --- .gitmodules | 4 ++-- Makefile.am | 4 +++- common | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 13c6889..742c1f9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "gnulib"] path = gnulib - url = git://git.savannah.gnu.org/gnulib.git + url = https://git.savannah.gnu.org/r/gnulib.git [submodule "common"] path = common - url = git://git.draconx.ca/dxcommon.git + url = https://git.draconx.ca/dxcommon.git diff --git a/Makefile.am b/Makefile.am index 83b6c6a..c597499 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# Copyright © 2011-2012 Nick Bowler +# Copyright © 2011-2013,2019 Nick Bowler # # License WTFPL2: Do What The Fuck You Want To Public License, version 2. # This is free software: you are free to do what the fuck you want to. @@ -22,6 +22,8 @@ AM_CFLAGS = $(GSL_CFLAGS) MAINTAINERCLEANFILES = src/scan.c src/scan.h src/scan.stamp \ src/parse.c src/parse.h src/parse.stamp +DISTCLEANFILES = + CLEANFILES = src/validtypes.h src/errtab.h src/namespecs.h src/ordspecs.h \ test/typegen.h diff --git a/common b/common index 483b5af..92a8970 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 483b5af7a619117ae6ec3435bb8689e764e928a0 +Subproject commit 92a89700c65e52fac8c2cace51a7112d60b3f42f -- 2.43.0