You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
358 B
14 lines
358 B
24 years ago
|
--- 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
|