summaryrefslogtreecommitdiff
path: root/t/c-demo.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/c-demo.sh')
-rw-r--r--t/c-demo.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/c-demo.sh b/t/c-demo.sh
index 4a2c8d100..024ec578f 100644
--- a/t/c-demo.sh
+++ b/t/c-demo.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2012-2017 Free Software Foundation, Inc.
+# Copyright (C) 2012-2018 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -12,7 +12,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Demo on C support, also testing automatic dependency tracking,
# conditional SUBDIRS and convenience libraries.
@@ -76,7 +76,7 @@ nodist_lib_convenience_a_SOURCES = foo.h
# ensure that cleaning rules work correctly; an older implementation
# of automatic dependency tracking support suffered of weaknesses in
# this situation, see the "historical comments" reported in:
-# http://lists.gnu.org/archive/html/automake-patches/2012-06/msg00033.html
+# https://lists.gnu.org/archive/html/automake-patches/2012-06/msg00033.html
foo.h: $(srcdir)/foo.c
sed -n 's/.*foo *(.*/&;/p' "$(srcdir)/foo.c" >$@-t
test 1 -eq `wc -l <$@-t`