From d15e9b2a599c5919152362331189a7cafcb7c457 Mon Sep 17 00:00:00 2001 From: eb Date: Sat, 10 Nov 2007 11:41:15 +0000 Subject: [PATCH] pass args through git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6856 221aa14e-8319-0410-a670-987f0aec2ac5 --- configure-cell-cross | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/configure-cell-cross b/configure-cell-cross index 48a7c6db..fce211f8 100755 --- a/configure-cell-cross +++ b/configure-cell-cross @@ -14,6 +14,10 @@ do --prefix=*) prefix=${arg#--prefix=} ;; + --help) + $scriptdir/configure --help + exit + ;; esac done @@ -42,9 +46,9 @@ $scriptdir/configure \ LDFLAGS="-L${cell_root}/lib -L${cell_root}/usr/lib" \ PYTHON_CPPFLAGS=-I${cell_root}/usr/include/python${python_version} \ PKG_CONFIG_PATH=${cell_root}/usr/lib/pkgconfig:${cell_root}/usr/local/lib/pkgconfig \ - --host=powerpc64-unknown-linux-gnu \ - --prefix=$prefix \ - --with-pythondir=$prefix/lib/python${python_version}/site-packages + --host=powerpc64-unknown-linux-gnu \ + --with-pythondir=$prefix/lib/python${python_version}/site-packages \ + "$@" # Hack the libtool script so that it doesn't code an --rpath flag into anything -- 2.30.2