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

/freebsd-9.3-release/contrib/opie/
H A DMakefile.in118 ALT_SU=@ALT_SU@
203 @if test ! -z $(ALT_SU); \
205 if test ! $(EXISTS) $(ALT_SU).$(BACKUP); \
207 echo "Renaming existing $(ALT_SU) to $(ALT_SU).$(BACKUP)"; \
208 mv $(ALT_SU) $(ALT_SU).$(BACKUP); \
209 echo "Clearing permissions on $(ALT_SU)"; \
210 chmod 0 $(ALT_SU)
[all...]
H A Dconfigure1243 case "$ALT_SU" in
1245 ac_cv_path_ALT_SU="$ALT_SU" # Let the user override the test with a path.
1248 ac_cv_path_ALT_SU="$ALT_SU" # Let the user override the test with a dos path.
1264 ALT_SU="$ac_cv_path_ALT_SU"
1265 if test -n "$ALT_SU"; then
1266 echo "$ac_t""$ALT_SU" 1>&6
5023 s%@ALT_SU@%$ALT_SU%g

Completed in 66 milliseconds