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

Diff of /libtool/Makefile.am

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

revision 1.137 by rwild, Mon Dec 20 13:08:33 2004 UTC revision 1.138 by rwild, Tue Dec 28 13:50:21 2004 UTC
# Line 46  edit = sed \ Line 46  edit = sed \
46          -e 's,@prefix\@,$(prefix),g' \          -e 's,@prefix\@,$(prefix),g' \
47          -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"
48    
49  timestamp = set -- `$(MKSTAMP) < $(top_srcdir)/ChangeLog`; \  timestamp = set dummy `$(MKSTAMP) < $(top_srcdir)/ChangeLog`; shift; \
50          case $(VERSION) in \          case $(VERSION) in \
51            *[acegikmoqsuwy]) TIMESTAMP=" $$1 $$2 $$3" ;; \            *[acegikmoqsuwy]) TIMESTAMP=" $$1 $$2 $$3" ;; \
52            *) TIMESTAMP="" ;; \            *) TIMESTAMP="" ;; \
# Line 101  pkgvmacro_DATA = m4/argz.m4 m4/libtool.m Line 101  pkgvmacro_DATA = m4/argz.m4 m4/libtool.m
101  MKSTAMP = $(SHELL) $(top_srcdir)/config/mkstamp  MKSTAMP = $(SHELL) $(top_srcdir)/config/mkstamp
102  $(top_srcdir)/stamp-vcl: vcl-tmp clean-ltmain-sh ChangeLog  $(top_srcdir)/stamp-vcl: vcl-tmp clean-ltmain-sh ChangeLog
103  vcl-tmp:  vcl-tmp:
104          @set -- `$(MKSTAMP) < $(top_srcdir)/ChangeLog`; \          @set dummy `$(MKSTAMP) < $(top_srcdir)/ChangeLog`; shift; \
105          echo "$$1" > vcl.tmp; \          echo "$$1" > vcl.tmp; \
106          cmp -s vcl.tmp $(top_srcdir)/stamp-vcl \          cmp -s vcl.tmp $(top_srcdir)/stamp-vcl \
107            || (echo "Updating stamp-vcl"; cp vcl.tmp $(top_srcdir)/stamp-vcl)            || (echo "Updating stamp-vcl"; cp vcl.tmp $(top_srcdir)/stamp-vcl)
# Line 124  clean-ltmain-sh: Line 124  clean-ltmain-sh:
124  # how ltversion.m4 appears in our dependencies.  # how ltversion.m4 appears in our dependencies.
125  EXTRA_DIST += m4/ltversion.in m4/ltversion.m4  EXTRA_DIST += m4/ltversion.in m4/ltversion.m4
126  $(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
127          set -- `$(MKSTAMP) < $(top_srcdir)/ChangeLog`; \          set dummy `$(MKSTAMP) < $(top_srcdir)/ChangeLog`; shift; \
128          cd $(top_srcdir); \          cd $(top_srcdir); \
129          rm -f m4/ltversion.tmp; \          rm -f m4/ltversion.tmp; \
130          serial=`echo $$1 | sed 's,^1[.],,g'`; \          serial=`echo $$1 | sed 's,^1[.],,g'`; \

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.138

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