AC_INIT(README) AC_DIVERT_PUSH(AC_DIVERSION_NOTICE) V=`./shtool version -ltxt -dlong VERSION` ./shtool echo -e "Configuring %BOSSP Shiela%b, Version %B${V}%b" echo "Copyright (c) 2000 Ralf S. Engelschall " echo "" AC_DIVERT_POP() AC_MSG_CHECKING(for Perl program) PATH_PERL=`./shtool path -m perl5 perl` AC_SUBST(PATH_PERL) AC_MSG_RESULT($PATH_PERL) AC_MSG_CHECKING(for CVS program) PATH_CVS=`./shtool path cvs` AC_SUBST(PATH_CVS) AC_MSG_RESULT($PATH_CVS) AC_SET_MAKE AC_OUTPUT(Makefile)