Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release-src > by-pkgid > 13d6c9f190ea885fe63b7f8bd1cdddfb > files > 3

flow-tools-0.68-5mdv2009.0.src.rpm

diff -Naur flow-tools-0.67/configure.in flow-tools-0.67.oden/configure.in
--- flow-tools-0.67/configure.in	2003-12-04 07:18:15.000000000 +0100
+++ flow-tools-0.67.oden/configure.in	2004-08-08 17:18:44.267201444 +0200
@@ -10,11 +10,11 @@
 
 dnl Checks for programs.
 AC_PROG_CC
+AC_PROG_LIBTOOL
 AC_PROG_INSTALL
 AC_PROG_MAKE_SET
 AC_PROG_YACC
 YACC="$YACC -d"
-AC_PROG_RANLIB
 AM_PROG_LEX
 
 AC_SUBST(YLIB)
diff -Naur flow-tools-0.67/lib/Makefile.am flow-tools-0.67.oden/lib/Makefile.am
--- flow-tools-0.67/lib/Makefile.am	2003-07-28 22:25:30.000000000 +0200
+++ flow-tools-0.67.oden/lib/Makefile.am	2004-08-08 17:16:38.115198295 +0200
@@ -2,17 +2,17 @@
 
 #AM_CFLAGS=-g -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs
 #AM_CFLAGS=-O2
-AM_CFLAGS=-g -Wall
+#AM_CFLAGS=-g -Wall
 
 DEFS=-I. -I$(srcdir)/lib
 
 include_HEADERS = ftlib.h ftqueue.h radix.h ftpaths.h ftconfig.h
-lib_LIBRARIES = libft.a
+lib_LTLIBRARIES = libft.la
 
-libft_a_SOURCES = ftio.c ftswap.c ftencode.c ftdecode.c ftprof.c bit1024.c \
+libft_la_SOURCES = ftio.c ftswap.c ftencode.c ftdecode.c ftprof.c bit1024.c \
  fmt.c support.c ftfile.c fttlv.c ftmap.c ftrec.c fterr.c \
  ftchash.c ftsym.c radix.c fttag.c ftfil.c ftstat.c getdate.c ftxfield.c\
  ftmask.c ftvar.c ftxlate.c
 
-libft_a_LIBADD = @LIBOBJS@ 
+libft_la_LIBADD = $(LTLIBOBJS)