/[autoconf]/autoconf/lib/autoconf/Makefile.am
ViewVC logotype

Diff of /autoconf/lib/autoconf/Makefile.am

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

revision 1.20 by akim, Sat Sep 28 14:07:47 2002 UTC revision 1.21 by akim, Thu Oct 17 10:34:11 2002 UTC
# Line 42  ETAGS_ARGS = $(ETAGS_FOR_AUTOCONF) Line 42  ETAGS_ARGS = $(ETAGS_FOR_AUTOCONF)
42  ## Checks.  ##  ## Checks.  ##
43  ## -------- ##  ## -------- ##
44    
45  check-local:  check-local: check-forbidden-patterns
46          if (cd $(srcdir) && \  forbidden_patterns = -e '^_*EOF' -e ' cmp '
47              grep '^_*EOF' $(dist_autoconflib_DATA)) >eof.log; then \  forbidden_patterns_files = $(dist_autoconflib_DATA)
           echo "ERROR: user EOF tags were used:" >&2; \  
           sed "s,^,$*.m4: ," <eof.log >&2; \  
           echo >&2; \  
           exit 1; \  
         else \  
           rm -f eof.log; \  
         fi  
48    
49    
50  ## ------------------ ##  ## ------------------ ##

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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