diff options
author | jbj <devnull@localhost> | 2002-05-25 17:15:20 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-05-25 17:15:20 +0000 |
commit | 3067a2c91dc0e85acab883e3fccc5caf15247d89 (patch) | |
tree | 0590d6d86449d198109fda8de63f8a1349d385a6 /autogen.sh | |
parent | 4f1bba10aa4a9463b068aff002e7c8ffd36f21c1 (diff) | |
download | librpm-tizen-3067a2c91dc0e85acab883e3fccc5caf15247d89.tar.gz librpm-tizen-3067a2c91dc0e85acab883e3fccc5caf15247d89.tar.bz2 librpm-tizen-3067a2c91dc0e85acab883e3fccc5caf15247d89.zip |
- re-enable rpm-python sub-package.
- fix: resurrect "()(64bit)" markings using objdump.
CVS patchset: 5448
CVS date: 2002/05/25 17:15:20
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 7dbbaa517..6749736eb 100755 --- a/autogen.sh +++ b/autogen.sh @@ -42,7 +42,7 @@ if [ X"$@" = X -a "X`uname -s`" = "XLinux" ]; then mandir=/usr/man infodir=/usr/info fi - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --infodir=${infodir} --mandir=${mandir} "$@" + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --infodir=${infodir} --mandir=${mandir} --without-javaglue "$@" else ./configure "$@" fi |