head 1.13; access; symbols SHTOOL_1_5:1.11.0.2 SHTOOL_1_5_4:1.11 SHTOOL_1_5_3:1.11 SHTOOL_1_5_2:1.11 SHTOOL_1_5_1:1.10 SHTOOL_1_5_0:1.10 SHTOOL_1_4_9:1.10 SHTOOL_1_4_8:1.10 SHTOOL_1_4_7:1.8 SHTOOL_1_4_6:1.7 SHTOOL_1_4_5:1.7 SHTOOL_1_4_4:1.7 SHTOOL_1_4_3:1.7 SHTOOL_1_4_2:1.7 SHTOOL_1_4_1:1.7 SHTOOL_1_4_0:1.5 SHTOOL_1_3_3:1.5 SHTOOL_1_3_2:1.5 SHTOOL_1_3_1:1.5 SHTOOL_1_3_0:1.5 SHTOOL_1_2_9:1.1.1.1 SHTOOL_1_2_8:1.1.1.1 SHTOOL_1_2_7:1.1.1.1 SHTOOL_1_2_6:1.1.1.1 SHTOOL_1_2_5:1.1.1.1 SHTOOL_1_2_4:1.1.1.1 SHTOOL_1_2_3:1.1.1.1 SHTOOL_1_2_2:1.1.1.1 SHTOOL_1_2_1:1.1.1.1 SHTOOL_1_2_0:1.1.1.1 SHTOOL_1_1_0:1.1.1.1 RSE:1.1.1; locks; strict; comment @# @; 1.13 date 2002.02.01.14.51.21; author rse; state dead; branches; next 1.12; 1.12 date 2001.12.31.15.06.04; author rse; state Exp; branches; next 1.11; 1.11 date 2001.01.17.09.55.11; author rse; state Exp; branches; next 1.10; 1.10 date 2000.03.12.13.28.24; author rse; state Exp; branches; next 1.9; 1.9 date 2000.03.12.11.12.21; author rse; state Exp; branches; next 1.8; 1.8 date 99.12.24.14.12.23; author rse; state Exp; branches; next 1.7; 1.7 date 99.07.07.06.43.03; author rse; state Exp; branches; next 1.6; 1.6 date 99.07.06.09.53.35; author rse; state Exp; branches; next 1.5; 1.5 date 99.06.17.14.39.41; author rse; state Exp; branches; next 1.4; 1.4 date 99.06.17.14.35.04; author rse; state Exp; branches; next 1.3; 1.3 date 99.06.12.14.46.37; author rse; state Exp; branches; next 1.2; 1.2 date 99.06.12.14.08.49; author rse; state Exp; branches; next 1.1; 1.1 date 99.04.29.11.19.49; author rse; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.04.29.11.19.49; author rse; state Exp; branches; next ; desc @@ 1.13 log @switch to Autoconf 2.52 @ text @dnl ## dnl ## configure.in -- Autoconf source for GNU shtool dnl ## Copyright (c) 1999-2002 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.12) AC_REVISION($1.0$) 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-2002 Ralf S. Engelschall " echo "" AC_SUBST(SHTOOL_VERSION_STR) AC_INIT(README) 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_OUTPUT(dnl Makefile dnl shtoolize dnl , chmod a+x shtoolize )dnl @ 1.12 log @bump copyright years @ text @@ 1.11 log @*** empty log message *** @ text @d3 1 a3 1 dnl ## Copyright (c) 1999-2001 Ralf S. Engelschall d26 1 a26 1 echo "Copyright (c) 1994-2001 Ralf S. Engelschall " @ 1.10 log @*** empty log message *** @ text @d3 1 a3 1 dnl ## Copyright (c) 1999-2000 Ralf S. Engelschall d26 1 a26 1 echo "Copyright (c) 1994-2000 Ralf S. Engelschall " @ 1.9 log @*** empty log message *** @ text @d21 2 a22 2 AC_PREREQ(2.12)dnl AC_REVISION($Revision: 1.8 $) @ 1.8 log @*** empty log message *** @ text @d3 1 a3 1 dnl ## Copyright (c) 1999 Ralf S. Engelschall d22 1 a22 1 AC_REVISION($Revision: 1.7 $) d26 1 a26 1 echo "Copyright (c) 1994-1999 Ralf S. Engelschall " @ 1.7 log @*** empty log message *** @ text @d22 1 a22 1 AC_REVISION($Revision: 1.6 $) d25 1 a25 1 sh sh.echo -e "Configuring %BGNU shtool%b, version %B${SHTOOL_VERSION_STR}%b" @ 1.6 log @*** empty log message *** @ text @d22 1 a22 1 AC_REVISION($Revision: 1.5 $) d28 1 d55 3 @ 1.5 log @*** empty log message *** @ text @d21 2 a22 2 AC_PREREQ(2.14)dnl AC_REVISION($Revision: 1.4 $) @ 1.4 log @*** empty log message *** @ text @d2 1 a2 1 dnl ## configure.in -- Autoconf source for shtool package d22 1 a22 1 AC_REVISION($Revision: 1.3 $) @ 1.3 log @*** empty log message *** @ text @d22 1 a22 1 AC_REVISION($Revision: 1.2 $) d25 1 a25 1 sh sh.echo -e "Configuring %Bshtool%b, version %B${SHTOOL_VERSION_STR}%b" @ 1.2 log @*** empty log message *** @ text @d2 17 a18 1 dnl ## Autoconf source for shtool package d22 1 a22 1 AC_REVISION($Revision: 1.1.1.1 $) d26 1 a26 1 echo "Copyright (c) 1994-1999 Ralf S. Engelschall, All Rights Reserved." @ 1.1 log @Initial revision @ text @d2 1 a2 1 dnl ## Autoconf specification for shtool @ 1.1.1.1 log @Import of shtool 1.1.0 @ text @@