diff options
author | jbj <devnull@localhost> | 2002-07-28 00:41:15 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-07-28 00:41:15 +0000 |
commit | 670ab1c845c0f5f9d252b4599186b4934d20c4b7 (patch) | |
tree | baa680c109ac42521719268391930ee7d9252465 /db3 | |
parent | c33342be5f9bcf69e6967db5c196b6ba32326694 (diff) | |
download | librpm-tizen-670ab1c845c0f5f9d252b4599186b4934d20c4b7.tar.gz librpm-tizen-670ab1c845c0f5f9d252b4599186b4934d20c4b7.tar.bz2 librpm-tizen-670ab1c845c0f5f9d252b4599186b4934d20c4b7.zip |
- popt: display sub-table options only once on --usage.
- wire --nosignatures et al as common options, rework CLI options.
CVS patchset: 5575
CVS date: 2002/07/28 00:41:15
Diffstat (limited to 'db3')
-rwxr-xr-x | db3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db3/configure b/db3/configure index a96fb90d3..eea649b27 100755 --- a/db3/configure +++ b/db3/configure @@ -26,7 +26,7 @@ listobjs:\ \ distdir install check:\ \ -db3_install: all install_setip \\' > Makefile +db3_install: all install_setip' > Makefile mv db.h db.h.orig cat db.h.orig | sed \ |