Lines Matching refs:prefix
112 prefix=
119 --prefix=*) prefix=`expr "$option" : '--prefix=\(.*\)'`;;
124 test -n "$prefix" \
127 case $prefix in
129 *) die 'invalid prefix: '"$prefix"': it must be an absolute name';;
138 case $prefix in
151 export PATH=$prefix/bin:$PATH
158 ./configure CFLAGS=-O2 LDFLAGS=-s --prefix=$prefix >makerr-config 2>&1
183 $prefix/lib/pkgconfig:/usr/lib/pkgconfig)
188 PKG_CONFIG_PATH=$prefix/lib/pkgconfig:/usr/lib/pkgconfig
194 "$prefix/bin:"*) echo 'Good! your PATH is fine';;
197 Be sure that "$prefix/bin" is earlier in your PATH than /bin, /usr/bin, etc.