diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-08-26 22:01:10 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-08-26 22:01:10 +0300 |
commit | 340b2837d42b956dbf9d34f9a66c674bb62ca377 (patch) | |
tree | 5ff147390f457eebc06628bcca06cb6d7c59d0c9 /support | |
parent | 251db3795ba7dc4054c2df486c0e0e91e0b28f58 (diff) | |
parent | 585a9456283db7169ea53a328824e55deb998d8f (diff) | |
download | egawk-340b2837d42b956dbf9d34f9a66c674bb62ca377.tar.gz egawk-340b2837d42b956dbf9d34f9a66c674bb62ca377.tar.bz2 egawk-340b2837d42b956dbf9d34f9a66c674bb62ca377.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'support')
-rw-r--r-- | support/ChangeLog | 5 | ||||
-rw-r--r-- | support/Makefile.am | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/support/ChangeLog b/support/ChangeLog index 66987e2c..915a49a9 100644 --- a/support/ChangeLog +++ b/support/ChangeLog @@ -1,3 +1,8 @@ +2021-08-15 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (AR): Set from @AR@ so that it can be set + at configure time. + 2021-06-30 Arnold D. Robbins <arnold@skeeve.com> * dfa.c, dynarray.h, libc-config.h, regexec.c, diff --git a/support/Makefile.am b/support/Makefile.am index 18e50204..a2d2df05 100644 --- a/support/Makefile.am +++ b/support/Makefile.am @@ -26,6 +26,8 @@ AM_CFLAGS = @CFLAGS@ AM_LDFLAGS = @LDFLAGS@ +AR = @AR@ + # Stuff to include in the dist that doesn't need it's own # Makefile.am files EXTRA_DIST = \ |