Searched refs:LA_FILE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/apr-util/
H A Dapu-config.in87 LA_FILE="$libdir/lib${APRUTIL_LIBNAME}.la"
93 LA_FILE="$APU_BUILD_DIR/lib${APRUTIL_LIBNAME}.la"
175 # If the LA_FILE exists where we think it should be, use it. If we're
176 # installed and the LA_FILE does not exist, assume to use -L/-l
177 # (the LA_FILE may not have been installed). If we're building ourselves,
179 if test -f "$LA_FILE"; then
180 flags="$flags $LA_FILE"
187 flags="$flags $LA_FILE"
191 if test -f "$LA_FILE"; then
192 flags="$flags $LA_FILE"
[all...]
/freebsd-10.1-release/contrib/apr/
H A Dapr-config.in95 LA_FILE="$libdir/lib${APR_LIBNAME}.la"
97 LA_FILE="$APR_BUILD_DIR/lib${APR_LIBNAME}.la"
193 # If the LA_FILE exists where we think it should be, use it. If we're
194 # installed and the LA_FILE does not exist, assume to use -L/-l
195 # (the LA_FILE may not have been installed). If we're building ourselves,
197 if test -f "$LA_FILE"; then
198 flags="$flags $LA_FILE"
205 flags="$flags $LA_FILE"
213 if test -f "$LA_FILE"; then
214 flags="$flags $LA_FILE"
[all...]

Completed in 49 milliseconds