diff options
| author | Ton Voon <tonvoon@users.sourceforge.net> | 2007-01-24 22:47:25 +0000 |
|---|---|---|
| committer | Ton Voon <tonvoon@users.sourceforge.net> | 2007-01-24 22:47:25 +0000 |
| commit | fe856aa957978504137c1d425815d4ed8a22be40 (patch) | |
| tree | a5bb46ce0e64b2056f75700eadbf27aba7c39418 /m4/Makefile.am.in | |
| parent | 210f39bc84cfbb21cd72dc054e43f13815ee0616 (diff) | |
| download | monitoring-plugins-fe856aa957978504137c1d425815d4ed8a22be40.tar.gz | |
Sync with gnulib - lots of extraneous code removed in preference to GNU code
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1580 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'm4/Makefile.am.in')
| -rw-r--r-- | m4/Makefile.am.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/m4/Makefile.am.in b/m4/Makefile.am.in deleted file mode 100644 index fb60adac..00000000 --- a/m4/Makefile.am.in +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | ## This is a template from which Makefile.am is generated. -*-Makefile-*- | ||
| 2 | |||
| 3 | Makefile.am: Makefile.am.in | ||
| 4 | rm -f $@ $@t | ||
| 5 | (echo "## Process this file with automake to produce Makefile.in."; \ | ||
| 6 | echo EXTRA_DIST =; \ | ||
| 7 | echo "EXTRA_DIST += Makefile.am.in"; \ | ||
| 8 | ls -1 *.m4 | sed 's/^/EXTRA_DIST += /'; echo ) \ | ||
| 9 | >> $@t | ||
| 10 | sed -n '/^Makefile\.am:/,$$p' $@.in >> $@t | ||
| 11 | chmod a-w $@t | ||
| 12 | mv $@t $@ | ||
| 13 | |||
| 14 | print_coreutil_files: | ||
| 15 | @echo $(EXTRA_DIST) | ||
