summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-07-05 16:59:34 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-07-05 16:59:34 +0300
commit5275cce57b26482baa54ba9935a36d9c93aa4e23 (patch)
tree2da1223bdeaac2cbf7f461d6bdbb9b9415155a8e /autogen.sh
parent769ad04453840ad92cb2a438c6f0825a76cd01f7 (diff)
downloadrpm-5275cce57b26482baa54ba9935a36d9c93aa4e23.tar.gz
Rip out popt.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh17
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