From f4f4b5ff37b19df733987670a5689e3f49de55ca Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 19 Jun 2004 02:39:07 +0000 Subject: This is the large automake/gettext commit. It cleans up the whole build system and drops generated files such as intl/ and some from po/. The package version is moved to configure.in. HTML -> txt conversion is now done in html2txt.sh To bootstrap the package, read README.svn, make sure you have all prerequisite packages installed, then run ./bootstrap.sh. svn path=/trunk/; revision=3907 --- m4/Makefile.am | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 m4/Makefile.am (limited to 'm4') diff --git a/m4/Makefile.am b/m4/Makefile.am new file mode 100644 index 00000000..f4a119bb --- /dev/null +++ b/m4/Makefile.am @@ -0,0 +1,29 @@ +EXTRA_DIST= \ +codeset.m4 \ +gettext.m4 \ +glibc21.m4 \ +iconv.m4 \ +intdiv0.m4 \ +intmax.m4 \ +inttypes-pri.m4 \ +inttypes.m4 \ +inttypes_h.m4 \ +isc-posix.m4 \ +lcmessage.m4 \ +lib-ld.m4 \ +lib-link.m4 \ +lib-prefix.m4 \ +longdouble.m4 \ +longlong.m4 \ +nls.m4 \ +po.m4 \ +printf-posix.m4 \ +progtest.m4 \ +signed.m4 \ +size_max.m4 \ +stdint_h.m4 \ +uintmax_t.m4 \ +ulonglong.m4 \ +wchar_t.m4 \ +wint_t.m4 \ +xsize.m4 -- cgit v1.2.3