head 1.5; access; symbols SHIELA_1_1_7:1.5 SHIELA_1_1_6:1.4 SHIELA_1_1_5:1.4 SHIELA_1_1_4:1.3 SHIELA_1_1_3:1.3 SHIELA_1_1_2:1.3 SHIELA_1_1_1:1.3 SHIELA_1_1_0:1.3 SHIELA_1_0_4:1.2 SHIELA_1_0_3:1.2 SHIELA_1_0_2:1.2 SHIELA_1_0_1:1.2 SHIELA_1_0_0:1.2 SHIELA_0_9_2:1.1; locks; strict; comment @# @; 1.5 date 2006.07.20.08.17.10; author rse; state Exp; branches; next 1.4; commitid aQSB5U4vj5FkFzFr; 1.4 date 2005.01.12.20.46.13; author rse; state Exp; branches; next 1.3; 1.3 date 2004.05.05.13.11.43; author rse; state Exp; branches; next 1.2; 1.2 date 2002.12.21.09.42.57; author rse; state Exp; branches; next 1.1; 1.1 date 2002.08.19.19.10.37; author rse; state Exp; branches; next ; desc @@ 1.5 log @Adjust copyright messages for new year 2006 and upgrade build environment. @ text @## ## OSSP shiela - CVS Access Control and Logging Facility ## Copyright (c) 2000-2006 Ralf S. Engelschall ## Copyright (c) 2000-2006 The OSSP Project ## ## This file is part of OSSP shiela, an access control and logging ## facility for Concurrent Versions System (CVS) repositories ## which can be found at http://www.ossp.org/pkg/tool/shiela/. ## ## This program is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License ## as published by the Free Software Foundation; either version ## 2.0 of the License, or (at your option) any later version. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with this file; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 ## USA, or contact Ralf S. Engelschall . ## ## configure.ac: auto-configuration source (syntax: Autoconf) ## AC_PREREQ(2.53) AC_INIT V=`./shtool version -ltxt -dlong VERSION` ./shtool echo -e "Configuring %BOSSP shiela%b, Version %B${V}%b" echo "Copyright (c) 2000-2006 Ralf S. Engelschall " echo "Copyright (c) 2000-2006 The OSSP Project " 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_CONFIG_HEADERS(config.h) AC_CONFIG_FILES([Makefile]) AC_OUTPUT @ 1.4 log @Adjust copyright messages for new year 2005. @ text @d3 2 a4 2 ## Copyright (c) 2000-2005 Ralf S. Engelschall ## Copyright (c) 2000-2005 The OSSP Project d33 2 a34 2 echo "Copyright (c) 2000-2005 Ralf S. Engelschall " echo "Copyright (c) 2000-2005 The OSSP Project " @ 1.3 log @Bump year in copyright messages for 2003 and 2004 @ text @d3 2 a4 2 ## Copyright (c) 2000-2004 Ralf S. Engelschall ## Copyright (c) 2000-2004 The OSSP Project d33 2 a34 2 echo "Copyright (c) 2000-2004 Ralf S. Engelschall " echo "Copyright (c) 2000-2004 The OSSP Project " @ 1.2 log @Consistently switch to the "OSSP shiela" branding. @ text @d3 2 a4 2 ## Copyright (c) 2000-2002 Ralf S. Engelschall ## Copyright (c) 2000-2002 The OSSP Project d11 2 a12 2 ## modify it under the terms of the GNU General Public License ## as published by the Free Software Foundation; either version d20 1 a20 1 ## You should have received a copy of the GNU General Public License d33 2 a34 2 echo "Copyright (c) 2000-2002 Ralf S. Engelschall " echo "Copyright (c) 2000-2002 The OSSP Project " @ 1.1 log @Switched to the OSSP devtool build environment and upgraded to GNU shtool 1.6.1 and GNU autoconf 2.53. @ text @d1 26 d34 1 @