head 1.4; access; symbols SHIELA_0_9_1:1.2 SHIELA_0_9_0:1.1.1.1 vendor:1.1.1; locks; strict; comment @# @; 1.4 date 2002.08.19.19.10.38; author rse; state dead; branches; next 1.3; 1.3 date 2001.12.31.15.00.31; author rse; state Exp; branches; next 1.2; 1.2 date 2001.02.10.16.40.26; author rse; state Exp; branches; next 1.1; 1.1 date 2000.06.18.14.30.49; author rse; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.06.18.14.30.49; author rse; state Exp; branches; next ; desc @@ 1.4 log @Switched to the OSSP devtool build environment and upgraded to GNU shtool 1.6.1 and GNU autoconf 2.53. @ text @ 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-2002 Ralf S. Engelschall " echo "" AC_DIVERT_POP() AC_MSG_CHECKING(for Perl program) AC_ARG_WITH(perl,dnl [ --with-perl=PATH force the use of a particular Perl program], with_perl="$withval", if test ".$with_perl" = .; then with_perl=`./shtool path -m perl5 perl` fi )dnl PATH_PERL="$with_perl" AC_SUBST(PATH_PERL) AC_MSG_RESULT($PATH_PERL) AC_MSG_CHECKING(for CVS program) AC_ARG_WITH(cvs,dnl [ --with-cvs=PATH force the use of a particular CVS program], with_cvs="$withval", if test ".$with_cvs" = .; then with_perl=`./shtool path cvs` fi )dnl PATH_CVS="$with_cvs" AC_SUBST(PATH_CVS) AC_MSG_RESULT($PATH_CVS) AC_SET_MAKE AC_OUTPUT(Makefile) @ 1.3 log @bump copyright years @ text @@ 1.2 log @ *) Upgraded to GNU shtool 1.5.2-pre. [Ralf S. Engelschall] *) Added --with-perl=PATH and --with-cvs=PATH Autoconf options to allow one to force the use of particular programs. [Ralf S. Engelschall] *) Added $(DESTDIR) support for "make install". [Ralf S. Engelschall] @ text @d7 1 a7 1 echo "Copyright (c) 2000-2001 Ralf S. Engelschall " @ 1.1 log @Initial revision @ text @d7 1 a7 1 echo "Copyright (c) 2000 Ralf S. Engelschall " d12 8 a19 1 PATH_PERL=`./shtool path -m perl5 perl` d24 8 a31 1 PATH_CVS=`./shtool path cvs` @ 1.1.1.1 log @Import of OSSP Shiela @ text @@