/[autoconf]/autoconf/Makefile.maint
ViewVC logotype

Diff of /autoconf/Makefile.maint

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by akim, Tue Aug 19 08:12:18 2003 UTC revision 1.25 by akim, Fri Aug 22 13:57:21 2003 UTC
# Line 56  export LC_ALL = C Line 56  export LC_ALL = C
56  # Checks that don't require cvs.  # Checks that don't require cvs.
57  # Run `changelog-check' last, as previous test may reveal problems requiring  # Run `changelog-check' last, as previous test may reveal problems requiring
58  # new ChangeLog entries.  # new ChangeLog entries.
59  local-check = \  local-checks-available = \
60    po-check copyright-check writable-files m4-check author_mark_check \    po-check copyright-check writable-files m4-check author_mark_check \
61    changelog-check strftime-check syntax-check makefile_path_separator_check \    changelog-check strftime-check syntax-check makefile_path_separator_check \
62    makefile-check    makefile-check
63  .PHONY: $(local-check)  .PHONY: $(local-checks-available)
64    
65    local-check = $(filter-out $(local-checks-to-skip), $(local-checks-available))
66    
67  # Make sure C source files in src/ don't include xalloc.h directly,  # Make sure C source files in src/ don't include xalloc.h directly,
68  # since they all already include it via sys2.h.  # since they all already include it via sys2.h.

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26