diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2002-12-08 01:39:09 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2002-12-08 01:39:09 +0000 |
commit | 85843e41e713f34d590a5dba7308ccc3e0f84031 (patch) | |
tree | e18573cfa690956efa94676d245b56e5c9643c4e /m4 | |
parent | 8582177687b5e6a0050b9f9f596cdc5793307a4f (diff) | |
download | mdk-85843e41e713f34d590a5dba7308ccc3e0f84031.tar.gz mdk-85843e41e713f34d590a5dba7308ccc3e0f84031.tar.bz2 |
initial revision
Diffstat (limited to 'm4')
-rw-r--r-- | m4/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am new file mode 100644 index 0000000..be35922 --- /dev/null +++ b/m4/Makefile.am @@ -0,0 +1,3 @@ +# EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 + +EXTRA_DIST = *.m4 |