Remove the ispell stuff, it's useless, most editors know how to do this,
[apps/madmutt.git] / m4 / Makefile.am
1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
2
3 ##m4-files-begin
4 EXTRA_DIST = Makefile.am.in \
5 codeset.m4 \
6 curslib.m4 \
7 funcdecl.m4 \
8 gettext.m4 \
9 gperf.m4 \
10 iconv.m4 \
11 intmax.m4 \
12 inttypes_h.m4 \
13 inttypes-h.m4 \
14 inttypes-pri.m4 \
15 lcmessage.m4 \
16 libesmtp.m4 \
17 lib-ld.m4 \
18 lib-link.m4 \
19 lib-prefix.m4 \
20 lock.m4 \
21 longdouble.m4 \
22 longlong.m4 \
23 nls.m4 \
24 po.m4 \
25 progtest.m4 \
26 size_max.m4 \
27 stdint_h.m4 \
28 uintmax_t.m4 \
29 ulonglong.m4 \
30 visibility.m4 \
31 wchar_t.m4 \
32 wint_t.m4 \
33 xsize.m4
34 ##m4-files-end
35
36 Makefile.am: Makefile.am.in
37         rm -f $@ $@t
38         sed -n '1,/^##m4-files-begin/p' Makefile.am.in > $@t
39         ( (echo EXTRA_DIST = Makefile.am.in | tr '\012' @); \
40           (echo *.m4|tr ' ' @) ) \
41           |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
42           >> $@t
43         sed -n '/^##m4-files-end/,$$p' Makefile.am.in >> $@t
44         chmod a-w $@t
45         mv $@t $@