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

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

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

revision 1.4 by akim, Sat Sep 28 14:06:07 2002 UTC revision 1.5 by akim, Sat Sep 28 14:09:42 2002 UTC
# Line 32  dist_autoscanlib_DATA = autoscan.pre aut Line 32  dist_autoscanlib_DATA = autoscan.pre aut
32  ## is built (we need it in the command below).  ## is built (we need it in the command below).
33  include ../freeze.mk  include ../freeze.mk
34    
35  autoscan.list: Makefile.am autoscan.pre $(autoconf_m4f_dependencies)  autoscan.list: $(srcdir)/autoscan.pre $(autoconf_m4f_dependencies) Makefile.am
36          echo '# Automatically Generated: do not edit this file' > autoscan.list          echo '# Automatically Generated: do not edit this file' > autoscan.list
37          sed '/^[#]/!q' autoscan.pre >>autoscan.list          sed '/^[#]/!q' $(srcdir)/autoscan.pre >>autoscan.list
38          ( \          ( \
39            sed -n '/^[^#]/p' autoscan.pre; \            sed -n '/^[^#]/p' $(srcdir)/autoscan.pre; \
40            $(MY_AUTOM4TE) -M -l autoconf -t'AN_OUTPUT:$$1: $$2           $$3' \            $(MY_AUTOM4TE) -M -l autoconf -t'AN_OUTPUT:$$1: $$2           $$3' \
41          ) | sort >>autoscan.list          ) | sort >>autoscan.list

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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