head 1.4; access; symbols INITIAL:1.1.1.1 VENDOR:1.1.1; locks; strict; comment @# @; 1.4 date 2003.02.16.11.39.22; author rse; state Exp; branches; next 1.3; 1.3 date 2002.08.03.10.23.41; author rse; state Exp; branches; next 1.2; 1.2 date 2002.01.31.09.10.05; author rse; state Exp; branches; next 1.1; 1.1 date 2002.01.21.13.32.35; author rse; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.01.21.13.32.35; author rse; state Exp; branches; next ; desc @@ 1.4 log @update copyright messages for new year 2003 @ text @dnl ## dnl ## OSSP path - Filesystem Path Manipulation dnl ## Copyright (c) 2002-2003 Ralf S. Engelschall dnl ## Copyright (c) 2002-2003 The OSSP Project dnl ## Copyright (c) 2002-2003 Cable & Wireless Deutschland dnl ## dnl ## This file is part of OSSP path, a filesystem path manipulation library dnl ## which can be found at http://www.ossp.org/pkg/lib/path/. 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 source script dnl ## AC_PREREQ(2.53) AC_INIT V=`./shtool version -l txt -d long VERSION` ./shtool echo -e "Configuring %BOSSP path%b (Filesystem Path Manipulations), Version %B${V}%b" AC_SET_MAKE AC_PROG_CC AC_CHECK_DEBUGGING sinclude(libtool.m4) AC_PROG_LIBTOOL AC_CONFIG_HEADERS(config.h) AC_CONFIG_FILES([Makefile path-config]) AC_CONFIG_COMMANDS([adjustment], [chmod a+x path-config]) AC_OUTPUT @ 1.3 log @source tree cleanups @ text @d3 3 a5 3 dnl ## Copyright (c) 2002 Ralf S. Engelschall dnl ## Copyright (c) 2002 The OSSP Project dnl ## Copyright (c) 2002 Cable & Wireless Deutschland @ 1.2 log @fix naming @ text @d2 1 a2 1 dnl ## path - OSSP Path Library d8 1 a8 1 dnl ## which can be found at http://www.ossp.org/pkg/path/. d31 2 a32 3 AC_PREREQ(2.52) AC_REVISION(1.0) AC_INIT(README) a33 1 AC_DIVERT_PUSH(NOTICE) a35 1 AC_DIVERT_POP() d45 2 a46 1 AC_CONFIG_FILES(Makefile path-config) a47 2 chmod a+x path-config @ 1.1 log @Initial revision @ text @d37 1 a37 1 ./shtool echo -e "Configuring %BOSSP path%b (Filesystem Path Library), Version %B${V}%b" @ 1.1.1.1 log @Welcome OSSP path (filesystem path manipulation library) This is currently just a collection of reused components, assembled together from various vendor sources. @ text @@