configured and added %__subst

This commit is contained in:
Дмитрий Левин 2002-08-29 15:07:12 +00:00
parent 569410371a
commit a6199ab8aa
2 changed files with 2 additions and 0 deletions

View File

@ -213,6 +213,7 @@ AC_PATH_PROG(__GREP, grep, /bin/grep, $MYPATH)
AC_PATH_PROG(GZIPBIN, gzip, /bin/gzip, $MYPATH)
AC_PATH_PROG(BZIP2BIN, bzip2, /bin/bzip2, $MYPATH)
AC_PATH_PROG(UNZIPBIN, unzip, /usr/bin/unzip, $MYPATH)
AC_PATH_PROG(__SUBST, subst, /usr/bin/subst, $MYPATH)
AC_PATH_PROG(__ID, id, /usr/bin/id, $MYPATH)
AC_MSG_CHECKING(checking whether id supports -u)

View File

@ -61,6 +61,7 @@
%__rsh @__RSH@
%__sed @__SED@
%__ssh @__SSH@
%__subst @__SUBST@
%__tar @__TAR@
%__unzip @UNZIPBIN@