Index: ossp-pkg/due/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/due/configure.ac,v co -q -kk -p'1.1' '/v/ossp/cvs/ossp-pkg/due/configure.ac,v' | diff -u /dev/null - -L'ossp-pkg/due/configure.ac' 2>/dev/null --- ossp-pkg/due/configure.ac +++ - 2024-05-15 15:56:23.805198634 +0200 @@ -0,0 +1,44 @@ +dnl ## +dnl ## OSSP due - Dynamic User Environment +dnl ## Copyright (c) 1994-2004 Ralf S. Engelschall +dnl ## Copyright (c) 1994-2004 The OSSP Project +dnl ## +dnl ## This file is part of OSSP due, a dynamic user environment +dnl ## which can found at http://www.ossp.org/pkg/tool/due/ +dnl ## +dnl ## Permission to use, copy, modify, and distribute this software for +dnl ## any purpose with or without fee is hereby granted, provided that +dnl ## the above copyright notice and this permission notice appear in all +dnl ## copies. +dnl ## +dnl ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED +dnl ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +dnl ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +dnl ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR +dnl ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +dnl ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +dnl ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +dnl ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +dnl ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +dnl ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +dnl ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +dnl ## SUCH DAMAGE. +dnl ## +dnl ## configure.ac: GNU autoconf specification +dnl ## + +AC_PREREQ(2.53) +AC_REVISION($1.0$) +AC_INIT(README) + +DUE_VERSION_STR="`./shtool version -l txt -d long VERSION`" +./shtool echo -e "Configuring %BOSSP due%b (Dynamic User Environment), version %B${DUE_VERSION_STR}%b" +echo "Copyright (c) 1994-2004 Ralf S. Engelschall " +AC_SUBST(DUE_VERSION_STR) + +AC_PREFIX_DEFAULT(/usr/local) +AC_SET_MAKE + +AC_CONFIG_FILES(Makefile) +AC_OUTPUT + Index: ossp-pkg/due/devtool.conf RCS File: /v/ossp/cvs/ossp-pkg/due/devtool.conf,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/due/devtool.conf,v' 2>/dev/null --- devtool.conf 2004/07/10 08:27:02 1.1 +++ devtool.conf 2004/07/10 10:20:14 1.2 @@ -4,9 +4,11 @@ %autogen @autogen autoconf 2.59 "2.5*" + @autogen shtool 2.0.0 "2.0.*" all %autoclean @autoclean autoconf + @autoclean shtool %configure ./configure --prefix=/tmp/due "$@"