summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-06-08 20:45:59 +0000
committerjbj <devnull@localhost>2001-06-08 20:45:59 +0000
commit03f527390168680d98f13ada0dbf6be4cd17dc9c (patch)
tree775e83d8fc7532376766381fb94496b3dec6f31d /perl
parent7bf9296288c38f3bf82ec38481738101bf063981 (diff)
downloadrpm-03f527390168680d98f13ada0dbf6be4cd17dc9c.tar.gz
rpm-03f527390168680d98f13ada0dbf6be4cd17dc9c.tar.bz2
rpm-03f527390168680d98f13ada0dbf6be4cd17dc9c.zip
- fix: QUERY_FOR_LIST file count clobbered.
- create top level rpmcli API, factor top level modes into popt tables. - popt: add POPT_BIT_SET/POPT_BIT_CLR to API. - autogen.sh checks for latest libtool-1.4 and automake-1.4-p2. - rpm --verify reports failure(s) if corresponding tag is not in header. - rpm --verify honors %config(missingok), add -v for legacy behavior. CVS patchset: 4852 CVS date: 2001/06/08 20:45:59
Diffstat (limited to 'perl')
-rw-r--r--perl/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/perl/Makefile.in b/perl/Makefile.in
index 96b65be32..919a24b8a 100644
--- a/perl/Makefile.in
+++ b/perl/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4 from Makefile.am
+# Makefile.in generated automatically by automake 1.4-p2 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
@@ -80,6 +80,8 @@ DATADIRNAME = @DATADIRNAME@
DBLIBOBJS = @DBLIBOBJS@
DBLIBSRCS = @DBLIBSRCS@
DLLTOOL = @DLLTOOL@
+ECHO = @ECHO@
+EXEEXT = @EXEEXT@
FINDPROVIDES = @FINDPROVIDES@
FINDREQUIRES = @FINDREQUIRES@
FIXPERMS = @FIXPERMS@
@@ -112,6 +114,7 @@ MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
MSGFMT = @MSGFMT@
OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
PGPBIN = @PGPBIN@
POFILES = @POFILES@
@@ -127,6 +130,7 @@ RPMGID = @RPMGID@
RPMGROUP = @RPMGROUP@
RPMUID = @RPMUID@
RPMUSER = @RPMUSER@
+STRIP = @STRIP@
SYSCONFIGDIR = @SYSCONFIGDIR@
U = @U@
UNZIPBIN = @UNZIPBIN@