maintcheck: extend 'sc_tests_plain_*' checks
[platform/upstream/automake.git] / Makefile.am
1 ## Process this file with automake to create Makefile.in
2
3 ## Makefile for Automake.
4
5 # Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
6 # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
7 # Inc.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; either version 2, or (at your option)
12 # any later version.
13
14 # This program is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 # GNU General Public License for more details.
18
19 # You should have received a copy of the GNU General Public License
20 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
21
22 ## lib goes first, because it builds Config.pm, used by aclocal and
23 ## automake (run in doc, tests, and in the rebuild rules.)
24 ## `.' goes before doc and tests, because the latter two directories
25 ## run aclocal and automake.
26 SUBDIRS = lib . doc m4 tests
27
28 bin_SCRIPTS = automake aclocal
29
30 CLEANFILES = $(bin_SCRIPTS)
31 AUTOMAKESOURCES = automake.in aclocal.in
32
33 TAGS_FILES = $(AUTOMAKESOURCES)
34
35 EXTRA_DIST = \
36   ChangeLog.96 \
37   ChangeLog.98 \
38   ChangeLog.00 \
39   ChangeLog.01 \
40   ChangeLog.02 \
41   ChangeLog.03 \
42   ChangeLog.04 \
43   ChangeLog.09 \
44   bootstrap \
45   $(AUTOMAKESOURCES)
46
47 ## Make versioned links.  We only run the transform on the root name;
48 ## then we make a versioned link with the transformed base name.  This
49 ## seemed like the most reasonable approach.
50 install-exec-hook:
51         @$(POST_INSTALL)
52         @for p in $(bin_SCRIPTS); do \
53           f="`echo $$p|sed '$(transform)'`"; \
54           fv="$$f-$(APIVERSION)"; \
55           rm -f $(DESTDIR)$(bindir)/$$fv; \
56           echo " $(LN) $(DESTDIR)$(bindir)/$$f $(DESTDIR)$(bindir)/$$fv"; \
57           $(LN) $(DESTDIR)$(bindir)/$$f $(DESTDIR)$(bindir)/$$fv; \
58         done
59
60 uninstall-hook:
61         @for p in $(bin_SCRIPTS); do \
62           f="`echo $$p|sed '$(transform)'`"; \
63           fv="$$f-$(APIVERSION)"; \
64           rm -f $(DESTDIR)$(bindir)/$$fv; \
65         done
66
67
68 ## We can't use configure to do the substitution here; we must do it
69 ## by hand.  We use a funny notation here to avoid configure
70 ## substitutions in our text.
71 do_subst = sed \
72   -e 's,[@]APIVERSION[@],$(APIVERSION),g' \
73   -e 's,[@]PACKAGE[@],$(PACKAGE),g' \
74   -e 's,[@]PACKAGE_BUGREPORT[@],$(PACKAGE_BUGREPORT),g' \
75   -e 's,[@]PACKAGE_URL[@],$(PACKAGE_URL),g' \
76   -e 's,[@]PATH_SEPARATOR[@],$(PATH_SEPARATOR),g' \
77   -e 's,[@]PERL[@],$(PERL),g' \
78   -e 's,[@]PERL_THREADS[@],$(PERL_THREADS),g' \
79   -e 's,[@]SHELL[@],$(SHELL),g' \
80   -e 's,[@]am_AUTOCONF[@],$(am_AUTOCONF),g' \
81   -e 's,[@]am_AUTOM4TE[@],$(am_AUTOM4TE),g' \
82   -e 's,[@]VERSION[@],$(VERSION),g' \
83   -e 's,[@]configure_input[@],Generated from $@.in; do not edit by hand.,g' \
84   -e 's,[@]datadir[@],$(datadir),g'
85
86 ## These files depend on Makefile so they are rebuilt if $(VERSION),
87 ## $(datadir) or other do_subst'ituted variables change.
88 ## Use chmod a-w to prevent people from editing the wrong file by accident.
89 automake: automake.in
90 aclocal: aclocal.in
91 automake aclocal: Makefile
92         rm -f $@ $@.tmp
93         $(do_subst) $(srcdir)/$@.in >$@.tmp
94         chmod +x $@.tmp
95         chmod a-w $@.tmp
96         mv -f $@.tmp $@
97
98 ## The master location for INSTALL is lib/INSTALL.
99 ## This is where `make fetch' will install new versions.
100 ## Make sure we also update this copy.
101 INSTALL: lib/INSTALL
102         cp $(srcdir)/lib/INSTALL $@
103
104 ################################################################
105 ##
106 ## Everything past here is useful to the maintainer, but probably not
107 ## to anybody else
108 ##
109
110 # Ensure tests are world-executable
111 dist-hook:
112         cd $(distdir)/tests && chmod a+rx *.test
113
114 # Some simple checks, and then ordinary check.  These are only really
115 # guaranteed to work on my machine.
116 syntax_check_rules = \
117 sc_test_names \
118 sc_diff_automake_in_automake \
119 sc_diff_aclocal_in_automake \
120 sc_perl_syntax \
121 sc_no_brace_variable_expansions \
122 sc_rm_minus_f \
123 sc_no_for_variable_in_macro \
124 sc_mkinstalldirs \
125 sc_pre_normal_post_install_uninstall \
126 sc_perl_no_undef \
127 sc_perl_no_split_regex_space \
128 sc_cd_in_backquotes \
129 sc_cd_relative_dir \
130 sc_perl_at_uscore_in_scalar_context \
131 sc_perl_local_no_parens \
132 sc_perl_local \
133 sc_AMDEP_TRUE_in_automake_in \
134 sc_tests_make_without_am_makeflags \
135 sc_tests_plain_make \
136 sc_tests_plain_autoconf \
137 sc_tests_plain_autoupdate \
138 sc_tests_plain_automake \
139 sc_tests_plain_autom4te \
140 sc_tests_plain_autoheader \
141 sc_tests_plain_autoreconf \
142 sc_tests_here_document_format \
143 sc_tests_Exit_not_exit \
144 sc_tests_automake_fails \
145 sc_tests_plain_aclocal \
146 sc_tests_plain_perl \
147 sc_tests_required_after_defs \
148 sc_tests_overriding_macros_on_cmdline \
149 sc_tests_plain_sleep \
150 sc_tests_plain_egrep_fgrep \
151 sc_tests_PATH_SEPARATOR \
152 sc_mkdir_p \
153 sc_perl_at_substs \
154 sc_unquoted_DESTDIR \
155 sc_tabs_in_texi \
156 sc_at_in_texi
157
158 .PHONY: $(syntax_check_rules)
159 $(syntax_check_rules): automake aclocal
160 maintainer-check: $(syntax_check_rules)
161
162 ## Look for test whose names can cause spurious failures when used as
163 ## first argument to AC_INIT (chiefly because they might contain an
164 ## m4/m4sugar builtin or macro name).
165 m4_builtins = \
166   __gnu__ \
167   __unix__ \
168   bpatsubst \
169   bregexp \
170   builtin \
171   changecom \
172   changequote \
173   changeword \
174   debugfile \
175   debugmode \
176   decr \
177   define \
178   defn \
179   divert \
180   divnum \
181   dnl \
182   dumpdef \
183   errprint \
184   esyscmd \
185   eval \
186   format \
187   ifdef \
188   ifelse \
189   include \
190   incr \
191   index \
192   indir \
193   len \
194   m4exit \
195   m4wrap \
196   maketemp \
197   mkstemp \
198   patsubst \
199   popdef \
200   pushdef \
201   regexp \
202   shift \
203   sinclude \
204   substr \
205   symbols \
206   syscmd \
207   sysval \
208   traceoff \
209   traceon \
210   translit \
211   undefine \
212   undivert
213 sc_test_names:
214         @m4_builtin_rx=`echo $(m4_builtins) | sed 's/ /|/g'`; \
215          m4_macro_rx="\\<($$m4_builtin_rx)\\>|\\<_?(A[CUMHS]|m4)_"; \
216          if ls tests/*.test | LC_ALL=C grep -E "$$m4_macro_rx"; then \
217            echo "the names of the tests above can be problematic" 1>&2; \
218            echo "Avoid test names that contain names of m4 macros" 1>&2; \
219            exit 1; \
220          fi
221
222 ## These check avoids accidental configure substitutions in the source.
223 ## There are exactly 9 lines that should be modified from automake.in to
224 ## automake, and 10 lines that should be modified from aclocal.in to
225 ## aclocal; these wors out to 32 and 34 lines of diffs, respectively.
226 sc_diff_automake_in_automake:
227         @if test `diff $(srcdir)/automake.in automake | wc -l` -ne 32; then \
228           echo "found too many diffs between automake.in and automake" 1>&2; \
229           diff -c $(srcdir)/automake.in automake; \
230           exit 1; \
231         fi
232 sc_diff_aclocal_in_aclocal:
233         @if test `diff $(srcdir)/aclocal.in aclocal | wc -l` -ne 34; then \
234           echo "found too many diffs between aclocal.in and aclocal" 1>&2; \
235           diff -c $(srcdir)/aclocal.in aclocal; \
236           exit 1; \
237         fi
238
239 ## Syntax check with default Perl (on my machine, Perl 5).
240 sc_perl_syntax:
241         perllibdir="./lib$(PATH_SEPARATOR)$(srcdir)/lib" $(PERL) -c -w automake
242         perllibdir="./lib$(PATH_SEPARATOR)$(srcdir)/lib" $(PERL) -c -w aclocal
243
244 ## expect no instances of '${...}'.  However, $${...} is ok, since that
245 ## is a shell construct, not a Makefile construct.
246 sc_no_brace_variable_expansions:
247         @if grep -F '$${' $(srcdir)/lib/am/[a-z]*.am | \
248                grep -F -v '$$$$'; then \
249           echo "Found too many uses of '\$${' in the lines above." 1>&2; \
250           exit 1;                               \
251         else :; fi
252
253 ## Make sure `rm' is called with `-f'.
254 sc_rm_minus_f:
255         @if grep -v '^#' $(srcdir)/lib/am/[a-z]*.am $(srcdir)/tests/*.test | \
256             grep -E '\<rm ([^-]|\-[^f ]*\>)'; then \
257           echo "Suspicious 'rm' invocation." 1>&2; \
258           exit 1;                               \
259         else :; fi
260
261 ## Never use something like `for file in $(FILES)', this doesn't work
262 ## if FILES is empty or if it contains shell meta characters (e.g. $ is
263 ## commonly used in Java filenames).
264 sc_no_for_variable_in_macro:
265         @if grep 'for .* in \$$(' $(srcdir)/lib/am/[a-z]*.am; then \
266           echo 'Use "list=$$(mumble); for var in $$$$list".' 1>&2 ; \
267           exit 1; \
268         else :; fi
269
270 ## Make sure all invocations of mkinstalldirs are correct.
271 sc_mkinstalldirs:
272         @if grep -n 'mkinstalldirs' $(srcdir)/lib/am/[a-z]*.am | \
273               grep -F -v '$$(mkinstalldirs)'; then \
274           echo "Found incorrect use of mkinstalldirs in the lines above" 1>&2; \
275           exit 1; \
276         else :; fi
277
278 ## Make sure all calls to PRE/NORMAL/POST_INSTALL/UNINSTALL
279 sc_pre_normal_post_install_uninstall:
280         @if grep -E -n '\((PRE|NORMAL|POST)_(|UN)INSTALL\)' \
281                  $(srcdir)/lib/am/[a-z]*.am | \
282               grep -v ':##' | grep -v ':        @\$$('; then \
283           echo "Found incorrect use of PRE/NORMAL/POST_INSTALL/UNINSTALL in the lines above" 1>&2; \
284           exit 1; \
285         else :; fi
286
287 ## We never want to use "undef", only "delete", but for $/.
288 sc_perl_no_undef:
289         @if grep -n -w 'undef ' $(srcdir)/automake.in | \
290               grep -F -v 'undef $$/'; then \
291           echo "Found undef in automake.in; use delete instead" 1>&2; \
292           exit 1; \
293         fi
294
295 ## We never want split (/ /,...), only split (' ', ...).
296 sc_perl_no_split_regex_space:
297         @if grep -n 'split (/ /' $(srcdir)/automake.in; then \
298           echo "Found bad split in the lines above." 1>&2; \
299           exit 1; \
300         fi
301
302 ## Look for cd within backquotes
303 sc_cd_in_backquotes:
304         @if grep -n '^[^#]*` *cd ' $(srcdir)/automake.in \
305               $(srcdir)/lib/am/*.am; then \
306           echo "Consider using \$$(am__cd) in the lines above." 1>&2; \
307           exit 1; \
308         fi
309
310 ## Look for cd to a relative directory (may be influenced by CDPATH).
311 ## Skip some known directories that are OK.
312 sc_cd_relative_dir:
313         @if grep -n '^[^#]*cd ' $(srcdir)/automake.in \
314               $(srcdir)/lib/am/*.am | \
315               grep -v 'echo.*cd ' | \
316               grep -v 'am__cd =' | \
317               grep -v '^[^#]*cd [./]' | \
318               grep -v '^[^#]*cd \$$(top_builddir)' | \
319               grep -v '^[^#]*cd "\$$\$$am__cwd' | \
320               grep -v '^[^#]*cd \$$(abs' | \
321               grep -v '^[^#]*cd "\$$(DESTDIR)'; then \
322           echo "Consider using \$$(am__cd) in the lines above." 1>&2; \
323           exit 1; \
324         fi
325
326 ## Using @_ in a scalar context is most probably a programming error.
327 sc_perl_at_uscore_in_scalar_context:
328         @if grep -Hn '[^@_A-Za-z0-9][_A-Za-z0-9]*[^) ] *= *@_' $(srcdir)/automake.in; then \
329           echo "Using @_ in a scalar context in the lines above." 1>&2; \
330           exit 1; \
331         fi
332
333 ## Forbid using parens with `local' to ease counting.
334 sc_perl_local_no_parens:
335         @if grep '^[ \t]*local *(' $(srcdir)/automake.in; then \
336           echo "Don't use \`local' with parens: use several \`local' above." >&2; \
337           exit 1; \
338         fi
339
340 ## Allow only `local $_' in Automake.
341 sc_perl_local:
342         @if grep -v '^[ \t]*local \$$_;' $(srcdir)/automake.in | \
343                 grep '^[ \t]*local [^*]'; then \
344           echo "Please avoid \`local'." 1>&2; \
345           exit 1; \
346         fi
347
348 ## Don't let AMDEP_TRUE substitution appear in automake.in.
349 sc_AMDEP_TRUE_in_automake_in:
350         @if grep '@AMDEP''_TRUE@' $(srcdir)/automake.in; then \
351           echo "Don't put AMDEP_TRUE substitution in automake.in" 1>&2; \
352           exit 1; \
353         fi
354
355 ## Tests should never call make directly.
356 sc_tests_make_without_am_makeflags:
357         @if grep '^[^#].*(MAKE) ' $(srcdir)/lib/am/*.am $(srcdir)/automake.in |\
358                 grep -v 'AM_MAKEFLAGS'; then \
359           echo 'Use $$(MAKE) $$(AM_MAKEFLAGS).' 1>&2; \
360           exit 1; \
361         fi
362
363 ## Tests should never call make directly.
364 sc_tests_plain_make:
365         @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*make'; then \
366           echo 'Do not run "make" in the above tests.  Use "$$MAKE" instead.' 1>&2; \
367           exit 1; \
368         fi
369
370 ## Tests should never call autoconf directly.
371 sc_tests_plain_autoconf:
372         @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*autoconf\>'; then \
373           echo 'Do not run "autoconf" in the above tests.  Use "$$AUTOCONF" instead.' 1>&2; \
374           exit 1; \
375         fi
376
377 ## Tests should never call autoupdate directly.
378 sc_tests_plain_autoupdate:
379         @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*autoupdate\>'; then \
380           echo 'Do not run "autoupdate" in the above tests.  Use "$$AUTOUPDATE" instead.' 1>&2; \
381           exit 1; \
382         fi
383
384 ## Tests should never call automake directly.
385 sc_tests_plain_automake:
386         @if grep -v '^#' $(srcdir)/tests/*.test | grep -E ':[   ]*automake\>([^:]|$$)'; then \
387           echo 'Do not run "automake" in the above tests.  Use "$$AUTOMAKE" instead.' 1>&2;  \
388           exit 1; \
389         fi
390
391 ## Tests should never call autoheader directly.
392 sc_tests_plain_autoheader:
393         @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*autoheader\>'; then \
394           echo 'Do not run "automake" in the above tests.  Use "$$AUTOHEADER" instead.' 1>&2;  \
395           exit 1; \
396         fi
397
398 ## Tests should never call autoreconf directly.
399 sc_tests_plain_autoreconf:
400         @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*autoreconf\>'; then \
401           echo 'Do not run "automake" in the above tests.  Use "$$AUTORECONF" instead.' 1>&2;  \
402           exit 1; \
403         fi
404
405 ## Tests should never call autom4te directly.
406 sc_tests_plain_autom4te:
407         @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*autom4te\>'; then \
408           echo 'Do not run "automake" in the above tests.  Use "$$AUTOM4TE" instead.' 1>&2;  \
409           exit 1; \
410         fi
411
412 ## Tests should only use END and EOF for here documents
413 ## (so that the next test is effective).
414 sc_tests_here_document_format:
415         @if grep '<<' $(srcdir)/tests/*.test | grep -v 'END' | grep -v 'EOF'; then \
416           echo 'Use here documents with "END" and "EOF" only, for greppability.' 1>&2; \
417           exit 1; \
418         fi
419
420 ## Tests should never call exit directly, but use Exit.
421 ## This is so that the exit status is transported correctly across the 0 trap.
422 ## Ignore comments, testsuite self tests, and one perl line in ext2.test.
423 sc_tests_Exit_not_exit:
424         @found=false; for file in $(srcdir)/tests/*.test; do \
425           case $$file in */self-check-*.test) continue;; esac; \
426           res=`sed -n -e '/^#/d; /^\$$PERL/d' -e '/<<.*END/,/^END/b' \
427                       -e '/<<.*EOF/,/^EOF/b' -e '/exit [$$0-9]/p' $$file`; \
428           if test -n "$$res"; then \
429             echo "$$file:$$res"; \
430             found=true; \
431           fi; \
432         done; \
433         if $$found; then \
434           echo 'Do not call plain "exit", use "Exit" instead, in above tests.' 1>&2; \
435           exit 1; \
436         fi
437
438 ## Use AUTOMAKE_fails when appropriate
439 sc_tests_automake_fails:
440         @if grep -v '^#' $(srcdir)/tests/*.test | grep '\$$AUTOMAKE.*&&.*[eE]xit'; then \
441           echo 'Use AUTOMAKE_fails + grep to catch automake failures in the above tests.' 1>&2;  \
442           exit 1; \
443         fi
444
445 ## Tests should never call aclocal directly.
446 sc_tests_plain_aclocal:
447         @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*aclocal\>'; then \
448           echo 'Do not run "aclocal" in the above tests.  Use "$$ACLOCAL" instead.' 1>&2;  \
449           exit 1; \
450         fi
451
452 ## Tests should never call perl directly.
453 sc_tests_plain_perl:
454         @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*perl\>'; then \
455           echo 'Do not run "perl" in the above tests.  Use "$$PERL" instead.' 1>&2; \
456           exit 1; \
457         fi
458
459 ## Setting `required' after sourcing `./defs' is a bug.
460 sc_tests_required_after_defs:
461         @for file in $(srcdir)/tests/*.test; do \
462           if out=`sed -n '/defs/,$${/required=/p;}' $$file`; test -n "$$out"; then \
463             echo 'Do not set "required" after sourcing "defs" in '"$$file: $$out" 1>&2; \
464             exit 1; \
465           fi; \
466         done
467
468 ## Overriding a Makefile macro on the command line is not portable when
469 ## recursive targets are used.  Better use an envvar.  SHELL is an
470 ## exception, POSIX says it can't come from the environment.  DESTDIR and
471 ## DISTCHECK_CONFIGURE_FLAGS and V are exceptions, too, as package authors
472 ## are urged not to initialize them anywhere.
473 sc_tests_overriding_macros_on_cmdline:
474         @if grep -E '\$$MAKE .*(SHELL=.*=|=.*SHELL=)' $(srcdir)/tests/*.test; then \
475           echo 'Rewrite "$$MAKE foo=bar SHELL=$$SHELL" as "foo=bar $$MAKE -e SHELL=$$SHELL"' 1>&2; \
476           echo ' in the above lines, it is more portable.' 1>&2; \
477           exit 1; \
478         fi
479         @if sed -e 's/ DESTDIR=[^ ]*/ /' -e 's/ SHELL=[^ ]*/ /' \
480                 -e 's/ V=[^ ]*/ /' -e 's///' \
481 ## DISTCHECK_CONFIGURE_FLAGS is allowed to contain whitespace in its
482 ## definition, so the more complex substitutions below.
483                 -e "s/ DISTCHECK_CONFIGURE_FLAGS='[^']*'/ /" \
484                 -e 's/ DISTCHECK_CONFIGURE_FLAGS="[^"]*"/ /' \
485                 -e 's/ DISTCHECK_CONFIGURE_FLAGS=[^ ]/ /' \
486               $(srcdir)/tests/*.test | grep '\$$MAKE .*='; then \
487           echo 'Rewrite "$$MAKE foo=bar" as "foo=bar $$MAKE -e" in the above lines,' 1>&2; \
488           echo 'it is more portable.' 1>&2; \
489           exit 1; \
490         fi
491         @if grep 'SHELL=.*\$$MAKE' $(srcdir)/tests/*.test; then \
492           echo '$$MAKE ignores the SHELL envvar, use "$$MAKE SHELL=$$SHELL" in' 1>&2; \
493           echo 'the above lines.' 1>&2; \
494           exit 1; \
495         fi
496
497 ## Never use `sleep 1' to create files with different timestamps.
498 ## Use `$sleep' instead.  Some filesystems (e.g., Windows') have only
499 ## a 2sec resolution.
500 sc_tests_plain_sleep:
501         @if grep -E '\bsleep +[12345]\b' $(srcdir)/tests/*.test; then \
502           echo 'Do not use "sleep x" in the above tests.  Use "$$sleep" instead.' 1>&2; \
503           exit 1; \
504         fi
505
506 ## fgrep and egrep are not required by POSIX.
507 sc_tests_plain_egrep_fgrep:
508         @if grep -E '\b[ef]grep\b' $(srcdir)/tests/*.test ; then \
509           echo 'Do not use egrep or fgrep in test cases.  Use $$FGREP or $$EGREP.' 1>&2; \
510           exit 1; \
511         fi
512         @if grep -E '\b[ef]grep\b' $(srcdir)/lib/am/*.am $(srcdir)/m4/*.m4; then \
513           echo 'Do not use egrep or fgrep in the above files, they are not portable.' 1>&2; \
514           exit 1; \
515         fi
516
517 ## Using `:' as a PATH separator is not portable.
518 sc_tests_PATH_SEPARATOR:
519         @if grep -E '\bPATH=.*:.*' $(srcdir)/tests/*.test ; then \
520           echo "Use \`\$$PATH_SEPARATOR', not \`:', in PATH definitions above." 1>&2; \
521           exit 1; \
522         fi
523
524 sc_mkdir_p:
525         @if grep 'mkdir_p' $(srcdir)/automake.in \
526               $(srcdir)/lib/am/*.am $(srcdir)/tests/*.test; then \
527           echo 'Do not use mkdir_p in the above files, use MKDIR_P.' 1>&2; \
528           exit 1; \
529         fi
530
531 ## Try to make sure all @...@ substitutions are covered by our
532 ## substitution rule.
533 sc_perl_at_substs:
534         @if test `grep -E '^[^#]*@[A-Za-z_0-9]+@' aclocal | wc -l` -ne 0; then \
535           echo "Unresolved @...@ substitution in aclocal" 1>&2; \
536           exit 1; \
537         fi
538         @if test `grep -E '^[^#]*@[A-Za-z_0-9]+@' automake | wc -l` -ne 0; then \
539           echo "Unresolved @...@ substitution in automake" 1>&2; \
540           exit 1; \
541         fi
542
543 sc_unquoted_DESTDIR:
544         @if grep -E "[^\'\"]\\\$$\(DESTDIR" $(srcdir)/lib/am/*.am; then \
545           echo 'Suspicious unquoted DESTDIR uses.' 1>&2 ; \
546           exit 1; \
547         fi
548
549 sc_tabs_in_texi:
550         @if grep '      ' $(srcdir)/doc/automake.texi; then \
551           echo 'Do not use tabs in the manual.' 1>&2; \
552           exit 1; \
553         fi
554
555 sc_at_in_texi:
556         @if grep -E '([^@]|^)@([         ][^@]|$$)' $(srcdir)/doc/automake.texi; \
557         then \
558           echo 'Unescaped @.' 1>&2; \
559           exit 1; \
560         fi
561
562
563 git-dist: maintainer-check
564 ## Make sure the NEWS file is up-to-date.
565         @if sed 1q $(srcdir)/NEWS | grep -e "$(VERSION)" > /dev/null; then :; else \
566           echo "NEWS not updated; not releasing" 1>&2; \
567           exit 1;                               \
568         fi
569 ## Build the distribution
570         $(MAKE) $(AM_MAKEFLAGS) distcheck
571 ## Finally, if anything was successful, commit the last changes and tag
572 ## the release in the repository.  We don't use RCS keywords so it's OK
573 ## to distribute the files before they were committed.
574         cd $(srcdir) && git commit -a -s && \
575            git tag -s "v$(VERSION)" -m "Release $(VERSION)"
576
577 git-release: git-dist
578         case $(VERSION) in \
579           *[a-z]) dest=alpha;; \
580           *)      dest=ftp;; \
581         esac; \
582         $(srcdir)/lib/gnupload $(GNUPLOADFLAGS) \
583           --to $$dest.gnu.org:automake $(DIST_ARCHIVES)
584
585 git-diff:
586         thisver="v$(VERSION)"; \
587         if test -z "$$OLDVERSION"; then \
588           prevno=`echo "$(VERSION)" - 0.01 | bc | sed 's/^\./0./'`; \
589         else prevno="$$OLDVERSION"; fi; \
590         prevver=v$$prevno; \
591         git diff $$prevver..$$thisver $(PACKAGE) \
592             > $(PACKAGE)-$$prevno-$(VERSION).diff
593
594 ## Check our path lengths.
595 path-check: distdir
596         (cd $(distdir) && \
597 ## FIXME there's got to be a better way!  pathchk should take the list
598 ## of files on stdin, at least.
599           find . -print | xargs pathchk -p); \
600           estatus=$$?; \
601           find $(distdir) -type d '!' -perm -200 -exec chmod u+w {} ';'; \
602           rm -rf $(distdir); \
603           exit $$estatus
604
605 ## Program to use to fetch files.
606 WGET = wget
607 WGET_SV_CVS = $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/
608 WGET_SV_GIT_CF = $(WGET) 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;hb=HEAD;f='
609 WGET_SV_GIT_AC = $(WGET) 'http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blob_plain;hb=HEAD;f='
610 WGET_SV_GIT_GL = $(WGET) 'http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f='
611 WGET_GCC = $(WGET) 'http://gcc.gnu.org/viewcvs/*checkout*/trunk/'
612
613 ## Files that we fetch and which we compare against.
614 ## FIXME should be a lot more here
615 FETCHFILES = \
616 INSTALL \
617 config-ml.in \
618 config.guess \
619 config.sub \
620 symlink-tree \
621 texinfo.tex
622
623 ## Fetch the latest versions of files we care about.
624 fetch:
625         rm -rf Fetchdir > /dev/null 2>&1
626         mkdir Fetchdir
627 ## If a get fails then that is a problem.
628         (cd Fetchdir && \
629         $(WGET_SV_GIT_CF)config.guess -O config.guess && \
630         $(WGET_SV_GIT_CF)config.sub -O config.sub && \
631         $(WGET_SV_CVS)texinfo/texinfo/doc/texinfo.tex -O texinfo.tex && \
632         $(WGET_SV_GIT_GL)doc/INSTALL -O INSTALL && \
633         $(WGET_GCC)config-ml.in -O config-ml.in && \
634         $(WGET_GCC)symlink-tree -O symlink-tree)
635 ## Don't exit after test because we want to give as many errors as
636 ## possible.
637         @stat=0; for file in $(FETCHFILES); do \
638           if diff -u $(srcdir)/lib/$$file Fetchdir/$$file \
639                   >>Fetchdir/update.patch 2>/dev/null; then :; \
640           else \
641             stat=1; \
642             echo "Updating $(srcdir)/lib/$$file..."; \
643             cp Fetchdir/$$file $(srcdir)/lib/$$file; \
644           fi; \
645         done; \
646         test $$stat = 0 || \
647           echo "See Fetchdir/update.patch for a log of the changes."; \
648         exit $$stat
649
650 ## Generate release statistics, for the table in automake.texi.
651 ## This has to be run in an up to date build tree, but there must
652 ## be no temp files nor unused other files lying around!
653 release-stats: ps
654         @am=`wc -l < automake` && \
655         acl=`wc -l < aclocal` && \
656         pmfiles="lib/Automake/*.pm" && \
657         if test . != '$(srcdir)'; then pmfiles="$$pmfiles $(srcdir)/lib/Automake/*.pm"; \
658         else :; fi && \
659         pm=`cat $$pmfiles | wc -l` && \
660         dot_am_files=`ls -1 $(srcdir)/lib/am/*.am | grep -v Makefile.am` && \
661         amf=`echo "$$dot_am_files" | wc -l` && \
662         aml=`cat $$dot_am_files | wc -l` && \
663         m4f=`ls -1 $(srcdir)/m4/*.m4 | wc -l` && \
664         m4l=`cat $(srcdir)/m4/*.m4 | wc -l` && \
665         doc_text=`cd doc && LC_ALL=C pstops 0 automake.ps unused.ps 2>&1` && \
666         echo "$$doc_text" && \
667         rm -f doc/unused.ps && \
668         doc=`echo "$$doc_text" | sed -n 's/.*Wrote \([1-9][0-9]*\) pages.*/\1/p'` && \
669         tests="tests/*.test"; \
670         if test . != '$(srcdir)'; then tests="$$tests $(srcdir)/tests/*.test"; \
671         else :; fi && \
672         t=`ls -1 $$tests | wc -l` && \
673         tgen=`ls -1 $$tests | grep '.-p\.test' | wc -l` && \
674         today=`date +%Y-%m-%d` && \
675         echo "add this to the table in doc/automake.texi after verification:" && \
676         printf '@item %s @tab %-6s @tab %4d @tab %4d @tab %4d @tab %4d %-4s @tab %4d %-4s @tab %3d @tab %d %-4s\n' \
677                       $$today $(VERSION) $$am    $$acl    $$pm   $$aml "($$amf)" $$m4l "($$m4f)" $$doc $$t "($$tgen)"
678 .PHONY: release-stats