diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-18 23:09:03 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-18 23:09:03 (GMT) |
commit | 4fbc195b83b0b718805b11566458fb946074fa78 (patch) | |
tree | 02cbca11b588067ebc29c88d8681bf0a722dd496 /m4 | |
parent | a8cd7705e7898d77764aa12ddcc2e29de1860138 (diff) | |
download | monitoring-plugins-4fbc195b83b0b718805b11566458fb946074fa78.tar.gz |
Fixes from coreutils sync: some files now required and removed generateable files
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1395 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'm4')
-rw-r--r-- | m4/Makefile.am | 50 | ||||
-rw-r--r-- | m4/Makefile.am.in | 3 |
2 files changed, 3 insertions, 50 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am deleted file mode 100644 index 404c043..0000000 --- a/m4/Makefile.am +++ /dev/null | |||
@@ -1,50 +0,0 @@ | |||
1 | ## Process this file with automake to produce Makefile.in. | ||
2 | EXTRA_DIST = | ||
3 | EXTRA_DIST += Makefile.am.in | ||
4 | EXTRA_DIST += afs.m4 | ||
5 | EXTRA_DIST += codeset.m4 | ||
6 | EXTRA_DIST += error.m4 | ||
7 | EXTRA_DIST += exitfail.m4 | ||
8 | EXTRA_DIST += extensions.m4 | ||
9 | EXTRA_DIST += fstypename.m4 | ||
10 | EXTRA_DIST += fsusage.m4 | ||
11 | EXTRA_DIST += getopt.m4 | ||
12 | EXTRA_DIST += gettext.m4 | ||
13 | EXTRA_DIST += glibc21.m4 | ||
14 | EXTRA_DIST += iconv.m4 | ||
15 | EXTRA_DIST += intdiv0.m4 | ||
16 | EXTRA_DIST += inttypes-pri.m4 | ||
17 | EXTRA_DIST += inttypes.m4 | ||
18 | EXTRA_DIST += inttypes_h.m4 | ||
19 | EXTRA_DIST += isc-posix.m4 | ||
20 | EXTRA_DIST += lcmessage.m4 | ||
21 | EXTRA_DIST += lib-ld.m4 | ||
22 | EXTRA_DIST += lib-link.m4 | ||
23 | EXTRA_DIST += lib-prefix.m4 | ||
24 | EXTRA_DIST += ls-mntd-fs.m4 | ||
25 | EXTRA_DIST += malloc.m4 | ||
26 | EXTRA_DIST += mountlist.m4 | ||
27 | EXTRA_DIST += np_coreutils.m4 | ||
28 | EXTRA_DIST += onceonly.m4 | ||
29 | EXTRA_DIST += progtest.m4 | ||
30 | EXTRA_DIST += realloc.m4 | ||
31 | EXTRA_DIST += stdbool.m4 | ||
32 | EXTRA_DIST += stdint_h.m4 | ||
33 | EXTRA_DIST += uintmax_t.m4 | ||
34 | EXTRA_DIST += ulonglong.m4 | ||
35 | EXTRA_DIST += unlocked-io.m4 | ||
36 | EXTRA_DIST += xalloc.m4 | ||
37 | |||
38 | Makefile.am: Makefile.am.in | ||
39 | rm -f $@ $@t | ||
40 | (echo "## Process this file with automake to produce Makefile.in."; \ | ||
41 | echo EXTRA_DIST =; \ | ||
42 | echo "EXTRA_DIST += Makefile.am.in"; \ | ||
43 | ls -1 *.m4 | sed 's/^/EXTRA_DIST += /'; echo ) \ | ||
44 | >> $@t | ||
45 | sed -n '/^Makefile\.am:/,$$p' $@.in >> $@t | ||
46 | chmod a-w $@t | ||
47 | mv $@t $@ | ||
48 | |||
49 | print_coreutil_files: | ||
50 | @echo $(EXTRA_DIST) | ||
diff --git a/m4/Makefile.am.in b/m4/Makefile.am.in index f5e1931..fb60ada 100644 --- a/m4/Makefile.am.in +++ b/m4/Makefile.am.in | |||
@@ -10,3 +10,6 @@ Makefile.am: Makefile.am.in | |||
10 | sed -n '/^Makefile\.am:/,$$p' $@.in >> $@t | 10 | sed -n '/^Makefile\.am:/,$$p' $@.in >> $@t |
11 | chmod a-w $@t | 11 | chmod a-w $@t |
12 | mv $@t $@ | 12 | mv $@t $@ |
13 | |||
14 | print_coreutil_files: | ||
15 | @echo $(EXTRA_DIST) | ||