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

/freebsd-13-stable/contrib/apr-util/
H A Dapu-config.in87 LA_FILE="$libdir/lib${APRUTIL_LIBNAME}.la"
89 LA_FILE="$APU_BUILD_DIR/lib${APRUTIL_LIBNAME}.la"
171 # If the LA_FILE exists where we think it should be, use it. If we're
172 # installed and the LA_FILE does not exist, assume to use -L/-l
173 # (the LA_FILE may not have been installed). If we're building ourselves,
175 if test -f "$LA_FILE"; then
176 flags="$flags $LA_FILE"
183 flags="$flags $LA_FILE"
187 if test -f "$LA_FILE"; then
188 flags="$flags $LA_FILE"
[all...]
/freebsd-13-stable/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 26 milliseconds