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

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

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

revision 1.7 by akim, Wed Feb 6 17:29:44 2002 UTC revision 1.8 by eggert, Wed May 29 22:28:01 2002 UTC
# Line 1  Line 1 
1  ## Process this file with automake to create Makefile.in  ## Process this file with automake to create Makefile.in
2    
3  ## Copyright 2001, 2002 Free Software Foundation, Inc.  ## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
4  ##  ##
5  ## This program is free software; you can redistribute it and/or modify  ## This program is free software; you can redistribute it and/or modify
6  ## it under the terms of the GNU General Public License as published by  ## it under the terms of the GNU General Public License as published by
# Line 38  ETAGS_ARGS = --lang=none \ Line 38  ETAGS_ARGS = --lang=none \
38    
39  check-local:  check-local:
40          if (cd $(srcdir) && \          if (cd $(srcdir) && \
41              egrep '^_?EOF' $(dist_autotestlib_DATA)) >eof.log; then \              grep '^_*EOF' $(dist_autotestlib_DATA)) >eof.log; then \
42            echo "ERROR: user EOF tags were used:" >&2; \            echo "ERROR: user EOF tags were used:" >&2; \
43            sed "s,^,$*.m4: ," <eof.log >&2; \            sed "s,^,$*.m4: ," <eof.log >&2; \
44            echo >&2; \            echo >&2; \

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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