RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Ralf S. Engelschall
Root: /v/rpm/cvs Email: rse@rpm5.org
Module: rpm Date: 21-Jul-2007 21:34:35
Branch: HEAD Handle: 2007072120343400
Modified files:
rpm configure.ac
rpm/rpmconstant rpmh2tbl
Log:
be more nice and at least allow one to use miniperl(1) instead of a
full-sized perl(1), too
Summary:
Revision Changes Path
2.213 +1 -1 rpm/configure.ac
1.3 +1 -9 rpm/rpmconstant/rpmh2tbl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/configure.ac
============================================================================
$ cvs diff -u -r2.212 -r2.213 configure.ac
--- rpm/configure.ac 21 Jul 2007 19:30:28 -0000 2.212
+++ rpm/configure.ac 21 Jul 2007 19:34:34 -0000 2.213
@@ -316,7 +316,7 @@
AC_SUBST(__CHGRP_RHF)
dnl # find the Perl interpreter
-AC_PATH_PROG(PERL, perl perl5)
+AC_PATH_PROG(PERL, perl perl5 miniperl)
if test ".$PERL" = .; then
AC_MSG_ERROR([Perl required in PATH for building rpmconstant/])
fi
@@ .
patch -p0 <<'@@ .'
Index: rpm/rpmconstant/rpmh2tbl
============================================================================
$ cvs diff -u -r1.2 -r1.3 rpmh2tbl
--- rpm/rpmconstant/rpmh2tbl 21 Jul 2007 18:37:03 -0000 1.2
+++ rpm/rpmconstant/rpmh2tbl 21 Jul 2007 19:34:34 -0000 1.3
@@ -14,12 +14,7 @@
##- along with this program; if not, write to the Free Software
##- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# $Id: rpmh2tbl,v 1.2 2007/07/21 18:37:03 rse Exp $
-
-use strict;
-use warnings;
-
-use Getopt::Long;
+# $Id: rpmh2tbl,v 1.3 2007/07/21 19:34:34 rse Exp $
my @availlabletables;
@@ -191,9 +186,6 @@
EOF
, join("\n * ", @ARGV);
-GetOptions(
-);
-
foreach (@ARGV) {
parseconst($_);
}
@@ .
Received on Sat Jul 21 21:34:35 2007