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 | 59019e17524ff08414ca3725c3dfce89d80744ca (patch) | |
tree | e131c05b2b90903bb342dfa56459de0227a5574a | |
parent | 3dec2a3941e29f5581b098d62615310fc6429cf6 (diff) | |
download | mdk-59019e17524ff08414ca3725c3dfce89d80744ca.tar.gz mdk-59019e17524ff08414ca3725c3dfce89d80744ca.tar.bz2 |
initial revision
-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 |