/[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.6 by rwild, Mon Dec 20 13:09:05 2004 UTC revision 1.130.2.7 by rwild, Tue Dec 28 13:50:56 2004 UTC
# Line 35  edit = sed \ Line 35  edit = sed \
35          -e 's,@host_triplet\@,$(host_triplet),g' \          -e 's,@host_triplet\@,$(host_triplet),g' \
36          -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"
37    
38  timestamp = set -- `$(MKSTAMP) < $(top_srcdir)/ChangeLog`; \  timestamp = set dummy `$(MKSTAMP) < $(top_srcdir)/ChangeLog`; shift; \
39          case $(VERSION) in \          case $(VERSION) in \
40            *[acegikmoqsuwy]) TIMESTAMP=" $$1 $$2 $$3" ;; \            *[acegikmoqsuwy]) TIMESTAMP=" $$1 $$2 $$3" ;; \
41            *) TIMESTAMP="" ;; \            *) TIMESTAMP="" ;; \
# Line 74  aclocal_DATA = m4/argz.m4 m4/libtool.m4 Line 74  aclocal_DATA = m4/argz.m4 m4/libtool.m4
74  MKSTAMP = $(SHELL) $(top_srcdir)/config/mkstamp  MKSTAMP = $(SHELL) $(top_srcdir)/config/mkstamp
75  $(top_srcdir)/stamp-vcl: vcl-tmp clean-ltmain-sh ChangeLog  $(top_srcdir)/stamp-vcl: vcl-tmp clean-ltmain-sh ChangeLog
76  vcl-tmp:  vcl-tmp:
77          @set -- `$(MKSTAMP) < $(top_srcdir)/ChangeLog`; \          @set dummy `$(MKSTAMP) < $(top_srcdir)/ChangeLog`; shift; \
78          echo "$$1" > vcl.tmp; \          echo "$$1" > vcl.tmp; \
79          cmp -s vcl.tmp $(top_srcdir)/stamp-vcl \          cmp -s vcl.tmp $(top_srcdir)/stamp-vcl \
80            || (echo "Updating stamp-vcl"; cp vcl.tmp $(top_srcdir)/stamp-vcl)            || (echo "Updating stamp-vcl"; cp vcl.tmp $(top_srcdir)/stamp-vcl)
# Line 97  clean-ltmain-sh: Line 97  clean-ltmain-sh:
97  # how ltversion.m4 appears in our dependencies.  # how ltversion.m4 appears in our dependencies.
98  EXTRA_DIST += m4/ltversion.in m4/ltversion.m4  EXTRA_DIST += m4/ltversion.in m4/ltversion.m4
99  $(top_srcdir)/m4/ltversion.m4: m4/ltversion.in configure.ac $(top_srcdir)/stamp-vcl  $(top_srcdir)/m4/ltversion.m4: m4/ltversion.in configure.ac $(top_srcdir)/stamp-vcl
100          set -- `$(MKSTAMP) < $(top_srcdir)/ChangeLog`; \          set dummy `$(MKSTAMP) < $(top_srcdir)/ChangeLog`; shift; \
101          cd $(top_srcdir); \          cd $(top_srcdir); \
102          rm -f m4/ltversion.tmp; \          rm -f m4/ltversion.tmp; \
103          serial=`echo $$1 | sed 's,^1[.],,g'`; \          serial=`echo $$1 | sed 's,^1[.],,g'`; \

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

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