25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
358 B
13 lines
358 B
--- acgeneral.m4.old Tue Jan 5 14:27:37 1999 |
|
+++ acgeneral.m4 Thu Mar 2 12:04:32 2000 |
|
@@ -868,6 +868,10 @@ |
|
ac_aux_dir=$ac_dir |
|
ac_install_sh="$ac_aux_dir/install.sh -c" |
|
break |
|
+ elif test -f $ac_dir/shtool; then |
|
+ ac_aux_dir=$ac_dir |
|
+ ac_install_sh="$ac_aux_dir/shtool install -c" |
|
+ break |
|
fi |
|
done |
|
if test -z "$ac_aux_dir"; then
|
|
|