RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  [EMAIL PROTECTED]
  Module: rpm                              Date:   21-Jun-2007 11:27:25
  Branch: HEAD                             Handle: 2007062110272500

  Modified files:
    rpm                     configure.ac

  Log:
    consistently use AS_HELP_STRING instead of manually formatted
    descriptions as AS_HELP_STRING automatically calculates the necessary
    padding, wordwraps, etc.

  Summary:
    Revision    Changes     Path
    2.103       +4  -4      rpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.102 -r2.103 configure.ac
  --- rpm/configure.ac  21 Jun 2007 08:15:48 -0000      2.102
  +++ rpm/configure.ac  21 Jun 2007 09:27:25 -0000      2.103
  @@ -840,7 +840,7 @@
   dnl Auto-detect whether perl bindings should be built.
   dnl
   withval=auto
  -AC_ARG_WITH(perl,   [  --with-perl             build rpm perl bindings ])
  +AC_ARG_WITH(perl, AS_HELP_STRING([--with-perl], [build with RPM Perl 
language bindings]))
   WITH_PERL_VERSION=$withval
   if test "$WITH_PERL_VERSION" != no ; then
     WITH_PERL_SUBDIR=perl
  @@ -857,7 +857,7 @@
   dnl Auto-detect which python bindings should be built.
   dnl
   withval=auto
  -AC_ARG_WITH(python, [  --with-python           build rpm python bindings ])
  +AC_ARG_WITH(python, AS_HELP_STRING([--with-python], [build with RPM Python 
language bindings]))
   
   WITH_PYTHON_VERSION=$withval
   if test $withval = auto ; then
  @@ -939,7 +939,7 @@
   dnl Auto-detect whether doxygen generated API docs should be included.
   dnl
   withval=auto
  -AC_ARG_WITH(apidocs, [  --with-apidocs          build rpm API docs ])
  +AC_ARG_WITH(apidocs, AS_HELP_STRING([--with-apidocs], [build RPM API 
documentation]))
   
   if test $withval = auto -a $__DOXYGEN != no ; then
     withval=yes
  @@ -961,7 +961,7 @@
       *-*-linux*) with_selinuxval=yes ;;
   esac
   withval=${with_selinuxval}
  -AC_ARG_WITH(selinux, [  --with-selinux          build with selinux support ])
  +AC_ARG_WITH(selinux, AS_HELP_STRING([--with-selinux], [build RPM with 
SELinux support]))
   if test $withval != no ; then
     AC_DEFINE(WITH_SELINUX, 1, [Build with selinux support?])
     WITH_SELINUX_LIB="-lselinux"
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to