summaryrefslogtreecommitdiffstats
path: root/m4/Makefile.am
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-05-18 22:05:43 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-05-18 22:05:43 (GMT)
commita8cd7705e7898d77764aa12ddcc2e29de1860138 (patch)
tree970f609cbecbe515998907fd55a12f814ad2edcd /m4/Makefile.am
parent08394ddb2d62ec8aab9121e45ab9c1a102e85ba4 (diff)
downloadmonitoring-plugins-a8cd7705e7898d77764aa12ddcc2e29de1860138.tar.gz
Synchronise with coreutils 2.95. Gettext now synced with coreutils,
so no longer development platform requirement git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1394 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'm4/Makefile.am')
-rw-r--r--m4/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am
index ddb9d08..404c043 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -45,3 +45,6 @@ Makefile.am: Makefile.am.in
45 sed -n '/^Makefile\.am:/,$$p' $@.in >> $@t 45 sed -n '/^Makefile\.am:/,$$p' $@.in >> $@t
46 chmod a-w $@t 46 chmod a-w $@t
47 mv $@t $@ 47 mv $@t $@
48
49print_coreutil_files:
50 @echo $(EXTRA_DIST)