*** /dev/null Tue Mar 11 06:03:04 2025
--- - Tue Mar 11 06:03:39 2025
***************
*** 0 ****
--- 1,44 ----
+ dnl ##
+ dnl ## OSSP due - Dynamic User Environment
+ dnl ## Copyright (c) 1994-2004 Ralf S. Engelschall <rse@engelschall.com>
+ dnl ## Copyright (c) 1994-2004 The OSSP Project <http://www.ossp.org/>
+ 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 <rse@engelschall.com>"
+ AC_SUBST(DUE_VERSION_STR)
+
+ AC_PREFIX_DEFAULT(/usr/local)
+ AC_SET_MAKE
+
+ AC_CONFIG_FILES(Makefile)
+ AC_OUTPUT
+
|