summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2005-01-23 20:44:57 +0000
committerjbj <devnull@localhost>2005-01-23 20:44:57 +0000
commit9e1bfe0af5fd0183f882f60ebbb670f867682425 (patch)
tree4c9b6be8c414b95b076e2e26ac2f300f025ffea3 /autogen.sh
parent15d076fc8ff97ea14a78d78bf4ddab8939bf6a50 (diff)
downloadlibrpm-tizen-9e1bfe0af5fd0183f882f60ebbb670f867682425.tar.gz
librpm-tizen-9e1bfe0af5fd0183f882f60ebbb670f867682425.tar.bz2
librpm-tizen-9e1bfe0af5fd0183f882f60ebbb670f867682425.zip
- blueprint rpm-4_4 and HEAD to minimize diff spew.
CVS patchset: 7706 CVS date: 2005/01/23 20:44:57
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index c5061adea..518c9f6d3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -50,6 +50,9 @@ 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