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

Diff of /libtool/Makefile.am

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

revision 1.141 by gary, Thu Mar 24 11:38:25 2005 UTC revision 1.142 by gary, Fri Apr 1 12:23:55 2005 UTC
# Line 42  edit = sed \ Line 42  edit = sed \
42          -e 's,@datadir\@,$(datadir),g' \          -e 's,@datadir\@,$(datadir),g' \
43          -e 's,@host_triplet\@,$(host_triplet),g' \          -e 's,@host_triplet\@,$(host_triplet),g' \
44          -e 's,@pkgvdatadir\@,$(pkgvdatadir),g' \          -e 's,@pkgvdatadir\@,$(pkgvdatadir),g' \
         -e 's,@pkgvmacrodir\@,$(pkgvmacrodir),g' \  
45          -e 's,@prefix\@,$(prefix),g' \          -e 's,@prefix\@,$(prefix),g' \
46          -e "s,@configure_input\@,Generated from $$input; do not edit by hand,g"          -e "s,@configure_input\@,Generated from $$input; do not edit by hand,g"
47    
# Line 83  $(top_srcdir)/tests/package.m4: $(top_sr Line 82  $(top_srcdir)/tests/package.m4: $(top_sr
82  # These are required by libtoolize and must be executable when installed.  # These are required by libtoolize and must be executable when installed.
83  # Since _SCRIPTS gets the program transform applied we make them  # Since _SCRIPTS gets the program transform applied we make them
84  # executable by hand  # executable by hand
85  dist_pkgvdata_DATA = config/config.guess config/config.sub config/ltmain.sh \  nobase_dist_pkgvdata_DATA = config/config.guess config/config.sub \
86          config/install-sh          config/ltmain.sh config/install-sh
87    
88  # Everything that gets picked up by aclocal is automatically distributed,  # Everything that gets picked up by aclocal is automatically distributed,
89  # this is the list of macro files we install on the user's system.  # this is the list of macro files we install on the user's system.
90  pkgvmacro_DATA = m4/argz.m4 m4/libtool.m4 m4/ltdl.m4 \  nobase_pkgvdata_DATA = m4/argz.m4 m4/libtool.m4 m4/ltdl.m4 \
91          m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4          m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4
92    
93  ## We know that $(top_srcdir)/ChangeLog has been edited if stamp-vcl  ## We know that $(top_srcdir)/ChangeLog has been edited if stamp-vcl
# Line 224  install-data-local: Line 223  install-data-local:
223          -rm -rf $(DESTDIR)$(aclocaldir)/libtool.m4          -rm -rf $(DESTDIR)$(aclocaldir)/libtool.m4
224    
225  install-data-hook:  install-data-hook:
226          chmod +x $(DESTDIR)$(pkgvdatadir)/config.guess          chmod +x $(DESTDIR)$(pkgvdatadir)/config/config.guess
227          chmod +x $(DESTDIR)$(pkgvdatadir)/config.sub          chmod +x $(DESTDIR)$(pkgvdatadir)/config/config.sub
228          chmod +x $(DESTDIR)$(pkgvdatadir)/install-sh          chmod +x $(DESTDIR)$(pkgvdatadir)/config/install-sh
229    
230  ## Make versioned links.  We only run the transform on the root name;  ## Make versioned links.  We only run the transform on the root name;
231  ## then we make a versioned link with the transformed base name.  This  ## then we make a versioned link with the transformed base name.  This

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.142

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