how-lix-os-pkgs/pkgconf/default/conf.sh

13 lines
220 B
Bash
Executable File

#!/bin/sh
# generate the configure script
./autogen.sh
./configure --with-pic --prefix=
## explanation
#
# --with-pic: use position-independent objects when possible.
#
# --prefix: respect the "no /usr/local" policy.