Index: ossp-pkg/path/.cvsignore RCS File: /v/ossp/cvs/ossp-pkg/path/.cvsignore,v co -q -kk -p'1.1' '/v/ossp/cvs/ossp-pkg/path/.cvsignore,v' | diff -u /dev/null - -L'ossp-pkg/path/.cvsignore' 2>/dev/null --- ossp-pkg/path/.cvsignore +++ - 2024-05-13 06:17:44.921869252 +0200 @@ -0,0 +1,11 @@ +Makefile +config.guess +config.h +config.h.in +config.sub +configure +libtool.m4 +ltmain.sh +path-config +path_test +shtool Index: ossp-pkg/path/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/path/Makefile.in,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/path/Makefile.in,v' 2>/dev/null --- Makefile.in 2002/01/21 13:32:35 1.1 +++ Makefile.in 2002/08/03 10:23:41 1.2 @@ -1,11 +1,11 @@ ## -## path - OSSP Path Library +## OSSP path - Filesystem Path Manipulation ## Copyright (c) 2002 Ralf S. Engelschall ## Copyright (c) 2002 The OSSP Project ## Copyright (c) 2002 Cable & Wireless Deutschland ## ## This file is part of OSSP path, a filesystem path manipulation library -## which can be found at http://www.ossp.org/pkg/path/. +## which can be found at http://www.ossp.org/pkg/lib/path/. ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ -64,17 +64,17 @@ $(CC) $(CPPFLAGS) $(CFLAGS) -c $< .c.lo: - @$(LIBTOOL) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) -c $< + $(LIBTOOL) --quiet --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) -c $< $(LIB_NAME): $(LIB_OBJS) - @$(LIBTOOL) --mode=link $(CC) -o $(LIB_NAME) $(LIB_OBJS) -rpath $(libdir) \ + $(LIBTOOL) --quiet --mode=link $(CC) -o $(LIB_NAME) $(LIB_OBJS) -rpath $(libdir) \ -version-info `$(SHTOOL) version -l txt -d libtool VERSION` $(TST_NAME): $(TST_OBJS) $(LIB_NAME) - @$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $(TST_NAME) $(TST_OBJS) $(LIB_NAME) $(LIBS) + $(LIBTOOL) --quiet --mode=link $(CC) $(LDFLAGS) -o $(TST_NAME) $(TST_OBJS) $(LIB_NAME) $(LIBS) check: $(TST_NAME) - @$(LIBTOOL) --mode=execute ./$(TST_NAME) + $(LIBTOOL) --quiet --mode=execute ./$(TST_NAME) install: $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(prefix) @@ -83,10 +83,10 @@ $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(libdir) $(SHTOOL) install -c -m 755 path-config $(DESTDIR)$(bindir)/ $(SHTOOL) install -c -m 644 path.h $(DESTDIR)$(includedir)/ - @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libpath.la $(DESTDIR)$(libdir)/ + $(LIBTOOL) --quiet --mode=install $(SHTOOL) install -c -m 644 libpath.la $(DESTDIR)$(libdir)/ uninstall: - @$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libpath.la + $(LIBTOOL) --quiet --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libpath.la -$(RM) $(DESTDIR)$(includedir)/path.h -$(RM) $(DESTDIR)$(bindir)/path-config -$(RMDIR) $(DESTDIR)$(libdir) >/dev/null 2>&1 || $(TRUE) Index: ossp-pkg/path/aclocal.m4 RCS File: /v/ossp/cvs/ossp-pkg/path/aclocal.m4,v co -q -kk -p'1.2' '/v/ossp/cvs/ossp-pkg/path/aclocal.m4,v' | diff -u /dev/null - -L'ossp-pkg/path/aclocal.m4' 2>/dev/null --- ossp-pkg/path/aclocal.m4 +++ - 2024-05-13 06:17:44.928374858 +0200 @@ -0,0 +1,228 @@ +dnl ## +dnl ## OSSP fsl - Faking/Flexible Syslog Library +dnl ## Copyright (c) 2002 Ralf S. Engelschall +dnl ## Copyright (c) 2002 The OSSP Project +dnl ## Copyright (c) 2002 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 ## aclocal.m4: GNU Autoconf local macro definitions +dnl ## + +dnl ## +dnl ## Check whether compiler option works +dnl ## +dnl ## configure.in: +dnl ## AC_COMPILER_OPTION(, ,