diff options
Diffstat (limited to 't/remake-gnulib-add-header.sh')
-rw-r--r-- | t/remake-gnulib-add-header.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/remake-gnulib-add-header.sh b/t/remake-gnulib-add-header.sh index 51190a274..b1c2cd30e 100644 --- a/t/remake-gnulib-add-header.sh +++ b/t/remake-gnulib-add-header.sh @@ -12,13 +12,13 @@ # 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/>. # Test remake rules when a new C header "guarded" by AC_SUBST'd # variables is added. # This test overlaps with others, and is not strictly necessary per se, # but it exercises a real use case (from gnulib, see: -# <http://lists.gnu.org/archive/html/bug-gnulib/2011-04/msg00005.html> +# <https://lists.gnu.org/archive/html/bug-gnulib/2011-04/msg00005.html> # for more info). required=cc |