diff options
author | jbj <devnull@localhost> | 2000-02-25 16:29:44 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-02-25 16:29:44 +0000 |
commit | 601d666d4825619b9ecd12b839efbe6b0ebe4516 (patch) | |
tree | 949fbafa403998c2bf5065a9081828dc8adaab4f /autogen.sh | |
parent | 18edb9da1a3b658208492fb9934c1a82a639014b (diff) | |
download | librpm-tizen-601d666d4825619b9ecd12b839efbe6b0ebe4516.tar.gz librpm-tizen-601d666d4825619b9ecd12b839efbe6b0ebe4516.tar.bz2 librpm-tizen-601d666d4825619b9ecd12b839efbe6b0ebe4516.zip |
- fix: filter excluded paths before adding install prefixes (#8709).
- add i18n lookaside to PO catalogue(s) for i18n strings.
- try for /etc/rpm/macros.specspo so that specspo autoconfigures rpm.
- per-platform configuration factored into /usr/lib/rpm subdir.
CVS patchset: 3588
CVS date: 2000/02/25 16:29:44
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 e94c2f843..d998e60e4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -29,7 +29,7 @@ if [ "$1" = "--noconfigure" ]; then fi if [ X"$@" = X -a "X`uname -s`" = "XLinux" ]; then - ./configure --prefix=/usr --enable-shared "$@" + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var "$@" else ./configure "$@" fi |