diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-04-02 09:21:33 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-04-02 09:21:33 +0300 |
commit | c5a137d9ad822eedef7847fc416bbe6104e43956 (patch) | |
tree | 9f5ce66f3718174b23f32cae05906be7c628ff71 /support | |
parent | 0e98924f51b869cbf5dd6d9ddf345dedfbafc395 (diff) | |
download | egawk-c5a137d9ad822eedef7847fc416bbe6104e43956.tar.gz egawk-c5a137d9ad822eedef7847fc416bbe6104e43956.tar.bz2 egawk-c5a137d9ad822eedef7847fc416bbe6104e43956.zip |
Update to Automake 1.16.2.
Diffstat (limited to 'support')
-rw-r--r-- | support/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/support/Makefile.in b/support/Makefile.in index a6cc78a5..28e2c0ca 100644 --- a/support/Makefile.in +++ b/support/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -325,6 +325,7 @@ pkgextensiondir = @pkgextensiondir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ |