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

Diff of /libtool/Makefile.am

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

revision 1.130.2.7 by rwild, Tue Dec 28 13:50:56 2004 UTC revision 1.130.2.8 by gary, Tue Mar 15 12:56:30 2005 UTC
# Line 1  Line 1 
1  ## Makefile.am -- Process this file with automake to produce Makefile.in  ## Makefile.am -- Process this file with automake to produce Makefile.in
2  ##  ##
3  ## Copyright (C) 2003, 2004 Free Software Foundation  ## Copyright (C) 2003, 2004, 2005 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 32  edit = sed \ Line 32  edit = sed \
32          -e 's,@datadir\@,$(datadir),g' \          -e 's,@datadir\@,$(datadir),g' \
33          -e 's,@pkgdatadir\@,$(pkgdatadir),g' \          -e 's,@pkgdatadir\@,$(pkgdatadir),g' \
34          -e 's,@aclocaldir\@,$(aclocaldir),g' \          -e 's,@aclocaldir\@,$(aclocaldir),g' \
35            -e 's,@aclocal_DATA\@,$(aclocal_DATA),g' \
36          -e 's,@host_triplet\@,$(host_triplet),g' \          -e 's,@host_triplet\@,$(host_triplet),g' \
37          -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"
38    
# Line 61  dist_pkgdata_DATA = config/config.guess Line 62  dist_pkgdata_DATA = config/config.guess
62    
63  # Everything that gets picked up by aclocal is automatically distributed,  # Everything that gets picked up by aclocal is automatically distributed,
64  # 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.
 # NOTE: Ensure that PKGMACRO_FILES in libtoolize.in is updated if you  
 #       change the contents of aclocal_DATA:  
65  aclocal_DATA = m4/argz.m4 m4/libtool.m4 m4/ltdl.m4 \  aclocal_DATA = m4/argz.m4 m4/libtool.m4 m4/ltdl.m4 \
66          m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4          m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4
67    

Legend:
Removed from v.1.130.2.7  
changed lines
  Added in v.1.130.2.8

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