diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-13 21:06:45 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-13 21:06:45 +0200 |
commit | b335b9de89c16714839913b35ac5a81ec237c5e3 (patch) | |
tree | 1524363b9937832d840b4d1741e7756e24bd4b7f /test | |
parent | e8e225d7d45e44126d57097cb9209195cdaf2c22 (diff) | |
download | egawk-b335b9de89c16714839913b35ac5a81ec237c5e3.tar.gz egawk-b335b9de89c16714839913b35ac5a81ec237c5e3.tar.bz2 egawk-b335b9de89c16714839913b35ac5a81ec237c5e3.zip |
Upgrade to Automake 1.12.4 and dist bugfix.
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/Makefile.am | 1 | ||||
-rw-r--r-- | test/Makefile.in | 3 |
3 files changed, 7 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 1575d493..5dbc11a4 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2012-10-13 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (EXTRA_DIST): Add jarebug.sh. + 2012-09-23 Arnold D. Robbins <arnold@skeeve.com> * lintwarn.ok: Updated. diff --git a/test/Makefile.am b/test/Makefile.am index bb61bcaf..0dcedb6f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -380,6 +380,7 @@ EXTRA_DIST = \ jarebug.awk \ jarebug.in \ jarebug.ok \ + jarebug.sh \ lc_num1.awk \ lc_num1.ok \ leaddig.awk \ diff --git a/test/Makefile.in b/test/Makefile.in index 91652f08..38a8e91a 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.12.3 from Makefile.am. +# Makefile.in generated by automake 1.12.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2012 Free Software Foundation, Inc. @@ -584,6 +584,7 @@ EXTRA_DIST = \ jarebug.awk \ jarebug.in \ jarebug.ok \ + jarebug.sh \ lc_num1.awk \ lc_num1.ok \ leaddig.awk \ |