#!/bin/sh## libtool assumes that the compiler can handle the -fPIC flag# This isn't always true (for example, nasm can't handle it)command=""while[$1];doif["$1"!="-fPIC"];thenif["$1"!="-DPIC"];thencommand="$command$1"fifishiftdoneecho$commandexec$command