diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-07-24 09:59:33 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-07-24 09:59:33 +0300 |
commit | 68fc61fe087f6f97695eb888ba342fc248cddab1 (patch) | |
tree | c5807544987373c5efdc9ace9cfeab935caee423 /autogen.sh | |
parent | 4cc65f782d828feb21a6b4bd43f57dd197ca0aed (diff) | |
download | librpm-tizen-68fc61fe087f6f97695eb888ba342fc248cddab1.tar.gz librpm-tizen-68fc61fe087f6f97695eb888ba342fc248cddab1.tar.bz2 librpm-tizen-68fc61fe087f6f97695eb888ba342fc248cddab1.zip |
Rip out internal libmagic, require external.
This is going to need more sorting out...
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh index 7e710fa10..ddeae7505 100755 --- a/autogen.sh +++ b/autogen.sh @@ -38,14 +38,10 @@ fi # XXX add missing config.rpath, kludgery around what's apparently # gettext related stuff... -for d in . file; do +for d in . ; do touch $d/config.rpath done -if [ -d file ]; then - (echo "--- file"; cd file; ./autogen.sh --noconfigure "$@") -fi - echo "--- rpm" $libtoolize --copy --force aclocal |