RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Jeff Johnson
Root: /v/rpm/cvs Email: jbj@rpm5.org
Module: zlib Date: 18-Aug-2007 13:51:36
Branch: HEAD Handle: 2007081812513600
Modified files:
zlib Makefile.am configure.ac
Log:
add -Wall to automake options to see problems.
use the implict automake generated rule for librpmz.la, no need to override.
Summary:
Revision Changes Path
1.24 +0 -2 zlib/Makefile.am
1.10 +1 -1 zlib/configure.ac
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: zlib/Makefile.am
============================================================================
$ cvs diff -u -r1.23 -r1.24 Makefile.am
--- zlib/Makefile.am 23 Jul 2007 22:26:48 -0000 1.23
+++ zlib/Makefile.am 18 Aug 2007 11:51:36 -0000 1.24
@@ -16,8 +16,6 @@
infback.c inffast.c inflate.c inftrees.c \
trees.c uncompr.c zutil.c
librpmz_la_LDFLAGS =
-librpmz.la: $(librpmz_la_OBJECTS) $(librpmz_la_DEPENDENCIES)
- $(librpmz_la_LINK) $(librpmz_la_OBJECTS) $(librpmz_la_LIBADD)
noinst_PROGRAMS = example minigzip
@@ .
patch -p0 <<'@@ .'
Index: zlib/configure.ac
============================================================================
$ cvs diff -u -r1.9 -r1.10 configure.ac
--- zlib/configure.ac 10 Aug 2007 19:03:25 -0000 1.9
+++ zlib/configure.ac 18 Aug 2007 11:51:36 -0000 1.10
@@ -4,7 +4,7 @@
AC_CANONICAL_SYSTEM
AC_CONFIG_SRCDIR([gzio.c])
AM_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE([foreign])
+AM_INIT_AUTOMAKE([-Wall foreign])
dnl Check for programs.
AC_PROG_CC
@@ .
Received on Sat Aug 18 13:51:36 2007