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

Diff of /libtool/Makefile.am

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

revision 1.69.2.10 by keybuk, Tue Apr 13 00:04:55 2004 UTC revision 1.69.2.11 by rwild, Mon Dec 20 13:10:22 2004 UTC
# Line 24  CLEANFILES = libtool libtoolize ltmain.s Line 24  CLEANFILES = libtool libtoolize ltmain.s
24  # These are required by libtoolize and must be executable when installed.  # These are required by libtoolize and must be executable when installed.
25  # Since _SCRIPTS gets the program transform applied we make them  # Since _SCRIPTS gets the program transform applied we make them
26  # executable by hand  # executable by hand
27  pkgdata_DATA = config.guess config.sub ltmain.sh  pkgdata_DATA = config.guess config.sub install-sh ltmain.sh
28    
29  # This macro file should be visible to Automake's aclocal.  # This macro file should be visible to Automake's aclocal.
30  aclocal_DATA = $(aclocal_macros)  aclocal_DATA = $(aclocal_macros)
# Line 75  install-data-hook: Line 75  install-data-hook:
75          cd libltdl && $(MAKE) local-install-files          cd libltdl && $(MAKE) local-install-files
76          chmod +x $(DESTDIR)$(pkgdatadir)/config.guess          chmod +x $(DESTDIR)$(pkgdatadir)/config.guess
77          chmod +x $(DESTDIR)$(pkgdatadir)/config.sub          chmod +x $(DESTDIR)$(pkgdatadir)/config.sub
78            chmod +x $(DESTDIR)$(pkgdatadir)/install-sh
79    
80  # Uninstall libltdl  # Uninstall libltdl
81  uninstall-local:  uninstall-local:
# Line 155  FETCHFILES = \ Line 156  FETCHFILES = \
156  libltdl/config.guess \  libltdl/config.guess \
157  ./config.sub \  ./config.sub \
158  libltdl/config.sub \  libltdl/config.sub \
159    ./install-sh \
160    libltdl/install-sh \
161  doc/texinfo.tex  doc/texinfo.tex
162    
163  ## Fetch the latest versions of files we care about.  ## Fetch the latest versions of files we care about.
# Line 165  fetch: Line 168  fetch:
168  ## If a get fails then that is a problem.  ## If a get fails then that is a problem.
169          (cd Fetchdir && \          (cd Fetchdir && \
170          $(WGETSGO)/autoconf/autoconf/INSTALL; \          $(WGETSGO)/autoconf/autoconf/INSTALL; \
171            $(WGETSGO)/automake/automake/lib/install-sh; \
172          $(WGETSGO)/config/config/config.guess; \          $(WGETSGO)/config/config/config.guess; \
173          $(WGETSGO)/config/config/config.sub; \          $(WGETSGO)/config/config/config.sub; \
174          $(WGETSGO)/texinfo/texinfo/doc/texinfo.tex )          $(WGETSGO)/texinfo/texinfo/doc/texinfo.tex )

Legend:
Removed from v.1.69.2.10  
changed lines
  Added in v.1.69.2.11

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