diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -13,19 +13,9 @@ PKG_NAME=ModemManager exit 1 } -polkit="false" -args="" -while (( "$#" )); do - if [ "$1" == "--with-polkit=yes" ]; then - polkit="true" - fi - args="$args $1" - shift -done - (cd $srcdir; autoreconf --install --symlink && - ((eval "$polkit" && intltoolize --force) || true) && + intltoolize --force && autoreconf && - ./configure --enable-maintainer-mode $args + ./configure --enable-maintainer-mode $@ ) |