aboutsummaryrefslogtreecommitdiffstats
path: root/extension
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-12-16 22:45:51 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-12-16 22:45:51 +0200
commit3060d9149dc3077161f14a7e13748d0f49f12f69 (patch)
treed6961593a824c2f11489337edada03b63ddc6165 /extension
parent9ba56d858e953d2c2e83ba04cfcceb55899dbedd (diff)
parent354ee4e5a78dccc67817c0f223fcc072355d35be (diff)
downloadegawk-3060d9149dc3077161f14a7e13748d0f49f12f69.tar.gz
egawk-3060d9149dc3077161f14a7e13748d0f49f12f69.tar.bz2
egawk-3060d9149dc3077161f14a7e13748d0f49f12f69.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'extension')
-rw-r--r--extension/ChangeLog5
-rw-r--r--extension/Makefile.am1
-rw-r--r--extension/Makefile.in1
3 files changed, 7 insertions, 0 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog
index 65a419df..a700092d 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,5 +1,10 @@
2015-12-16 Arnold D. Robbins <arnold@skeeve.com>
+ * Makefile.am (EXTRA_DIST): Add ext_custom.h so that it will be
+ included in the distribution tarballs.
+
+2015-12-16 Arnold D. Robbins <arnold@skeeve.com>
+
Make change of 2015-10-26 actually work.
* ext_custom.h: New file. Move _DEFAULT_SOURCE dance to here.
diff --git a/extension/Makefile.am b/extension/Makefile.am
index ff9e9073..de0513b0 100644
--- a/extension/Makefile.am
+++ b/extension/Makefile.am
@@ -118,6 +118,7 @@ uninstall-recursive: uninstall-so
EXTRA_DIST = build-aux/config.rpath \
ChangeLog \
ChangeLog.0 \
+ ext_custom.h \
fts.3 \
README.fts \
rwarray0.c
diff --git a/extension/Makefile.in b/extension/Makefile.in
index 868781ca..629c5e6b 100644
--- a/extension/Makefile.in
+++ b/extension/Makefile.in
@@ -564,6 +564,7 @@ testext_la_LIBADD = $(MY_LIBS)
EXTRA_DIST = build-aux/config.rpath \
ChangeLog \
ChangeLog.0 \
+ ext_custom.h \
fts.3 \
README.fts \
rwarray0.c