diff options
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 8baacf3c..81b564aa 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 = \ |