Code

Added alloca.h check and fixed locale.h, wchar.h (Ari Pollak - 1516578)
[nagiosplug.git] / m4 / Makefile.am.in
1 ## This is a template from which Makefile.am is generated. -*-Makefile-*-
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 $@
14 print_coreutil_files:
15         @echo $(EXTRA_DIST)