diff options
author | jbj <devnull@localhost> | 2001-07-21 19:44:22 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-07-21 19:44:22 +0000 |
commit | 7723beeaf4948e03de652d30a5a38d77670bc623 (patch) | |
tree | 2b8afa3067341f9e8d84b1ed2fe8a3f029ddfd3e /configure.in | |
parent | 74ce2b5c67fc4c4b6eb36825ea09860c3c8fd7fd (diff) | |
download | librpm-tizen-7723beeaf4948e03de652d30a5a38d77670bc623.tar.gz librpm-tizen-7723beeaf4948e03de652d30a5a38d77670bc623.tar.bz2 librpm-tizen-7723beeaf4948e03de652d30a5a38d77670bc623.zip |
- add sha1 test vectors, verify on ix86/alpha/sparc.
- add (but disable for now) rpm-perl subpackage from Perl-RPM.
- python: parameterize with PYVER to handle 1.5 and/or 2.1 builds.
- add build dependency on zlib-devel (#49575).
CVS patchset: 4969
CVS date: 2001/07/21 19:44:22
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a7e8b1618..d37c109ac 100644 --- a/configure.in +++ b/configure.in @@ -1096,7 +1096,7 @@ AC_OUTPUT([ Doxyfile Makefile rpmrc macros platform rpmpopt rpm.spec misc/Makefile po/Makefile.in intl/Makefile doc/Makefile doc/manual/Makefile doc/ja/Makefile doc/pl/Makefile doc/ru/Makefile doc/sk/Makefile - python/Makefile perl/Makefile perl/Makefile.PL ], + python/Makefile ], [ echo timestamp > popt/stamp-h.in echo timestamp > stamp-h.in ] |