diff options
author | jbj <devnull@localhost> | 2002-10-15 18:44:16 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-10-15 18:44:16 +0000 |
commit | ada36102ab34ce7937dfddd49d2f60f4ccd9e3db (patch) | |
tree | 8b726c5c1a8e237bb7200591e26e280411766176 /autogen.sh | |
parent | 8da8b70df8dbf3c83ae5c45c861f00856e35631a (diff) | |
download | librpm-tizen-ada36102ab34ce7937dfddd49d2f60f4ccd9e3db.tar.gz librpm-tizen-ada36102ab34ce7937dfddd49d2f60f4ccd9e3db.tar.bz2 librpm-tizen-ada36102ab34ce7937dfddd49d2f60f4ccd9e3db.zip |
Replace libelf with elfutils.
CVS patchset: 5778
CVS date: 2002/10/15 18:44:16
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index ab594f838..0adb4d500 100755 --- a/autogen.sh +++ b/autogen.sh @@ -23,7 +23,8 @@ recent versions of libtool/autoconf/automake. (echo "--- popt"; cd popt; ./autogen.sh --noconfigure "$@") (echo "--- zlib"; cd zlib; ./autogen.sh --noconfigure "$@") (echo "--- beecrypt"; cd beecrypt; ./autogen.sh --noconfigure "$@") -(echo "--- libelf"; cd libelf; ./autogen.sh --noconfigure "$@") +(echo "--- elfutils"; cd elfutils; ./autogen.sh --noconfigure "$@") +(echo "--- file"; cd file; ./autogen.sh --noconfigure "$@") echo "--- rpm" libtoolize --copy --force |