diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-07-05 16:59:34 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-07-05 16:59:34 +0300 |
commit | 5275cce57b26482baa54ba9935a36d9c93aa4e23 (patch) | |
tree | 2da1223bdeaac2cbf7f461d6bdbb9b9415155a8e /autogen.sh | |
parent | 769ad04453840ad92cb2a438c6f0825a76cd01f7 (diff) | |
download | rpm-5275cce57b26482baa54ba9935a36d9c93aa4e23.tar.gz |
Rip out popt.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/autogen.sh b/autogen.sh index 27d4118b6..7e710fa10 100755 --- a/autogen.sh +++ b/autogen.sh @@ -38,28 +38,13 @@ fi # XXX add missing config.rpath, kludgery around what's apparently # gettext related stuff... -for d in . popt file; do +for d in . file; do touch $d/config.rpath done -if [ -d popt ]; then - (echo "--- popt"; cd popt; ./autogen.sh --noconfigure "$@") -fi -if [ -d zlib ]; then - (echo "--- zlib"; cd zlib; ./autogen.sh --noconfigure "$@") -fi -if [ -d beecrypt ]; then - (echo "--- beecrypt"; cd beecrypt; ./autogen.sh --noconfigure "$@") -fi -if [ -d elfutils ]; then - (echo "--- elfutils"; cd elfutils; ./autogen.sh --noconfigure "$@") -fi if [ -d file ]; then (echo "--- file"; cd file; ./autogen.sh --noconfigure "$@") fi -if [ -d neon ]; then - (echo "--- neon"; cd neon; ./autogen.sh "$@") -fi echo "--- rpm" $libtoolize --copy --force |