head 1.9; access; symbols SHTOOL_2_0_8:1.9 SHTOOL_2_0_7:1.8 SHTOOL_2_0_6:1.7 SHTOOL_2_0_5:1.7 SHTOOL_2_0_4:1.7 SHTOOL_2_0_3:1.6 SHTOOL_2_0_2:1.6 SHTOOL_2_0_1:1.5 SHTOOL_2_0_0:1.5 SHTOOL_2_0b3:1.5 SHTOOL_2_0b2:1.5 SHTOOL_2_0b1:1.5 SHTOOL_1_6:1.3.0.2 SHTOOL_1_6_2:1.3 SHTOOL_1_6_1:1.2 SHTOOL_1_6_0:1.1; locks; strict; comment @# @; 1.9 date 2008.04.02.20.13.43; author rse; state Exp; branches; next 1.8; commitid eB5Wirx8MdMyDzXs; 1.8 date 2007.05.19.19.09.39; author rse; state Exp; branches; next 1.7; commitid OPUF1UBbllBTwzis; 1.7 date 2006.02.04.09.43.25; author rse; state Exp; branches; next 1.6; commitid oWk7BmnyAitJtfkr; 1.6 date 2005.06.15.08.14.35; author rse; state Exp; branches; next 1.5; 1.5 date 2004.01.01.16.54.20; author rse; state Exp; branches; next 1.4; 1.4 date 2003.02.11.13.00.49; author rse; state Exp; branches; next 1.3; 1.3 date 2002.11.02.12.39.55; author rse; state Exp; branches; next 1.2; 1.2 date 2002.07.11.17.23.24; author rse; state Exp; branches; next 1.1; 1.1 date 2002.02.01.14.51.21; author rse; state Exp; branches; next ; desc @@ 1.9 log @adjust copyright for year 2008 @ text @dnl ## dnl ## configure.ac -- Autoconf source for GNU shtool dnl ## Copyright (c) 1999-2008 Ralf S. Engelschall dnl ## dnl ## This file is part of shtool and free software; you can redistribute dnl ## it and/or modify it under the terms of the GNU General Public dnl ## License as published by the Free Software Foundation; either version dnl ## 2 of the License, or (at your option) any later version. dnl ## dnl ## This file is distributed in the hope that it will be useful, dnl ## but WITHOUT ANY WARRANTY; without even the implied warranty of dnl ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU dnl ## General Public License for more details. dnl ## dnl ## You should have received a copy of the GNU General Public License dnl ## along with this program; if not, write to the Free Software dnl ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, dnl ## USA, or contact Ralf S. Engelschall . dnl ## AC_PREREQ(2.53) AC_REVISION($1.0$) AC_INIT(README) SHTOOL_VERSION_STR="`sh sh.version -l txt -d long VERSION`" sh sh.echo -e "Configuring %BGNU shtool%b (Portable Shell Tool), version %B${SHTOOL_VERSION_STR}%b" echo "Copyright (c) 1994-2008 Ralf S. Engelschall " AC_SUBST(SHTOOL_VERSION_STR) AC_PREFIX_DEFAULT(/usr/local) AC_SET_MAKE AC_MSG_CHECKING(for perl interpreter) PERL=`sh sh.path -m perl` AC_SUBST(PERL) AC_MSG_RESULT($PERL) if test ".$PERL" = .; then echo "$0:Error: no perl interpreter found" 1>&2 exit 1 fi AC_MSG_CHECKING(for pod2man conversion tool) perldir=`sh sh.path -d $PERL` POD2MAN=`sh sh.path -m -p "${perldir}:${PATH}" pod2man` AC_SUBST(POD2MAN) AC_MSG_RESULT($POD2MAN) if test ".$POD2MAN" = .; then echo "$0:Error: no pod2man tool found" 1>&2 exit 1 fi AC_CONFIG_FILES(Makefile shtoolize) AC_CONFIG_COMMANDS([adjustment], [chmod a+x shtoolize]) AC_OUTPUT @ 1.8 log @Adjust copyright for year 2007. @ text @d3 1 a3 1 dnl ## Copyright (c) 1999-2007 Ralf S. Engelschall d27 1 a27 1 echo "Copyright (c) 1994-2007 Ralf S. Engelschall " @ 1.7 log @Adjust copyright for year 2006 @ text @d3 1 a3 1 dnl ## Copyright (c) 1999-2006 Ralf S. Engelschall d27 1 a27 1 echo "Copyright (c) 1994-2006 Ralf S. Engelschall " @ 1.6 log @Adjust copyright for year 2005 @ text @d3 1 a3 1 dnl ## Copyright (c) 1999-2005 Ralf S. Engelschall d27 1 a27 1 echo "Copyright (c) 1994-2005 Ralf S. Engelschall " @ 1.5 log @Bump copyright year for 2004 @ text @d3 1 a3 1 dnl ## Copyright (c) 1999-2004 Ralf S. Engelschall d27 1 a27 1 echo "Copyright (c) 1994-2004 Ralf S. Engelschall " @ 1.4 log @Bump year in copyright messages to cover new year 2003. @ text @d3 1 a3 1 dnl ## Copyright (c) 1999-2003 Ralf S. Engelschall d27 1 a27 1 echo "Copyright (c) 1994-2003 Ralf S. Engelschall " @ 1.3 log @fix config.status usage @ text @d3 1 a3 1 dnl ## Copyright (c) 1999-2002 Ralf S. Engelschall d27 1 a27 1 echo "Copyright (c) 1994-2002 Ralf S. Engelschall " @ 1.2 log @Removed not-existing --min-size option from the usage of "shtool rotate". The name is just --size. Submitted by: Thomas Linden @ text @d53 1 a54 1 chmod a+x shtoolize @ 1.1 log @switch to Autoconf 2.52 @ text @d21 1 a21 1 AC_PREREQ(2.52) a24 1 AC_DIVERT_PUSH(NOTICE) a28 1 AC_DIVERT_POP() @