diff options
author | jbj <devnull@localhost> | 1998-10-08 10:40:27 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1998-10-08 10:40:27 +0000 |
commit | 1516f1d56c6fc74fa77596e78237ab7400cae4e2 (patch) | |
tree | d50493daa35a055572afd7d2856ed62ae6069463 /convertdb.c | |
parent | 44184bacebad7f7e3d8afc6e31015683ff78e5f5 (diff) | |
download | rpm-1516f1d56c6fc74fa77596e78237ab7400cae4e2.tar.gz rpm-1516f1d56c6fc74fa77596e78237ab7400cae4e2.tar.bz2 rpm-1516f1d56c6fc74fa77596e78237ab7400cae4e2.zip |
configure using automake.
CVS patchset: 2418
CVS date: 1998/10/08 10:40:27
Diffstat (limited to 'convertdb.c')
-rw-r--r-- | convertdb.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/convertdb.c b/convertdb.c index f770cef11..63a9d5123 100644 --- a/convertdb.c +++ b/convertdb.c @@ -4,6 +4,8 @@ #include "build/rpmbuild.h" +#include "intl.h" + #include "falloc.h" #include "oldrpmdb.h" #include "oldheader.h" @@ -201,7 +203,7 @@ int main(int argc, char ** argv) { exit(1); } - rpmReadConfigFiles(NULL, NULL, NULL, 0); + rpmReadConfigFiles(NULL, NULL, NULL, 0, NULL); printf(_("rpmconvert 1.0 - converting database in /var/lib/rpm\n")); convertDB(); |