Deleted Added
full compact
aclocal.m4 (58551) aclocal.m4 (67064)
1AC_PREREQ(2.12)
2
3AC_DEFUN(CL_PROG_RANLIB, [AC_CHECK_PROG(RANLIB, ranlib, ranlib, true)])
4
5AC_DEFUN(CL_PROG_INSTALL,
6[dnl This is mostly copied from AC_PROG_INSTALL.
7# Find a good install program. We prefer a C program (faster),
8# so one script is as good as another. But avoid the broken or

--- 23 unchanged lines hidden (view full) ---

32 # OSF/1 installbsd also uses dspmsg, but is usable.
33 :
34 else
35 if test $ac_prog = installbsd &&
36 grep src/bos $ac_dir/$ac_prog >/dev/null 2>&1; then
37 # AIX installbsd doesn't work without option "-g".
38 :
39 else
1AC_PREREQ(2.12)
2
3AC_DEFUN(CL_PROG_RANLIB, [AC_CHECK_PROG(RANLIB, ranlib, ranlib, true)])
4
5AC_DEFUN(CL_PROG_INSTALL,
6[dnl This is mostly copied from AC_PROG_INSTALL.
7# Find a good install program. We prefer a C program (faster),
8# so one script is as good as another. But avoid the broken or

--- 23 unchanged lines hidden (view full) ---

32 # OSF/1 installbsd also uses dspmsg, but is usable.
33 :
34 else
35 if test $ac_prog = installbsd &&
36 grep src/bos $ac_dir/$ac_prog >/dev/null 2>&1; then
37 # AIX installbsd doesn't work without option "-g".
38 :
39 else
40 ac_cv_path_install="$ac_dir/$ac_prog -c"
40 cl_cv_path_install="$ac_dir/$ac_prog -c"
41 break 2
42 fi
43 fi
44 fi
45 done
46 ;;
47 esac
48 done

--- 23 unchanged lines hidden ---
41 break 2
42 fi
43 fi
44 fi
45 done
46 ;;
47 esac
48 done

--- 23 unchanged lines hidden ---