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

Diff of /autoconf/Makefile.am

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

revision 1.91 by akim, Fri Aug 22 15:33:47 2003 UTC revision 1.92 by adl, Sat Sep 13 22:00:36 2003 UTC
# Line 68  automake_cvsargs = \ Line 68  automake_cvsargs = \
68  autom4te_files = \  autom4te_files = \
69    Autom4te/Configure_ac.pm \    Autom4te/Configure_ac.pm \
70    Autom4te/Channels.pm \    Autom4te/Channels.pm \
71    Autom4te/FileUtils.pm    Autom4te/FileUtils.pm \
72      Autom4te/Struct.pm \
73      Autom4te/XFile.pm
74    
75  autom4te-update:  autom4te-update:
76          rm -rf Fetchdir > /dev/null 2>&1          rm -rf Fetchdir > /dev/null 2>&1
# Line 78  autom4te-update: Line 80  autom4te-update:
80          $(WGET) $(automake_cvsweb)/lib/Automake/Configure_ac.pm?$(automake_cvsargs) -O Autom4te/Configure_ac.pm; \          $(WGET) $(automake_cvsweb)/lib/Automake/Configure_ac.pm?$(automake_cvsargs) -O Autom4te/Configure_ac.pm; \
81          $(WGET) $(automake_cvsweb)/lib/Automake/Channels.pm?$(automake_cvsargs) -O Autom4te/Channels.pm; \          $(WGET) $(automake_cvsweb)/lib/Automake/Channels.pm?$(automake_cvsargs) -O Autom4te/Channels.pm; \
82          $(WGET) $(automake_cvsweb)/lib/Automake/FileUtils.pm?$(automake_cvsargs) -O Autom4te/FileUtils.pm; \          $(WGET) $(automake_cvsweb)/lib/Automake/FileUtils.pm?$(automake_cvsargs) -O Autom4te/FileUtils.pm; \
83            $(WGET) $(automake_cvsweb)/lib/Automake/Struct.pm?$(automake_cvsargs) -O Autom4te/Struct.pm; \
84            $(WGET) $(automake_cvsweb)/lib/Automake/XFile.pm?$(automake_cvsargs) -O Autom4te/XFile.pm; \
85          :)          :)
86          perl -pi -e 's/Automake::/Autom4te::/g' Fetchdir/Autom4te/*.pm          perl -pi -e 's/Automake::/Autom4te::/g' Fetchdir/Autom4te/*.pm
87          for file in $(autom4te_files); do \          for file in $(autom4te_files); do \

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92

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