diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-09-18 21:23:37 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-09-18 21:23:37 +0300 |
commit | 7bef3e3f1db4dccc35a91e6bb16fdc4bbd2535a1 (patch) | |
tree | a8ae6e1a781b646c2795b6ae920faf544d7b822c /extension/build-aux/depcomp | |
parent | 34f9713c690622a95a13ab13aca5e86cd747c689 (diff) | |
download | egawk-7bef3e3f1db4dccc35a91e6bb16fdc4bbd2535a1.tar.gz egawk-7bef3e3f1db4dccc35a91e6bb16fdc4bbd2535a1.tar.bz2 egawk-7bef3e3f1db4dccc35a91e6bb16fdc4bbd2535a1.zip |
Update many build-aux files.
Diffstat (limited to 'extension/build-aux/depcomp')
-rwxr-xr-x | extension/build-aux/depcomp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/build-aux/depcomp b/extension/build-aux/depcomp index b6872321..4527c641 100755 --- a/extension/build-aux/depcomp +++ b/extension/build-aux/depcomp @@ -1,7 +1,7 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2016-01-11.22; # UTC +scriptversion=2017-09-16.17; # UTC # Copyright (C) 1999-2017 Free Software Foundation, Inc. @@ -16,7 +16,7 @@ scriptversion=2016-01-11.22; # UTC # 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/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a |