RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-4_5: zlib/ configure.ac

From: Jeff Johnson <jbj@rpm5.org>
Date: Sat 18 Aug 2007 - 14:53:59 CEST
Message-Id: <20070818125359.A1828348458@rpm5.org>
  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 14:53:59
  Branch: rpm-4_5                          Handle: 2007081813535900

  Modified files:           (Branch: rpm-4_5)
    zlib                    configure.ac

  Log:
    add -Wall to automake options to see problems.

  Summary:
    Revision    Changes     Path
    1.7.2.1     +6  -7      zlib/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: zlib/configure.ac
  ============================================================================
  $ cvs diff -u -r1.7 -r1.7.2.1 configure.ac
  --- zlib/configure.ac	25 May 2007 17:36:42 -0000	1.7
  +++ zlib/configure.ac	18 Aug 2007 12:53:59 -0000	1.7.2.1
  @@ -1,16 +1,16 @@
  -AC_PREREQ(2.57)
  -AC_INIT(zlib, 1.2.1.1, rpm-list@redhat.com)
  +AC_PREREQ(2.59)
  +AC_INIT([zlib], 1.2.1.1, [rpm-devel@rpm5.org])
   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
   AC_PROG_LIBTOOL
   AC_SYS_LARGEFILE
   
  -CFLAGS="-DHAS_snprintf -DHAS_snprintf"
  +CFLAGS="-DHAS_snprintf"
   if test "$ac_cv_prog_gcc" = yes; then
       CFLAGS="-DWITH_RSYNC_PAD -O3 -fomit-frame-pointer -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts $CFLAGS"
   fi
  @@ -32,6 +32,5 @@
   [AC_MSG_RESULT(no)]
   )
   
  -AC_OUTPUT([ Doxyfile Makefile ],
  -  [	echo timestamp > stamp-h.in ]
  -)
  +AC_CONFIG_FILES([Doxyfile Makefile])
  +AC_OUTPUT
  @@ .
Received on Sat Aug 18 14:53:59 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.