Update of /cvsroot/cscope/cscope/contrib
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4099/contrib
Modified Files:
Makefile.in
Log Message:
Replace all usage of (v)sprintf by (v)snprintf.
Supply and use optional replacement snprintf on systems that don't have it.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/cscope/cscope/contrib/Makefile.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** Makefile.in 30 Jun 2008 21:36:48 -0000 1.10
--- Makefile.in 10 Apr 2009 13:39:23 -0000 1.11
***************
*** 41,45 ****
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! am__aclocal_m4_deps = $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
--- 41,46 ----
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
! $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
|