Update of /cvsroot/cscope/cscope/doc
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4099/doc
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/doc/Makefile.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** Makefile.in 30 Jun 2008 21:36:48 -0000 1.9
--- Makefile.in 10 Apr 2009 13:39:23 -0000 1.10
***************
*** 40,44 ****
DIST_COMMON = $(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)
--- 40,45 ----
DIST_COMMON = $(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)
|