diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 4 | ||||
-rw-r--r-- | m4/Makefile.am | 11 |
2 files changed, 14 insertions, 1 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 2ba90ba17..9ed0d91f7 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2006-06-25 Werner Koch <[email protected]> + + * Makefile.am: Added noexecstack.m4 and ldap.m4 + 2006-05-22 Marcus Brinkmann <[email protected]> * noexecstack.m4: New file. diff --git a/m4/Makefile.am b/m4/Makefile.am index 761f48373..91b623f6d 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1 +1,10 @@ -EXTRA_DIST = intmax.m4 longdouble.m4 longlong.m4 printf-posix.m4 signed.m4 size_max.m4 wchar_t.m4 wint_t.m4 xsize.m4 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 nls.m4 po.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 readline.m4 libcurl.m4 libusb.m4 tar-ustar.m4 +EXTRA_DIST = intmax.m4 longdouble.m4 longlong.m4 printf-posix.m4 \ + signed.m4 size_max.m4 wchar_t.m4 wint_t.m4 xsize.m4 \ + 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 nls.m4 \ + po.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 \ + readline.m4 libcurl.m4 libusb.m4 tar-ustar.m4 \ + ldap.m4 \ + noexecstack.m4 + |