From 4b74f60f868bf029bef25a22f90a4ce32a8e2e56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 30 Jun 2004 20:42:57 +0000 Subject: [PATCH] update to grep 2.5.1 git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8245 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/grep-2.5/ChangeLog | 19 + src/apps/bin/grep-2.5/Jamfile | 7 + src/apps/bin/grep-2.5/Makefile | 476 ----- src/apps/bin/grep-2.5/Makefile.in | 2 - src/apps/bin/grep-2.5/NEWS | 3 + src/apps/bin/grep-2.5/README.DOS | 152 +- src/apps/bin/grep-2.5/bootstrap/Makefile | 221 -- src/apps/bin/grep-2.5/bootstrap/Makefile.am | 4 - src/apps/bin/grep-2.5/bootstrap/Makefile.in | 221 -- src/apps/bin/grep-2.5/bootstrap/Makefile.try | 135 -- src/apps/bin/grep-2.5/bootstrap/README | 8 - src/apps/bin/grep-2.5/config.h | 4 +- src/apps/bin/grep-2.5/config.log | 2015 ------------------ src/apps/bin/grep-2.5/config.status | 1210 ----------- src/apps/bin/grep-2.5/configure | 29 +- src/apps/bin/grep-2.5/configure.in | 28 +- src/apps/bin/grep-2.5/doc/Makefile | 402 ---- src/apps/bin/grep-2.5/doc/Makefile.in | 2 - src/apps/bin/grep-2.5/doc/egrep.1 | 1 - src/apps/bin/grep-2.5/doc/fgrep.1 | 1 - src/apps/bin/grep-2.5/doc/grep.1 | 2 +- src/apps/bin/grep-2.5/doc/stamp-vti | 4 +- src/apps/bin/grep-2.5/doc/version.texi | 4 +- src/apps/bin/grep-2.5/grep.spec | 5 +- src/apps/bin/grep-2.5/intl/Makefile | 337 --- src/apps/bin/grep-2.5/intl/VERSION | 1 + src/apps/bin/grep-2.5/intl/charset.alias | 5 - src/apps/bin/grep-2.5/intl/libintl.h | 137 -- src/apps/bin/grep-2.5/intl/ref-add.sed | 10 - src/apps/bin/grep-2.5/intl/ref-del.sed | 5 - src/apps/bin/grep-2.5/lib/Jamfile | 17 +- src/apps/bin/grep-2.5/lib/Makefile | 516 ----- src/apps/bin/grep-2.5/lib/Makefile.in | 2 - src/apps/bin/grep-2.5/m4/Makefile | 246 --- src/apps/bin/grep-2.5/m4/Makefile.am | 28 - src/apps/bin/grep-2.5/m4/Makefile.in | 246 --- src/apps/bin/grep-2.5/m4/codeset.m4 | 17 - src/apps/bin/grep-2.5/m4/decl.m4 | 37 - src/apps/bin/grep-2.5/m4/djgpp.m4 | 9 - src/apps/bin/grep-2.5/m4/dosfile.m4 | 21 - src/apps/bin/grep-2.5/m4/envsep.m4 | 20 - src/apps/bin/grep-2.5/m4/error.m4 | 11 - src/apps/bin/grep-2.5/m4/gettext.m4 | 370 ---- src/apps/bin/grep-2.5/m4/glibc.m4 | 33 - src/apps/bin/grep-2.5/m4/glibc21.m4 | 26 - src/apps/bin/grep-2.5/m4/header.m4 | 66 - src/apps/bin/grep-2.5/m4/iconv.m4 | 69 - src/apps/bin/grep-2.5/m4/init.m4 | 89 - src/apps/bin/grep-2.5/m4/install.m4 | 13 - src/apps/bin/grep-2.5/m4/inttypes_h.m4 | 22 - src/apps/bin/grep-2.5/m4/isc-posix.m4 | 17 - src/apps/bin/grep-2.5/m4/largefile.m4 | 129 -- src/apps/bin/grep-2.5/m4/lcmessage.m4 | 24 - src/apps/bin/grep-2.5/m4/malloc.m4 | 34 - src/apps/bin/grep-2.5/m4/mbstate_t.m4 | 29 - src/apps/bin/grep-2.5/m4/missing.m4 | 30 - src/apps/bin/grep-2.5/m4/progtest.m4 | 51 - src/apps/bin/grep-2.5/m4/realloc.m4 | 34 - src/apps/bin/grep-2.5/m4/regex.m4 | 74 - src/apps/bin/grep-2.5/m4/sanity.m4 | 46 - src/apps/bin/grep-2.5/m4/strerror_r.m4 | 69 - src/apps/bin/grep-2.5/m4/uintmax_t.m4 | 22 - src/apps/bin/grep-2.5/m4/ulonglong.m4 | 17 - src/apps/bin/grep-2.5/m4/xstrtoumax.m4 | 34 - src/apps/bin/grep-2.5/mkinstalldirs | 2 +- src/apps/bin/grep-2.5/po/Makefile | 30 +- src/apps/bin/grep-2.5/po/Makefile.in | 30 +- src/apps/bin/grep-2.5/po/Makefile.in.in | 28 +- src/apps/bin/grep-2.5/po/de.po | 122 +- src/apps/bin/grep-2.5/po/el.po | 289 +-- src/apps/bin/grep-2.5/po/fr.po | 28 +- src/apps/bin/grep-2.5/po/grep.pot | 48 +- src/apps/bin/grep-2.5/po/id.po | 391 ++-- src/apps/bin/grep-2.5/po/ja.po | 145 +- src/apps/bin/grep-2.5/po/sl.po | 2 +- src/apps/bin/grep-2.5/po/sv.po | 2 +- src/apps/bin/grep-2.5/src/Jamfile | 17 +- src/apps/bin/grep-2.5/src/Makefile | 76 +- src/apps/bin/grep-2.5/src/Makefile.am | 14 +- src/apps/bin/grep-2.5/src/Makefile.in | 62 +- src/apps/bin/grep-2.5/src/ansi2knr.c | 2 +- src/apps/bin/grep-2.5/src/egrep | 2 + src/apps/bin/grep-2.5/src/fgrep | 2 + src/apps/bin/grep-2.5/src/grep.c | 14 +- src/apps/bin/grep-2.5/src/grep.rdef | 6 +- src/apps/bin/grep-2.5/stamp-h | 1 - src/apps/bin/grep-2.5/stamp-h1 | 1 - src/apps/bin/grep-2.5/tests/Makefile | 16 +- src/apps/bin/grep-2.5/tests/Makefile.in | 2 - src/apps/bin/grep-2.5/tests/bre.script | 263 --- src/apps/bin/grep-2.5/tests/bre.tests | 2 +- src/apps/bin/grep-2.5/tests/ere.script | 618 ------ src/apps/bin/grep-2.5/tests/khadafy.out | 32 - src/apps/bin/grep-2.5/tests/patfile | 0 src/apps/bin/grep-2.5/tests/spencer1.script | 612 ------ 95 files changed, 867 insertions(+), 9910 deletions(-) delete mode 100644 src/apps/bin/grep-2.5/Makefile delete mode 100644 src/apps/bin/grep-2.5/bootstrap/Makefile delete mode 100644 src/apps/bin/grep-2.5/bootstrap/Makefile.am delete mode 100644 src/apps/bin/grep-2.5/bootstrap/Makefile.in delete mode 100644 src/apps/bin/grep-2.5/bootstrap/Makefile.try delete mode 100644 src/apps/bin/grep-2.5/bootstrap/README delete mode 100644 src/apps/bin/grep-2.5/config.log delete mode 100755 src/apps/bin/grep-2.5/config.status delete mode 100644 src/apps/bin/grep-2.5/doc/Makefile delete mode 100644 src/apps/bin/grep-2.5/doc/egrep.1 delete mode 100644 src/apps/bin/grep-2.5/doc/fgrep.1 delete mode 100644 src/apps/bin/grep-2.5/intl/Makefile create mode 100644 src/apps/bin/grep-2.5/intl/VERSION delete mode 100644 src/apps/bin/grep-2.5/intl/charset.alias delete mode 100644 src/apps/bin/grep-2.5/intl/libintl.h delete mode 100644 src/apps/bin/grep-2.5/intl/ref-add.sed delete mode 100644 src/apps/bin/grep-2.5/intl/ref-del.sed delete mode 100644 src/apps/bin/grep-2.5/lib/Makefile delete mode 100644 src/apps/bin/grep-2.5/m4/Makefile delete mode 100644 src/apps/bin/grep-2.5/m4/Makefile.am delete mode 100644 src/apps/bin/grep-2.5/m4/Makefile.in delete mode 100644 src/apps/bin/grep-2.5/m4/codeset.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/decl.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/djgpp.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/dosfile.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/envsep.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/error.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/gettext.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/glibc.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/glibc21.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/header.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/iconv.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/init.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/install.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/inttypes_h.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/isc-posix.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/largefile.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/lcmessage.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/malloc.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/mbstate_t.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/missing.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/progtest.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/realloc.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/regex.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/sanity.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/strerror_r.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/uintmax_t.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/ulonglong.m4 delete mode 100644 src/apps/bin/grep-2.5/m4/xstrtoumax.m4 create mode 100644 src/apps/bin/grep-2.5/src/egrep create mode 100644 src/apps/bin/grep-2.5/src/fgrep delete mode 100644 src/apps/bin/grep-2.5/stamp-h delete mode 100644 src/apps/bin/grep-2.5/stamp-h1 delete mode 100644 src/apps/bin/grep-2.5/tests/bre.script delete mode 100644 src/apps/bin/grep-2.5/tests/ere.script delete mode 100644 src/apps/bin/grep-2.5/tests/khadafy.out delete mode 100644 src/apps/bin/grep-2.5/tests/patfile delete mode 100644 src/apps/bin/grep-2.5/tests/spencer1.script diff --git a/src/apps/bin/grep-2.5/ChangeLog b/src/apps/bin/grep-2.5/ChangeLog index a48292ad8b..aa50e78c1f 100644 --- a/src/apps/bin/grep-2.5/ChangeLog +++ b/src/apps/bin/grep-2.5/ChangeLog @@ -1,3 +1,22 @@ +2002-03-26 Bernhard Rosenkraenzer + * src/grep.c: Don't fail if we don't have an stdout fd and -q + is used (happens e.g. on calls from hotplug scripts) + * src/grep.c: Don't hang forever if fed with an empty string to + grep for and --color enabled + * src/grep.c: Fix infinite loop on + echo "1 one" | grep -E "[0-9]*" -o + echo "1 one" | grep -E "[0-9]*" --color + * po/*: Sync wiith translation project + * src/grep.c, src/Makefile.am, configure.in: Add patch from + Paul Eggert to comply with ridiculous + guidelines (don't act differently if invoked as egrep or fgrep) + * configure.in: Bump version number, require a recent autoconf + +2002-03-14 Bernhard Rosenkraenzer + * src/Makefile.am, po/Makefile.in.in: Support DESTDIR properly + * tests/bre.tests: Add fix from + Peter Breitenlohner + 2002-03-13 Bernhard Rosenkraenzer * configure.in, m4/regex.m4, m4/malloc.m4, m4/realloc.m4: Don't set LIBOBJS directly, autoconf 2.53 doesn't like it diff --git a/src/apps/bin/grep-2.5/Jamfile b/src/apps/bin/grep-2.5/Jamfile index e393acdf0b..7433ae6848 100644 --- a/src/apps/bin/grep-2.5/Jamfile +++ b/src/apps/bin/grep-2.5/Jamfile @@ -1,4 +1,11 @@ SubDir OBOS_TOP src apps bin grep-2.5 ; +# filter warnings we don't want here +local originalCCFlags = $(CCFLAGS) ; +CCFLAGS = [ Filter $(CCFLAGS) : -Wall -Wmissing-prototypes -Wsign-compare ] ; + SubInclude OBOS_TOP src apps bin grep-2.5 lib ; SubInclude OBOS_TOP src apps bin grep-2.5 src ; + +# restore CCFLAGS +CCFLAGS = $(originalCCFlags) ; diff --git a/src/apps/bin/grep-2.5/Makefile b/src/apps/bin/grep-2.5/Makefile deleted file mode 100644 index ea77663d19..0000000000 --- a/src/apps/bin/grep-2.5/Makefile +++ /dev/null @@ -1,476 +0,0 @@ -# Makefile.in generated automatically by automake 1.5 from Makefile.am. - -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 -# Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - - - -SHELL = /bin/sh - -srcdir = . -top_srcdir = . - -prefix = /usr/local -exec_prefix = ${prefix} - -bindir = ${exec_prefix}/bin -sbindir = ${exec_prefix}/sbin -libexecdir = ${exec_prefix}/libexec -datadir = ${prefix}/share -sysconfdir = ${prefix}/etc -sharedstatedir = ${prefix}/com -localstatedir = ${prefix}/var -libdir = ${exec_prefix}/lib -infodir = ${prefix}/info -mandir = ${prefix}/man -includedir = ${prefix}/include -oldincludedir = /usr/include -pkgdatadir = $(datadir)/grep -pkglibdir = $(libdir)/grep -pkgincludedir = $(includedir)/grep -top_builddir = . - -ACLOCAL = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run aclocal -AUTOCONF = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run autoconf -AUTOMAKE = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run automake -AUTOHEADER = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run autoheader - -INSTALL = /bin/install -c -INSTALL_PROGRAM = ${INSTALL} -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_SCRIPT = ${INSTALL} -INSTALL_HEADER = $(INSTALL_DATA) -transform = s,x,x, -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_alias = -host_triplet = i586-pc-beos -AMTAR = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run tar -AWK = gawk -BUILD_INCLUDED_LIBINTL = yes -CATALOGS = cs.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fr.gmo gl.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo nl.gmo no.gmo pl.gmo pt_BR.gmo ru.gmo sl.gmo sv.gmo -CATOBJEXT = .gmo -CC = gcc -CPP = gcc -E -DATADIRNAME = share -DEPDIR = .deps -EXEEXT = -GENCAT = gencat -GETCONF = -GLIBC21 = no -GMOFILES = cs.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fr.gmo gl.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo nl.gmo no.gmo pl.gmo pt_BR.gmo ru.gmo sl.gmo sv.gmo -GMSGFMT = : -INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s -INSTOBJEXT = .mo -INTLBISON = bison -INTLLIBS = $(top_builddir)/intl/libintl.a -INTLOBJS = $(GETTOBJS) -INTL_LIBTOOL_SUFFIX_PREFIX = -LIBICONV = -MKINSTALLDIRS = ./mkinstalldirs -MSGFMT = : -OBJEXT = o -PACKAGE = grep -POFILES = cs.po de.po el.po eo.po es.po et.po fr.po gl.po hr.po id.po it.po ja.po ko.po nl.po no.po pl.po pt_BR.po ru.po sl.po sv.po -POSUB = po -RANLIB = ranlib -SEP = : -SYMLINK = ln -s -SYMLINKFROM = grep -U = -USE_INCLUDED_LIBINTL = yes -USE_NLS = yes -VERSION = 2.5 -am__include = include -am__quote = -install_sh = /boot/home/Development/current/src/apps/bin/grep-2.5/install-sh - -AUTOMAKE_OPTIONS = no-dependencies - -SUBDIRS = intl po lib doc src tests m4 vms bootstrap - -EXTRA_DIST = TODO README README-alpha PATCHES.AC PATCHES.AM - -# We should be able to just define `ACLOCAL_AMFLAGS = --acdir=m4', -# but this runs afoul of a bug in automake 1. -# The following hack works around this bug by creating acinclude.m4 manually. -ACLOCAL_AMFLAGS = -M4DIR = $(srcdir)/m4 -ACINCLUDE_INPUTS = $(M4DIR)/decl.m4 $(M4DIR)/djgpp.m4 $(M4DIR)/dosfile.m4 \ - $(M4DIR)/envsep.m4 $(M4DIR)/error.m4 $(M4DIR)/gettext.m4 $(M4DIR)/glibc.m4 \ - $(M4DIR)/header.m4 $(M4DIR)/init.m4 $(M4DIR)/install.m4 \ - $(M4DIR)/inttypes_h.m4 $(M4DIR)/isc-posix.m4 $(M4DIR)/largefile.m4 \ - $(M4DIR)/lcmessage.m4 $(M4DIR)/malloc.m4 $(M4DIR)/mbstate_t.m4 \ - $(M4DIR)/missing.m4 $(M4DIR)/progtest.m4 $(M4DIR)/realloc.m4 \ - $(M4DIR)/regex.m4 $(M4DIR)/sanity.m4 $(M4DIR)/strerror_r.m4 \ - $(M4DIR)/uintmax_t.m4 $(M4DIR)/ulonglong.m4 $(M4DIR)/xstrtoumax.m4 - -subdir = . -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = config.h -CONFIG_CLEAN_FILES = intl/Makefile -depcomp = -DIST_SOURCES = - -RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ - uninstall-info-recursive all-recursive install-data-recursive \ - install-exec-recursive installdirs-recursive install-recursive \ - uninstall-recursive check-recursive installcheck-recursive -DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \ - INSTALL Makefile.am Makefile.in NEWS THANKS TODO aclocal.m4 \ - config.guess config.hin config.sub configure configure.in \ - install-sh missing mkinstalldirs -DIST_SUBDIRS = $(SUBDIRS) -all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive - -.SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && \ - CONFIG_HEADERS= CONFIG_LINKS= \ - CONFIG_FILES=$@ $(SHELL) ./config.status - -$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - $(SHELL) ./config.status --recheck -$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) - cd $(srcdir) && $(AUTOCONF) - -$(ACLOCAL_M4): configure.in - cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) -config.h: stamp-h - @if test ! -f $@; then \ - rm -f stamp-h; \ - $(MAKE) stamp-h; \ - else :; fi -stamp-h: $(srcdir)/config.hin $(top_builddir)/config.status - @rm -f stamp-h stamp-hT - @echo timestamp > stamp-hT 2> /dev/null - cd $(top_builddir) \ - && CONFIG_FILES= CONFIG_HEADERS=config.h:config.hin \ - $(SHELL) ./config.status - @mv stamp-hT stamp-h -$(srcdir)/config.hin: $(srcdir)/./stamp-h.in - @if test ! -f $@; then \ - rm -f $(srcdir)/./stamp-h.in; \ - $(MAKE) $(srcdir)/./stamp-h.in; \ - else :; fi -$(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) - @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT - @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null - cd $(top_srcdir) && $(AUTOHEADER) - @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in - -distclean-hdr: - -rm -f config.h -intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in - cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status -uninstall-info-am: - -# This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): - @set fnord $(MAKEFLAGS); amf=$$2; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - -mostlyclean-recursive clean-recursive distclean-recursive \ -maintainer-clean-recursive: - @set fnord $(MAKEFLAGS); amf=$$2; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ - done && test -z "$$fail" -tags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ - done - -tags: TAGS - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) ' { files[$$0] = 1; } \ - END { for (i in files) print i; }'`; \ - mkid -fID $$unique $(LISP) - -TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - tags=; \ - here=`pwd`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ - fi; \ - done; \ - list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) ' { files[$$0] = 1; } \ - END { for (i in files) print i; }'`; \ - test -z "$(ETAGS_ARGS)config.hin$$unique$(LISP)$$tags" \ - || etags $(ETAGS_ARGS) $$tags config.hin $$unique $(LISP) - -GTAGS: - here=`CDPATH=: && cd $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH - -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - -top_distdir = . -# Avoid unsightly `./'. -distdir = $(PACKAGE)-$(VERSION) - -GZIP_ENV = --best - -distdir: $(DISTFILES) - -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) - mkdir $(distdir) - $(mkinstalldirs) $(distdir)/intl $(distdir)/po - @for file in $(DISTFILES); do \ - if test -f $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - $(mkinstalldirs) "$(distdir)/$$dir"; \ - fi; \ - if test -d $$d/$$file; then \ - cp -pR $$d/$$file $(distdir) \ - || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done - for subdir in $(SUBDIRS); do \ - if test "$$subdir" = .; then :; else \ - test -d $(distdir)/$$subdir \ - || mkdir $(distdir)/$$subdir \ - || exit 1; \ - (cd $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$(top_distdir)" \ - distdir=../$(distdir)/$$subdir \ - distdir) \ - || exit 1; \ - fi; \ - done - -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ - ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ - || chmod -R a+r $(distdir) -dist: distdir - $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) - -# This target untars the dist file and tries a VPATH configuration. Then -# it guarantees that the distribution is self-contained by making another -# tarfile. -distcheck: dist - -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir) - GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - - chmod -R a-w $(distdir); chmod a+w $(distdir) - mkdir $(distdir)/=build - mkdir $(distdir)/=inst - chmod a-w $(distdir) - dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \ - && cd $(distdir)/=build \ - && ../configure --srcdir=.. --prefix=$$dc_install_base \ - --with-included-gettext \ - && $(MAKE) $(AM_MAKEFLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) dvi \ - && $(MAKE) $(AM_MAKEFLAGS) check \ - && $(MAKE) $(AM_MAKEFLAGS) install \ - && $(MAKE) $(AM_MAKEFLAGS) installcheck \ - && $(MAKE) $(AM_MAKEFLAGS) uninstall \ - && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \ - || (echo "Error: files left after uninstall" 1>&2; \ - exit 1) ) \ - && $(MAKE) $(AM_MAKEFLAGS) dist \ - && $(MAKE) $(AM_MAKEFLAGS) distclean \ - && rm -f $(distdir).tar.gz \ - && (test `find . -type f -print | wc -l` -eq 0 \ - || (echo "Error: files left after distclean" 1>&2; \ - exit 1) ) - -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir) - @echo "$(distdir).tar.gz is ready for distribution" | \ - sed 'h;s/./=/g;p;x;p;x' -check-am: all-am -check: check-recursive -all-am: Makefile config.h -installdirs: installdirs-recursive -installdirs-am: - -install: install-recursive -install-exec: install-exec-recursive -install-data: install-data-recursive -uninstall: uninstall-recursive - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-recursive -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-recursive - -clean-am: clean-generic mostlyclean-am - -dist-all: distdir - $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) -distclean: distclean-recursive - -rm -f config.status config.cache config.log -distclean-am: clean-am distclean-generic distclean-hdr distclean-tags - -dvi: dvi-recursive - -dvi-am: - -info: info-recursive - -info-am: - -install-data-am: - -install-exec-am: - -install-info: install-info-recursive - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-recursive - -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-recursive - -mostlyclean-am: mostlyclean-generic - -uninstall-am: uninstall-info-am - -uninstall-info: uninstall-info-recursive - -.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \ - clean-generic clean-recursive dist dist-all distcheck distclean \ - distclean-generic distclean-hdr distclean-recursive \ - distclean-tags distdir dvi dvi-am dvi-recursive info info-am \ - info-recursive install install-am install-data install-data-am \ - install-data-recursive install-exec install-exec-am \ - install-exec-recursive install-info install-info-am \ - install-info-recursive install-man install-recursive \ - install-strip installcheck installcheck-am installdirs \ - installdirs-am installdirs-recursive maintainer-clean \ - maintainer-clean-generic maintainer-clean-recursive mostlyclean \ - mostlyclean-generic mostlyclean-recursive tags tags-recursive \ - uninstall uninstall-am uninstall-info-am \ - uninstall-info-recursive uninstall-recursive - -$(srcdir)/acinclude.m4 : $(ACINCLUDE_INPUTS) - cat $(ACINCLUDE_INPUTS) >$(srcdir)/acinclude.m4 - -# make cvs-clean blatantly stolen from KDE CVS ;) -cvs-clean: - @if test ! -d CVS; then \ - echo "You don't have a toplevel CVS directory."; \ - echo "You most certainly didn't use cvs to get these sources."; \ - echo "But this function depends on cvs's information."; \ - exit 1 ;\ - fi;\ - pwd=`pwd` ;\ - dirs=`find . -type d | grep -v CVS | sed -e "s#^./##"` ;\ - for i in $$dirs; do \ - if test ! -d "$$pwd/$$i/CVS"; then \ - echo "D $$i" ;\ - rm -rf "$$pwd/$$i"; \ - continue; \ - fi ;\ - cd $$pwd/$$i ;\ - for f in * .*; do \ - if test ! -d "$$f"; then \ - if grep "^/$$f/" CVS/Entries > /dev/null; then \ - a="b"; \ - else \ - echo "F $$i/$$f"; \ - rm -f "$$pwd/$$i/$$f"; \ - fi; \ - fi ; \ - done; \ - done -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/src/apps/bin/grep-2.5/Makefile.in b/src/apps/bin/grep-2.5/Makefile.in index 6394e7db0a..76081e2298 100644 --- a/src/apps/bin/grep-2.5/Makefile.in +++ b/src/apps/bin/grep-2.5/Makefile.in @@ -87,8 +87,6 @@ POFILES = @POFILES@ POSUB = @POSUB@ RANLIB = @RANLIB@ SEP = @SEP@ -SYMLINK = @SYMLINK@ -SYMLINKFROM = @SYMLINKFROM@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ diff --git a/src/apps/bin/grep-2.5/NEWS b/src/apps/bin/grep-2.5/NEWS index d02b350371..9bb821937e 100644 --- a/src/apps/bin/grep-2.5/NEWS +++ b/src/apps/bin/grep-2.5/NEWS @@ -1,3 +1,6 @@ +Version 2.5.1 + - This is a bugfix release. No new features. + Version 2.5 - The new option --label allows to specify a different name for input from stdin. See the man or info pages for details. diff --git a/src/apps/bin/grep-2.5/README.DOS b/src/apps/bin/grep-2.5/README.DOS index 3f005325a0..07d7baf00a 100644 --- a/src/apps/bin/grep-2.5/README.DOS +++ b/src/apps/bin/grep-2.5/README.DOS @@ -1,76 +1,76 @@ -GREP DJGPP README -================= - -To compile the Grep package with DJGPP tools, you will need the -following tools (the names of the archives on DJGPP ftp sites where -these tools are available are in parentheses): - - - The basic DJGPP development environment, including the - GCC compiler and the libraries (v2gnu/gccNNNb.zip, - v2gnu/bnuNNNb.zip, v2/djdevNNN.zip). - - - GNU Make revision 3.75 or later (v2gnu/makNNNb.zip). - - - GNU Bash (v2gnu/bshNNNb.zip). - - - GNU Sed (v2gnu/sedNNNb.zip). - - - GNU M4 (v2gnu/m4-NNNb.zip). - - - GNU Fileutils (v2gnu/filNNNb.zip), Textutils - (v2gnu/txtNNNb.zip) and Diffutils (v2gnu/difNNNb.zip). - - - A (previous version of) GNU Grep (v2gnu/grepNNb.zip). - -Running the tests ("make check" in the top-level directory) -additionally requires Gawk (v2gnu/gwkNNNb.zip). TAGS and ID targets -require `etags' (from the Emacs distribution) and `mkid' (from -ID-utils, v2gnu/iduNNb.zip), respectively. - -All of these tools are available from the DJGPP archive sites. - -To build Grep: - sh autogen.sh - sh configure - make - - -Source distributions on DJGPP sites usually come pre-configured, so -all you need to do in order to build the programs is to say "make". -However, source distributions on GNU ftp sites, like ftp.gnu.org, -need to be configured by running sh configure. You will also need -to run it if you need to configure Grep differently than for the -default configuration, for example if you want to install the programs -in a directory other than the bin subdirectory of your DJGPP -installation. - -To test that the package works, say "make check". If you don't have a -file named sh.exe somewhere on your PATH, "make check" will refuse to -run, as it needs a Unix-like shell. - -To install, either copy the executables and man pages to the -appropriate directories, or say "make install". To clean up, say -"make clean" or "make distclean". - -Please note the -u and -U options that specifically target MS-DOS and -MS-Windows environments. They are described in the Grep man page in -this distribution. - -National Language Support doesn't work in this port, so don't expect -the programs to talk to you in any language but English. - -Please post any problems in the DOS version to the comp.os.msdos.djgpp -news group first, especially if they have something to do with the -DOS-specific aspects. - -To create the files required for the documentation package -perform the following in the docs directory: - make grep.dvi - make grep.ps - makeinfo --html grep.texi -o grep.html - - -2.5f ported by Andrew Cottrell - -Enjoy, - Eli Zaretskii +GREP DJGPP README +================= + +To compile the Grep package with DJGPP tools, you will need the +following tools (the names of the archives on DJGPP ftp sites where +these tools are available are in parentheses): + + - The basic DJGPP development environment, including the + GCC compiler and the libraries (v2gnu/gccNNNb.zip, + v2gnu/bnuNNNb.zip, v2/djdevNNN.zip). + + - GNU Make revision 3.75 or later (v2gnu/makNNNb.zip). + + - GNU Bash (v2gnu/bshNNNb.zip). + + - GNU Sed (v2gnu/sedNNNb.zip). + + - GNU M4 (v2gnu/m4-NNNb.zip). + + - GNU Fileutils (v2gnu/filNNNb.zip), Textutils + (v2gnu/txtNNNb.zip) and Diffutils (v2gnu/difNNNb.zip). + + - A (previous version of) GNU Grep (v2gnu/grepNNb.zip). + +Running the tests ("make check" in the top-level directory) +additionally requires Gawk (v2gnu/gwkNNNb.zip). TAGS and ID targets +require `etags' (from the Emacs distribution) and `mkid' (from +ID-utils, v2gnu/iduNNb.zip), respectively. + +All of these tools are available from the DJGPP archive sites. + +To build Grep: + sh autogen.sh + sh configure + make + + +Source distributions on DJGPP sites usually come pre-configured, so +all you need to do in order to build the programs is to say "make". +However, source distributions on GNU ftp sites, like ftp.gnu.org, +need to be configured by running sh configure. You will also need +to run it if you need to configure Grep differently than for the +default configuration, for example if you want to install the programs +in a directory other than the bin subdirectory of your DJGPP +installation. + +To test that the package works, say "make check". If you don't have a +file named sh.exe somewhere on your PATH, "make check" will refuse to +run, as it needs a Unix-like shell. + +To install, either copy the executables and man pages to the +appropriate directories, or say "make install". To clean up, say +"make clean" or "make distclean". + +Please note the -u and -U options that specifically target MS-DOS and +MS-Windows environments. They are described in the Grep man page in +this distribution. + +National Language Support doesn't work in this port, so don't expect +the programs to talk to you in any language but English. + +Please post any problems in the DOS version to the comp.os.msdos.djgpp +news group first, especially if they have something to do with the +DOS-specific aspects. + +To create the files required for the documentation package +perform the following in the docs directory: + make grep.dvi + make grep.ps + makeinfo --html grep.texi -o grep.html + + +2.5f ported by Andrew Cottrell + +Enjoy, + Eli Zaretskii diff --git a/src/apps/bin/grep-2.5/bootstrap/Makefile b/src/apps/bin/grep-2.5/bootstrap/Makefile deleted file mode 100644 index 0dc27b7081..0000000000 --- a/src/apps/bin/grep-2.5/bootstrap/Makefile +++ /dev/null @@ -1,221 +0,0 @@ -# Makefile.in generated automatically by automake 1.5 from Makefile.am. - -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 -# Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - - - -SHELL = /bin/sh - -srcdir = . -top_srcdir = .. - -prefix = /usr/local -exec_prefix = ${prefix} - -bindir = ${exec_prefix}/bin -sbindir = ${exec_prefix}/sbin -libexecdir = ${exec_prefix}/libexec -datadir = ${prefix}/share -sysconfdir = ${prefix}/etc -sharedstatedir = ${prefix}/com -localstatedir = ${prefix}/var -libdir = ${exec_prefix}/lib -infodir = ${prefix}/info -mandir = ${prefix}/man -includedir = ${prefix}/include -oldincludedir = /usr/include -pkgdatadir = $(datadir)/grep -pkglibdir = $(libdir)/grep -pkgincludedir = $(includedir)/grep -top_builddir = .. - -ACLOCAL = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run aclocal -AUTOCONF = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run autoconf -AUTOMAKE = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run automake -AUTOHEADER = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run autoheader - -INSTALL = /bin/install -c -INSTALL_PROGRAM = ${INSTALL} -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_SCRIPT = ${INSTALL} -INSTALL_HEADER = $(INSTALL_DATA) -transform = s,x,x, -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_alias = -host_triplet = i586-pc-beos -AMTAR = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run tar -AWK = gawk -BUILD_INCLUDED_LIBINTL = yes -CATALOGS = cs.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fr.gmo gl.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo nl.gmo no.gmo pl.gmo pt_BR.gmo ru.gmo sl.gmo sv.gmo -CATOBJEXT = .gmo -CC = gcc -CPP = gcc -E -DATADIRNAME = share -DEPDIR = .deps -EXEEXT = -GENCAT = gencat -GETCONF = -GLIBC21 = no -GMOFILES = cs.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fr.gmo gl.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo nl.gmo no.gmo pl.gmo pt_BR.gmo ru.gmo sl.gmo sv.gmo -GMSGFMT = : -INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s -INSTOBJEXT = .mo -INTLBISON = bison -INTLLIBS = $(top_builddir)/intl/libintl.a -INTLOBJS = $(GETTOBJS) -INTL_LIBTOOL_SUFFIX_PREFIX = -LIBICONV = -MKINSTALLDIRS = ./mkinstalldirs -MSGFMT = : -OBJEXT = o -PACKAGE = grep -POFILES = cs.po de.po el.po eo.po es.po et.po fr.po gl.po hr.po id.po it.po ja.po ko.po nl.po no.po pl.po pt_BR.po ru.po sl.po sv.po -POSUB = po -RANLIB = ranlib -SEP = : -SYMLINK = ln -s -SYMLINKFROM = grep -U = -USE_INCLUDED_LIBINTL = yes -USE_NLS = yes -VERSION = 2.5 -am__include = include -am__quote = -install_sh = /boot/home/Development/current/src/apps/bin/grep-2.5/install-sh - -AUTOMAKE_OPTIONS = no-dependencies - -EXTRA_DIST = Makefile.try README -subdir = bootstrap -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -depcomp = -DIST_SOURCES = -DIST_COMMON = README Makefile.am Makefile.in -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu bootstrap/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && \ - CONFIG_HEADERS= CONFIG_LINKS= \ - CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status -uninstall-info-am: -tags: TAGS -TAGS: - - -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - -top_distdir = .. -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) - -distdir: $(DISTFILES) - @for file in $(DISTFILES); do \ - if test -f $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - $(mkinstalldirs) "$(distdir)/$$dir"; \ - fi; \ - if test -d $$d/$$file; then \ - cp -pR $$d/$$file $(distdir) \ - || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile - -installdirs: - -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -info: info-am - -info-am: - -install-data-am: - -install-exec-am: - -install-info: install-info-am - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -uninstall-am: uninstall-info-am - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am info info-am install \ - install-am install-data install-data-am install-exec \ - install-exec-am install-info install-info-am install-man \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic uninstall uninstall-am uninstall-info-am - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/src/apps/bin/grep-2.5/bootstrap/Makefile.am b/src/apps/bin/grep-2.5/bootstrap/Makefile.am deleted file mode 100644 index a54af3ba5d..0000000000 --- a/src/apps/bin/grep-2.5/bootstrap/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -## Process this file with automake to create Makefile.in -AUTOMAKE_OPTIONS = no-dependencies - -EXTRA_DIST = Makefile.try README diff --git a/src/apps/bin/grep-2.5/bootstrap/Makefile.in b/src/apps/bin/grep-2.5/bootstrap/Makefile.in deleted file mode 100644 index 0a8b07e241..0000000000 --- a/src/apps/bin/grep-2.5/bootstrap/Makefile.in +++ /dev/null @@ -1,221 +0,0 @@ -# Makefile.in generated automatically by automake 1.5 from Makefile.am. - -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 -# Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -SHELL = @SHELL@ - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -prefix = @prefix@ -exec_prefix = @exec_prefix@ - -bindir = @bindir@ -sbindir = @sbindir@ -libexecdir = @libexecdir@ -datadir = @datadir@ -sysconfdir = @sysconfdir@ -sharedstatedir = @sharedstatedir@ -localstatedir = @localstatedir@ -libdir = @libdir@ -infodir = @infodir@ -mandir = @mandir@ -includedir = @includedir@ -oldincludedir = /usr/include -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = .. - -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - -INSTALL = @INSTALL@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_HEADER = $(INSTALL_DATA) -transform = @program_transform_name@ -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_alias = @host_alias@ -host_triplet = @host@ -AMTAR = @AMTAR@ -AWK = @AWK@ -BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CPP = @CPP@ -DATADIRNAME = @DATADIRNAME@ -DEPDIR = @DEPDIR@ -EXEEXT = @EXEEXT@ -GENCAT = @GENCAT@ -GETCONF = @GETCONF@ -GLIBC21 = @GLIBC21@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLBISON = @INTLBISON@ -INTLLIBS = @INTLLIBS@ -INTLOBJS = @INTLOBJS@ -INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ -LIBICONV = @LIBICONV@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -POFILES = @POFILES@ -POSUB = @POSUB@ -RANLIB = @RANLIB@ -SEP = @SEP@ -SYMLINK = @SYMLINK@ -SYMLINKFROM = @SYMLINKFROM@ -U = @U@ -USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -am__include = @am__include@ -am__quote = @am__quote@ -install_sh = @install_sh@ - -AUTOMAKE_OPTIONS = no-dependencies - -EXTRA_DIST = Makefile.try README -subdir = bootstrap -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -depcomp = -DIST_SOURCES = -DIST_COMMON = README Makefile.am Makefile.in -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu bootstrap/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && \ - CONFIG_HEADERS= CONFIG_LINKS= \ - CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status -uninstall-info-am: -tags: TAGS -TAGS: - - -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - -top_distdir = .. -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) - -distdir: $(DISTFILES) - @for file in $(DISTFILES); do \ - if test -f $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - $(mkinstalldirs) "$(distdir)/$$dir"; \ - fi; \ - if test -d $$d/$$file; then \ - cp -pR $$d/$$file $(distdir) \ - || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile - -installdirs: - -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -info: info-am - -info-am: - -install-data-am: - -install-exec-am: - -install-info: install-info-am - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -uninstall-am: uninstall-info-am - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am info info-am install \ - install-am install-data install-data-am install-exec \ - install-exec-am install-info install-info-am install-man \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic uninstall uninstall-am uninstall-info-am - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/src/apps/bin/grep-2.5/bootstrap/Makefile.try b/src/apps/bin/grep-2.5/bootstrap/Makefile.try deleted file mode 100644 index f1d1acabd8..0000000000 --- a/src/apps/bin/grep-2.5/bootstrap/Makefile.try +++ /dev/null @@ -1,135 +0,0 @@ -# - -# Define for DOS/WIN (not including DJGPP): -#OBJEXT = obj -#EXEEXT = .exe -EXEEXT = -OBJEXT = o - -# Source of grep. -OBJS = \ - dfa.$(OBJEXT) \ - grep.$(OBJEXT) \ - kwset.$(OBJEXT) \ - search.$(OBJEXT) - -# Supporting routines. -LIB_OBJS_core = \ - $(libdir)/closeout.$(OBJEXT) \ - $(libdir)/error.$(OBJEXT) \ - $(libdir)/exclude.$(OBJEXT) \ - $(libdir)/hard-locale.$(OBJEXT) \ - $(libdir)/isdir.$(OBJEXT) \ - $(libdir)/quotearg.$(OBJEXT) \ - $(libdir)/regex.$(OBJEXT) \ - $(libdir)/savedir.$(OBJEXT) \ - $(libdir)/strtoumax.$(OBJEXT) \ - $(libdir)/xmalloc.$(OBJEXT) \ - $(libdir)/xstrtol.$(OBJEXT) \ - $(libdir)/xstrtoumax.$(OBJEXT) - -# Comment out functions already supported as needed. -#LIB_OBJ_atexit = $(libdir)/atexit.$(OBJEXT) -#LIB_OBJ_alloca = $(libdir)/alloca.$(OBJEXT) -#LIB_OBJ_fnmatch = $(libdir)/fnmatch.$(OBJEXT) -LIB_OBJ_getopt = $(libdir)/getopt.$(OBJEXT) $(libdir)/getopt1.$(OBJEXT) -#LIB_OBJ_memchr = $(libdir)/memchr.$(OBJEXT) -LIB_OBJ_obstack = $(libdir)/obstack.$(OBJEXT) -#LIB_OBJ_strtoul = $(libdir)/strtoul.$(OBJEXT) -LIB_OBJ_stpcpy = $(libdir)/stpcpy.$(OBJEXT) -LIB_OBJ_strtoull = $(libdir)/strtoull.$(OBJEXT) - -LIB_OBJS = $(LIB_OBJS_core) $(LIB_OBJ_atexit) $(LIB_OBJ_alloca) \ - $(LIB_OBJ_fnmatch) $(LIB_OBJ_getopt) $(LIB_OBJ_memchr) \ - $(LIB_OBJ_obstack) $(LIB_OBJ_strtoul) $(LIB_OBJ_stpcpy) \ - $(LIB_OBJ_strtoull) - -# For Linux -#LIB_OBJS = $(LIB_OBJS_core) - -# For QNX/Neutrino -#LIB_OBJS = $(LIB_OBJS_core) $(LIB_OBJ_getopt) $(LIB_OBJ_obstack) \ -# $(LIB_OBJ_stpcpy) $(LIB_OBJ_strtoull) - -# Where is DIR and opendir/readdir defined. -# or -DHAVE_DIRENT_H -# or -DHAVE_SYS_NDIR_H -# or -DHAVE_SYS_DIR_H -# or -DHAVE_NDIR_H -# -# undef HAVE_STRERROR if lacking strerror() -# undef HAVE_MEMCHR if lacking memchr() -# - -# default dry run -DEFS_core = \ - -DSTDC_HEADERS \ - -DHAVE_MEMCHR \ - -DHAVE_DIRENT_H \ - -DHAVE_STRERROR \ - -Dconst= \ - -Dsize_t=unsigned \ - -Duintmax_t=long - -# SunOS-4.1.x k&r cc -#DEFS_sunos = -DSTDC_HEADERS -DHAVE_MEMCHR -DHAVE_DIRENT_H -Dconst= - -# Solaris -#DEFS_solaris = -DSTDC_HEADERS -DHAVE_MEMCHR -DHAVE_DIRENT_H -DHAVE_STRERROR - -# DOS/WIN (change also OBJEXT/EXEEXT, see above) -# DOS/DJGPP -DEFS_dos = -DSTDC_HEADERS -DHAVE_MEMCHR -DHAVE_STRERROR -DHAVE_DIRENT_H \ - -DHAVE_DOS_FILE_CONTENTS \ - -DHAVE_DOS_FILE_NAMES -DHAVE_UNISTD_H -DHAVE_SETMODE - -# If support ANSI C prototypes -DEFS_ansi_c = -DPROTOTYPES - -# No wchar support -# DEFS_wchar = -DUSE_WIDE_CHAR -DHAVE_WCHAR_H -DEFS_wchar = -Dwchar_t=int -Dmbstate_t=int - -# Is strtol() and strtoul() declarared ? -#DEFS_strtol = -DHAVE_DECL_STRTOULL=0 -DHAVE_DECL_STRTOUL=0 -DEFS_strtol = -DHAVE_DECL_STRTOULL=1 -DHAVE_DECL_STRTOUL=1 - -# Define if malloc(0)/realloc(0) works -#DEFS_alloc = -DHAVE_DONE_WORKING_MALLOC_CHECK=0 \ -# -DHAVE_DONE_WORKING_REALLOC_CHECK=0 -DEFS_alloc = -DHAVE_DONE_WORKING_MALLOC_CHECK=1 \ - -DHAVE_DONE_WORKING_REALLOC_CHECK=1 - -DEFS = $(DEFS_core) $(DEFS_ansi_c) $(DEFS_wchar) $(DEFS_strtol) $(DEFS_alloc) \ - -DHAVE_DECL_STRERROR_R=0 -DHAVE_VPRINTF -DCHAR_BIT=8 - - -#### - -CFLAGS = $(DEFS) -I. -I.. -I$(libdir) -DVERSION=\"bootstrap\" -DPACKAGE=\"grep\" - -libdir = ../lib - -PROGS = grep$(EXEEXT) egrep$(EXEEXT) fgrep$(EXEEXT) - -libgreputils_a = $(libdir)/libgreputils.a - -all : $(libgreputils_a) $(PROGS) - -grep$(EXEEXT) : $(OBJS) grepmat.$(OBJEXT) $(libgreputils_a) - $(CC) $(OBJS) grepmat.$(OBJEXT) -o grep $(libgreputils_a) - -egrep$(EXEEXT) : $(OBJS) egrepmat.$(OBJEXT) $(libgreputils_a) - $(CC) $(OBJS) egrepmat.$(OBJEXT) -o egrep $(libgreputils_a) - -fgrep$(EXEEXT) : $(OBJS) fgrepmat.$(OBJEXT) $(libgreputils_a) - $(CC) $(OBJS) fgrepmat.$(OBJEXT) -o fgrep $(libgreputils_a) - -$(libgreputils_a) : $(LIB_OBJS) - $(AR) $(ARFLAGS) $(libgreputils_a) $(LIB_OBJS) - -clean : - $(RM) grepmat.$(OBJEXT) egrepmat.$(OBJEXT) fgrepmat.$(OBJEXT) - $(RM) $(OBJS) - $(RM) $(PROGS) - $(RM) $(libgreputils_a) $(LIB_OBJS) diff --git a/src/apps/bin/grep-2.5/bootstrap/README b/src/apps/bin/grep-2.5/bootstrap/README deleted file mode 100644 index cd7f402c43..0000000000 --- a/src/apps/bin/grep-2.5/bootstrap/README +++ /dev/null @@ -1,8 +0,0 @@ -# - -If your system is lacking the necessary tools to build the configuration, -Makefile.try is provided for bootstraping. Move Makefile.try to -../src/Makefile, edit the Makefile and type make. Good luck ! - -cp Makefile.try ../src/Makefile -make diff --git a/src/apps/bin/grep-2.5/config.h b/src/apps/bin/grep-2.5/config.h index a85f9e5084..9f5d39056e 100644 --- a/src/apps/bin/grep-2.5/config.h +++ b/src/apps/bin/grep-2.5/config.h @@ -158,7 +158,7 @@ #define HAVE_PUTENV 1 /* Define to 1 if you have the `setenv' function. */ -/* #undef HAVE_SETENV */ +#define HAVE_SETENV 1 /* Define to 1 if you have the `setlocale' function. */ #define HAVE_SETLOCALE 1 @@ -297,7 +297,7 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "2.5" +#define VERSION "2.5.1" /* Number of bits in a file offset, on hosts where this is settable. */ /* #undef _FILE_OFFSET_BITS */ diff --git a/src/apps/bin/grep-2.5/config.log b/src/apps/bin/grep-2.5/config.log deleted file mode 100644 index 9e2ca20388..0000000000 --- a/src/apps/bin/grep-2.5/config.log +++ /dev/null @@ -1,2015 +0,0 @@ -This file contains any messages produced by compilers while -running configure, to aid debugging if configure makes a mistake. - -It was created by configure, which was -generated by GNU Autoconf 2.53. Invocation command line was - - $ ./configure - -## --------- ## -## Platform. ## -## --------- ## - -hostname = -uname -m = BePC -uname -r = 5.0 -uname -s = BeOS -uname -v = 1000009 - -/usr/bin/uname -p = unknown -/bin/uname -X = unknown - -/bin/arch = unknown -/usr/bin/arch -k = unknown -/usr/convex/getsysinfo = unknown -hostinfo = unknown -/bin/machine = unknown -/usr/bin/oslevel = unknown -/bin/universe = unknown - -PATH: . -PATH: /boot/home/config/bin -PATH: /bin -PATH: /boot/apps -PATH: /boot/preferences -PATH: /boot/beos/apps -PATH: /boot/beos/preferences -PATH: /boot/develop/tools/gnupro/bin -PATH: /boot/apps/X11R6.4/bin -PATH: /boot/apps/GeekGadgets/bin -PATH: /boot/home/bin - - -## ----------- ## -## Core tests. ## -## ----------- ## - -configure:1251: checking for a BSD-compatible install -configure:1305: result: /bin/install -c -configure:1316: checking whether build environment is sane -configure:1359: result: yes -configure:1393: checking for gawk -configure:1409: found /bin/gawk -configure:1419: result: gawk -configure:1429: checking whether make sets ${MAKE} -configure:1449: result: yes -configure:1577: checking build system type -configure:1595: result: i586-pc-beos -configure:1603: checking host system type -configure:1617: result: i586-pc-beos -configure:1629: checking for gawk -configure:1655: result: gawk -configure:1711: checking for gcc -configure:1727: found /boot/develop/tools/gnupro/bin/gcc -configure:1737: result: gcc -configure:1981: checking for C compiler version -configure:1984: gcc --version &5 -2.9-beos-991026 -configure:1987: $? = 0 -configure:1989: gcc -v &5 -Reading specs from /boot/develop/tools/gnupro/lib/gcc-lib/i586-beos/2.9-beos-991026/specs -gcc version 2.9-beos-991026 -configure:1992: $? = 0 -configure:1994: gcc -V &5 -gcc: argument to `-V' is missing -configure:1997: $? = 1 -configure:2023: checking for C compiler default output -configure:2026: gcc conftest.c >&5 -configure:2029: $? = 0 -configure:2062: result: conftest -configure:2067: checking whether the C compiler works -configure:2073: ./conftest -configure:2076: $? = 0 -configure:2091: result: yes -configure:2098: checking whether we are cross compiling -configure:2100: result: no -configure:2103: checking for suffix of executables -configure:2105: gcc -o conftest conftest.c >&5 -configure:2108: $? = 0 -configure:2130: result: -configure:2136: checking for suffix of object files -configure:2160: gcc -c conftest.c >&5 -configure:2163: $? = 0 -configure:2182: result: o -configure:2186: checking whether we are using the GNU C compiler -configure:2213: gcc -c conftest.c >&5 -configure:2216: $? = 0 -configure:2219: test -s conftest.o -configure:2222: $? = 0 -configure:2234: result: yes -configure:2240: checking whether gcc accepts -g -configure:2264: gcc -c -g conftest.c >&5 -configure:2267: $? = 0 -configure:2270: test -s conftest.o -configure:2273: $? = 0 -configure:2283: result: yes -configure:2310: gcc -c -g -O2 conftest.c >&5 -/boot/home/Development/current/src/apps/bin/grep-2.5/conftest.c:2: parse error before `me' -configure:2313: $? = 1 -configure: failed program was: -#ifndef __cplusplus - choke me -#endif -configure:2431: checking for style of include used by make -configure:2459: result: GNU -configure:2466: checking dependency style of gcc -configure:2528: result: gcc -configure:2545: checking for a BSD-compatible install -configure:2599: result: /bin/install -c -configure:2651: checking for ranlib -configure:2667: found /boot/develop/tools/gnupro/bin/ranlib -configure:2678: result: ranlib -configure:2740: checking for getconf -configure:2769: result: no -configure:2778: checking for CFLAGS value to request large file support -configure:2846: result: no -configure:2848: checking for LDFLAGS value to request large file support -configure:2862: result: no -configure:2864: checking for LIBS value to request large file support -configure:2878: result: no -configure:2923: checking for _FILE_OFFSET_BITS -configure:2944: result: no -configure:2953: checking for _LARGEFILE_SOURCE -configure:2974: result: no -configure:2983: checking for _LARGE_FILES -configure:3004: result: no -configure:3018: checking for gcc option to accept ANSI C -configure:3084: gcc -c -g -O2 conftest.c >&5 -configure:3087: $? = 0 -configure:3090: test -s conftest.o -configure:3093: $? = 0 -configure:3107: result: none needed -configure:3123: checking how to run the C preprocessor -configure:3149: gcc -E conftest.c -configure:3155: $? = 0 -configure:3182: gcc -E conftest.c -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:3178: ac_nonexistent.h: No such file or directory -configure:3188: $? = 1 -configure: failed program was: -#line 3177 "configure" -#include "confdefs.h" -#include -configure:3225: result: gcc -E -configure:3240: gcc -E conftest.c -configure:3246: $? = 0 -configure:3273: gcc -E conftest.c -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:3269: ac_nonexistent.h: No such file or directory -configure:3279: $? = 1 -configure: failed program was: -#line 3268 "configure" -#include "confdefs.h" -#include -configure:3333: checking for sys/types.h -configure:3346: gcc -c -g -O2 conftest.c >&5 -configure:3349: $? = 0 -configure:3352: test -s conftest.o -configure:3355: $? = 0 -configure:3365: result: yes -configure:3333: checking for sys/stat.h -configure:3346: gcc -c -g -O2 conftest.c >&5 -configure:3349: $? = 0 -configure:3352: test -s conftest.o -configure:3355: $? = 0 -configure:3365: result: yes -configure:3333: checking for stdlib.h -configure:3346: gcc -c -g -O2 conftest.c >&5 -configure:3349: $? = 0 -configure:3352: test -s conftest.o -configure:3355: $? = 0 -configure:3365: result: yes -configure:3333: checking for string.h -configure:3346: gcc -c -g -O2 conftest.c >&5 -configure:3349: $? = 0 -configure:3352: test -s conftest.o -configure:3355: $? = 0 -configure:3365: result: yes -configure:3333: checking for memory.h -configure:3346: gcc -c -g -O2 conftest.c >&5 -configure:3349: $? = 0 -configure:3352: test -s conftest.o -configure:3355: $? = 0 -configure:3365: result: yes -configure:3333: checking for strings.h -configure:3346: gcc -c -g -O2 conftest.c >&5 -configure:3349: $? = 0 -configure:3352: test -s conftest.o -configure:3355: $? = 0 -configure:3365: result: yes -configure:3333: checking for inttypes.h -configure:3346: gcc -c -g -O2 conftest.c >&5 -configure:3349: $? = 0 -configure:3352: test -s conftest.o -configure:3355: $? = 0 -configure:3365: result: yes -configure:3333: checking for stdint.h -configure:3346: gcc -c -g -O2 conftest.c >&5 -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:3374: stdint.h: No such file or directory -configure:3349: $? = 1 -configure: failed program was: -#line 3338 "configure" -#include "confdefs.h" -#include -#if HAVE_SYS_TYPES_H -# include -#endif -#if HAVE_SYS_STAT_H -# include -#endif -#if STDC_HEADERS -# include -# include -#else -# if HAVE_STDLIB_H -# include -# endif -#endif -#if HAVE_STRING_H -# if !STDC_HEADERS && HAVE_MEMORY_H -# include -# endif -# include -#endif -#if HAVE_STRINGS_H -# include -#endif -#if HAVE_INTTYPES_H -# include -#else -# if HAVE_STDINT_H -# include -# endif -#endif -#if HAVE_UNISTD_H -# include -#endif - -#include -configure:3365: result: no -configure:3333: checking for unistd.h -configure:3346: gcc -c -g -O2 conftest.c >&5 -configure:3349: $? = 0 -configure:3352: test -s conftest.o -configure:3355: $? = 0 -configure:3365: result: yes -configure:3379: checking for function prototypes -configure:3382: result: yes -configure:3396: checking for ANSI C header files -configure:3410: gcc -E conftest.c -configure:3416: $? = 0 -configure:3501: gcc -o conftest -g -O2 conftest.c >&5 -configure:3504: $? = 0 -configure:3506: ./conftest -configure:3509: $? = 0 -configure:3523: result: yes -configure:3538: checking for string.h -configure:3543: result: yes -configure:3648: checking for size_t -configure:3675: gcc -c -g -O2 conftest.c >&5 -configure:3678: $? = 0 -configure:3681: test -s conftest.o -configure:3684: $? = 0 -configure:3694: result: yes -configure:3706: checking for ssize_t -configure:3733: gcc -c -g -O2 conftest.c >&5 -configure:3736: $? = 0 -configure:3739: test -s conftest.o -configure:3742: $? = 0 -configure:3752: result: yes -configure:3764: checking for gcc option to accept ANSI C -configure:3827: gcc -c -g -O2 conftest.c >&5 -configure:3830: $? = 0 -configure:3833: test -s conftest.o -configure:3836: $? = 0 -configure:3853: result: none needed -configure:3861: checking for an ANSI C-conforming const -configure:3931: gcc -c -g -O2 conftest.c >&5 -configure:3934: $? = 0 -configure:3937: test -s conftest.o -configure:3940: $? = 0 -configure:3950: result: yes -configure:3961: checking for inttypes.h -configure:3986: gcc -c -g -O2 conftest.c >&5 -configure:3989: $? = 0 -configure:3992: test -s conftest.o -configure:3995: $? = 0 -configure:4005: result: yes -configure:4016: checking for unsigned long long -configure:4041: gcc -o conftest -g -O2 conftest.c >&5 -configure:4044: $? = 0 -configure:4047: test -s conftest -configure:4050: $? = 0 -configure:4060: result: yes -configure:4085: checking for ANSI C header files -configure:4212: result: yes -configure:4232: checking for string.h -configure:4237: result: yes -configure:4232: checking for stdlib.h -configure:4237: result: yes -configure:4241: checking sys/param.h usability -configure:4250: gcc -c -g -O2 conftest.c >&5 -configure:4253: $? = 0 -configure:4256: test -s conftest.o -configure:4259: $? = 0 -configure:4268: result: yes -configure:4272: checking sys/param.h presence -configure:4279: gcc -E conftest.c -configure:4285: $? = 0 -configure:4303: result: yes -configure:4321: checking for sys/param.h -configure:4328: result: yes -configure:4232: checking for memory.h -configure:4237: result: yes -configure:4232: checking for unistd.h -configure:4237: result: yes -configure:4241: checking libintl.h usability -configure:4250: gcc -c -g -O2 conftest.c >&5 -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:4278: libintl.h: No such file or directory -configure:4253: $? = 1 -configure: failed program was: -#line 4243 "configure" -#include "confdefs.h" -#include -#if HAVE_SYS_TYPES_H -# include -#endif -#if HAVE_SYS_STAT_H -# include -#endif -#if STDC_HEADERS -# include -# include -#else -# if HAVE_STDLIB_H -# include -# endif -#endif -#if HAVE_STRING_H -# if !STDC_HEADERS && HAVE_MEMORY_H -# include -# endif -# include -#endif -#if HAVE_STRINGS_H -# include -#endif -#if HAVE_INTTYPES_H -# include -#else -# if HAVE_STDINT_H -# include -# endif -#endif -#if HAVE_UNISTD_H -# include -#endif -#include -configure:4268: result: no -configure:4272: checking libintl.h presence -configure:4279: gcc -E conftest.c -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:4275: libintl.h: No such file or directory -configure:4285: $? = 1 -configure: failed program was: -#line 4274 "configure" -#include "confdefs.h" -#include -configure:4303: result: no -configure:4321: checking for libintl.h -configure:4328: result: no -configure:4356: checking wctype.h usability -configure:4365: gcc -c -g -O2 conftest.c >&5 -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:4393: wctype.h: No such file or directory -configure:4368: $? = 1 -configure: failed program was: -#line 4358 "configure" -#include "confdefs.h" -#include -#if HAVE_SYS_TYPES_H -# include -#endif -#if HAVE_SYS_STAT_H -# include -#endif -#if STDC_HEADERS -# include -# include -#else -# if HAVE_STDLIB_H -# include -# endif -#endif -#if HAVE_STRING_H -# if !STDC_HEADERS && HAVE_MEMORY_H -# include -# endif -# include -#endif -#if HAVE_STRINGS_H -# include -#endif -#if HAVE_INTTYPES_H -# include -#else -# if HAVE_STDINT_H -# include -# endif -#endif -#if HAVE_UNISTD_H -# include -#endif -#include -configure:4383: result: no -configure:4387: checking wctype.h presence -configure:4394: gcc -E conftest.c -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:4390: wctype.h: No such file or directory -configure:4400: $? = 1 -configure: failed program was: -#line 4389 "configure" -#include "confdefs.h" -#include -configure:4418: result: no -configure:4436: checking for wctype.h -configure:4443: result: no -configure:4356: checking wchar.h usability -configure:4365: gcc -c -g -O2 conftest.c >&5 -configure:4368: $? = 0 -configure:4371: test -s conftest.o -configure:4374: $? = 0 -configure:4383: result: yes -configure:4387: checking wchar.h presence -configure:4394: gcc -E conftest.c -configure:4400: $? = 0 -configure:4418: result: yes -configure:4436: checking for wchar.h -configure:4443: result: yes -configure:4464: checking for dirent.h that defines DIR -configure:4491: gcc -c -g -O2 conftest.c >&5 -configure:4494: $? = 0 -configure:4497: test -s conftest.o -configure:4500: $? = 0 -configure:4510: result: yes -configure:4523: checking for library containing opendir -configure:4556: gcc -o conftest -g -O2 conftest.c >&5 -configure:4559: $? = 0 -configure:4562: test -s conftest -configure:4565: $? = 0 -configure:4624: result: none required -configure:4742: checking whether stat file-mode macros are broken -configure:4787: result: no -configure:4803: checking for stdlib.h -configure:4808: result: yes -configure:4913: checking for mbstate_t -configure:4941: gcc -c -g -O2 conftest.c >&5 -/boot/home/Development/current/src/apps/bin/grep-2.5/configure: In function `main': -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:4933: `mbstate_t' undeclared (first use in this function) -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:4933: (Each undeclared identifier is reported only once -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:4933: for each function it appears in.) -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:4933: parse error before `x' -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:4933: `x' undeclared (first use in this function) -configure:4944: $? = 1 -configure: failed program was: -#line 4918 "configure" -#include "confdefs.h" - -#if HAVE_STDLIB_H -# include -#endif -#include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ -mbstate_t x; return sizeof x; - ; - return 0; -} -configure:4960: result: no -configure:4972: checking for working alloca.h -configure:4996: gcc -o conftest -g -O2 conftest.c >&5 -configure:4999: $? = 0 -configure:5002: test -s conftest -configure:5005: $? = 0 -configure:5015: result: yes -configure:5025: checking for alloca -configure:5069: gcc -o conftest -g -O2 conftest.c >&5 -configure:5072: $? = 0 -configure:5075: test -s conftest -configure:5078: $? = 0 -configure:5088: result: yes -configure:5278: checking whether closedir returns void -configure:5310: gcc -o conftest -g -O2 conftest.c >&5 -configure:5313: $? = 0 -configure:5315: ./conftest -configure:5318: $? = 0 -configure:5331: result: no -configure:5347: checking for stdlib.h -configure:5352: result: yes -configure:5347: checking for unistd.h -configure:5352: result: yes -configure:5460: checking for getpagesize -configure:5503: gcc -o conftest -g -O2 conftest.c >&5 -/tmp/ccgY7UQv.o: In function `main': -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:5493: undefined reference to `getpagesize' -collect2: ld returned 1 exit status -configure:5506: $? = 1 -configure: failed program was: -#line 5465 "configure" -#include "confdefs.h" -/* System header to define __stub macros and hopefully few prototypes, - which can conflict with char getpagesize (); below. */ -#include -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char getpagesize (); -char (*f) (); - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ -/* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ -#if defined (__stub_getpagesize) || defined (__stub___getpagesize) -choke me -#else -f = getpagesize; -#endif - - ; - return 0; -} -configure:5522: result: no -configure:5532: checking for working mmap -configure:5671: gcc -o conftest -g -O2 conftest.c >&5 -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:5601: sys/mman.h: No such file or directory -configure:5674: $? = 1 -configure: program exited with status 1 -configure: failed program was: -#line 5540 "configure" -#include "confdefs.h" -#include -#if HAVE_SYS_TYPES_H -# include -#endif -#if HAVE_SYS_STAT_H -# include -#endif -#if STDC_HEADERS -# include -# include -#else -# if HAVE_STDLIB_H -# include -# endif -#endif -#if HAVE_STRING_H -# if !STDC_HEADERS && HAVE_MEMORY_H -# include -# endif -# include -#endif -#if HAVE_STRINGS_H -# include -#endif -#if HAVE_INTTYPES_H -# include -#else -# if HAVE_STDINT_H -# include -# endif -#endif -#if HAVE_UNISTD_H -# include -#endif -/* malloc might have been renamed as rpl_malloc. */ -#undef malloc - -/* Thanks to Mike Haertel and Jim Avera for this test. - Here is a matrix of mmap possibilities: - mmap private not fixed - mmap private fixed at somewhere currently unmapped - mmap private fixed at somewhere already mapped - mmap shared not fixed - mmap shared fixed at somewhere currently unmapped - mmap shared fixed at somewhere already mapped - For private mappings, we should verify that changes cannot be read() - back from the file, nor mmap's back from the file at a different - address. (There have been systems where private was not correctly - implemented like the infamous i386 svr4.0, and systems where the - VM page cache was not coherent with the file system buffer cache - like early versions of FreeBSD and possibly contemporary NetBSD.) - For shared mappings, we should conversely verify that changes get - propagated back to all the places they're supposed to be. - - Grep wants private fixed already mapped. - The main things grep needs to know about mmap are: - * does it exist and is it safe to write into the mmap'd area - * how to use it (BSD variants) */ - -#include -#include - -#if !STDC_HEADERS && !HAVE_STDLIB_H -char *malloc (); -#endif - -/* This mess was copied from the GNU getpagesize.h. */ -#if !HAVE_GETPAGESIZE -/* Assume that all systems that can run configure have sys/param.h. */ -# if !HAVE_SYS_PARAM_H -# define HAVE_SYS_PARAM_H 1 -# endif - -# ifdef _SC_PAGESIZE -# define getpagesize() sysconf(_SC_PAGESIZE) -# else /* no _SC_PAGESIZE */ -# if HAVE_SYS_PARAM_H -# include -# ifdef EXEC_PAGESIZE -# define getpagesize() EXEC_PAGESIZE -# else /* no EXEC_PAGESIZE */ -# ifdef NBPG -# define getpagesize() NBPG * CLSIZE -# ifndef CLSIZE -# define CLSIZE 1 -# endif /* no CLSIZE */ -# else /* no NBPG */ -# ifdef NBPC -# define getpagesize() NBPC -# else /* no NBPC */ -# ifdef PAGESIZE -# define getpagesize() PAGESIZE -# endif /* PAGESIZE */ -# endif /* no NBPC */ -# endif /* no NBPG */ -# endif /* no EXEC_PAGESIZE */ -# else /* no HAVE_SYS_PARAM_H */ -# define getpagesize() 8192 /* punt totally */ -# endif /* no HAVE_SYS_PARAM_H */ -# endif /* no _SC_PAGESIZE */ - -#endif /* no HAVE_GETPAGESIZE */ - -int -main () -{ - char *data, *data2, *data3; - int i, pagesize; - int fd; - - pagesize = getpagesize (); - - /* First, make a file with some known garbage in it. */ - data = (char *) malloc (pagesize); - if (!data) - exit (1); - for (i = 0; i < pagesize; ++i) - *(data + i) = rand (); - umask (0); - fd = creat ("conftest.mmap", 0600); - if (fd < 0) - exit (1); - if (write (fd, data, pagesize) != pagesize) - exit (1); - close (fd); - - /* Next, try to mmap the file at a fixed address which already has - something else allocated at it. If we can, also make sure that - we see the same garbage. */ - fd = open ("conftest.mmap", O_RDWR); - if (fd < 0) - exit (1); - data2 = (char *) malloc (2 * pagesize); - if (!data2) - exit (1); - data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1); - if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, - MAP_PRIVATE | MAP_FIXED, fd, 0L)) - exit (1); - for (i = 0; i < pagesize; ++i) - if (*(data + i) != *(data2 + i)) - exit (1); - - /* Finally, make sure that changes to the mapped area do not - percolate back to the file as seen by read(). (This is a bug on - some variants of i386 svr4.0.) */ - for (i = 0; i < pagesize; ++i) - *(data2 + i) = *(data2 + i) + 1; - data3 = (char *) malloc (pagesize); - if (!data3) - exit (1); - if (read (fd, data3, pagesize) != pagesize) - exit (1); - for (i = 0; i < pagesize; ++i) - if (*(data + i) != *(data3 + i)) - exit (1); - close (fd); - exit (0); -} -configure:5692: result: no -configure:5714: checking for btowc -configure:5757: gcc -o conftest -g -O2 conftest.c >&5 -configure:5760: $? = 0 -configure:5763: test -s conftest -configure:5766: $? = 0 -configure:5776: result: yes -configure:5714: checking for isascii -configure:5757: gcc -o conftest -g -O2 conftest.c >&5 -configure:5760: $? = 0 -configure:5763: test -s conftest -configure:5766: $? = 0 -configure:5776: result: yes -configure:5714: checking for memmove -configure:5757: gcc -o conftest -g -O2 conftest.c >&5 -configure:5760: $? = 0 -configure:5763: test -s conftest -configure:5766: $? = 0 -configure:5776: result: yes -configure:5714: checking for setmode -configure:5757: gcc -o conftest -g -O2 conftest.c >&5 -/tmp/ccoKaXdt.o: In function `main': -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:5747: undefined reference to `setmode' -collect2: ld returned 1 exit status -configure:5760: $? = 1 -configure: failed program was: -#line 5719 "configure" -#include "confdefs.h" -/* System header to define __stub macros and hopefully few prototypes, - which can conflict with char setmode (); below. */ -#include -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char setmode (); -char (*f) (); - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ -/* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ -#if defined (__stub_setmode) || defined (__stub___setmode) -choke me -#else -f = setmode; -#endif - - ; - return 0; -} -configure:5776: result: no -configure:5714: checking for strerror -configure:5757: gcc -o conftest -g -O2 conftest.c >&5 -configure:5760: $? = 0 -configure:5763: test -s conftest -configure:5766: $? = 0 -configure:5776: result: yes -configure:5714: checking for wctype -configure:5757: gcc -o conftest -g -O2 conftest.c >&5 -configure:5760: $? = 0 -configure:5763: test -s conftest -configure:5766: $? = 0 -configure:5776: result: yes -configure:5714: checking for mbrtowc -configure:5757: gcc -o conftest -g -O2 conftest.c >&5 -configure:5760: $? = 0 -configure:5763: test -s conftest -configure:5766: $? = 0 -configure:5776: result: yes -configure:5794: checking for memchr -configure:5837: gcc -o conftest -g -O2 conftest.c >&5 -configure:5840: $? = 0 -configure:5843: test -s conftest -configure:5846: $? = 0 -configure:5856: result: yes -configure:5794: checking for stpcpy -configure:5837: gcc -o conftest -g -O2 conftest.c >&5 -configure:5840: $? = 0 -configure:5843: test -s conftest -configure:5846: $? = 0 -configure:5856: result: yes -configure:5794: checking for strtoul -configure:5837: gcc -o conftest -g -O2 conftest.c >&5 -configure:5840: $? = 0 -configure:5843: test -s conftest -configure:5846: $? = 0 -configure:5856: result: yes -configure:5794: checking for atexit -configure:5837: gcc -o conftest -g -O2 conftest.c >&5 -configure:5840: $? = 0 -configure:5843: test -s conftest -configure:5846: $? = 0 -configure:5856: result: yes -configure:5794: checking for fnmatch -configure:5837: gcc -o conftest -g -O2 conftest.c >&5 -configure:5840: $? = 0 -configure:5843: test -s conftest -configure:5846: $? = 0 -configure:5856: result: yes -configure:5877: checking for stdlib.h -configure:5882: result: yes -configure:5987: checking whether defines strtoumax as a macro -configure:6009: result: no -configure:6017: checking for strtoumax -configure:6060: gcc -o conftest -g -O2 conftest.c >&5 -configure:6063: $? = 0 -configure:6066: test -s conftest -configure:6069: $? = 0 -configure:6079: result: yes -configure:6184: checking whether strtoul is declared -configure:6212: gcc -c -g -O2 conftest.c >&5 -configure:6215: $? = 0 -configure:6218: test -s conftest.o -configure:6221: $? = 0 -configure:6234: result: yes -configure:6184: checking whether strtoull is declared -configure:6212: gcc -c -g -O2 conftest.c >&5 -configure:6215: $? = 0 -configure:6218: test -s conftest.o -configure:6221: $? = 0 -configure:6234: result: yes -configure:6273: checking for strerror in -lcposix -configure:6306: gcc -o conftest -g -O2 conftest.c -lcposix >&5 -/boot/develop/tools/gnupro/bin/ld: cannot open -lcposix: No such file or directory -collect2: ld returned 1 exit status -configure:6309: $? = 1 -configure: failed program was: -#line 6280 "configure" -#include "confdefs.h" - -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char strerror (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ -strerror (); - ; - return 0; -} -configure:6326: result: no -configure:6334: checking for inline -configure:6351: gcc -c -g -O2 conftest.c >&5 -configure:6354: $? = 0 -configure:6357: test -s conftest.o -configure:6360: $? = 0 -configure:6371: result: inline -configure:6386: checking for off_t -configure:6413: gcc -c -g -O2 conftest.c >&5 -configure:6416: $? = 0 -configure:6419: test -s conftest.o -configure:6422: $? = 0 -configure:6432: result: yes -configure:6445: checking whether we are using the GNU C Library 2.1 or newer -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:6452: features.h: No such file or directory -configure:6473: result: no -configure:6504: checking argz.h usability -configure:6513: gcc -c -g -O2 conftest.c >&5 -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:6541: argz.h: No such file or directory -configure:6516: $? = 1 -configure: failed program was: -#line 6506 "configure" -#include "confdefs.h" -#include -#if HAVE_SYS_TYPES_H -# include -#endif -#if HAVE_SYS_STAT_H -# include -#endif -#if STDC_HEADERS -# include -# include -#else -# if HAVE_STDLIB_H -# include -# endif -#endif -#if HAVE_STRING_H -# if !STDC_HEADERS && HAVE_MEMORY_H -# include -# endif -# include -#endif -#if HAVE_STRINGS_H -# include -#endif -#if HAVE_INTTYPES_H -# include -#else -# if HAVE_STDINT_H -# include -# endif -#endif -#if HAVE_UNISTD_H -# include -#endif -#include -configure:6531: result: no -configure:6535: checking argz.h presence -configure:6542: gcc -E conftest.c -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:6538: argz.h: No such file or directory -configure:6548: $? = 1 -configure: failed program was: -#line 6537 "configure" -#include "confdefs.h" -#include -configure:6566: result: no -configure:6584: checking for argz.h -configure:6591: result: no -configure:6504: checking limits.h usability -configure:6513: gcc -c -g -O2 conftest.c >&5 -configure:6516: $? = 0 -configure:6519: test -s conftest.o -configure:6522: $? = 0 -configure:6531: result: yes -configure:6535: checking limits.h presence -configure:6542: gcc -E conftest.c -configure:6548: $? = 0 -configure:6566: result: yes -configure:6584: checking for limits.h -configure:6591: result: yes -configure:6504: checking locale.h usability -configure:6513: gcc -c -g -O2 conftest.c >&5 -configure:6516: $? = 0 -configure:6519: test -s conftest.o -configure:6522: $? = 0 -configure:6531: result: yes -configure:6535: checking locale.h presence -configure:6542: gcc -E conftest.c -configure:6548: $? = 0 -configure:6566: result: yes -configure:6584: checking for locale.h -configure:6591: result: yes -configure:6504: checking nl_types.h usability -configure:6513: gcc -c -g -O2 conftest.c >&5 -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:6541: nl_types.h: No such file or directory -configure:6516: $? = 1 -configure: failed program was: -#line 6506 "configure" -#include "confdefs.h" -#include -#if HAVE_SYS_TYPES_H -# include -#endif -#if HAVE_SYS_STAT_H -# include -#endif -#if STDC_HEADERS -# include -# include -#else -# if HAVE_STDLIB_H -# include -# endif -#endif -#if HAVE_STRING_H -# if !STDC_HEADERS && HAVE_MEMORY_H -# include -# endif -# include -#endif -#if HAVE_STRINGS_H -# include -#endif -#if HAVE_INTTYPES_H -# include -#else -# if HAVE_STDINT_H -# include -# endif -#endif -#if HAVE_UNISTD_H -# include -#endif -#include -configure:6531: result: no -configure:6535: checking nl_types.h presence -configure:6542: gcc -E conftest.c -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:6538: nl_types.h: No such file or directory -configure:6548: $? = 1 -configure: failed program was: -#line 6537 "configure" -#include "confdefs.h" -#include -configure:6566: result: no -configure:6584: checking for nl_types.h -configure:6591: result: no -configure:6504: checking malloc.h usability -configure:6513: gcc -c -g -O2 conftest.c >&5 -configure:6516: $? = 0 -configure:6519: test -s conftest.o -configure:6522: $? = 0 -configure:6531: result: yes -configure:6535: checking malloc.h presence -configure:6542: gcc -E conftest.c -configure:6548: $? = 0 -configure:6566: result: yes -configure:6584: checking for malloc.h -configure:6591: result: yes -configure:6504: checking stddef.h usability -configure:6513: gcc -c -g -O2 conftest.c >&5 -configure:6516: $? = 0 -configure:6519: test -s conftest.o -configure:6522: $? = 0 -configure:6531: result: yes -configure:6535: checking stddef.h presence -configure:6542: gcc -E conftest.c -configure:6548: $? = 0 -configure:6566: result: yes -configure:6584: checking for stddef.h -configure:6591: result: yes -configure:6495: checking for stdlib.h -configure:6500: result: yes -configure:6495: checking for string.h -configure:6500: result: yes -configure:6495: checking for unistd.h -configure:6500: result: yes -configure:6495: checking for sys/param.h -configure:6500: result: yes -configure:6630: checking for feof_unlocked -configure:6673: gcc -o conftest -g -O2 conftest.c >&5 -configure:6676: $? = 0 -configure:6679: test -s conftest -configure:6682: $? = 0 -configure:6692: result: yes -configure:6630: checking for fgets_unlocked -configure:6673: gcc -o conftest -g -O2 conftest.c >&5 -configure:6676: $? = 0 -configure:6679: test -s conftest -configure:6682: $? = 0 -configure:6692: result: yes -configure:6630: checking for getcwd -configure:6673: gcc -o conftest -g -O2 conftest.c >&5 -configure:6676: $? = 0 -configure:6679: test -s conftest -configure:6682: $? = 0 -configure:6692: result: yes -configure:6630: checking for getegid -configure:6673: gcc -o conftest -g -O2 conftest.c >&5 -configure:6676: $? = 0 -configure:6679: test -s conftest -configure:6682: $? = 0 -configure:6692: result: yes -configure:6630: checking for geteuid -configure:6673: gcc -o conftest -g -O2 conftest.c >&5 -configure:6676: $? = 0 -configure:6679: test -s conftest -configure:6682: $? = 0 -configure:6692: result: yes -configure:6630: checking for getgid -configure:6673: gcc -o conftest -g -O2 conftest.c >&5 -configure:6676: $? = 0 -configure:6679: test -s conftest -configure:6682: $? = 0 -configure:6692: result: yes -configure:6630: checking for getuid -configure:6673: gcc -o conftest -g -O2 conftest.c >&5 -configure:6676: $? = 0 -configure:6679: test -s conftest -configure:6682: $? = 0 -configure:6692: result: yes -configure:6630: checking for mempcpy -configure:6673: gcc -o conftest -g -O2 conftest.c >&5 -/tmp/ccUC78WE.o: In function `main': -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:6663: undefined reference to `mempcpy' -collect2: ld returned 1 exit status -configure:6676: $? = 1 -configure: failed program was: -#line 6635 "configure" -#include "confdefs.h" -/* System header to define __stub macros and hopefully few prototypes, - which can conflict with char mempcpy (); below. */ -#include -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char mempcpy (); -char (*f) (); - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ -/* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ -#if defined (__stub_mempcpy) || defined (__stub___mempcpy) -choke me -#else -f = mempcpy; -#endif - - ; - return 0; -} -configure:6692: result: no -configure:6630: checking for munmap -configure:6673: gcc -o conftest -g -O2 conftest.c >&5 -/tmp/cchpQLlR.o: In function `main': -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:6663: undefined reference to `munmap' -collect2: ld returned 1 exit status -configure:6676: $? = 1 -configure: failed program was: -#line 6635 "configure" -#include "confdefs.h" -/* System header to define __stub macros and hopefully few prototypes, - which can conflict with char munmap (); below. */ -#include -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char munmap (); -char (*f) (); - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ -/* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ -#if defined (__stub_munmap) || defined (__stub___munmap) -choke me -#else -f = munmap; -#endif - - ; - return 0; -} -configure:6692: result: no -configure:6630: checking for putenv -configure:6673: gcc -o conftest -g -O2 conftest.c >&5 -configure:6676: $? = 0 -configure:6679: test -s conftest -configure:6682: $? = 0 -configure:6692: result: yes -configure:6630: checking for setenv -configure:6673: gcc -o conftest -g -O2 conftest.c >&5 -/tmp/cc8QWCEL.o: In function `main': -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:6663: undefined reference to `setenv' -collect2: ld returned 1 exit status -configure:6676: $? = 1 -configure: failed program was: -#line 6635 "configure" -#include "confdefs.h" -/* System header to define __stub macros and hopefully few prototypes, - which can conflict with char setenv (); below. */ -#include -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char setenv (); -char (*f) (); - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ -/* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ -#if defined (__stub_setenv) || defined (__stub___setenv) -choke me -#else -f = setenv; -#endif - - ; - return 0; -} -configure:6692: result: no -configure:6630: checking for setlocale -configure:6673: gcc -o conftest -g -O2 conftest.c >&5 -configure:6676: $? = 0 -configure:6679: test -s conftest -configure:6682: $? = 0 -configure:6692: result: yes -configure:6630: checking for stpcpy -configure:6692: result: yes -configure:6630: checking for strchr -configure:6673: gcc -o conftest -g -O2 conftest.c >&5 -configure:6676: $? = 0 -configure:6679: test -s conftest -configure:6682: $? = 0 -configure:6692: result: yes -configure:6630: checking for strcasecmp -configure:6673: gcc -o conftest -g -O2 conftest.c >&5 -configure:6676: $? = 0 -configure:6679: test -s conftest -configure:6682: $? = 0 -configure:6692: result: yes -configure:6630: checking for strdup -configure:6673: gcc -o conftest -g -O2 conftest.c >&5 -configure:6676: $? = 0 -configure:6679: test -s conftest -configure:6682: $? = 0 -configure:6692: result: yes -configure:6630: checking for strtoul -configure:6692: result: yes -configure:6630: checking for tsearch -configure:6673: gcc -o conftest -g -O2 conftest.c >&5 -/tmp/ccwrLnCl.o: In function `main': -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:6663: undefined reference to `tsearch' -collect2: ld returned 1 exit status -configure:6676: $? = 1 -configure: failed program was: -#line 6635 "configure" -#include "confdefs.h" -/* System header to define __stub macros and hopefully few prototypes, - which can conflict with char tsearch (); below. */ -#include -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char tsearch (); -char (*f) (); - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ -/* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ -#if defined (__stub_tsearch) || defined (__stub___tsearch) -choke me -#else -f = tsearch; -#endif - - ; - return 0; -} -configure:6692: result: no -configure:6630: checking for __argz_count -configure:6673: gcc -o conftest -g -O2 conftest.c >&5 -/tmp/ccXyhCTo.o: In function `main': -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:6663: undefined reference to `__argz_count' -collect2: ld returned 1 exit status -configure:6676: $? = 1 -configure: failed program was: -#line 6635 "configure" -#include "confdefs.h" -/* System header to define __stub macros and hopefully few prototypes, - which can conflict with char __argz_count (); below. */ -#include -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char __argz_count (); -char (*f) (); - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ -/* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ -#if defined (__stub___argz_count) || defined (__stub_____argz_count) -choke me -#else -f = __argz_count; -#endif - - ; - return 0; -} -configure:6692: result: no -configure:6630: checking for __argz_stringify -configure:6673: gcc -o conftest -g -O2 conftest.c >&5 -/tmp/ccI2kpnC.o: In function `main': -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:6663: undefined reference to `__argz_stringify' -collect2: ld returned 1 exit status -configure:6676: $? = 1 -configure: failed program was: -#line 6635 "configure" -#include "confdefs.h" -/* System header to define __stub macros and hopefully few prototypes, - which can conflict with char __argz_stringify (); below. */ -#include -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char __argz_stringify (); -char (*f) (); - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ -/* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ -#if defined (__stub___argz_stringify) || defined (__stub_____argz_stringify) -choke me -#else -f = __argz_stringify; -#endif - - ; - return 0; -} -configure:6692: result: no -configure:6630: checking for __argz_next -configure:6673: gcc -o conftest -g -O2 conftest.c >&5 -/tmp/ccVqFrMK.o: In function `main': -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:6663: undefined reference to `__argz_next' -collect2: ld returned 1 exit status -configure:6676: $? = 1 -configure: failed program was: -#line 6635 "configure" -#include "confdefs.h" -/* System header to define __stub macros and hopefully few prototypes, - which can conflict with char __argz_next (); below. */ -#include -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char __argz_next (); -char (*f) (); - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ -/* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ -#if defined (__stub___argz_next) || defined (__stub_____argz_next) -choke me -#else -f = __argz_next; -#endif - - ; - return 0; -} -configure:6692: result: no -configure:6717: checking for iconv -configure:6747: gcc -o conftest -g -O2 conftest.c >&5 -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:6727: iconv.h: No such file or directory -configure:6750: $? = 1 -configure: failed program was: -#line 6725 "configure" -#include "confdefs.h" -#include -#include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ -iconv_t cd = iconv_open("",""); - iconv(cd,NULL,NULL,NULL,NULL); - iconv_close(cd); - ; - return 0; -} -configure:6789: gcc -o conftest -g -O2 conftest.c -liconv >&5 -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:6769: iconv.h: No such file or directory -configure:6792: $? = 1 -configure: failed program was: -#line 6767 "configure" -#include "confdefs.h" -#include -#include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ -iconv_t cd = iconv_open("",""); - iconv(cd,NULL,NULL,NULL,NULL); - iconv_close(cd); - ; - return 0; -} -configure:6811: result: no, consider installing GNU libiconv -configure:6895: checking for nl_langinfo and CODESET -configure:6919: gcc -o conftest -g -O2 conftest.c >&5 -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:6901: langinfo.h: No such file or directory -configure:6922: $? = 1 -configure: failed program was: -#line 6900 "configure" -#include "confdefs.h" -#include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ -char* cs = nl_langinfo(CODESET); - ; - return 0; -} -configure:6939: result: no -configure:6950: checking for LC_MESSAGES -configure:6974: gcc -o conftest -g -O2 conftest.c >&5 -configure:6977: $? = 0 -configure:6980: test -s conftest -configure:6983: $? = 0 -configure:6993: result: yes -configure:7003: checking whether NLS is requested -configure:7012: result: yes -configure:7026: checking whether included gettext is requested -configure:7036: result: no -configure:7047: checking for libintl.h -configure:7052: result: no -configure:7472: checking for msgfmt -configure:7502: result: no -configure:7508: checking for gmsgfmt -configure:7539: result: : -configure:7548: checking for xgettext -configure:7578: result: no -configure:7624: checking for bison -configure:7640: found /bin/bison -configure:7650: result: bison -configure:7663: checking version of bison -configure:7672: result: 1.28, ok -configure:7711: checking for catalogs to be installed -configure:7731: result: cs de el eo es et fr gl hr id it ja ko nl no pl pt_BR ru sl sv -configure:7754: checking for dos file convention -configure:7766: result: no -configure:7793: checking for DJGPP environment -configure:7817: gcc -c -g -O2 conftest.c >&5 -/boot/home/Development/current/src/apps/bin/grep-2.5/configure: In function `main': -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:7809: `__DJGPP__' undeclared (first use in this function) -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:7809: (Each undeclared identifier is reported only once -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:7809: for each function it appears in.) -configure:7820: $? = 1 -configure: failed program was: -#line 7798 "configure" -#include "confdefs.h" - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ - return __DJGPP__; - ; - return 0; -} -configure:7837: result: no -configure:7844: checking for environ variable separator -configure:7858: result: : -configure:7876: checking for working re_compile_pattern -configure:7911: gcc -o conftest -g -O2 conftest.c >&5 -configure:7914: $? = 0 -configure:7916: ./conftest -configure:7919: $? = 0 -configure:7933: result: yes -configure:7960: checking for getopt_long -configure:8003: gcc -o conftest -g -O2 conftest.c >&5 -configure:8006: $? = 0 -configure:8009: test -s conftest -configure:8012: $? = 0 -configure:8022: result: yes -configure:8048: WARNING: Included lib/regex.c not used -configure:8053: checking whether strerror_r is declared -configure:8081: gcc -c -g -O2 conftest.c >&5 -/boot/home/Development/current/src/apps/bin/grep-2.5/configure: In function `main': -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:8074: `strerror_r' undeclared (first use in this function) -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:8074: (Each undeclared identifier is reported only once -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:8074: for each function it appears in.) -configure:8084: $? = 1 -configure: failed program was: -#line 8058 "configure" -#include "confdefs.h" -#include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ - -#ifndef strerror_r -char *(*pfn) = (char *(*)) strerror_r -#endif - - ; - return 0; -} -configure:8107: result: no -configure:8121: checking for strerror_r -configure:8164: gcc -o conftest -g -O2 conftest.c >&5 -configure:8167: $? = 0 -configure:8170: test -s conftest -configure:8173: $? = 0 -configure:8183: result: yes -configure:8199: checking for string.h -configure:8204: result: yes -configure:8308: checking for working strerror_r -configure:8341: gcc -c -g -O2 conftest.c >&5 -/boot/home/Development/current/src/apps/bin/grep-2.5/configure: In function `main': -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:8332: invalid type argument of `unary *' -configure:8344: $? = 1 -configure: failed program was: -#line 8314 "configure" -#include "confdefs.h" - -# include -# if HAVE_STRING_H -# include -# endif - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ - - char buf[100]; - char x = *strerror_r (0, buf, sizeof buf); - - ; - return 0; -} -configure:8390: gcc -o conftest -g -O2 conftest.c >&5 -configure:8393: $? = 0 -configure:8395: ./conftest -configure:8398: $? = 0 -configure:8413: result: yes -configure:8432: checking for strerror -configure:8494: result: yes -configure:8432: checking for strerror_r -configure:8494: result: yes -configure:8432: checking for vprintf -configure:8475: gcc -o conftest -g -O2 conftest.c >&5 -configure:8478: $? = 0 -configure:8481: test -s conftest -configure:8484: $? = 0 -configure:8494: result: yes -configure:8432: checking for doprnt -configure:8475: gcc -o conftest -g -O2 conftest.c >&5 -/tmp/ccj8KdcV.o: In function `main': -/boot/home/Development/current/src/apps/bin/grep-2.5/configure:8465: undefined reference to `doprnt' -collect2: ld returned 1 exit status -configure:8478: $? = 1 -configure: failed program was: -#line 8437 "configure" -#include "confdefs.h" -/* System header to define __stub macros and hopefully few prototypes, - which can conflict with char doprnt (); below. */ -#include -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char doprnt (); -char (*f) (); - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ -/* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ -#if defined (__stub_doprnt) || defined (__stub___doprnt) -choke me -#else -f = doprnt; -#endif - - ; - return 0; -} -configure:8494: result: no -configure:8504: checking for ANSI C header files -configure:8631: result: yes -configure:8650: checking for working malloc -configure:8671: gcc -o conftest -g -O2 conftest.c >&5 -configure:8674: $? = 0 -configure:8676: ./conftest -configure:8679: $? = 0 -configure:8693: result: yes -configure:8711: checking for working realloc -configure:8732: gcc -o conftest -g -O2 conftest.c >&5 -configure:8735: $? = 0 -configure:8737: ./conftest -configure:8740: $? = 0 -configure:8754: result: yes -configure:8773: checking for pcre_exec in -lpcre -configure:8806: gcc -o conftest -g -O2 conftest.c -lpcre >&5 -/boot/develop/tools/gnupro/bin/ld: cannot open -lpcre: No such file or directory -collect2: ld returned 1 exit status -configure:8809: $? = 1 -configure: failed program was: -#line 8780 "configure" -#include "confdefs.h" - -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char pcre_exec (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ -pcre_exec (); - ; - return 0; -} -configure:8826: result: no -configure:8839: checking How to create links -configure:8858: result: ln -s -configure:8946: creating ./config.status - -## ---------------------- ## -## Running config.status. ## -## ---------------------- ## - -This file was extended by config.status, which was -generated by GNU Autoconf 2.53. Invocation command line was - - CONFIG_FILES = - CONFIG_HEADERS = - CONFIG_LINKS = - CONFIG_COMMANDS = - $ ./config.status - -on - -config.status:651: creating Makefile -config.status:651: creating lib/Makefile -config.status:651: creating lib/posix/Makefile -config.status:651: creating src/Makefile -config.status:651: creating tests/Makefile -config.status:651: creating po/Makefile.in -config.status:651: creating intl/Makefile -config.status:651: creating doc/Makefile -config.status:651: creating m4/Makefile -config.status:651: creating vms/Makefile -config.status:651: creating bootstrap/Makefile -config.status:755: creating config.h -config.status:1135: executing default-1 commands -config.status:1135: executing default-2 commands -config.status:1135: executing default commands - -## ---------------- ## -## Cache variables. ## -## ---------------- ## - -ac_cv_build=i586-pc-beos -ac_cv_build_alias=i586-pc-beos -ac_cv_c_compiler_gnu=yes -ac_cv_c_const=yes -ac_cv_c_inline=inline -ac_cv_djgpp=no -ac_cv_dosfile=no -ac_cv_env_CC_set= -ac_cv_env_CC_value= -ac_cv_env_CFLAGS_set= -ac_cv_env_CFLAGS_value= -ac_cv_env_CPPFLAGS_set= -ac_cv_env_CPPFLAGS_value= -ac_cv_env_CPP_set= -ac_cv_env_CPP_value= -ac_cv_env_LDFLAGS_set= -ac_cv_env_LDFLAGS_value= -ac_cv_env_build_alias_set= -ac_cv_env_build_alias_value= -ac_cv_env_host_alias_set= -ac_cv_env_host_alias_value= -ac_cv_env_target_alias_set= -ac_cv_env_target_alias_value= -ac_cv_exeext= -ac_cv_func___argz_count=no -ac_cv_func___argz_next=no -ac_cv_func___argz_stringify=no -ac_cv_func_alloca_works=yes -ac_cv_func_atexit=yes -ac_cv_func_btowc=yes -ac_cv_func_closedir_void=no -ac_cv_func_doprnt=no -ac_cv_func_feof_unlocked=yes -ac_cv_func_fgets_unlocked=yes -ac_cv_func_fnmatch=yes -ac_cv_func_getcwd=yes -ac_cv_func_getegid=yes -ac_cv_func_geteuid=yes -ac_cv_func_getgid=yes -ac_cv_func_getopt_long=yes -ac_cv_func_getpagesize=no -ac_cv_func_getuid=yes -ac_cv_func_isascii=yes -ac_cv_func_mbrtowc=yes -ac_cv_func_memchr=yes -ac_cv_func_memmove=yes -ac_cv_func_mempcpy=no -ac_cv_func_mmap_fixed_mapped=no -ac_cv_func_munmap=no -ac_cv_func_putenv=yes -ac_cv_func_setenv=no -ac_cv_func_setlocale=yes -ac_cv_func_setmode=no -ac_cv_func_stpcpy=yes -ac_cv_func_strcasecmp=yes -ac_cv_func_strchr=yes -ac_cv_func_strdup=yes -ac_cv_func_strerror=yes -ac_cv_func_strerror_r=yes -ac_cv_func_strerror_r_works=yes -ac_cv_func_strtoul=yes -ac_cv_func_strtoumax=yes -ac_cv_func_tsearch=no -ac_cv_func_vprintf=yes -ac_cv_func_wctype=yes -ac_cv_gnu_library_2_1=no -ac_cv_header_argz_h=no -ac_cv_header_dirent_dirent_h=yes -ac_cv_header_inttypes_h=yes -ac_cv_header_libintl_h=no -ac_cv_header_limits_h=yes -ac_cv_header_locale_h=yes -ac_cv_header_malloc_h=yes -ac_cv_header_memory_h=yes -ac_cv_header_nl_types_h=no -ac_cv_header_stat_broken=no -ac_cv_header_stdc=yes -ac_cv_header_stddef_h=yes -ac_cv_header_stdint_h=no -ac_cv_header_stdlib_h=yes -ac_cv_header_string_h=yes -ac_cv_header_strings_h=yes -ac_cv_header_sys_param_h=yes -ac_cv_header_sys_stat_h=yes -ac_cv_header_sys_types_h=yes -ac_cv_header_unistd_h=yes -ac_cv_header_wchar_h=yes -ac_cv_header_wctype_h=no -ac_cv_host=i586-pc-beos -ac_cv_host_alias=i586-pc-beos -ac_cv_lib_cposix_strerror=no -ac_cv_lib_pcre_pcre_exec=no -ac_cv_objext=o -ac_cv_path_GMSGFMT=: -ac_cv_path_MSGFMT=: -ac_cv_path_XGETTEXT=: -ac_cv_path_install='/bin/install -c' -ac_cv_prog_AWK=gawk -ac_cv_prog_CPP='gcc -E' -ac_cv_prog_INTLBISON=bison -ac_cv_prog_ac_ct_CC=gcc -ac_cv_prog_ac_ct_RANLIB=ranlib -ac_cv_prog_cc_g=yes -ac_cv_prog_cc_stdc= -ac_cv_prog_make_make_set=yes -ac_cv_search_opendir='none required' -ac_cv_sep=no -ac_cv_sys_file_offset_bits=no -ac_cv_sys_large_files=no -ac_cv_sys_largefile_CFLAGS=no -ac_cv_sys_largefile_LDFLAGS=no -ac_cv_sys_largefile_LIBS=no -ac_cv_sys_largefile_source=no -ac_cv_type_mbstate_t=no -ac_cv_type_off_t=yes -ac_cv_type_size_t=yes -ac_cv_type_ssize_t=yes -ac_cv_type_unsigned_long_long=yes -ac_cv_working_alloca_h=yes -am_cv_CC_dependencies_compiler_type=gcc -am_cv_func_iconv='no, consider installing GNU libiconv' -am_cv_langinfo_codeset=no -am_cv_lib_iconv=no -am_cv_prog_cc_stdc= -am_cv_val_LC_MESSAGES=yes -jm_ac_cv_header_inttypes_h=yes -jm_cv_func_decl_strerror_r=no -jm_cv_func_decl_strtoul=yes -jm_cv_func_decl_strtoull=yes -jm_cv_func_strtoumax_macro=no -jm_cv_func_working_malloc=yes -jm_cv_func_working_re_compile_pattern=yes -jm_cv_func_working_realloc=yes -nls_cv_force_use_gnu_gettext=no -nls_cv_header_intl= -nls_cv_header_libgt= -nls_cv_use_gnu_gettext=yes - -## ----------- ## -## confdefs.h. ## -## ----------- ## - -#define PACKAGE_NAME "" -#define PACKAGE_TARNAME "" -#define PACKAGE_VERSION "" -#define PACKAGE_STRING "" -#define PACKAGE_BUGREPORT "" -#define GREP 1 -#define PACKAGE "grep" -#define VERSION "2.5" -#define HAVE_SYS_TYPES_H 1 -#define HAVE_SYS_STAT_H 1 -#define HAVE_STDLIB_H 1 -#define HAVE_STRING_H 1 -#define HAVE_MEMORY_H 1 -#define HAVE_STRINGS_H 1 -#define HAVE_INTTYPES_H 1 -#define HAVE_UNISTD_H 1 -#define PROTOTYPES 1 -#define STDC_HEADERS 1 -#define HAVE_STRING_H 1 -#define HAVE_INTTYPES_H 1 -#define HAVE_UNSIGNED_LONG_LONG 1 -#define STDC_HEADERS 1 -#define HAVE_STRING_H 1 -#define HAVE_STDLIB_H 1 -#define HAVE_SYS_PARAM_H 1 -#define HAVE_MEMORY_H 1 -#define HAVE_UNISTD_H 1 -#define HAVE_WCHAR_H 1 -#define HAVE_DIRENT_H 1 -#define HAVE_STDLIB_H 1 -#define mbstate_t int -#define HAVE_ALLOCA_H 1 -#define HAVE_ALLOCA 1 -#define HAVE_STDLIB_H 1 -#define HAVE_UNISTD_H 1 -#define HAVE_BTOWC 1 -#define HAVE_ISASCII 1 -#define HAVE_MEMMOVE 1 -#define HAVE_STRERROR 1 -#define HAVE_WCTYPE 1 -#define HAVE_MBRTOWC 1 -#define HAVE_MEMCHR 1 -#define HAVE_STPCPY 1 -#define HAVE_STRTOUL 1 -#define HAVE_ATEXIT 1 -#define HAVE_FNMATCH 1 -#define HAVE_STDLIB_H 1 -#define HAVE_STRTOUMAX 1 -#define HAVE_DECL_STRTOUL 1 -#define HAVE_DECL_STRTOULL 1 -#define HAVE_DECL_STRTOUL 1 -#define HAVE_DECL_STRTOULL 1 -#define HAVE_LIMITS_H 1 -#define HAVE_LOCALE_H 1 -#define HAVE_MALLOC_H 1 -#define HAVE_STDDEF_H 1 -#define HAVE_STDLIB_H 1 -#define HAVE_STRING_H 1 -#define HAVE_UNISTD_H 1 -#define HAVE_SYS_PARAM_H 1 -#define HAVE_FEOF_UNLOCKED 1 -#define HAVE_FGETS_UNLOCKED 1 -#define HAVE_GETCWD 1 -#define HAVE_GETEGID 1 -#define HAVE_GETEUID 1 -#define HAVE_GETGID 1 -#define HAVE_GETUID 1 -#define HAVE_PUTENV 1 -#define HAVE_SETLOCALE 1 -#define HAVE_STPCPY 1 -#define HAVE_STRCHR 1 -#define HAVE_STRCASECMP 1 -#define HAVE_STRDUP 1 -#define HAVE_STRTOUL 1 -#define HAVE_LC_MESSAGES 1 -#define ENABLE_NLS 1 -#define HAVE_DECL_STRERROR_R 0 -#define HAVE_STRERROR_R 1 -#define HAVE_STRING_H 1 -#define HAVE_WORKING_STRERROR_R 1 -#define HAVE_STRERROR 1 -#define HAVE_STRERROR_R 1 -#define HAVE_VPRINTF 1 -#define STDC_HEADERS 1 -#define HAVE_DONE_WORKING_MALLOC_CHECK 1 -#define HAVE_DONE_WORKING_REALLOC_CHECK 1 - -configure: exit 0 diff --git a/src/apps/bin/grep-2.5/config.status b/src/apps/bin/grep-2.5/config.status deleted file mode 100755 index 976065a854..0000000000 --- a/src/apps/bin/grep-2.5/config.status +++ /dev/null @@ -1,1210 +0,0 @@ -#! /bin/sh -# Generated by configure. -# Run this file to recreate the current configuration. -# Compiler output produced by configure, useful for debugging -# configure, is in config.log if it exists. - -debug=false -SHELL=${CONFIG_SHELL-/bin/sh} - -## --------------------- ## -## M4sh Initialization. ## -## --------------------- ## - -# Be Bourne compatible -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then - emulate sh - NULLCMD=: -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then - set -o posix -fi - -# NLS nuisances. -# Support unset when possible. -if (FOO=FOO; unset FOO) >/dev/null 2>&1; then - as_unset=unset -else - as_unset=false -fi - -(set +x; test -n "`(LANG=C; export LANG) 2>&1`") && - { $as_unset LANG || test "${LANG+set}" != set; } || - { LANG=C; export LANG; } -(set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") && - { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } || - { LC_ALL=C; export LC_ALL; } -(set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") && - { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } || - { LC_TIME=C; export LC_TIME; } -(set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") && - { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } || - { LC_CTYPE=C; export LC_CTYPE; } -(set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") && - { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } || - { LANGUAGE=C; export LANGUAGE; } -(set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") && - { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } || - { LC_COLLATE=C; export LC_COLLATE; } -(set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") && - { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } || - { LC_NUMERIC=C; export LC_NUMERIC; } -(set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") && - { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } || - { LC_MESSAGES=C; export LC_MESSAGES; } - - -# Name of the executable. -as_me=`(basename "$0") 2>/dev/null || -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)$' \| \ - . : '\(.\)' 2>/dev/null || -echo X/"$0" | - sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } - /^X\/\(\/\/\)$/{ s//\1/; q; } - /^X\/\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` - -# PATH needs CR, and LINENO needs CR and PATH. -# Avoid depending upon Character Ranges. -as_cr_letters='abcdefghijklmnopqrstuvwxyz' -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' -as_cr_Letters=$as_cr_letters$as_cr_LETTERS -as_cr_digits='0123456789' -as_cr_alnum=$as_cr_Letters$as_cr_digits - -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conftest.sh - echo "exit 0" >>conftest.sh - chmod +x conftest.sh - if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then - PATH_SEPARATOR=';' - else - PATH_SEPARATOR=: - fi - rm -f conftest.sh -fi - - - as_lineno_1=$LINENO - as_lineno_2=$LINENO - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` - test "x$as_lineno_1" != "x$as_lineno_2" && - test "x$as_lineno_3" = "x$as_lineno_2" || { - # Find who we are. Look in the path if we contain no path at all - # relative or not. - case $0 in - *[\\/]* ) as_myself=$0 ;; - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break -done - - ;; - esac - # We did not find ourselves, most probably we were run as `sh COMMAND' - # in which case we are not to be found in the path. - if test "x$as_myself" = x; then - as_myself=$0 - fi - if test ! -f "$as_myself"; then - { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 -echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} - { (exit 1); exit 1; }; } - fi - case $CONFIG_SHELL in - '') - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for as_base in sh bash ksh sh5; do - case $as_dir in - /*) - if ("$as_dir/$as_base" -c ' - as_lineno_1=$LINENO - as_lineno_2=$LINENO - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` - test "x$as_lineno_1" != "x$as_lineno_2" && - test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then - CONFIG_SHELL=$as_dir/$as_base - export CONFIG_SHELL - exec "$CONFIG_SHELL" "$0" ${1+"$@"} - fi;; - esac - done -done -;; - esac - - # Create $as_me.lineno as a copy of $as_myself, but with $LINENO - # uniformly replaced by the line number. The first 'sed' inserts a - # line-number line before each line; the second 'sed' does the real - # work. The second script uses 'N' to pair each line-number line - # with the numbered line, and appends trailing '-' during - # substitution so that $LINENO is not a special case at line end. - # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the - # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) - sed '=' <$as_myself | - sed ' - N - s,$,-, - : loop - s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, - t loop - s,-$,, - s,^['$as_cr_digits']*\n,, - ' >$as_me.lineno && - chmod +x $as_me.lineno || - { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 -echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} - { (exit 1); exit 1; }; } - - # Don't try to exec as it changes $[0], causing all sort of problems - # (the dirname of $[0] is not the place where we might find the - # original and so on. Autoconf is especially sensible to this). - . ./$as_me.lineno - # Exit status is that of the last command. - exit -} - - -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in - *c*,-n*) ECHO_N= ECHO_C=' -' ECHO_T=' ' ;; - *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; - *) ECHO_N= ECHO_C='\c' ECHO_T= ;; -esac - -if expr a : '\(a\)' >/dev/null 2>&1; then - as_expr=expr -else - as_expr=false -fi - -rm -f conf$$ conf$$.exe conf$$.file -echo >conf$$.file -if ln -s conf$$.file conf$$ 2>/dev/null; then - # We could just check for DJGPP; but this test a) works b) is more generic - # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). - if test -f conf$$.exe; then - # Don't use ln at all; we don't have any links - as_ln_s='cp -p' - else - as_ln_s='ln -s' - fi -elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln -else - as_ln_s='cp -p' -fi -rm -f conf$$ conf$$.exe conf$$.file - -as_executable_p="test -f" - -# Sed expression to map a string onto a valid CPP name. -as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" - -# Sed expression to map a string onto a valid variable name. -as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" - - -# IFS -# We need space, tab and new line, in precisely that order. -as_nl=' -' -IFS=" $as_nl" - -# CDPATH. -$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; } - -exec 6>&1 - -# Open the log real soon, to keep \$[0] and so on meaningful, and to -# report actual input values of CONFIG_FILES etc. instead of their -# values after options handling. Logging --version etc. is OK. -exec 5>>config.log -{ - echo - sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX -## Running $as_me. ## -_ASBOX -} >&5 -cat >&5 <<_CSEOF - -This file was extended by $as_me, which was -generated by GNU Autoconf 2.53. Invocation command line was - - CONFIG_FILES = $CONFIG_FILES - CONFIG_HEADERS = $CONFIG_HEADERS - CONFIG_LINKS = $CONFIG_LINKS - CONFIG_COMMANDS = $CONFIG_COMMANDS - $ $0 $@ - -_CSEOF -echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 -echo >&5 -config_files=" Makefile lib/Makefile lib/posix/Makefile src/Makefile tests/Makefile po/Makefile.in intl/Makefile doc/Makefile m4/Makefile vms/Makefile bootstrap/Makefile" -config_headers=" config.h:config.hin" -config_commands=" default-1 default-2 default" - -ac_cs_usage="\ -\`$as_me' instantiates files from templates according to the -current configuration. - -Usage: $0 [OPTIONS] [FILE]... - - -h, --help print this help, then exit - -V, --version print version number, then exit - -d, --debug don't remove temporary files - --recheck update $as_me by reconfiguring in the same conditions - --file=FILE[:TEMPLATE] - instantiate the configuration file FILE - --header=FILE[:TEMPLATE] - instantiate the configuration header FILE - -Configuration files: -$config_files - -Configuration headers: -$config_headers - -Configuration commands: -$config_commands - -Report bugs to ." -ac_cs_version="\ -config.status -configured by ./configure, generated by GNU Autoconf 2.53, - with options \"\" - -Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 -Free Software Foundation, Inc. -This config.status script is free software; the Free Software Foundation -gives unlimited permission to copy, distribute and modify it." -srcdir=. -INSTALL="/bin/install -c" -# If no file are specified by the user, then we need to provide default -# value. By we need to know if files were specified by the user. -ac_need_defaults=: -while test $# != 0 -do - case $1 in - --*=*) - ac_option=`expr "x$1" : 'x\([^=]*\)='` - ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` - shift - set dummy "$ac_option" "$ac_optarg" ${1+"$@"} - shift - ;; - -*);; - *) # This is not an option, so the user has probably given explicit - # arguments. - ac_need_defaults=false;; - esac - - case $1 in - # Handling of the options. - -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) - echo "running /bin/sh ./configure " " --no-create --no-recursion" - exec /bin/sh ./configure --no-create --no-recursion ;; - --version | --vers* | -V ) - echo "$ac_cs_version"; exit 0 ;; - --he | --h) - # Conflict between --help and --header - { { echo "$as_me:$LINENO: error: ambiguous option: $1 -Try \`$0 --help' for more information." >&5 -echo "$as_me: error: ambiguous option: $1 -Try \`$0 --help' for more information." >&2;} - { (exit 1); exit 1; }; };; - --help | --hel | -h ) - echo "$ac_cs_usage"; exit 0 ;; - --debug | --d* | -d ) - debug=: ;; - --file | --fil | --fi | --f ) - shift - CONFIG_FILES="$CONFIG_FILES $1" - ac_need_defaults=false;; - --header | --heade | --head | --hea ) - shift - CONFIG_HEADERS="$CONFIG_HEADERS $1" - ac_need_defaults=false;; - - # This is an error. - -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 -Try \`$0 --help' for more information." >&5 -echo "$as_me: error: unrecognized option: $1 -Try \`$0 --help' for more information." >&2;} - { (exit 1); exit 1; }; } ;; - - *) ac_config_targets="$ac_config_targets $1" ;; - - esac - shift -done - -# -# INIT-COMMANDS section. -# - -AMDEP_TRUE="" -ac_aux_dir="." - - -for ac_config_target in $ac_config_targets -do - case "$ac_config_target" in - # Handling of arguments. - "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; - "lib/posix/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/posix/Makefile" ;; - "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; - "tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; - "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; - "intl/Makefile" ) CONFIG_FILES="$CONFIG_FILES intl/Makefile" ;; - "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; - "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;; - "vms/Makefile" ) CONFIG_FILES="$CONFIG_FILES vms/Makefile" ;; - "bootstrap/Makefile" ) CONFIG_FILES="$CONFIG_FILES bootstrap/Makefile" ;; - "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; - "default-2" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-2" ;; - "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; - "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.hin" ;; - *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 -echo "$as_me: error: invalid argument: $ac_config_target" >&2;} - { (exit 1); exit 1; }; };; - esac -done - -# If the user did not use the arguments to specify the items to instantiate, -# then the envvar interface is used. Set only those that are not. -# We use the long form for the default assignment because of an extremely -# bizarre bug on SunOS 4.1.3. -if $ac_need_defaults; then - test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files - test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers - test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands -fi - -# Create a temporary directory, and hook for its removal unless debugging. -$debug || -{ - trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 - trap '{ (exit 1); exit 1; }' 1 2 13 15 -} - -# Create a (secure) tmp directory for tmp files. -: ${TMPDIR=/tmp} -{ - tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` && - test -n "$tmp" && test -d "$tmp" -} || -{ - tmp=$TMPDIR/cs$$-$RANDOM - (umask 077 && mkdir $tmp) -} || -{ - echo "$me: cannot create a temporary directory in $TMPDIR" >&2 - { (exit 1); exit 1; } -} - - -# -# CONFIG_FILES section. -# - -# No need to generate the scripts if there are no CONFIG_FILES. -# This happens for instance when ./config.status config.h -if test -n "$CONFIG_FILES"; then - # Protect against being on the right side of a sed subst in config.status. - sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g; - s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF -s,@SHELL@,/bin/sh,;t t -s,@PATH_SEPARATOR@,:,;t t -s,@PACKAGE_NAME@,,;t t -s,@PACKAGE_TARNAME@,,;t t -s,@PACKAGE_VERSION@,,;t t -s,@PACKAGE_STRING@,,;t t -s,@PACKAGE_BUGREPORT@,,;t t -s,@exec_prefix@,${prefix},;t t -s,@prefix@,/usr/local,;t t -s,@program_transform_name@,s,x,x,,;t t -s,@bindir@,${exec_prefix}/bin,;t t -s,@sbindir@,${exec_prefix}/sbin,;t t -s,@libexecdir@,${exec_prefix}/libexec,;t t -s,@datadir@,${prefix}/share,;t t -s,@sysconfdir@,${prefix}/etc,;t t -s,@sharedstatedir@,${prefix}/com,;t t -s,@localstatedir@,${prefix}/var,;t t -s,@libdir@,${exec_prefix}/lib,;t t -s,@includedir@,${prefix}/include,;t t -s,@oldincludedir@,/usr/include,;t t -s,@infodir@,${prefix}/info,;t t -s,@mandir@,${prefix}/man,;t t -s,@build_alias@,,;t t -s,@host_alias@,,;t t -s,@target_alias@,,;t t -s,@DEFS@,-DHAVE_CONFIG_H,;t t -s,@ECHO_C@,,;t t -s,@ECHO_N@,-n,;t t -s,@ECHO_T@,,;t t -s,@LIBS@,,;t t -s,@INSTALL_PROGRAM@,${INSTALL},;t t -s,@INSTALL_SCRIPT@,${INSTALL},;t t -s,@INSTALL_DATA@,${INSTALL} -m 644,;t t -s,@PACKAGE@,grep,;t t -s,@VERSION@,2.5,;t t -s,@EXEEXT@,,;t t -s,@OBJEXT@,o,;t t -s,@ACLOCAL@,${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run aclocal,;t t -s,@AUTOCONF@,${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run autoconf,;t t -s,@AUTOMAKE@,${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run automake,;t t -s,@AUTOHEADER@,${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run autoheader,;t t -s,@MAKEINFO@,${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run makeinfo,;t t -s,@AMTAR@,${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run tar,;t t -s,@install_sh@,/boot/home/Development/current/src/apps/bin/grep-2.5/install-sh,;t t -s,@INSTALL_STRIP_PROGRAM@,${SHELL} $(install_sh) -c -s,;t t -s,@AWK@,gawk,;t t -s,@SET_MAKE@,,;t t -s,@AMDEP_TRUE@,,;t t -s,@AMDEP_FALSE@,#,;t t -s,@AMDEPBACKSLASH@,\,;t t -s,@DEPDIR@,.deps,;t t -s,@build@,i586-pc-beos,;t t -s,@build_cpu@,i586,;t t -s,@build_vendor@,pc,;t t -s,@build_os@,beos,;t t -s,@host@,i586-pc-beos,;t t -s,@host_cpu@,i586,;t t -s,@host_vendor@,pc,;t t -s,@host_os@,beos,;t t -s,@CC@,gcc,;t t -s,@CFLAGS@,-g -O2,;t t -s,@LDFLAGS@,,;t t -s,@CPPFLAGS@,,;t t -s,@ac_ct_CC@,gcc,;t t -s,@am__include@,include,;t t -s,@am__quote@,,;t t -s,@CCDEPMODE@,depmode=gcc,;t t -s,@RANLIB@,ranlib,;t t -s,@ac_ct_RANLIB@,ranlib,;t t -s,@GETCONF@,,;t t -s,@ac_ct_GETCONF@,,;t t -s,@CPP@,gcc -E,;t t -s,@U@,,;t t -s,@ANSI2KNR@,,;t t -s,@ALLOCA@,,;t t -s,@LIBOBJS@,,;t t -s,@GLIBC21@,no,;t t -s,@LIBICONV@,,;t t -s,@USE_NLS@,yes,;t t -s,@MSGFMT@,:,;t t -s,@GMSGFMT@,:,;t t -s,@XGETTEXT@,:,;t t -s,@INTLBISON@,bison,;t t -s,@BUILD_INCLUDED_LIBINTL@,yes,;t t -s,@USE_INCLUDED_LIBINTL@,yes,;t t -s,@CATALOGS@, cs.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fr.gmo gl.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo nl.gmo no.gmo pl.gmo pt_BR.gmo ru.gmo sl.gmo sv.gmo,;t t -s,@CATOBJEXT@,.gmo,;t t -s,@GMOFILES@, cs.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fr.gmo gl.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo nl.gmo no.gmo pl.gmo pt_BR.gmo ru.gmo sl.gmo sv.gmo,;t t -s,@INTLLIBS@,$(top_builddir)/intl/libintl.a ,;t t -s,@INTLOBJS@,$(GETTOBJS),;t t -s,@POFILES@, cs.po de.po el.po eo.po es.po et.po fr.po gl.po hr.po id.po it.po ja.po ko.po nl.po no.po pl.po pt_BR.po ru.po sl.po sv.po,;t t -s,@POSUB@,po,;t t -s,@DATADIRNAME@,share,;t t -s,@INSTOBJEXT@,.mo,;t t -s,@GENCAT@,gencat,;t t -s,@MKINSTALLDIRS@,./mkinstalldirs,;t t -s,@INTL_LIBTOOL_SUFFIX_PREFIX@,,;t t -s,@SEP@,:,;t t -s,@SYMLINK@,ln -s,;t t -s,@SYMLINKFROM@,grep,;t t -CEOF - - # Split the substitutions into bite-sized pieces for seds with - # small command number limits, like on Digital OSF/1 and HP-UX. - ac_max_sed_lines=48 - ac_sed_frag=1 # Number of current file. - ac_beg=1 # First line for current file. - ac_end=$ac_max_sed_lines # Line after last line for current file. - ac_more_lines=: - ac_sed_cmds= - while $ac_more_lines; do - if test $ac_beg -gt 1; then - sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag - else - sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag - fi - if test ! -s $tmp/subs.frag; then - ac_more_lines=false - else - # The purpose of the label and of the branching condition is to - # speed up the sed processing (if there are no `@' at all, there - # is no need to browse any of the substitutions). - # These are the two extra sed commands mentioned above. - (echo ':t - /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed - if test -z "$ac_sed_cmds"; then - ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" - else - ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" - fi - ac_sed_frag=`expr $ac_sed_frag + 1` - ac_beg=$ac_end - ac_end=`expr $ac_end + $ac_max_sed_lines` - fi - done - if test -z "$ac_sed_cmds"; then - ac_sed_cmds=cat - fi -fi # test -n "$CONFIG_FILES" - -for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue - # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". - case $ac_file in - - | *:- | *:-:* ) # input from stdin - cat >$tmp/stdin - ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; - *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; - * ) ac_file_in=$ac_file.in ;; - esac - - # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. - ac_dir=`(dirname "$ac_file") 2>/dev/null || -$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$ac_file" : 'X\(//\)[^/]' \| \ - X"$ac_file" : 'X\(//\)$' \| \ - X"$ac_file" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || -echo X"$ac_file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` - { case "$ac_dir" in - [\\/]* | ?:[\\/]* ) as_incr_dir=;; - *) as_incr_dir=.;; -esac -as_dummy="$ac_dir" -for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do - case $as_mkdir_dir in - # Skip DOS drivespec - ?:) as_incr_dir=$as_mkdir_dir ;; - *) - as_incr_dir=$as_incr_dir/$as_mkdir_dir - test -d "$as_incr_dir" || - mkdir "$as_incr_dir" || - { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5 -echo "$as_me: error: cannot create \"$ac_dir\"" >&2;} - { (exit 1); exit 1; }; } - ;; - esac -done; } - - ac_builddir=. - -if test "$ac_dir" != .; then - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` - # A "../" for each directory in $ac_dir_suffix. - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` -else - ac_dir_suffix= ac_top_builddir= -fi - -case $srcdir in - .) # No --srcdir option. We are building in place. - ac_srcdir=. - if test -z "$ac_top_builddir"; then - ac_top_srcdir=. - else - ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` - fi ;; - [\\/]* | ?:[\\/]* ) # Absolute path. - ac_srcdir=$srcdir$ac_dir_suffix; - ac_top_srcdir=$srcdir ;; - *) # Relative path. - ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix - ac_top_srcdir=$ac_top_builddir$srcdir ;; -esac -# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be -# absolute. -ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` -ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd` -ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` -ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` - - - case $INSTALL in - [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; - *) ac_INSTALL=$ac_top_builddir$INSTALL ;; - esac - - if test x"$ac_file" != x-; then - { echo "$as_me:$LINENO: creating $ac_file" >&5 -echo "$as_me: creating $ac_file" >&6;} - rm -f "$ac_file" - fi - # Let's still pretend it is `configure' which instantiates (i.e., don't - # use $as_me), people would be surprised to read: - # /* config.h. Generated by config.status. */ - if test x"$ac_file" = x-; then - configure_input= - else - configure_input="$ac_file. " - fi - configure_input=$configure_input"Generated from `echo $ac_file_in | - sed 's,.*/,,'` by configure." - - # First look for the input files in the build tree, otherwise in the - # src tree. - ac_file_inputs=`IFS=: - for f in $ac_file_in; do - case $f in - -) echo $tmp/stdin ;; - [\\/$]*) - # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 -echo "$as_me: error: cannot find input file: $f" >&2;} - { (exit 1); exit 1; }; } - echo $f;; - *) # Relative - if test -f "$f"; then - # Build tree - echo $f - elif test -f "$srcdir/$f"; then - # Source tree - echo $srcdir/$f - else - # /dev/null tree - { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 -echo "$as_me: error: cannot find input file: $f" >&2;} - { (exit 1); exit 1; }; } - fi;; - esac - done` || { (exit 1); exit 1; } - sed "/^[ ]*VPATH[ ]*=/{ -s/:*\$(srcdir):*/:/; -s/:*\${srcdir}:*/:/; -s/:*@srcdir@:*/:/; -s/^\([^=]*=[ ]*\):*/\1/; -s/:*$//; -s/^[^=]*=[ ]*$//; -} - -:t -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b -s,@configure_input@,$configure_input,;t t -s,@srcdir@,$ac_srcdir,;t t -s,@abs_srcdir@,$ac_abs_srcdir,;t t -s,@top_srcdir@,$ac_top_srcdir,;t t -s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t -s,@builddir@,$ac_builddir,;t t -s,@abs_builddir@,$ac_abs_builddir,;t t -s,@top_builddir@,$ac_top_builddir,;t t -s,@abs_top_builddir@,$ac_abs_top_builddir,;t t -s,@INSTALL@,$ac_INSTALL,;t t -" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out - rm -f $tmp/stdin - if test x"$ac_file" != x-; then - mv $tmp/out $ac_file - else - cat $tmp/out - rm -f $tmp/out - fi - -done - -# -# CONFIG_HEADER section. -# - -# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where -# NAME is the cpp macro being defined and VALUE is the value it is being given. -# -# ac_d sets the value in "#define NAME VALUE" lines. -ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' -ac_dB='[ ].*$,\1#\2' -ac_dC=' ' -ac_dD=',;t' -# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". -ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' -ac_uB='$,\1#\2define\3' -ac_uC=' ' -ac_uD=',;t' - -for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue - # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". - case $ac_file in - - | *:- | *:-:* ) # input from stdin - cat >$tmp/stdin - ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; - *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; - * ) ac_file_in=$ac_file.in ;; - esac - - test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 -echo "$as_me: creating $ac_file" >&6;} - - # First look for the input files in the build tree, otherwise in the - # src tree. - ac_file_inputs=`IFS=: - for f in $ac_file_in; do - case $f in - -) echo $tmp/stdin ;; - [\\/$]*) - # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 -echo "$as_me: error: cannot find input file: $f" >&2;} - { (exit 1); exit 1; }; } - echo $f;; - *) # Relative - if test -f "$f"; then - # Build tree - echo $f - elif test -f "$srcdir/$f"; then - # Source tree - echo $srcdir/$f - else - # /dev/null tree - { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 -echo "$as_me: error: cannot find input file: $f" >&2;} - { (exit 1); exit 1; }; } - fi;; - esac - done` || { (exit 1); exit 1; } - # Remove the trailing spaces. - sed 's/[ ]*$//' $ac_file_inputs >$tmp/in - - # Handle all the #define templates only if necessary. - if egrep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then - # If there are no defines, we may have an empty if/fi - : - cat >$tmp/defines.sed <$tmp/out - rm -f $tmp/in - mv $tmp/out $tmp/in - - cat >$tmp/defines.sed <$tmp/out - rm -f $tmp/in - mv $tmp/out $tmp/in - - cat >$tmp/defines.sed <$tmp/out - rm -f $tmp/in - mv $tmp/out $tmp/in - - fi # egrep - - # Handle all the #undef templates - cat >$tmp/undefs.sed <$tmp/out - rm -f $tmp/in - mv $tmp/out $tmp/in - - cat >$tmp/undefs.sed <$tmp/out - rm -f $tmp/in - mv $tmp/out $tmp/in - - cat >$tmp/undefs.sed <$tmp/out - rm -f $tmp/in - mv $tmp/out $tmp/in - - # Let's still pretend it is `configure' which instantiates (i.e., don't - # use $as_me), people would be surprised to read: - # /* config.h. Generated by config.status. */ - if test x"$ac_file" = x-; then - echo "/* Generated by configure. */" >$tmp/config.h - else - echo "/* $ac_file. Generated by configure. */" >$tmp/config.h - fi - cat $tmp/in >>$tmp/config.h - rm -f $tmp/in - if test x"$ac_file" != x-; then - if cmp -s $ac_file $tmp/config.h 2>/dev/null; then - { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 -echo "$as_me: $ac_file is unchanged" >&6;} - else - ac_dir=`(dirname "$ac_file") 2>/dev/null || -$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$ac_file" : 'X\(//\)[^/]' \| \ - X"$ac_file" : 'X\(//\)$' \| \ - X"$ac_file" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || -echo X"$ac_file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` - { case "$ac_dir" in - [\\/]* | ?:[\\/]* ) as_incr_dir=;; - *) as_incr_dir=.;; -esac -as_dummy="$ac_dir" -for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do - case $as_mkdir_dir in - # Skip DOS drivespec - ?:) as_incr_dir=$as_mkdir_dir ;; - *) - as_incr_dir=$as_incr_dir/$as_mkdir_dir - test -d "$as_incr_dir" || - mkdir "$as_incr_dir" || - { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5 -echo "$as_me: error: cannot create \"$ac_dir\"" >&2;} - { (exit 1); exit 1; }; } - ;; - esac -done; } - - rm -f $ac_file - mv $tmp/config.h $ac_file - fi - else - cat $tmp/config.h - rm -f $tmp/config.h - fi - # Run the commands associated with the file. - case $ac_file in - config.h ) # update the timestamp -echo timestamp >"./stamp-h1" - ;; - esac -done - -# -# CONFIG_COMMANDS section. -# -for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue - ac_dest=`echo "$ac_file" | sed 's,:.*,,'` - ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` - ac_dir=`(dirname "$ac_dest") 2>/dev/null || -$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$ac_dest" : 'X\(//\)[^/]' \| \ - X"$ac_dest" : 'X\(//\)$' \| \ - X"$ac_dest" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || -echo X"$ac_dest" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` - ac_builddir=. - -if test "$ac_dir" != .; then - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` - # A "../" for each directory in $ac_dir_suffix. - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` -else - ac_dir_suffix= ac_top_builddir= -fi - -case $srcdir in - .) # No --srcdir option. We are building in place. - ac_srcdir=. - if test -z "$ac_top_builddir"; then - ac_top_srcdir=. - else - ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` - fi ;; - [\\/]* | ?:[\\/]* ) # Absolute path. - ac_srcdir=$srcdir$ac_dir_suffix; - ac_top_srcdir=$srcdir ;; - *) # Relative path. - ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix - ac_top_srcdir=$ac_top_builddir$srcdir ;; -esac -# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be -# absolute. -ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` -ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd` -ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` -ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` - - - { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 -echo "$as_me: executing $ac_dest commands" >&6;} - case $ac_dest in - default-1 ) -test x"$AMDEP_TRUE" != x"" || -for mf in $CONFIG_FILES; do - case "$mf" in - Makefile) dirpart=.;; - */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;; - *) continue;; - esac - grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue - # Extract the definition of DEP_FILES from the Makefile without - # running `make'. - DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` - test -z "$DEPDIR" && continue - # When using ansi2knr, U may be empty or an underscore; expand it - U=`sed -n -e '/^U = / s///p' < "$mf"` - test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" - # We invoke sed twice because it is the simplest approach to - # changing $(DEPDIR) to its actual value in the expansion. - for file in `sed -n -e ' - /^DEP_FILES = .*\\\\$/ { - s/^DEP_FILES = // - :loop - s/\\\\$// - p - n - /\\\\$/ b loop - p - } - /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`echo "$file" | sed -e 's|/[^/]*$||'` - $ac_aux_dir/mkinstalldirs "$dirpart/$fdir" > /dev/null 2>&1 - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done -done - ;; - default-2 ) for ac_file in $CONFIG_FILES; do - # Support "outfile[:infile[:infile...]]" - case "$ac_file" in - *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; - esac - # PO directories have a Makefile.in generated from Makefile.in.in. - case "$ac_file" in */Makefile.in) - # Adjust a relative srcdir. - ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` - ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" - ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` - # In autoconf-2.13 it is called $ac_given_srcdir. - # In autoconf-2.50 it is called $srcdir. - test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" - case "$ac_given_srcdir" in - .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; - /*) top_srcdir="$ac_given_srcdir" ;; - *) top_srcdir="$ac_dots$ac_given_srcdir" ;; - esac - if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then - rm -f "$ac_dir/POTFILES" - test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" - sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," -e "\$s/\(.*\) \\\\/\1/" < "$ac_given_srcdir/$ac_dir/POTFILES.in" > "$ac_dir/POTFILES" - test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" - sed -e "/POTFILES =/r $ac_dir/POTFILES" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" - fi - ;; - esac - done ;; - default ) sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile; echo timestamp > stamp-h ;; - esac -done - -{ (exit 0); exit 0; } diff --git a/src/apps/bin/grep-2.5/configure b/src/apps/bin/grep-2.5/configure index 06fc05df21..4df40f1c92 100755 --- a/src/apps/bin/grep-2.5/configure +++ b/src/apps/bin/grep-2.5/configure @@ -1498,7 +1498,7 @@ fi # Define the identity of the package. PACKAGE=grep -VERSION=2.5 +VERSION=2.5.1 cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" @@ -8842,31 +8842,6 @@ fi fi -echo "$as_me:$LINENO: checking How to create links" >&5 -echo $ECHO_N "checking How to create links... $ECHO_C" >&6 -rm -f test00 test01 -touch test00 -ln -s test00 test01 || : -SYMLINK="" -SYMLINKFROM="grep" -if test -L test01; then - SYMLINK="ln -s" -else - SYMLINKFROM="${bindir}/grep" - rm -f test01 - ln test00 test01 || : - if test -e test01; then - SYMLINK="ln" - else - SYMLINK="cp" - fi -fi -echo "$as_me:$LINENO: result: $SYMLINK" >&5 -echo "${ECHO_T}$SYMLINK" >&6 - - -rm -f test00 test01 - ac_config_files="$ac_config_files Makefile lib/Makefile lib/posix/Makefile src/Makefile tests/Makefile po/Makefile.in intl/Makefile doc/Makefile m4/Makefile vms/Makefile bootstrap/Makefile" ac_config_commands="$ac_config_commands default" cat >confcache <<\_ACEOF @@ -9517,8 +9492,6 @@ s,@GENCAT@,$GENCAT,;t t s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t s,@INTL_LIBTOOL_SUFFIX_PREFIX@,$INTL_LIBTOOL_SUFFIX_PREFIX,;t t s,@SEP@,$SEP,;t t -s,@SYMLINK@,$SYMLINK,;t t -s,@SYMLINKFROM@,$SYMLINKFROM,;t t CEOF _ACEOF diff --git a/src/apps/bin/grep-2.5/configure.in b/src/apps/bin/grep-2.5/configure.in index 6f2a0a3020..544dbac1e5 100644 --- a/src/apps/bin/grep-2.5/configure.in +++ b/src/apps/bin/grep-2.5/configure.in @@ -6,10 +6,10 @@ dnl Process this file with autoconf to produce a configure script AC_INIT(src/grep.c) AC_DEFINE(GREP, 1, [We are building grep]) -AC_PREREQ(2.13) +AC_PREREQ(2.53) dnl Automake stuff. -AM_INIT_AUTOMAKE(grep, 2.5) +AM_INIT_AUTOMAKE(grep, 2.5.1) AM_CONFIG_HEADER(config.h:config.hin) dnl Check for arguments @@ -141,28 +141,4 @@ if test x"$testpcre" = x"yes"; then AC_CHECK_LIB(pcre, pcre_exec) fi -dnl Check how to create the {e,f}grep links -AC_MSG_CHECKING([How to create links]) -rm -f test00 test01 -touch test00 -ln -s test00 test01 || : -SYMLINK="" -SYMLINKFROM="grep" -if test -L test01; then - SYMLINK="ln -s" -else - SYMLINKFROM="${bindir}/grep" - rm -f test01 - ln test00 test01 || : - if test -e test01; then - SYMLINK="ln" - else - SYMLINK="cp" - fi -fi -AC_MSG_RESULT($SYMLINK) -AC_SUBST(SYMLINK) -AC_SUBST(SYMLINKFROM) -rm -f test00 test01 - AC_OUTPUT(Makefile lib/Makefile lib/posix/Makefile src/Makefile tests/Makefile po/Makefile.in intl/Makefile doc/Makefile m4/Makefile vms/Makefile bootstrap/Makefile, [sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile; echo timestamp > stamp-h]) diff --git a/src/apps/bin/grep-2.5/doc/Makefile b/src/apps/bin/grep-2.5/doc/Makefile deleted file mode 100644 index 7759612d3f..0000000000 --- a/src/apps/bin/grep-2.5/doc/Makefile +++ /dev/null @@ -1,402 +0,0 @@ -# Makefile.in generated automatically by automake 1.5 from Makefile.am. - -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 -# Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - - - -SHELL = /bin/sh - -srcdir = . -top_srcdir = .. - -prefix = /usr/local -exec_prefix = ${prefix} - -bindir = ${exec_prefix}/bin -sbindir = ${exec_prefix}/sbin -libexecdir = ${exec_prefix}/libexec -datadir = ${prefix}/share -sysconfdir = ${prefix}/etc -sharedstatedir = ${prefix}/com -localstatedir = ${prefix}/var -libdir = ${exec_prefix}/lib -infodir = ${prefix}/info -mandir = ${prefix}/man -includedir = ${prefix}/include -oldincludedir = /usr/include -pkgdatadir = $(datadir)/grep -pkglibdir = $(libdir)/grep -pkgincludedir = $(includedir)/grep -top_builddir = .. - -ACLOCAL = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run aclocal -AUTOCONF = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run autoconf -AUTOMAKE = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run automake -AUTOHEADER = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run autoheader - -INSTALL = /bin/install -c -INSTALL_PROGRAM = ${INSTALL} -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_SCRIPT = ${INSTALL} -INSTALL_HEADER = $(INSTALL_DATA) -transform = s,x,x, -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_alias = -host_triplet = i586-pc-beos -AMTAR = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run tar -AWK = gawk -BUILD_INCLUDED_LIBINTL = yes -CATALOGS = cs.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fr.gmo gl.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo nl.gmo no.gmo pl.gmo pt_BR.gmo ru.gmo sl.gmo sv.gmo -CATOBJEXT = .gmo -CC = gcc -CPP = gcc -E -DATADIRNAME = share -DEPDIR = .deps -EXEEXT = -GENCAT = gencat -GETCONF = -GLIBC21 = no -GMOFILES = cs.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fr.gmo gl.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo nl.gmo no.gmo pl.gmo pt_BR.gmo ru.gmo sl.gmo sv.gmo -GMSGFMT = : -INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s -INSTOBJEXT = .mo -INTLBISON = bison -INTLLIBS = $(top_builddir)/intl/libintl.a -INTLOBJS = $(GETTOBJS) -INTL_LIBTOOL_SUFFIX_PREFIX = -LIBICONV = -MKINSTALLDIRS = ./mkinstalldirs -MSGFMT = : -OBJEXT = o -PACKAGE = grep -POFILES = cs.po de.po el.po eo.po es.po et.po fr.po gl.po hr.po id.po it.po ja.po ko.po nl.po no.po pl.po pt_BR.po ru.po sl.po sv.po -POSUB = po -RANLIB = ranlib -SEP = : -SYMLINK = ln -s -SYMLINKFROM = grep -U = -USE_INCLUDED_LIBINTL = yes -USE_NLS = yes -VERSION = 2.5 -am__include = include -am__quote = -install_sh = /boot/home/Development/current/src/apps/bin/grep-2.5/install-sh - -AUTOMAKE_OPTIONS = no-dependencies - -info_TEXINFOS = grep.texi - -man_MANS = grep.1 fgrep.1 egrep.1 - -EXTRA_DIST = grep.1 egrep.man fgrep.man - -CLEANFILES = egrep.1 fgrep.1 -subdir = doc -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -depcomp = -DIST_SOURCES = -INFO_DEPS = grep.info -DVIS = grep.dvi -TEXINFOS = grep.texi - -NROFF = nroff -MANS = $(man_MANS) -DIST_COMMON = Makefile.am Makefile.in mdate-sh stamp-vti texinfo.tex \ - version.texi -all: all-am - -.SUFFIXES: -.SUFFIXES: .dvi .info .ps .texi -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu doc/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && \ - CONFIG_HEADERS= CONFIG_LINKS= \ - CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status - -$(srcdir)/version.texi: $(srcdir)/stamp-vti - @: -$(srcdir)/stamp-vti: grep.texi $(top_srcdir)/configure.in - @(set `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/grep.texi`; \ - echo "@set UPDATED $$1 $$2 $$3"; \ - echo "@set UPDATED-MONTH $$2 $$3"; \ - echo "@set EDITION $(VERSION)"; \ - echo "@set VERSION $(VERSION)") > vti.tmp - @cmp -s vti.tmp $(srcdir)/version.texi \ - || (echo "Updating $(srcdir)/version.texi"; \ - cp vti.tmp $(srcdir)/version.texi) - -@rm -f vti.tmp - @cp $(srcdir)/version.texi $@ - -mostlyclean-vti: - -rm -f vti.tmp - -maintainer-clean-vti: - -rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi - -grep.info: grep.texi $(srcdir)/version.texi -grep.dvi: grep.texi $(srcdir)/version.texi - -.texi.info: - @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] - cd $(srcdir) \ - && $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \ - `echo $< | sed 's,.*/,,'` - -.texi.dvi: - TEXINPUTS=$(srcdir):$$TEXINPUTS \ - MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ - $(TEXI2DVI) $< - -.texi: - @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] - cd $(srcdir) \ - && $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \ - `echo $< | sed 's,.*/,,'` - -MAKEINFO = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run makeinfo -TEXI2DVI = texi2dvi -DVIPS = dvips -.dvi.ps: - $(DVIPS) $< -o $@ - -uninstall-info-am: - $(PRE_UNINSTALL) - @if (install-info --version && \ - install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then \ - list='$(INFO_DEPS)'; \ - for file in $$list; do \ - echo " install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file"; \ - install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file; \ - done; \ - else :; fi - @$(NORMAL_UNINSTALL) - @list='$(INFO_DEPS)'; \ - for file in $$list; do \ - (if cd $(DESTDIR)$(infodir); then \ - echo " rm -f $$file $$file-[0-9] $$file-[0-9][0-9])"; \ - rm -f $$file $$file-[0-9] $$file-[0-9][0-9]; \ - else :; fi); \ - done - -dist-info: $(INFO_DEPS) - list='$(INFO_DEPS)'; \ - for base in $$list; do \ - d=$(srcdir); \ - for file in `CDPATH=: && cd $$d && eval echo $$base*`; do \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file; \ - done; \ - done - -mostlyclean-aminfo: - -rm -f grep.aux grep.cp grep.cps grep.dvi grep.fn grep.fns grep.ky grep.log \ - grep.op grep.pg grep.ps grep.toc grep.tp grep.vr - -maintainer-clean-aminfo: - cd $(srcdir) && \ - for i in $(INFO_DEPS); do \ - rm -f $$i; \ - if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \ - rm -f $$i-[0-9]*; \ - fi; \ - done - -man1dir = $(mandir)/man1 -install-man1: $(man1_MANS) $(man_MANS) - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(man1dir) - @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ - l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ - for i in $$l2; do \ - case "$$i" in \ - *.1*) list="$$list $$i" ;; \ - esac; \ - done; \ - for i in $$list; do \ - if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ - else file=$$i; fi; \ - ext=`echo $$i | sed -e 's/^.*\\.//'`; \ - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ - inst=`echo $$inst | sed -e 's/^.*\///'`; \ - inst=`echo $$inst | sed '$(transform)'`.$$ext; \ - echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \ - done -uninstall-man1: - @$(NORMAL_UNINSTALL) - @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ - l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ - for i in $$l2; do \ - case "$$i" in \ - *.1*) list="$$list $$i" ;; \ - esac; \ - done; \ - for i in $$list; do \ - ext=`echo $$i | sed -e 's/^.*\\.//'`; \ - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ - inst=`echo $$inst | sed -e 's/^.*\///'`; \ - inst=`echo $$inst | sed '$(transform)'`.$$ext; \ - echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \ - rm -f $(DESTDIR)$(man1dir)/$$inst; \ - done -tags: TAGS -TAGS: - - -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - -top_distdir = .. -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) - -distdir: $(DISTFILES) - @for file in $(DISTFILES); do \ - if test -f $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - $(mkinstalldirs) "$(distdir)/$$dir"; \ - fi; \ - if test -d $$d/$$file; then \ - cp -pR $$d/$$file $(distdir) \ - || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="${top_distdir}" distdir="$(distdir)" \ - dist-info -check-am: all-am -check: check-am -all-am: Makefile $(INFO_DEPS) $(MANS) - -installdirs: - $(mkinstalldirs) $(DESTDIR)$(infodir) $(DESTDIR)$(man1dir) - -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -distclean-generic: - -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: $(DVIS) - -info: info-am - -info-am: $(INFO_DEPS) - -install-data-am: install-info-am install-man - -install-exec-am: - -install-info: install-info-am - -install-info-am: $(INFO_DEPS) - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(infodir) - @list='$(INFO_DEPS)'; \ - for file in $$list; do \ - d=$(srcdir); \ - for ifile in `CDPATH=: && cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \ - if test -f $$d/$$ifile; then \ - echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \ - $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \ - else : ; fi; \ - done; \ - done - @$(POST_INSTALL) - @if (install-info --version && \ - install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then \ - list='$(INFO_DEPS)'; \ - for file in $$list; do \ - echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\ - install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\ - done; \ - else : ; fi -install-man: install-man1 - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -maintainer-clean-am: distclean-am maintainer-clean-aminfo \ - maintainer-clean-generic maintainer-clean-vti - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-aminfo mostlyclean-generic mostlyclean-vti - -uninstall-am: uninstall-info-am uninstall-man - -uninstall-man: uninstall-man1 - -.PHONY: all all-am check check-am clean clean-generic dist-info \ - distclean distclean-generic distdir dvi dvi-am info info-am \ - install install-am install-data install-data-am install-exec \ - install-exec-am install-info install-info-am install-man \ - install-man1 install-strip installcheck installcheck-am \ - installdirs maintainer-clean maintainer-clean-aminfo \ - maintainer-clean-generic maintainer-clean-vti mostlyclean \ - mostlyclean-aminfo mostlyclean-generic mostlyclean-vti \ - uninstall uninstall-am uninstall-info-am uninstall-man \ - uninstall-man1 - - -fgrep.1: fgrep.man - inst=`echo "grep" | sed '$(transform)'`.1; \ -sed -e "s%@grep@%$$inst%g" $(srcdir)/fgrep.man > $@ - -egrep.1: egrep.man - inst=`echo "grep" | sed '$(transform)'`.1; \ -sed -e "s%@grep@%$$inst%g" $(srcdir)/egrep.man > $@ -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/src/apps/bin/grep-2.5/doc/Makefile.in b/src/apps/bin/grep-2.5/doc/Makefile.in index fc69dce238..dacdeafed0 100644 --- a/src/apps/bin/grep-2.5/doc/Makefile.in +++ b/src/apps/bin/grep-2.5/doc/Makefile.in @@ -87,8 +87,6 @@ POFILES = @POFILES@ POSUB = @POSUB@ RANLIB = @RANLIB@ SEP = @SEP@ -SYMLINK = @SYMLINK@ -SYMLINKFROM = @SYMLINKFROM@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ diff --git a/src/apps/bin/grep-2.5/doc/egrep.1 b/src/apps/bin/grep-2.5/doc/egrep.1 deleted file mode 100644 index 6a74c5d10b..0000000000 --- a/src/apps/bin/grep-2.5/doc/egrep.1 +++ /dev/null @@ -1 +0,0 @@ -.so man1/grep.1 diff --git a/src/apps/bin/grep-2.5/doc/fgrep.1 b/src/apps/bin/grep-2.5/doc/fgrep.1 deleted file mode 100644 index 6a74c5d10b..0000000000 --- a/src/apps/bin/grep-2.5/doc/fgrep.1 +++ /dev/null @@ -1 +0,0 @@ -.so man1/grep.1 diff --git a/src/apps/bin/grep-2.5/doc/grep.1 b/src/apps/bin/grep-2.5/doc/grep.1 index cbcf458cab..ab4531ed6a 100644 --- a/src/apps/bin/grep-2.5/doc/grep.1 +++ b/src/apps/bin/grep-2.5/doc/grep.1 @@ -12,7 +12,7 @@ .de Id .ds Dt \\$4 .. -.Id $Id: grep.1,v 1.1 2004/03/02 02:37:05 michaelphipps Exp $ +.Id $Id: grep.1,v 1.2 2004/06/30 20:42:54 korli Exp $ .TH GREP 1 \*(Dt "GNU Project" .SH NAME grep, egrep, fgrep \- print lines matching a pattern diff --git a/src/apps/bin/grep-2.5/doc/stamp-vti b/src/apps/bin/grep-2.5/doc/stamp-vti index 0887dbefea..981269ca10 100644 --- a/src/apps/bin/grep-2.5/doc/stamp-vti +++ b/src/apps/bin/grep-2.5/doc/stamp-vti @@ -1,4 +1,4 @@ @set UPDATED 22 January 2002 @set UPDATED-MONTH January 2002 -@set EDITION 2.5 -@set VERSION 2.5 +@set EDITION 2.5.1 +@set VERSION 2.5.1 diff --git a/src/apps/bin/grep-2.5/doc/version.texi b/src/apps/bin/grep-2.5/doc/version.texi index 0887dbefea..981269ca10 100644 --- a/src/apps/bin/grep-2.5/doc/version.texi +++ b/src/apps/bin/grep-2.5/doc/version.texi @@ -1,4 +1,4 @@ @set UPDATED 22 January 2002 @set UPDATED-MONTH January 2002 -@set EDITION 2.5 -@set VERSION 2.5 +@set EDITION 2.5.1 +@set VERSION 2.5.1 diff --git a/src/apps/bin/grep-2.5/grep.spec b/src/apps/bin/grep-2.5/grep.spec index dbed7f4155..b10854f885 100644 --- a/src/apps/bin/grep-2.5/grep.spec +++ b/src/apps/bin/grep-2.5/grep.spec @@ -2,7 +2,7 @@ %define rel 1 Summary: The GNU versions of grep pattern matching utilities. Name: grep -Version: 2.5 +Version: 2.5.1 %if "%{beta}" != "" Release: 0.%{beta}.%{rel} %else @@ -70,6 +70,9 @@ fi %{_mandir}/*/* %changelog +* Tue Mar 26 2002 Bernhard Rosenkraenzer 2.5.1-1 +- 2.5.1 + * Wed Mar 13 2002 Bernhard Rosenkraenzer 2.5-1 - 2.5 final diff --git a/src/apps/bin/grep-2.5/intl/Makefile b/src/apps/bin/grep-2.5/intl/Makefile deleted file mode 100644 index 6d28a9ccc3..0000000000 --- a/src/apps/bin/grep-2.5/intl/Makefile +++ /dev/null @@ -1,337 +0,0 @@ -# Makefile for directory with message catalog handling in GNU NLS Utilities. -# Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc. -# -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU Library General Public License as published -# by the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Library General Public License for more details. -# -# You should have received a copy of the GNU Library General Public -# License along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. - -PACKAGE = grep -VERSION = 2.5 - -SHELL = /bin/sh - -srcdir = . -top_srcdir = .. -top_builddir = .. - - -prefix = /usr/local -exec_prefix = ${prefix} -transform = s,x,x, -libdir = ${exec_prefix}/lib -includedir = ${prefix}/include -datadir = ${prefix}/share -localedir = $(datadir)/locale -gettextsrcdir = $(datadir)/gettext/intl -aliaspath = $(localedir) -subdir = intl - -INSTALL = /bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -MKINSTALLDIRS = ./mkinstalldirs -mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` - -l = - -AR = ar -CC = gcc -LIBTOOL = @LIBTOOL@ -RANLIB = ranlib -YACC = bison -y -d -YFLAGS = --name-prefix=__gettext - -DEFS = -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \ --DLIBDIR=\"$(libdir)\" -DIN_LIBINTL -DHAVE_CONFIG_H -CPPFLAGS = -CFLAGS = -g -O2 -LDFLAGS = - -COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) - -HEADERS = $(COMHDRS) libgnuintl.h loadinfo.h -COMHDRS = gmo.h gettextP.h hash-string.h plural-exp.h eval-plural.h os2compat.h -SOURCES = $(COMSRCS) intl-compat.c -COMSRCS = bindtextdom.c dcgettext.c dgettext.c gettext.c \ -finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c \ -explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y \ -plural-exp.c localcharset.c localename.c osdep.c os2compat.c -OBJECTS = $(GETTOBJS) bindtextdom.$lo dcgettext.$lo dgettext.$lo gettext.$lo \ -finddomain.$lo loadmsgcat.$lo localealias.$lo textdomain.$lo l10nflist.$lo \ -explodename.$lo dcigettext.$lo dcngettext.$lo dngettext.$lo ngettext.$lo \ -plural.$lo plural-exp.$lo localcharset.$lo localename.$lo osdep.$lo -GETTOBJS = intl-compat.$lo -DISTFILES.common = Makefile.in \ -config.charset locale.alias ref-add.sin ref-del.sin $(HEADERS) $(SOURCES) -DISTFILES.generated = plural.c -DISTFILES.normal = VERSION -DISTFILES.gettext = COPYING.LIB-2.0 COPYING.LIB-2.1 libintl.glibc -DISTFILES.obsolete = xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c \ -COPYING.LIB-2 gettext.h libgettext.h plural-eval.c - -# Libtool's library version information for libintl. -# Before making a gettext release, the gettext maintainer must change this -# according to the libtool documentation, section "Library interface versions". -# Maintainers of other packages that include the intl directory must *not* -# change these values. -LTV_CURRENT=2 -LTV_REVISION=0 -LTV_AGE=0 - -.SUFFIXES: -.SUFFIXES: .c .y .o .lo .sin .sed -.c.o: - $(COMPILE) $< -.c.lo: - $(LIBTOOL) --mode=compile $(COMPILE) $< - -.y.c: - $(YACC) $(YFLAGS) --output $@ $< - rm -f $*.h - -.sin.sed: - sed -e '/^#/d' -e 's/@''PACKAGE''@/grep/g' $< > t-$@ - mv t-$@ $@ - -INCLUDES = -I.. -I. -I$(top_srcdir)/intl - -all: all-yes -all-yes: libintl.$la libintl.h charset.alias ref-add.sed ref-del.sed -all-no: all-no-yes -all-no-yes: libgnuintl.$la -all-no-no: - -libintl.a libgnuintl.a: $(OBJECTS) - rm -f $@ - $(AR) cru $@ $(OBJECTS) - $(RANLIB) $@ - -libintl.la libgnuintl.la: $(OBJECTS) - $(LIBTOOL) --mode=link \ - $(CC) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) $(LDFLAGS) -o $@ \ - $(OBJECTS) @LTLIBICONV@ -lc \ - -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \ - -rpath $(libdir) \ - -no-undefined - -libintl.h: libgnuintl.h - cp $(srcdir)/libgnuintl.h libintl.h - -charset.alias: config.charset - $(SHELL) $(srcdir)/config.charset 'i586-pc-beos' > t-$@ - mv t-$@ $@ - -check: all - -# This installation goal is only used in GNU gettext. Packages which -# only use the library should use install instead. - -# We must not install the libintl.h/libintl.a files if we are on a -# system which has the GNU gettext() function in its C library or in a -# separate library. -# If you want to use the one which comes with this version of the -# package, you have to use `configure --with-included-gettext'. -install: install-exec install-data -install-exec: all - if test "$(PACKAGE)" = "gettext" \ - && test '$(GETTOBJS)' = '$(GETTOBJS)'; then \ - $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); \ - $(INSTALL_DATA) libintl.h $(DESTDIR)$(includedir)/libintl.h; \ - $(LIBTOOL) --mode=install \ - $(INSTALL_DATA) libintl.$la $(DESTDIR)$(libdir)/libintl.$la; \ - else \ - : ; \ - fi - if test 'yes' = yes; then \ - test no != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \ - temp=$(DESTDIR)$(libdir)/t-charset.alias; \ - dest=$(DESTDIR)$(libdir)/charset.alias; \ - if test -f $(DESTDIR)$(libdir)/charset.alias; then \ - orig=$(DESTDIR)$(libdir)/charset.alias; \ - sed -f ref-add.sed $$orig > $$temp; \ - $(INSTALL_DATA) $$temp $$dest; \ - rm -f $$temp; \ - else \ - if test no = no; then \ - orig=charset.alias; \ - sed -f ref-add.sed $$orig > $$temp; \ - $(INSTALL_DATA) $$temp $$dest; \ - rm -f $$temp; \ - fi; \ - fi; \ - $(mkinstalldirs) $(DESTDIR)$(localedir); \ - test -f $(DESTDIR)$(localedir)/locale.alias \ - && orig=$(DESTDIR)$(localedir)/locale.alias \ - || orig=$(srcdir)/locale.alias; \ - temp=$(DESTDIR)$(localedir)/t-locale.alias; \ - dest=$(DESTDIR)$(localedir)/locale.alias; \ - sed -f ref-add.sed $$orig > $$temp; \ - $(INSTALL_DATA) $$temp $$dest; \ - rm -f $$temp; \ - else \ - : ; \ - fi -install-data: all - if test "$(PACKAGE)" = "gettext"; then \ - $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ - $(INSTALL_DATA) VERSION $(DESTDIR)$(gettextsrcdir)/VERSION; \ - $(INSTALL_DATA) ChangeLog.inst $(DESTDIR)$(gettextsrcdir)/ChangeLog; \ - dists="COPYING.LIB-2.0 COPYING.LIB-2.1 $(DISTFILES.common)"; \ - for file in $$dists; do \ - $(INSTALL_DATA) $(srcdir)/$$file \ - $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - chmod a+x $(DESTDIR)$(gettextsrcdir)/config.charset; \ - dists="$(DISTFILES.generated)"; \ - for file in $$dists; do \ - if test -f $$file; then dir=.; else dir=$(srcdir); fi; \ - $(INSTALL_DATA) $$dir/$$file \ - $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - dists="$(DISTFILES.obsolete)"; \ - for file in $$dists; do \ - rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - else \ - : ; \ - fi - -install-strip: install - -installdirs: - if test "$(PACKAGE)" = "gettext" \ - && test '$(GETTOBJS)' = '$(GETTOBJS)'; then \ - $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); \ - else \ - : ; \ - fi - if test 'yes' = yes; then \ - test no != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \ - $(mkinstalldirs) $(DESTDIR)$(localedir); \ - else \ - : ; \ - fi - if test "$(PACKAGE)" = "gettext"; then \ - $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ - else \ - : ; \ - fi - -# Define this as empty until I found a useful application. -installcheck: - -uninstall: - if test "$(PACKAGE)" = "gettext" \ - && test '$(GETTOBJS)' = '$(GETTOBJS)'; then \ - rm -f $(DESTDIR)$(includedir)/libintl.h; \ - $(LIBTOOL) --mode=uninstall \ - rm -f $(DESTDIR)$(libdir)/libintl.$la; \ - else \ - : ; \ - fi - if test 'yes' = yes; then \ - if test -f $(DESTDIR)$(libdir)/charset.alias; then \ - temp=$(DESTDIR)$(libdir)/t-charset.alias; \ - dest=$(DESTDIR)$(libdir)/charset.alias; \ - sed -f ref-del.sed $$dest > $$temp; \ - if grep '^# Packages using this file: $$' $$temp > /dev/null; then \ - rm -f $$dest; \ - else \ - $(INSTALL_DATA) $$temp $$dest; \ - fi; \ - rm -f $$temp; \ - fi; \ - if test -f $(DESTDIR)$(localedir)/locale.alias; then \ - temp=$(DESTDIR)$(localedir)/t-locale.alias; \ - dest=$(DESTDIR)$(localedir)/locale.alias; \ - sed -f ref-del.sed $$dest > $$temp; \ - if grep '^# Packages using this file: $$' $$temp > /dev/null; then \ - rm -f $$dest; \ - else \ - $(INSTALL_DATA) $$temp $$dest; \ - fi; \ - rm -f $$temp; \ - fi; \ - else \ - : ; \ - fi - if test "$(PACKAGE)" = "gettext"; then \ - for file in VERSION ChangeLog COPYING.LIB-2.0 COPYING.LIB-2.1 $(DISTFILES.common) $(DISTFILES.generated); do \ - rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - else \ - : ; \ - fi - -info dvi: - -$(OBJECTS): ../config.h libgnuintl.h -bindtextdom.$lo dcgettext.$lo dcigettext.$lo dcngettext.$lo dgettext.$lo dngettext.$lo finddomain.$lo gettext.$lo intl-compat.$lo loadmsgcat.$lo localealias.$lo ngettext.$lo textdomain.$lo: gettextP.h gmo.h loadinfo.h -dcigettext.$lo: hash-string.h -explodename.$lo l10nflist.$lo: loadinfo.h -dcigettext.$lo loadmsgcat.$lo plural.$lo plural-exp.$lo: plural-exp.h -dcigettext.$lo: eval-plural.h - -tags: TAGS - -TAGS: $(HEADERS) $(SOURCES) - here=`pwd`; cd $(srcdir) && etags -o $$here/TAGS $(HEADERS) $(SOURCES) - -id: ID - -ID: $(HEADERS) $(SOURCES) - here=`pwd`; cd $(srcdir) && mkid -f$$here/ID $(HEADERS) $(SOURCES) - - -mostlyclean: - rm -f *.a *.la *.o *.lo core core.* - rm -f libintl.h charset.alias ref-add.sed ref-del.sed - rm -f -r .libs _libs - -clean: mostlyclean - -distclean: clean - rm -f Makefile ID TAGS - if test "$(PACKAGE)" = gettext; then \ - rm -f ChangeLog.inst $(DISTFILES.normal); \ - else \ - : ; \ - fi - -maintainer-clean: distclean - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." - - -# GNU gettext needs not contain the file `VERSION' but contains some -# other files which should not be distributed in other packages. -distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) -dist distdir: Makefile - if test "$(PACKAGE)" = gettext; then \ - additional="$(DISTFILES.gettext)"; \ - else \ - additional="$(DISTFILES.normal)"; \ - fi; \ - $(MAKE) $(DISTFILES.common) $(DISTFILES.generated) $$additional; \ - for file in ChangeLog $(DISTFILES.common) $(DISTFILES.generated) $$additional; do \ - if test -f $$file; then dir=.; else dir=$(srcdir); fi; \ - cp -p $$dir/$$file $(distdir); \ - done - -Makefile: Makefile.in ../config.status - cd .. \ - && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status - -# Tell versions [3.59,3.63) of GNU make not to export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/src/apps/bin/grep-2.5/intl/VERSION b/src/apps/bin/grep-2.5/intl/VERSION new file mode 100644 index 0000000000..ee66b0612b --- /dev/null +++ b/src/apps/bin/grep-2.5/intl/VERSION @@ -0,0 +1 @@ +GNU gettext library from gettext-0.10.35 diff --git a/src/apps/bin/grep-2.5/intl/charset.alias b/src/apps/bin/grep-2.5/intl/charset.alias deleted file mode 100644 index 3d89783d27..0000000000 --- a/src/apps/bin/grep-2.5/intl/charset.alias +++ /dev/null @@ -1,5 +0,0 @@ -# This file contains a table of character encoding aliases, -# suitable for operating system 'beos'. -# It was automatically generated from config.charset. -# Packages using this file: -* UTF-8 diff --git a/src/apps/bin/grep-2.5/intl/libintl.h b/src/apps/bin/grep-2.5/intl/libintl.h deleted file mode 100644 index 7fd547ef04..0000000000 --- a/src/apps/bin/grep-2.5/intl/libintl.h +++ /dev/null @@ -1,137 +0,0 @@ -/* Message catalogs for internationalization. - Copyright (C) 1995-1997, 2000, 2001 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - USA. */ - -#ifndef _LIBINTL_H -#define _LIBINTL_H 1 - -#include - -/* The LC_MESSAGES locale category is the category used by the functions - gettext() and dgettext(). It is specified in POSIX, but not in ANSI C. - On systems that don't define it, use an arbitrary value instead. - On Solaris, defines __LOCALE_H then includes (i.e. - this file!) and then only defines LC_MESSAGES. To avoid a redefinition - warning, don't define LC_MESSAGES in this case. */ -#if !defined LC_MESSAGES && !defined __LOCALE_H -# define LC_MESSAGES 1729 -#endif - -/* We define an additional symbol to signal that we use the GNU - implementation of gettext. */ -#define __USE_GNU_GETTEXT 1 - -/* Resolve a platform specific conflict on DJGPP. GNU gettext takes - precedence over _conio_gettext. */ -#ifdef __DJGPP__ -# undef gettext -# define gettext gettext -#endif - -/* Use _INTL_PARAMS, not PARAMS, in order to avoid clashes with identifiers - used by programs. Similarly, test __PROTOTYPES, not PROTOTYPES. */ -#ifndef _INTL_PARAMS -# if __STDC__ || defined __GNUC__ || defined __SUNPRO_C || defined __cplusplus || __PROTOTYPES -# define _INTL_PARAMS(args) args -# else -# define _INTL_PARAMS(args) () -# endif -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -/* Look up MSGID in the current default message catalog for the current - LC_MESSAGES locale. If not found, returns MSGID itself (the default - text). */ -extern char *gettext _INTL_PARAMS ((const char *__msgid)); - -/* Look up MSGID in the DOMAINNAME message catalog for the current - LC_MESSAGES locale. */ -extern char *dgettext _INTL_PARAMS ((const char *__domainname, - const char *__msgid)); - -/* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY - locale. */ -extern char *dcgettext _INTL_PARAMS ((const char *__domainname, - const char *__msgid, - int __category)); - - -/* Similar to `gettext' but select the plural form corresponding to the - number N. */ -extern char *ngettext _INTL_PARAMS ((const char *__msgid1, - const char *__msgid2, - unsigned long int __n)); - -/* Similar to `dgettext' but select the plural form corresponding to the - number N. */ -extern char *dngettext _INTL_PARAMS ((const char *__domainname, - const char *__msgid1, - const char *__msgid2, - unsigned long int __n)); - -/* Similar to `dcgettext' but select the plural form corresponding to the - number N. */ -extern char *dcngettext _INTL_PARAMS ((const char *__domainname, - const char *__msgid1, - const char *__msgid2, - unsigned long int __n, - int __category)); - - -/* Set the current default message catalog to DOMAINNAME. - If DOMAINNAME is null, return the current default. - If DOMAINNAME is "", reset to the default of "messages". */ -extern char *textdomain _INTL_PARAMS ((const char *__domainname)); - -/* Specify that the DOMAINNAME message catalog will be found - in DIRNAME rather than in the system locale data base. */ -extern char *bindtextdomain _INTL_PARAMS ((const char *__domainname, - const char *__dirname)); - -/* Specify the character encoding in which the messages from the - DOMAINNAME message catalog will be returned. */ -extern char *bind_textdomain_codeset _INTL_PARAMS ((const char *__domainname, - const char *__codeset)); - - -/* Optimized version of the functions above. */ -#if defined __OPTIMIZED -/* These are macros, but could also be inline functions. */ - -# define gettext(msgid) \ - dgettext (NULL, msgid) - -# define dgettext(domainname, msgid) \ - dcgettext (domainname, msgid, LC_MESSAGES) - -# define ngettext(msgid1, msgid2, n) \ - dngettext (NULL, msgid1, msgid2, n) - -# define dngettext(domainname, msgid1, msgid2, n) \ - dcngettext (domainname, msgid1, msgid2, n, LC_MESSAGES) - -#endif /* Optimizing. */ - - -#ifdef __cplusplus -} -#endif - -#endif /* libintl.h */ diff --git a/src/apps/bin/grep-2.5/intl/ref-add.sed b/src/apps/bin/grep-2.5/intl/ref-add.sed deleted file mode 100644 index e7cc4dae4b..0000000000 --- a/src/apps/bin/grep-2.5/intl/ref-add.sed +++ /dev/null @@ -1,10 +0,0 @@ -/^# Packages using this file: / { - s/# Packages using this file:// - ta - :a - s/ grep / grep / - tb - s/ $/ grep / - :b - s/^/# Packages using this file:/ -} diff --git a/src/apps/bin/grep-2.5/intl/ref-del.sed b/src/apps/bin/grep-2.5/intl/ref-del.sed deleted file mode 100644 index c3529c59b3..0000000000 --- a/src/apps/bin/grep-2.5/intl/ref-del.sed +++ /dev/null @@ -1,5 +0,0 @@ -/^# Packages using this file: / { - s/# Packages using this file:// - s/ grep / / - s/^/# Packages using this file:/ -} diff --git a/src/apps/bin/grep-2.5/lib/Jamfile b/src/apps/bin/grep-2.5/lib/Jamfile index ec7d680ac2..3c47672a1d 100644 --- a/src/apps/bin/grep-2.5/lib/Jamfile +++ b/src/apps/bin/grep-2.5/lib/Jamfile @@ -1,31 +1,18 @@ SubDir OBOS_TOP src apps bin grep-2.5 lib ; SubDirCcFlags -DHAVE_CONFIG_H ; + SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ; -StaticLibrary greputils : -# alloca.c -# atexit.c +StaticLibrary grep : closeout.c error.c exclude.c - fnmatch.c - getopt.c - getopt1.c hard-locale.c isdir.c - malloc.c - memchr.c obstack.c quotearg.c - realloc.c - regex.c savedir.c - stpcpy.c - strtol.c - strtoul.c - strtoull.c - strtoumax.c xmalloc.c xstrtol.c xstrtoumax.c diff --git a/src/apps/bin/grep-2.5/lib/Makefile b/src/apps/bin/grep-2.5/lib/Makefile deleted file mode 100644 index 1ed56fc59e..0000000000 --- a/src/apps/bin/grep-2.5/lib/Makefile +++ /dev/null @@ -1,516 +0,0 @@ -# Makefile.in generated automatically by automake 1.5 from Makefile.am. - -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 -# Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - - - -# - -SHELL = /bin/sh - -srcdir = . -top_srcdir = .. - -prefix = /usr/local -exec_prefix = ${prefix} - -bindir = ${exec_prefix}/bin -sbindir = ${exec_prefix}/sbin -libexecdir = ${exec_prefix}/libexec -datadir = ${prefix}/share -sysconfdir = ${prefix}/etc -sharedstatedir = ${prefix}/com -localstatedir = ${prefix}/var -libdir = ${exec_prefix}/lib -infodir = ${prefix}/info -mandir = ${prefix}/man -includedir = ${prefix}/include -oldincludedir = /usr/include -pkgdatadir = $(datadir)/grep -pkglibdir = $(libdir)/grep -pkgincludedir = $(includedir)/grep -top_builddir = .. - -ACLOCAL = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run aclocal -AUTOCONF = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run autoconf -AUTOMAKE = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run automake -AUTOHEADER = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run autoheader - -INSTALL = /bin/install -c -INSTALL_PROGRAM = ${INSTALL} -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_SCRIPT = ${INSTALL} -INSTALL_HEADER = $(INSTALL_DATA) -transform = s,x,x, -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_alias = -host_triplet = i586-pc-beos -AMTAR = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run tar -AWK = gawk -BUILD_INCLUDED_LIBINTL = yes -CATALOGS = cs.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fr.gmo gl.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo nl.gmo no.gmo pl.gmo pt_BR.gmo ru.gmo sl.gmo sv.gmo -CATOBJEXT = .gmo -CC = gcc -CPP = gcc -E -DATADIRNAME = share -DEPDIR = .deps -EXEEXT = -GENCAT = gencat -GETCONF = -GLIBC21 = no -GMOFILES = cs.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fr.gmo gl.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo nl.gmo no.gmo pl.gmo pt_BR.gmo ru.gmo sl.gmo sv.gmo -GMSGFMT = : -INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s -INSTOBJEXT = .mo -INTLBISON = bison -INTLLIBS = $(top_builddir)/intl/libintl.a -INTLOBJS = $(GETTOBJS) -INTL_LIBTOOL_SUFFIX_PREFIX = -LIBICONV = -MKINSTALLDIRS = ./mkinstalldirs -MSGFMT = : -OBJEXT = o -PACKAGE = grep -POFILES = cs.po de.po el.po eo.po es.po et.po fr.po gl.po hr.po id.po it.po ja.po ko.po nl.po no.po pl.po pt_BR.po ru.po sl.po sv.po -POSUB = po -RANLIB = ranlib -SEP = : -SYMLINK = ln -s -SYMLINKFROM = grep -U = -USE_INCLUDED_LIBINTL = yes -USE_NLS = yes -VERSION = 2.5 -am__include = include -am__quote = -install_sh = /boot/home/Development/current/src/apps/bin/grep-2.5/install-sh - -AUTOMAKE_OPTIONS = ../src/ansi2knr - -SUBDIRS = posix - -noinst_LIBRARIES = libgreputils.a - -INCLUDES = -I.. -I$(srcdir) -I../intl -DEFS = -DLIBDIR=\"$(libdir)\" -DHAVE_CONFIG_H - -libgreputils_a_SOURCES = \ - closeout.c error.c exclude.c hard-locale.c \ - isdir.c obstack.c quotearg.c savedir.c xmalloc.c xstrtol.c xstrtoumax.c - - -libgreputils_a_LIBADD = -noinst_HEADERS = \ - closeout.h error.h exclude.h fnmatch.h getopt.h \ - hard-locale.h obstack.h quotearg.h regex.h savedir.h xalloc.h xstrtol.h - - -EXTRA_DIST = strtol.c malloc.c realloc.c -subdir = lib -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -LIBRARIES = $(noinst_LIBRARIES) - -libgreputils_a_AR = $(AR) cru -libgreputils_a_DEPENDENCIES = -am_libgreputils_a_OBJECTS = closeout$U.$(OBJEXT) error$U.$(OBJEXT) \ - exclude$U.$(OBJEXT) hard-locale$U.$(OBJEXT) isdir$U.$(OBJEXT) \ - obstack$U.$(OBJEXT) quotearg$U.$(OBJEXT) savedir$U.$(OBJEXT) \ - xmalloc$U.$(OBJEXT) xstrtol$U.$(OBJEXT) xstrtoumax$U.$(OBJEXT) -libgreputils_a_OBJECTS = $(am_libgreputils_a_OBJECTS) -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -CPPFLAGS = -LDFLAGS = -LIBS = -depcomp = $(SHELL) $(top_srcdir)/depcomp -DEP_FILES = $(DEPDIR)/alloca.Po $(DEPDIR)/atexit.Po \ - $(DEPDIR)/closeout$U.Po $(DEPDIR)/error$U.Po \ - $(DEPDIR)/exclude$U.Po $(DEPDIR)/fnmatch.Po \ - $(DEPDIR)/getopt.Po $(DEPDIR)/getopt1.Po \ - $(DEPDIR)/hard-locale$U.Po $(DEPDIR)/isdir$U.Po \ - $(DEPDIR)/malloc.Po $(DEPDIR)/memchr.Po \ - $(DEPDIR)/obstack$U.Po $(DEPDIR)/quotearg$U.Po \ - $(DEPDIR)/realloc.Po $(DEPDIR)/regex.Po \ - $(DEPDIR)/savedir$U.Po $(DEPDIR)/stpcpy.Po \ - $(DEPDIR)/strtoul.Po $(DEPDIR)/strtoull.Po \ - $(DEPDIR)/strtoumax.Po $(DEPDIR)/xmalloc$U.Po \ - $(DEPDIR)/xstrtol$U.Po $(DEPDIR)/xstrtoumax$U.Po -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -CCLD = $(CC) -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -CFLAGS = -g -O2 -DIST_SOURCES = $(libgreputils_a_SOURCES) -HEADERS = $(noinst_HEADERS) - - -RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ - uninstall-info-recursive all-recursive install-data-recursive \ - install-exec-recursive installdirs-recursive install-recursive \ - uninstall-recursive check-recursive installcheck-recursive -DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in alloca.c \ - atexit.c fnmatch.c getopt.c getopt1.c malloc.c memchr.c \ - realloc.c regex.c stpcpy.c strtoul.c strtoull.c strtoumax.c -DIST_SUBDIRS = $(SUBDIRS) -SOURCES = $(libgreputils_a_SOURCES) - -all: all-recursive - -.SUFFIXES: -.SUFFIXES: .c .o .obj -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu lib/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && \ - CONFIG_HEADERS= CONFIG_LINKS= \ - CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status - -AR = ar - -clean-noinstLIBRARIES: - -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) -libgreputils.a: $(libgreputils_a_OBJECTS) $(libgreputils_a_DEPENDENCIES) - -rm -f libgreputils.a - $(libgreputils_a_AR) libgreputils.a $(libgreputils_a_OBJECTS) $(libgreputils_a_LIBADD) - $(RANLIB) libgreputils.a - -mostlyclean-compile: - -rm -f *.$(OBJEXT) core *.core - -distclean-compile: - -rm -f *.tab.c - -ANSI2KNR = ../src/ansi2knr -../src/ansi2knr: - cd ../src && $(MAKE) $(AM_MAKEFLAGS) ansi2knr - -mostlyclean-kr: - -rm -f *_.c - -include $(DEPDIR)/alloca.Po -include $(DEPDIR)/atexit.Po -include $(DEPDIR)/closeout$U.Po -include $(DEPDIR)/error$U.Po -include $(DEPDIR)/exclude$U.Po -include $(DEPDIR)/fnmatch.Po -include $(DEPDIR)/getopt.Po -include $(DEPDIR)/getopt1.Po -include $(DEPDIR)/hard-locale$U.Po -include $(DEPDIR)/isdir$U.Po -include $(DEPDIR)/malloc.Po -include $(DEPDIR)/memchr.Po -include $(DEPDIR)/obstack$U.Po -include $(DEPDIR)/quotearg$U.Po -include $(DEPDIR)/realloc.Po -include $(DEPDIR)/regex.Po -include $(DEPDIR)/savedir$U.Po -include $(DEPDIR)/stpcpy.Po -include $(DEPDIR)/strtoul.Po -include $(DEPDIR)/strtoull.Po -include $(DEPDIR)/strtoumax.Po -include $(DEPDIR)/xmalloc$U.Po -include $(DEPDIR)/xstrtol$U.Po -include $(DEPDIR)/xstrtoumax$U.Po - -distclean-depend: - -rm -rf $(DEPDIR) - -.c.o: - source='$<' object='$@' libtool=no \ - depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \ - $(CCDEPMODE) $(depcomp) \ - $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< - -.c.obj: - source='$<' object='$@' libtool=no \ - depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \ - $(CCDEPMODE) $(depcomp) \ - $(COMPILE) -c `cygpath -w $<` -CCDEPMODE = depmode=gcc -alloca_.c: alloca.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/alloca.c; then echo $(srcdir)/alloca.c; else echo alloca.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > alloca_.c || rm -f alloca_.c -atexit_.c: atexit.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/atexit.c; then echo $(srcdir)/atexit.c; else echo atexit.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > atexit_.c || rm -f atexit_.c -closeout_.c: closeout.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/closeout.c; then echo $(srcdir)/closeout.c; else echo closeout.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > closeout_.c || rm -f closeout_.c -error_.c: error.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/error.c; then echo $(srcdir)/error.c; else echo error.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > error_.c || rm -f error_.c -exclude_.c: exclude.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/exclude.c; then echo $(srcdir)/exclude.c; else echo exclude.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > exclude_.c || rm -f exclude_.c -fnmatch_.c: fnmatch.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/fnmatch.c; then echo $(srcdir)/fnmatch.c; else echo fnmatch.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > fnmatch_.c || rm -f fnmatch_.c -getopt_.c: getopt.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt.c; then echo $(srcdir)/getopt.c; else echo getopt.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt_.c || rm -f getopt_.c -getopt1_.c: getopt1.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt1.c; then echo $(srcdir)/getopt1.c; else echo getopt1.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt1_.c || rm -f getopt1_.c -hard-locale_.c: hard-locale.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/hard-locale.c; then echo $(srcdir)/hard-locale.c; else echo hard-locale.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > hard-locale_.c || rm -f hard-locale_.c -isdir_.c: isdir.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/isdir.c; then echo $(srcdir)/isdir.c; else echo isdir.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > isdir_.c || rm -f isdir_.c -malloc_.c: malloc.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/malloc.c; then echo $(srcdir)/malloc.c; else echo malloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > malloc_.c || rm -f malloc_.c -memchr_.c: memchr.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memchr.c; then echo $(srcdir)/memchr.c; else echo memchr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memchr_.c || rm -f memchr_.c -obstack_.c: obstack.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/obstack.c; then echo $(srcdir)/obstack.c; else echo obstack.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > obstack_.c || rm -f obstack_.c -quotearg_.c: quotearg.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/quotearg.c; then echo $(srcdir)/quotearg.c; else echo quotearg.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > quotearg_.c || rm -f quotearg_.c -realloc_.c: realloc.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/realloc.c; then echo $(srcdir)/realloc.c; else echo realloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > realloc_.c || rm -f realloc_.c -regex_.c: regex.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/regex.c; then echo $(srcdir)/regex.c; else echo regex.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > regex_.c || rm -f regex_.c -savedir_.c: savedir.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/savedir.c; then echo $(srcdir)/savedir.c; else echo savedir.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > savedir_.c || rm -f savedir_.c -stpcpy_.c: stpcpy.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/stpcpy.c; then echo $(srcdir)/stpcpy.c; else echo stpcpy.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > stpcpy_.c || rm -f stpcpy_.c -strtoul_.c: strtoul.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strtoul.c; then echo $(srcdir)/strtoul.c; else echo strtoul.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strtoul_.c || rm -f strtoul_.c -strtoull_.c: strtoull.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strtoull.c; then echo $(srcdir)/strtoull.c; else echo strtoull.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strtoull_.c || rm -f strtoull_.c -strtoumax_.c: strtoumax.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strtoumax.c; then echo $(srcdir)/strtoumax.c; else echo strtoumax.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strtoumax_.c || rm -f strtoumax_.c -xmalloc_.c: xmalloc.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xmalloc.c; then echo $(srcdir)/xmalloc.c; else echo xmalloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xmalloc_.c || rm -f xmalloc_.c -xstrtol_.c: xstrtol.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xstrtol.c; then echo $(srcdir)/xstrtol.c; else echo xstrtol.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xstrtol_.c || rm -f xstrtol_.c -xstrtoumax_.c: xstrtoumax.c $(ANSI2KNR) - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xstrtoumax.c; then echo $(srcdir)/xstrtoumax.c; else echo xstrtoumax.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xstrtoumax_.c || rm -f xstrtoumax_.c -alloca_.$(OBJEXT) atexit_.$(OBJEXT) closeout_.$(OBJEXT) \ -error_.$(OBJEXT) exclude_.$(OBJEXT) fnmatch_.$(OBJEXT) \ -getopt_.$(OBJEXT) getopt1_.$(OBJEXT) hard-locale_.$(OBJEXT) \ -isdir_.$(OBJEXT) malloc_.$(OBJEXT) memchr_.$(OBJEXT) obstack_.$(OBJEXT) \ -quotearg_.$(OBJEXT) realloc_.$(OBJEXT) regex_.$(OBJEXT) \ -savedir_.$(OBJEXT) stpcpy_.$(OBJEXT) strtoul_.$(OBJEXT) \ -strtoull_.$(OBJEXT) strtoumax_.$(OBJEXT) xmalloc_.$(OBJEXT) \ -xstrtol_.$(OBJEXT) xstrtoumax_.$(OBJEXT) : $(ANSI2KNR) -uninstall-info-am: - -# This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): - @set fnord $(MAKEFLAGS); amf=$$2; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - -mostlyclean-recursive clean-recursive distclean-recursive \ -maintainer-clean-recursive: - @set fnord $(MAKEFLAGS); amf=$$2; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ - done && test -z "$$fail" -tags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ - done - -tags: TAGS - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) ' { files[$$0] = 1; } \ - END { for (i in files) print i; }'`; \ - mkid -fID $$unique $(LISP) - -TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - tags=; \ - here=`pwd`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ - fi; \ - done; \ - list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) ' { files[$$0] = 1; } \ - END { for (i in files) print i; }'`; \ - test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ - || etags $(ETAGS_ARGS) $$tags $$unique $(LISP) - -GTAGS: - here=`CDPATH=: && cd $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH - -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - -top_distdir = .. -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) - -distdir: $(DISTFILES) - @for file in $(DISTFILES); do \ - if test -f $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - $(mkinstalldirs) "$(distdir)/$$dir"; \ - fi; \ - if test -d $$d/$$file; then \ - cp -pR $$d/$$file $(distdir) \ - || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done - for subdir in $(SUBDIRS); do \ - if test "$$subdir" = .; then :; else \ - test -d $(distdir)/$$subdir \ - || mkdir $(distdir)/$$subdir \ - || exit 1; \ - (cd $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$(top_distdir)" \ - distdir=../$(distdir)/$$subdir \ - distdir) \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-recursive -all-am: Makefile $(LIBRARIES) $(HEADERS) -installdirs: installdirs-recursive -installdirs-am: - -install: install-recursive -install-exec: install-exec-recursive -install-data: install-data-recursive -uninstall: uninstall-recursive - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-recursive -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-recursive - -clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am - -distclean: distclean-recursive - -distclean-am: clean-am distclean-compile distclean-depend \ - distclean-generic distclean-tags - -dvi: dvi-recursive - -dvi-am: - -info: info-recursive - -info-am: - -install-data-am: - -install-exec-am: - -install-info: install-info-recursive - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-recursive - -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-recursive - -mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr - -uninstall-am: uninstall-info-am - -uninstall-info: uninstall-info-recursive - -.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \ - clean-generic clean-noinstLIBRARIES clean-recursive distclean \ - distclean-compile distclean-depend distclean-generic \ - distclean-recursive distclean-tags distdir dvi dvi-am \ - dvi-recursive info info-am info-recursive install install-am \ - install-data install-data-am install-data-recursive \ - install-exec install-exec-am install-exec-recursive \ - install-info install-info-am install-info-recursive install-man \ - install-recursive install-strip installcheck installcheck-am \ - installdirs installdirs-am installdirs-recursive \ - maintainer-clean maintainer-clean-generic \ - maintainer-clean-recursive mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-kr mostlyclean-recursive tags \ - tags-recursive uninstall uninstall-am uninstall-info-am \ - uninstall-info-recursive uninstall-recursive - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/src/apps/bin/grep-2.5/lib/Makefile.in b/src/apps/bin/grep-2.5/lib/Makefile.in index 917821c878..fb9eda36f9 100644 --- a/src/apps/bin/grep-2.5/lib/Makefile.in +++ b/src/apps/bin/grep-2.5/lib/Makefile.in @@ -89,8 +89,6 @@ POFILES = @POFILES@ POSUB = @POSUB@ RANLIB = @RANLIB@ SEP = @SEP@ -SYMLINK = @SYMLINK@ -SYMLINKFROM = @SYMLINKFROM@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ diff --git a/src/apps/bin/grep-2.5/m4/Makefile b/src/apps/bin/grep-2.5/m4/Makefile deleted file mode 100644 index a334159024..0000000000 --- a/src/apps/bin/grep-2.5/m4/Makefile +++ /dev/null @@ -1,246 +0,0 @@ -# Makefile.in generated automatically by automake 1.5 from Makefile.am. - -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 -# Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - - - -SHELL = /bin/sh - -srcdir = . -top_srcdir = .. - -prefix = /usr/local -exec_prefix = ${prefix} - -bindir = ${exec_prefix}/bin -sbindir = ${exec_prefix}/sbin -libexecdir = ${exec_prefix}/libexec -datadir = ${prefix}/share -sysconfdir = ${prefix}/etc -sharedstatedir = ${prefix}/com -localstatedir = ${prefix}/var -libdir = ${exec_prefix}/lib -infodir = ${prefix}/info -mandir = ${prefix}/man -includedir = ${prefix}/include -oldincludedir = /usr/include -pkgdatadir = $(datadir)/grep -pkglibdir = $(libdir)/grep -pkgincludedir = $(includedir)/grep -top_builddir = .. - -ACLOCAL = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run aclocal -AUTOCONF = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run autoconf -AUTOMAKE = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run automake -AUTOHEADER = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run autoheader - -INSTALL = /bin/install -c -INSTALL_PROGRAM = ${INSTALL} -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_SCRIPT = ${INSTALL} -INSTALL_HEADER = $(INSTALL_DATA) -transform = s,x,x, -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_alias = -host_triplet = i586-pc-beos -AMTAR = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run tar -AWK = gawk -BUILD_INCLUDED_LIBINTL = yes -CATALOGS = cs.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fr.gmo gl.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo nl.gmo no.gmo pl.gmo pt_BR.gmo ru.gmo sl.gmo sv.gmo -CATOBJEXT = .gmo -CC = gcc -CPP = gcc -E -DATADIRNAME = share -DEPDIR = .deps -EXEEXT = -GENCAT = gencat -GETCONF = -GLIBC21 = no -GMOFILES = cs.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fr.gmo gl.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo nl.gmo no.gmo pl.gmo pt_BR.gmo ru.gmo sl.gmo sv.gmo -GMSGFMT = : -INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s -INSTOBJEXT = .mo -INTLBISON = bison -INTLLIBS = $(top_builddir)/intl/libintl.a -INTLOBJS = $(GETTOBJS) -INTL_LIBTOOL_SUFFIX_PREFIX = -LIBICONV = -MKINSTALLDIRS = ./mkinstalldirs -MSGFMT = : -OBJEXT = o -PACKAGE = grep -POFILES = cs.po de.po el.po eo.po es.po et.po fr.po gl.po hr.po id.po it.po ja.po ko.po nl.po no.po pl.po pt_BR.po ru.po sl.po sv.po -POSUB = po -RANLIB = ranlib -SEP = : -SYMLINK = ln -s -SYMLINKFROM = grep -U = -USE_INCLUDED_LIBINTL = yes -USE_NLS = yes -VERSION = 2.5 -am__include = include -am__quote = -install_sh = /boot/home/Development/current/src/apps/bin/grep-2.5/install-sh - -AUTOMAKE_OPTIONS = no-dependencies - -EXTRA_DIST = decl.m4 \ - djgpp.m4 \ - dosfile.m4 \ - envsep.m4 \ - error.m4 \ - gettext.m4 \ - glibc.m4 \ - header.m4 \ - init.m4 \ - install.m4 \ - inttypes_h.m4 \ - isc-posix.m4 \ - largefile.m4 \ - lcmessage.m4 \ - malloc.m4 \ - mbstate_t.m4 \ - missing.m4 \ - progtest.m4 \ - realloc.m4 \ - regex.m4 \ - sanity.m4 \ - strerror_r.m4 \ - uintmax_t.m4 \ - ulonglong.m4 \ - xstrtoumax.m4 - -subdir = m4 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -depcomp = -DIST_SOURCES = -DIST_COMMON = Makefile.am Makefile.in -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu m4/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && \ - CONFIG_HEADERS= CONFIG_LINKS= \ - CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status -uninstall-info-am: -tags: TAGS -TAGS: - - -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - -top_distdir = .. -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) - -distdir: $(DISTFILES) - @for file in $(DISTFILES); do \ - if test -f $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - $(mkinstalldirs) "$(distdir)/$$dir"; \ - fi; \ - if test -d $$d/$$file; then \ - cp -pR $$d/$$file $(distdir) \ - || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile - -installdirs: - -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -info: info-am - -info-am: - -install-data-am: - -install-exec-am: - -install-info: install-info-am - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -uninstall-am: uninstall-info-am - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am info info-am install \ - install-am install-data install-data-am install-exec \ - install-exec-am install-info install-info-am install-man \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic uninstall uninstall-am uninstall-info-am - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/src/apps/bin/grep-2.5/m4/Makefile.am b/src/apps/bin/grep-2.5/m4/Makefile.am deleted file mode 100644 index 28438a457d..0000000000 --- a/src/apps/bin/grep-2.5/m4/Makefile.am +++ /dev/null @@ -1,28 +0,0 @@ -## Process this file with automake to create Makefile.in -AUTOMAKE_OPTIONS = no-dependencies - -EXTRA_DIST = decl.m4 \ - djgpp.m4 \ - dosfile.m4 \ - envsep.m4 \ - error.m4 \ - gettext.m4 \ - glibc.m4 \ - header.m4 \ - init.m4 \ - install.m4 \ - inttypes_h.m4 \ - isc-posix.m4 \ - largefile.m4 \ - lcmessage.m4 \ - malloc.m4 \ - mbstate_t.m4 \ - missing.m4 \ - progtest.m4 \ - realloc.m4 \ - regex.m4 \ - sanity.m4 \ - strerror_r.m4 \ - uintmax_t.m4 \ - ulonglong.m4 \ - xstrtoumax.m4 diff --git a/src/apps/bin/grep-2.5/m4/Makefile.in b/src/apps/bin/grep-2.5/m4/Makefile.in deleted file mode 100644 index c639109973..0000000000 --- a/src/apps/bin/grep-2.5/m4/Makefile.in +++ /dev/null @@ -1,246 +0,0 @@ -# Makefile.in generated automatically by automake 1.5 from Makefile.am. - -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 -# Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -SHELL = @SHELL@ - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -prefix = @prefix@ -exec_prefix = @exec_prefix@ - -bindir = @bindir@ -sbindir = @sbindir@ -libexecdir = @libexecdir@ -datadir = @datadir@ -sysconfdir = @sysconfdir@ -sharedstatedir = @sharedstatedir@ -localstatedir = @localstatedir@ -libdir = @libdir@ -infodir = @infodir@ -mandir = @mandir@ -includedir = @includedir@ -oldincludedir = /usr/include -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = .. - -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - -INSTALL = @INSTALL@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_HEADER = $(INSTALL_DATA) -transform = @program_transform_name@ -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_alias = @host_alias@ -host_triplet = @host@ -AMTAR = @AMTAR@ -AWK = @AWK@ -BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CPP = @CPP@ -DATADIRNAME = @DATADIRNAME@ -DEPDIR = @DEPDIR@ -EXEEXT = @EXEEXT@ -GENCAT = @GENCAT@ -GETCONF = @GETCONF@ -GLIBC21 = @GLIBC21@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLBISON = @INTLBISON@ -INTLLIBS = @INTLLIBS@ -INTLOBJS = @INTLOBJS@ -INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ -LIBICONV = @LIBICONV@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -POFILES = @POFILES@ -POSUB = @POSUB@ -RANLIB = @RANLIB@ -SEP = @SEP@ -SYMLINK = @SYMLINK@ -SYMLINKFROM = @SYMLINKFROM@ -U = @U@ -USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -am__include = @am__include@ -am__quote = @am__quote@ -install_sh = @install_sh@ - -AUTOMAKE_OPTIONS = no-dependencies - -EXTRA_DIST = decl.m4 \ - djgpp.m4 \ - dosfile.m4 \ - envsep.m4 \ - error.m4 \ - gettext.m4 \ - glibc.m4 \ - header.m4 \ - init.m4 \ - install.m4 \ - inttypes_h.m4 \ - isc-posix.m4 \ - largefile.m4 \ - lcmessage.m4 \ - malloc.m4 \ - mbstate_t.m4 \ - missing.m4 \ - progtest.m4 \ - realloc.m4 \ - regex.m4 \ - sanity.m4 \ - strerror_r.m4 \ - uintmax_t.m4 \ - ulonglong.m4 \ - xstrtoumax.m4 - -subdir = m4 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -depcomp = -DIST_SOURCES = -DIST_COMMON = Makefile.am Makefile.in -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu m4/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && \ - CONFIG_HEADERS= CONFIG_LINKS= \ - CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status -uninstall-info-am: -tags: TAGS -TAGS: - - -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - -top_distdir = .. -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) - -distdir: $(DISTFILES) - @for file in $(DISTFILES); do \ - if test -f $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - $(mkinstalldirs) "$(distdir)/$$dir"; \ - fi; \ - if test -d $$d/$$file; then \ - cp -pR $$d/$$file $(distdir) \ - || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile - -installdirs: - -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -info: info-am - -info-am: - -install-data-am: - -install-exec-am: - -install-info: install-info-am - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -uninstall-am: uninstall-info-am - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am info info-am install \ - install-am install-data install-data-am install-exec \ - install-exec-am install-info install-info-am install-man \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic uninstall uninstall-am uninstall-info-am - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/src/apps/bin/grep-2.5/m4/codeset.m4 b/src/apps/bin/grep-2.5/m4/codeset.m4 deleted file mode 100644 index 863c9cfa7e..0000000000 --- a/src/apps/bin/grep-2.5/m4/codeset.m4 +++ /dev/null @@ -1,17 +0,0 @@ -#serial AM1 - -dnl From Bruno Haible. - -AC_DEFUN([AM_LANGINFO_CODESET], -[ - AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset, - [AC_TRY_LINK([#include ], - [char* cs = nl_langinfo(CODESET);], - am_cv_langinfo_codeset=yes, - am_cv_langinfo_codeset=no) - ]) - if test $am_cv_langinfo_codeset = yes; then - AC_DEFINE(HAVE_LANGINFO_CODESET, 1, - [Define if you have and nl_langinfo(CODESET).]) - fi -]) diff --git a/src/apps/bin/grep-2.5/m4/decl.m4 b/src/apps/bin/grep-2.5/m4/decl.m4 deleted file mode 100644 index 7d20e38b59..0000000000 --- a/src/apps/bin/grep-2.5/m4/decl.m4 +++ /dev/null @@ -1,37 +0,0 @@ -#serial 5 - -AC_DEFUN(jm_CHECK_DECLARATION, -[ - AC_MSG_CHECKING([whether $1 is declared]) - AC_CACHE_VAL(jm_cv_func_decl_$1, - [AC_TRY_COMPILE([$2], - [ -#ifndef $1 -char *(*pfn) = (char *(*)) $1 -#endif - ], - eval "jm_cv_func_decl_$1=yes", - eval "jm_cv_func_decl_$1=no")]) - - if eval "test \"`echo '$jm_cv_func_decl_'$1`\" = yes"; then - AC_MSG_RESULT(yes) - ifelse([$3], , :, [$3]) - else - AC_MSG_RESULT(no) - ifelse([$4], , , [$4 -])dnl - fi -])dnl - -dnl jm_CHECK_DECLARATIONS(INCLUDES, FUNCTION... [, ACTION-IF-DECLARED -dnl [, ACTION-IF-NOT-DECLARED]]) -AC_DEFUN(jm_CHECK_DECLARATIONS, -[ - for jm_func in $2 - do - jm_CHECK_DECLARATION($jm_func, [$1], - [ - jm_tr_func=HAVE_DECL_`echo $jm_func | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ` - AC_DEFINE_UNQUOTED($jm_tr_func, 1, [Define if your system declares $1]) $3], [$4])dnl - done -]) diff --git a/src/apps/bin/grep-2.5/m4/djgpp.m4 b/src/apps/bin/grep-2.5/m4/djgpp.m4 deleted file mode 100644 index 607c8e59bf..0000000000 --- a/src/apps/bin/grep-2.5/m4/djgpp.m4 +++ /dev/null @@ -1,9 +0,0 @@ -dnl Check for DJGPP. we use DJ_GPP as the variable -dnl EXEEXXT -AC_DEFUN(AC_DJGPP, -[AC_CACHE_CHECK(for DJGPP environment, ac_cv_djgpp, -[AC_TRY_COMPILE(,[ return __DJGPP__;], -ac_cv_djgpp=yes, ac_cv_djgpp=no) -rm -f conftest*]) -DJ_GPP= -test "$ac_cv_djgpp" = yes && DJ_GPP=yes]) diff --git a/src/apps/bin/grep-2.5/m4/dosfile.m4 b/src/apps/bin/grep-2.5/m4/dosfile.m4 deleted file mode 100644 index 5616eea4d1..0000000000 --- a/src/apps/bin/grep-2.5/m4/dosfile.m4 +++ /dev/null @@ -1,21 +0,0 @@ -# Check to see if we use dir\file name conventtion -# If so, set macro HAVE_DOS_FILE_NAMES -# Also set the macro HAVE_DOS_FILE_CONTENTS for now, -# since don't know of a good way to independently check this. -dnl AC_DOSFILE() -AC_DEFUN(AC_DOSFILE, -[ - AC_CACHE_CHECK([for dos file convention], ac_cv_dosfile, - [if test -d ".\."; then - ac_cv_dosfile=yes - else - ac_cv_dosfile=no - fi - ]) - - if test $ac_cv_dosfile = yes; then - AC_DEFINE(HAVE_DOS_FILE_NAMES, 1, [Define if your OS uses backslashes as directory separators]) - AC_DEFINE(HAVE_DOS_FILE_CONTENTS, 1, - [Define if text file lines end in CRLF.]) - fi -]) diff --git a/src/apps/bin/grep-2.5/m4/envsep.m4 b/src/apps/bin/grep-2.5/m4/envsep.m4 deleted file mode 100644 index 8a3d2687cc..0000000000 --- a/src/apps/bin/grep-2.5/m4/envsep.m4 +++ /dev/null @@ -1,20 +0,0 @@ -# Check to see the separator for the environment variables -# and set SEP to ";" or default ":" - -dnl AM_SEP() -dnl SEP -AC_DEFUN(AM_SEP, -[AC_REQUIRE([AC_CYGWIN]) -AC_REQUIRE([AC_MINGW32]) -AC_REQUIRE([AC_DJGPP]) -AC_MSG_CHECKING([for environ variable separator]) -AC_CACHE_VAL(ac_cv_sep, -[if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$DJ_GPP" = yes ; then - ac_cv_sep=yes -else - ac_cv_sep=no -fi]) -SEP=":" -test x"$ac_cv_sep" = xyes && SEP=";" -AC_MSG_RESULT(${SEP}) -AC_SUBST(SEP)]) diff --git a/src/apps/bin/grep-2.5/m4/error.m4 b/src/apps/bin/grep-2.5/m4/error.m4 deleted file mode 100644 index eb0f776bba..0000000000 --- a/src/apps/bin/grep-2.5/m4/error.m4 +++ /dev/null @@ -1,11 +0,0 @@ -#serial 1 - -dnl FIXME: put these prerequisite-only *.m4 files in a separate -dnl directory -- otherwise, they'll conflict with existing files. - -dnl These are the prerequisite macros for GNU's error.c file. -AC_DEFUN(jm_PREREQ_ERROR, -[ - AC_CHECK_FUNCS(strerror strerror_r vprintf doprnt) - AC_HEADER_STDC -]) diff --git a/src/apps/bin/grep-2.5/m4/gettext.m4 b/src/apps/bin/grep-2.5/m4/gettext.m4 deleted file mode 100644 index e4d524cf0f..0000000000 --- a/src/apps/bin/grep-2.5/m4/gettext.m4 +++ /dev/null @@ -1,370 +0,0 @@ -# Macro to add for using GNU gettext. -# Ulrich Drepper , 1995. -# -# This file can be copied and used freely without restrictions. It can -# be used in projects which are not available under the GNU General Public -# License or the GNU Library General Public License but which still want -# to provide support for the GNU gettext functionality. -# Please note that the actual code of the GNU gettext library is covered -# by the GNU Library General Public License, and the rest of the GNU -# gettext package package is covered by the GNU General Public License. -# They are *not* in the public domain. - -# serial 10 - -dnl Usage: AM_WITH_NLS([TOOLSYMBOL], [NEEDSYMBOL], [LIBDIR]). -dnl If TOOLSYMBOL is specified and is 'use-libtool', then a libtool library -dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static, -dnl depending on --{enable,disable}-{shared,static} and on the presence of -dnl AM-DISABLE-SHARED). Otherwise, a static library -dnl $(top_builddir)/intl/libintl.a will be created. -dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext -dnl implementations (in libc or libintl) without the ngettext() function -dnl will be ignored. -dnl LIBDIR is used to find the intl libraries. If empty, -dnl the value `$(top_builddir)/intl/' is used. -dnl -dnl The result of the configuration is one of three cases: -dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled -dnl and used. -dnl Catalog format: GNU --> install in $(datadir) -dnl Catalog extension: .mo after installation, .gmo in source tree -dnl 2) GNU gettext has been found in the system's C library. -dnl Catalog format: GNU --> install in $(datadir) -dnl Catalog extension: .mo after installation, .gmo in source tree -dnl 3) No internationalization, always use English msgid. -dnl Catalog format: none -dnl Catalog extension: none -dnl The use of .gmo is historical (it was needed to avoid overwriting the -dnl GNU format catalogs when building on a platform with an X/Open gettext), -dnl but we keep it in order not to force irrelevant filename changes on the -dnl maintainers. -dnl -AC_DEFUN([AM_WITH_NLS], - [AC_MSG_CHECKING([whether NLS is requested]) - dnl Default is enabled NLS - AC_ARG_ENABLE(nls, - [ --disable-nls do not use Native Language Support], - USE_NLS=$enableval, USE_NLS=yes) - AC_MSG_RESULT($USE_NLS) - AC_SUBST(USE_NLS) - - BUILD_INCLUDED_LIBINTL=no - USE_INCLUDED_LIBINTL=no - INTLLIBS= - - dnl If we use NLS figure out what method - if test "$USE_NLS" = "yes"; then - AC_DEFINE(ENABLE_NLS, 1, - [Define to 1 if translation of program messages to the user's native language - is requested.]) - AC_MSG_CHECKING([whether included gettext is requested]) - AC_ARG_WITH(included-gettext, - [ --with-included-gettext use the GNU gettext library included here], - nls_cv_force_use_gnu_gettext=$withval, - nls_cv_force_use_gnu_gettext=no) - AC_MSG_RESULT($nls_cv_force_use_gnu_gettext) - - nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" - if test "$nls_cv_force_use_gnu_gettext" != "yes"; then - dnl User does not insist on using GNU NLS library. Figure out what - dnl to use. If GNU gettext is available we use this. Else we have - dnl to fall back to GNU NLS library. - CATOBJEXT=NONE - - dnl Add a version number to the cache macros. - define(gt_cv_func_gnugettext_libc, [gt_cv_func_gnugettext]ifelse([$2], need-ngettext, 2, 1)[_libc]) - define(gt_cv_func_gnugettext_libintl, [gt_cv_func_gnugettext]ifelse([$2], need-ngettext, 2, 1)[_libintl]) - - AC_CHECK_HEADER(libintl.h, - [AC_CACHE_CHECK([for GNU gettext in libc], gt_cv_func_gnugettext_libc, - [AC_TRY_LINK([#include -extern int _nl_msg_cat_cntr;], - [bindtextdomain ("", ""); -return (int) gettext ("")]ifelse([$2], need-ngettext, [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr], - gt_cv_func_gnugettext_libc=yes, - gt_cv_func_gnugettext_libc=no)]) - - if test "$gt_cv_func_gnugettext_libc" != "yes"; then - AC_CACHE_CHECK([for GNU gettext in libintl], - gt_cv_func_gnugettext_libintl, - [gt_save_LIBS="$LIBS" - LIBS="$LIBS -lintl $LIBICONV" - AC_TRY_LINK([#include -extern int _nl_msg_cat_cntr;], - [bindtextdomain ("", ""); -return (int) gettext ("")]ifelse([$2], need-ngettext, [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr], - gt_cv_func_gnugettext_libintl=yes, - gt_cv_func_gnugettext_libintl=no) - LIBS="$gt_save_LIBS"]) - fi - - dnl If an already present or preinstalled GNU gettext() is found, - dnl use it. But if this macro is used in GNU gettext, and GNU - dnl gettext is already preinstalled in libintl, we update this - dnl libintl. (Cf. the install rule in intl/Makefile.in.) - if test "$gt_cv_func_gnugettext_libc" = "yes" \ - || { test "$gt_cv_func_gnugettext_libintl" = "yes" \ - && test "$PACKAGE" != gettext; }; then - AC_DEFINE(HAVE_GETTEXT, 1, - [Define if the GNU gettext() function is already present or preinstalled.]) - - if test "$gt_cv_func_gnugettext_libintl" = "yes"; then - dnl If iconv() is in a separate libiconv library, then anyone - dnl linking with libintl{.a,.so} also needs to link with - dnl libiconv. - INTLLIBS="-lintl $LIBICONV" - fi - - gt_save_LIBS="$LIBS" - LIBS="$LIBS $INTLLIBS" - AC_CHECK_FUNCS(dcgettext) - LIBS="$gt_save_LIBS" - - dnl Search for GNU msgfmt in the PATH. - AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, - [$ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1], :) - AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) - - dnl Search for GNU xgettext in the PATH. - AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, - [$ac_dir/$ac_word --omit-header /dev/null >/dev/null 2>&1], :) - - CATOBJEXT=.gmo - fi - ]) - - if test "$CATOBJEXT" = "NONE"; then - dnl GNU gettext is not found in the C library. - dnl Fall back on GNU gettext library. - nls_cv_use_gnu_gettext=yes - fi - fi - - if test "$nls_cv_use_gnu_gettext" = "yes"; then - dnl Mark actions used to generate GNU NLS library. - INTLOBJS="\$(GETTOBJS)" - AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, - [$ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1], :) - AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) - AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, - [$ac_dir/$ac_word --omit-header /dev/null >/dev/null 2>&1], :) - AC_SUBST(MSGFMT) - BUILD_INCLUDED_LIBINTL=yes - USE_INCLUDED_LIBINTL=yes - CATOBJEXT=.gmo - INTLLIBS="ifelse([$3],[],\$(top_builddir)/intl,[$3])/libintl.ifelse([$1], use-libtool, [l], [])a $LIBICONV" - LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` - fi - - dnl This could go away some day; the PATH_PROG_WITH_TEST already does it. - dnl Test whether we really found GNU msgfmt. - if test "$GMSGFMT" != ":"; then - dnl If it is no GNU msgfmt we define it as : so that the - dnl Makefiles still can work. - if $GMSGFMT --statistics /dev/null >/dev/null 2>&1; then - : ; - else - AC_MSG_RESULT( - [found msgfmt program is not GNU msgfmt; ignore it]) - GMSGFMT=":" - fi - fi - - dnl This could go away some day; the PATH_PROG_WITH_TEST already does it. - dnl Test whether we really found GNU xgettext. - if test "$XGETTEXT" != ":"; then - dnl If it is no GNU xgettext we define it as : so that the - dnl Makefiles still can work. - if $XGETTEXT --omit-header /dev/null >/dev/null 2>&1; then - : ; - else - AC_MSG_RESULT( - [found xgettext program is not GNU xgettext; ignore it]) - XGETTEXT=":" - fi - fi - - dnl We need to process the po/ directory. - POSUB=po - fi - AC_OUTPUT_COMMANDS( - [for ac_file in $CONFIG_FILES; do - # Support "outfile[:infile[:infile...]]" - case "$ac_file" in - *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; - esac - # PO directories have a Makefile.in generated from Makefile.in.in. - case "$ac_file" in */Makefile.in) - # Adjust a relative srcdir. - ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` - ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" - ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` - # In autoconf-2.13 it is called $ac_given_srcdir. - # In autoconf-2.50 it is called $srcdir. - test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" - case "$ac_given_srcdir" in - .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; - /*) top_srcdir="$ac_given_srcdir" ;; - *) top_srcdir="$ac_dots$ac_given_srcdir" ;; - esac - if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then - rm -f "$ac_dir/POTFILES" - test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" - sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," -e "\$s/\(.*\) \\\\/\1/" < "$ac_given_srcdir/$ac_dir/POTFILES.in" > "$ac_dir/POTFILES" - test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" - sed -e "/POTFILES =/r $ac_dir/POTFILES" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" - fi - ;; - esac - done]) - - - dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL - dnl to 'yes' because some of the testsuite requires it. - if test "$PACKAGE" = gettext; then - BUILD_INCLUDED_LIBINTL=yes - fi - - dnl intl/plural.c is generated from intl/plural.y. It requires bison, - dnl because plural.y uses bison specific features. It requires at least - dnl bison-1.26 because earlier versions generate a plural.c that doesn't - dnl compile. - dnl bison is only needed for the maintainer (who touches plural.y). But in - dnl order to avoid separate Makefiles or --enable-maintainer-mode, we put - dnl the rule in general Makefile. Now, some people carelessly touch the - dnl files or have a broken "make" program, hence the plural.c rule will - dnl sometimes fire. To avoid an error, defines BISON to ":" if it is not - dnl present or too old. - AC_CHECK_PROGS([INTLBISON], [bison]) - if test -z "$INTLBISON"; then - ac_verc_fail=yes - else - dnl Found it, now check the version. - AC_MSG_CHECKING([version of bison]) -changequote(<<,>>)dnl - ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` - case $ac_prog_version in - '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; - 1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*) -changequote([,])dnl - ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; - *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; - esac - AC_MSG_RESULT([$ac_prog_version]) - fi - if test $ac_verc_fail = yes; then - INTLBISON=: - fi - - dnl These rules are solely for the distribution goal. While doing this - dnl we only have to keep exactly one list of the available catalogs - dnl in configure.in. - for lang in $ALL_LINGUAS; do - GMOFILES="$GMOFILES $lang.gmo" - POFILES="$POFILES $lang.po" - done - - dnl Make all variables we use known to autoconf. - AC_SUBST(BUILD_INCLUDED_LIBINTL) - AC_SUBST(USE_INCLUDED_LIBINTL) - AC_SUBST(CATALOGS) - AC_SUBST(CATOBJEXT) - AC_SUBST(GMOFILES) - AC_SUBST(INTLLIBS) - AC_SUBST(INTLOBJS) - AC_SUBST(POFILES) - AC_SUBST(POSUB) - - dnl For backward compatibility. Some configure.ins may be using this. - nls_cv_header_intl= - nls_cv_header_libgt= - - dnl For backward compatibility. Some Makefiles may be using this. - DATADIRNAME=share - AC_SUBST(DATADIRNAME) - - dnl For backward compatibility. Some Makefiles may be using this. - INSTOBJEXT=.mo - AC_SUBST(INSTOBJEXT) - - dnl For backward compatibility. Some Makefiles may be using this. - GENCAT=gencat - AC_SUBST(GENCAT) - ]) - -dnl Usage: Just like AM_WITH_NLS, which see. -AC_DEFUN([AM_GNU_GETTEXT], - [AC_REQUIRE([AC_PROG_MAKE_SET])dnl - AC_REQUIRE([AC_PROG_CC])dnl - AC_REQUIRE([AC_CANONICAL_HOST])dnl - AC_REQUIRE([AC_PROG_RANLIB])dnl - AC_REQUIRE([AC_ISC_POSIX])dnl - AC_REQUIRE([AC_HEADER_STDC])dnl - AC_REQUIRE([AC_C_CONST])dnl - AC_REQUIRE([AC_C_INLINE])dnl - AC_REQUIRE([AC_TYPE_OFF_T])dnl - AC_REQUIRE([AC_TYPE_SIZE_T])dnl - AC_REQUIRE([AC_FUNC_ALLOCA])dnl - AC_REQUIRE([AC_FUNC_MMAP])dnl - AC_REQUIRE([jm_GLIBC21])dnl - - AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h stddef.h \ -stdlib.h string.h unistd.h sys/param.h]) - AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getcwd getegid geteuid \ -getgid getuid mempcpy munmap putenv setenv setlocale stpcpy strchr strcasecmp \ -strdup strtoul tsearch __argz_count __argz_stringify __argz_next]) - - AM_ICONV - AM_LANGINFO_CODESET - AM_LC_MESSAGES - AM_WITH_NLS([$1],[$2],[$3]) - - if test "x$CATOBJEXT" != "x"; then - if test "x$ALL_LINGUAS" = "x"; then - LINGUAS= - else - AC_MSG_CHECKING(for catalogs to be installed) - NEW_LINGUAS= - for presentlang in $ALL_LINGUAS; do - useit=no - for desiredlang in ${LINGUAS-$ALL_LINGUAS}; do - # Use the presentlang catalog if desiredlang is - # a. equal to presentlang, or - # b. a variant of presentlang (because in this case, - # presentlang can be used as a fallback for messages - # which are not translated in the desiredlang catalog). - case "$desiredlang" in - "$presentlang"*) useit=yes;; - esac - done - if test $useit = yes; then - NEW_LINGUAS="$NEW_LINGUAS $presentlang" - fi - done - LINGUAS=$NEW_LINGUAS - AC_MSG_RESULT($LINGUAS) - fi - - dnl Construct list of names of catalog files to be constructed. - if test -n "$LINGUAS"; then - for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done - fi - fi - - dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly - dnl find the mkinstalldirs script in another subdir but $(top_srcdir). - dnl Try to locate is. - MKINSTALLDIRS= - if test -n "$ac_aux_dir"; then - MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" - fi - if test -z "$MKINSTALLDIRS"; then - MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" - fi - AC_SUBST(MKINSTALLDIRS) - - dnl Enable libtool support if the surrounding package wishes it. - INTL_LIBTOOL_SUFFIX_PREFIX=ifelse([$1], use-libtool, [l], []) - AC_SUBST(INTL_LIBTOOL_SUFFIX_PREFIX) - ]) diff --git a/src/apps/bin/grep-2.5/m4/glibc.m4 b/src/apps/bin/grep-2.5/m4/glibc.m4 deleted file mode 100644 index 802b233192..0000000000 --- a/src/apps/bin/grep-2.5/m4/glibc.m4 +++ /dev/null @@ -1,33 +0,0 @@ -dnl From Gordon Matzigkeit. -dnl Test for the GNU C Library. -dnl FIXME: this should migrate into libit. - -AC_DEFUN(AM_GLIBC, - [ - AC_CACHE_CHECK(whether we are using the GNU C Library, - ac_cv_gnu_library, - [AC_EGREP_CPP([Thanks for using GNU], - [ -#include -#ifdef __GNU_LIBRARY__ - Thanks for using GNU -#endif - ], - ac_cv_gnu_library=yes, - ac_cv_gnu_library=no) - ] - ) - AC_CACHE_CHECK(for version 2 of the GNU C Library, - ac_cv_glibc, - [AC_EGREP_CPP([Thanks for using GNU too], - [ -#include -#ifdef __GLIBC__ - Thanks for using GNU too -#endif - ], - ac_cv_glibc=yes, ac_cv_glibc=no) - ] - ) - ] -) diff --git a/src/apps/bin/grep-2.5/m4/glibc21.m4 b/src/apps/bin/grep-2.5/m4/glibc21.m4 deleted file mode 100644 index 5b88ef231c..0000000000 --- a/src/apps/bin/grep-2.5/m4/glibc21.m4 +++ /dev/null @@ -1,26 +0,0 @@ -#serial 2 - -# Test for the GNU C Library, version 2.1 or newer. -# From Bruno Haible. - -AC_DEFUN([jm_GLIBC21], - [ - AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer, - ac_cv_gnu_library_2_1, - [AC_EGREP_CPP([Lucky GNU user], - [ -#include -#ifdef __GNU_LIBRARY__ - #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2) - Lucky GNU user - #endif -#endif - ], - ac_cv_gnu_library_2_1=yes, - ac_cv_gnu_library_2_1=no) - ] - ) - AC_SUBST(GLIBC21) - GLIBC21="$ac_cv_gnu_library_2_1" - ] -) diff --git a/src/apps/bin/grep-2.5/m4/header.m4 b/src/apps/bin/grep-2.5/m4/header.m4 deleted file mode 100644 index f8e065fed3..0000000000 --- a/src/apps/bin/grep-2.5/m4/header.m4 +++ /dev/null @@ -1,66 +0,0 @@ -# Like AC_CONFIG_HEADER, but automatically create stamp file. - -# serial 3 - -# When config.status generates a header, we must update the stamp-h file. -# This file resides in the same directory as the config header -# that is generated. We must strip everything past the first ":", -# and everything past the last "/". - -AC_PREREQ([2.12]) - -AC_DEFUN([AM_CONFIG_HEADER], -[ifdef([AC_FOREACH],dnl - [dnl init our file count if it isn't already - m4_ifndef([_AM_Config_Header_Index], m4_define([_AM_Config_Header_Index], [0])) - dnl prepare to store our destination file list for use in config.status - AC_FOREACH([_AM_File], [$1], - [m4_pushdef([_AM_Dest], m4_patsubst(_AM_File, [:.*])) - m4_define([_AM_Config_Header_Index], m4_incr(_AM_Config_Header_Index)) - dnl and add it to the list of files AC keeps track of, along - dnl with our hook - AC_CONFIG_HEADERS(_AM_File, -dnl COMMANDS, [, INIT-CMDS] -[# update the timestamp -echo timestamp >"AS_ESCAPE(_AM_DIRNAME(]_AM_Dest[))/stamp-h]_AM_Config_Header_Index[" -][$2]m4_ifval([$3], [, [$3]]))dnl AC_CONFIG_HEADERS - m4_popdef([_AM_Dest])])],dnl -[AC_CONFIG_HEADER([$1]) - AC_OUTPUT_COMMANDS( - ifelse(patsubst([$1], [[^ ]], []), - [], - [test -z "$CONFIG_HEADERS" || echo timestamp >dnl - patsubst([$1], [^\([^:]*/\)?.*], [\1])stamp-h]),dnl -[am_indx=1 -for am_file in $1; do - case " \$CONFIG_HEADERS " in - *" \$am_file "*) - am_dir=\`echo \$am_file |sed 's%:.*%%;s%[^/]*\$%%'\` - if test -n "\$am_dir"; then - am_tmpdir=\`echo \$am_dir |sed 's%^\(/*\).*\$%\1%'\` - for am_subdir in \`echo \$am_dir |sed 's%/% %'\`; do - am_tmpdir=\$am_tmpdir\$am_subdir/ - if test ! -d \$am_tmpdir; then - mkdir \$am_tmpdir - fi - done - fi - echo timestamp > "\$am_dir"stamp-h\$am_indx - ;; - esac - am_indx=\`expr \$am_indx + 1\` -done]) -])]) # AM_CONFIG_HEADER - -# _AM_DIRNAME(PATH) -# ----------------- -# Like AS_DIRNAME, only do it during macro expansion -AC_DEFUN([_AM_DIRNAME], - [m4_if(m4_regexp([$1], [^.*[^/]//*[^/][^/]*/*$]), -1, - m4_if(m4_regexp([$1], [^//\([^/]\|$\)]), -1, - m4_if(m4_regexp([$1], [^/.*]), -1, - [.], - m4_patsubst([$1], [^\(/\).*], [\1])), - m4_patsubst([$1], [^\(//\)\([^/].*\|$\)], [\1])), - m4_patsubst([$1], [^\(.*[^/]\)//*[^/][^/]*/*$], [\1]))[]dnl -]) # _AM_DIRNAME diff --git a/src/apps/bin/grep-2.5/m4/iconv.m4 b/src/apps/bin/grep-2.5/m4/iconv.m4 deleted file mode 100644 index 17237344af..0000000000 --- a/src/apps/bin/grep-2.5/m4/iconv.m4 +++ /dev/null @@ -1,69 +0,0 @@ -#serial AM2 - -dnl From Bruno Haible. - -AC_DEFUN([AM_ICONV], -[ - dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and - dnl those with the standalone portable GNU libiconv installed). - - AC_ARG_WITH([libiconv-prefix], -[ --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib], [ - for dir in `echo "$withval" | tr : ' '`; do - if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi - if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi - done - ]) - - AC_CACHE_CHECK(for iconv, am_cv_func_iconv, [ - am_cv_func_iconv="no, consider installing GNU libiconv" - am_cv_lib_iconv=no - AC_TRY_LINK([#include -#include ], - [iconv_t cd = iconv_open("",""); - iconv(cd,NULL,NULL,NULL,NULL); - iconv_close(cd);], - am_cv_func_iconv=yes) - if test "$am_cv_func_iconv" != yes; then - am_save_LIBS="$LIBS" - LIBS="$LIBS -liconv" - AC_TRY_LINK([#include -#include ], - [iconv_t cd = iconv_open("",""); - iconv(cd,NULL,NULL,NULL,NULL); - iconv_close(cd);], - am_cv_lib_iconv=yes - am_cv_func_iconv=yes) - LIBS="$am_save_LIBS" - fi - ]) - if test "$am_cv_func_iconv" = yes; then - AC_DEFINE(HAVE_ICONV, 1, [Define if you have the iconv() function.]) - AC_MSG_CHECKING([for iconv declaration]) - AC_CACHE_VAL(am_cv_proto_iconv, [ - AC_TRY_COMPILE([ -#include -#include -extern -#ifdef __cplusplus -"C" -#endif -#if defined(__STDC__) || defined(__cplusplus) -size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); -#else -size_t iconv(); -#endif -], [], am_cv_proto_iconv_arg1="", am_cv_proto_iconv_arg1="const") - am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) - am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` - AC_MSG_RESULT([$]{ac_t:- - }[$]am_cv_proto_iconv) - AC_DEFINE_UNQUOTED(ICONV_CONST, $am_cv_proto_iconv_arg1, - [Define as const if the declaration of iconv() needs const.]) - fi - LIBICONV= - if test "$am_cv_lib_iconv" = yes; then - LIBICONV="-liconv" - fi - AC_SUBST(LIBICONV) -]) diff --git a/src/apps/bin/grep-2.5/m4/init.m4 b/src/apps/bin/grep-2.5/m4/init.m4 deleted file mode 100644 index 724fbc7ab1..0000000000 --- a/src/apps/bin/grep-2.5/m4/init.m4 +++ /dev/null @@ -1,89 +0,0 @@ -# Do all the work for Automake. This macro actually does too much -- -# some checks are only needed if your package does certain things. -# But this isn't really a big deal. - -# serial 5 - -# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be -# written in clear, in which case automake, when reading aclocal.m4, -# will think it sees a *use*, and therefore will trigger all it's -# C support machinery. Also note that it means that autoscan, seeing -# CC etc. in the Makefile, will ask for an AC_PROG_CC use... - - -# We require 2.13 because we rely on SHELL being computed by configure. -AC_PREREQ([2.13]) - -# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) -# ----------------------------------------------------------- -# If MACRO-NAME is provided do IF-PROVIDED, else IF-NOT-PROVIDED. -# The purpose of this macro is to provide the user with a means to -# check macros which are provided without letting her know how the -# information is coded. -# If this macro is not defined by Autoconf, define it here. -ifdef([AC_PROVIDE_IFELSE], - [], - [define([AC_PROVIDE_IFELSE], - [ifdef([AC_PROVIDE_$1], - [$2], [$3])])]) - - -# AM_INIT_AUTOMAKE(PACKAGE,VERSION, [NO-DEFINE]) -# ---------------------------------------------- -AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_REQUIRE([AC_PROG_INSTALL])dnl -# test to see if srcdir already configured -if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" && - test -f $srcdir/config.status; then - AC_MSG_ERROR([source directory already configured; run \"make distclean\" there first]) -fi - -# Define the identity of the package. -PACKAGE=$1 -AC_SUBST(PACKAGE)dnl -VERSION=$2 -AC_SUBST(VERSION)dnl -ifelse([$3],, -[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) -AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])]) - -# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow -# the ones we care about. -ifdef([m4_pattern_allow], - [m4_pattern_allow([^AM_[A-Z]+FLAGS])])dnl - -# Autoconf 2.50 always computes EXEEXT. However we need to be -# compatible with 2.13, for now. So we always define EXEEXT, but we -# don't compute it. -AC_SUBST(EXEEXT) -# Similar for OBJEXT -- only we only use OBJEXT if the user actually -# requests that it be used. This is a bit dumb. -: ${OBJEXT=o} -AC_SUBST(OBJEXT) - -# Some tools Automake needs. -AC_REQUIRE([AM_SANITY_CHECK])dnl -AC_REQUIRE([AC_ARG_PROGRAM])dnl -AM_MISSING_PROG(ACLOCAL, aclocal) -AM_MISSING_PROG(AUTOCONF, autoconf) -AM_MISSING_PROG(AUTOMAKE, automake) -AM_MISSING_PROG(AUTOHEADER, autoheader) -AM_MISSING_PROG(MAKEINFO, makeinfo) -AM_MISSING_PROG(AMTAR, tar) -AM_PROG_INSTALL_SH -AM_PROG_INSTALL_STRIP -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. -AC_REQUIRE([AC_PROG_AWK])dnl -AC_REQUIRE([AC_PROG_MAKE_SET])dnl -AC_REQUIRE([AM_DEP_TRACK])dnl -AC_REQUIRE([AM_SET_DEPDIR])dnl -AC_PROVIDE_IFELSE([AC_PROG_][CC], - [_AM_DEPENDENCIES(CC)], - [define([AC_PROG_][CC], - defn([AC_PROG_][CC])[_AM_DEPENDENCIES(CC)])])dnl -AC_PROVIDE_IFELSE([AC_PROG_][CXX], - [_AM_DEPENDENCIES(CXX)], - [define([AC_PROG_][CXX], - defn([AC_PROG_][CXX])[_AM_DEPENDENCIES(CXX)])])dnl -]) diff --git a/src/apps/bin/grep-2.5/m4/install.m4 b/src/apps/bin/grep-2.5/m4/install.m4 deleted file mode 100644 index b0c3feacda..0000000000 --- a/src/apps/bin/grep-2.5/m4/install.m4 +++ /dev/null @@ -1,13 +0,0 @@ -## --------------------------------------------------------- ## -## Use AC_PROG_INSTALL, supplementing it with INSTALL_SCRIPT ## -## substitution. ## -## From Franc,ois Pinard ## -## --------------------------------------------------------- ## - -# serial 1 - -AC_DEFUN([AM_PROG_INSTALL], -[AC_REQUIRE([AC_PROG_INSTALL]) -test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' -AC_SUBST(INSTALL_SCRIPT)dnl -]) diff --git a/src/apps/bin/grep-2.5/m4/inttypes_h.m4 b/src/apps/bin/grep-2.5/m4/inttypes_h.m4 deleted file mode 100644 index 750639d6fd..0000000000 --- a/src/apps/bin/grep-2.5/m4/inttypes_h.m4 +++ /dev/null @@ -1,22 +0,0 @@ -#serial 3 - -dnl From Paul Eggert. - -# Define HAVE_INTTYPES_H if exists, -# doesn't clash with , and declares uintmax_t. - -AC_DEFUN(jm_AC_HEADER_INTTYPES_H, -[ - AC_CACHE_CHECK([for inttypes.h], jm_ac_cv_header_inttypes_h, - [AC_TRY_COMPILE( - [#include -#include ], - [uintmax_t i = (uintmax_t) -1;], - jm_ac_cv_header_inttypes_h=yes, - jm_ac_cv_header_inttypes_h=no)]) - if test $jm_ac_cv_header_inttypes_h = yes; then - AC_DEFINE_UNQUOTED(HAVE_INTTYPES_H, 1, -[Define if exists, doesn't clash with , - and declares uintmax_t. ]) - fi -]) diff --git a/src/apps/bin/grep-2.5/m4/isc-posix.m4 b/src/apps/bin/grep-2.5/m4/isc-posix.m4 deleted file mode 100644 index 99c899ce59..0000000000 --- a/src/apps/bin/grep-2.5/m4/isc-posix.m4 +++ /dev/null @@ -1,17 +0,0 @@ -#serial 1 -# This test replaces the one in autoconf. -# Currently this macro should have the same name as the autoconf macro -# because gettext's gettext.m4 (distributed in the automake package) -# still uses it. Otherwise, the use in gettext.m4 makes autoheader -# give these diagnostics: -# configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX -# configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX - -undefine([AC_ISC_POSIX]) - -AC_DEFUN([AC_ISC_POSIX], - [ - dnl This test replaces the obsolescent AC_ISC_POSIX kludge. - AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"]) - ] -) diff --git a/src/apps/bin/grep-2.5/m4/largefile.m4 b/src/apps/bin/grep-2.5/m4/largefile.m4 deleted file mode 100644 index 8501908382..0000000000 --- a/src/apps/bin/grep-2.5/m4/largefile.m4 +++ /dev/null @@ -1,129 +0,0 @@ -#serial 6 - -dnl By default, many hosts won't let programs access large files; -dnl one must use special compiler options to get large-file access to work. -dnl For more details about this brain damage please see: -dnl http://www.sas.com/standards/large.file/x_open.20Mar96.html - -dnl Written by Paul Eggert . - -dnl Internal subroutine of AC_SYS_LARGEFILE. -dnl AC_SYS_LARGEFILE_FLAGS(FLAGSNAME) -AC_DEFUN([AC_SYS_LARGEFILE_FLAGS], - [AC_CACHE_CHECK([for $1 value to request large file support], - ac_cv_sys_largefile_$1, - [if ($GETCONF LFS_$1) >conftest.1 2>conftest.2 && test ! -s conftest.2 - then - ac_cv_sys_largefile_$1=`cat conftest.1` - else - ac_cv_sys_largefile_$1=no - ifelse($1, CFLAGS, - [case "$host_os" in - # HP-UX 10.20 requires -D__STDC_EXT__ with gcc 2.95.1. -changequote(, )dnl - hpux10.[2-9][0-9]* | hpux1[1-9]* | hpux[2-9][0-9]*) -changequote([, ])dnl - if test "$GCC" = yes; then - ac_cv_sys_largefile_CFLAGS=-D__STDC_EXT__ - fi - ;; - # IRIX 6.2 and later require cc -n32. -changequote(, )dnl - irix6.[2-9]* | irix6.1[0-9]* | irix[7-9].* | irix[1-9][0-9]*) -changequote([, ])dnl - if test "$GCC" != yes; then - ac_cv_sys_largefile_CFLAGS=-n32 - fi - esac - if test "$ac_cv_sys_largefile_CFLAGS" != no; then - ac_save_CC="$CC" - CC="$CC $ac_cv_sys_largefile_CFLAGS" - AC_TRY_LINK(, , , ac_cv_sys_largefile_CFLAGS=no) - CC="$ac_save_CC" - fi]) - fi - rm -f conftest*])]) - -dnl Internal subroutine of AC_SYS_LARGEFILE. -dnl AC_SYS_LARGEFILE_SPACE_APPEND(VAR, VAL) -AC_DEFUN([AC_SYS_LARGEFILE_SPACE_APPEND], - [case $2 in - no) ;; - ?*) - case "[$]$1" in - '') $1=$2 ;; - *) $1=[$]$1' '$2 ;; - esac ;; - esac]) - -dnl Internal subroutine of AC_SYS_LARGEFILE. -dnl AC_SYS_LARGEFILE_MACRO_VALUE(C-MACRO, CACHE-VAR, COMMENT, CODE-TO-SET-DEFAULT) -AC_DEFUN([AC_SYS_LARGEFILE_MACRO_VALUE], - [AC_CACHE_CHECK([for $1], $2, - [$2=no -changequote(, )dnl - $4 - for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do - case "$ac_flag" in - -D$1) - $2=1 ;; - -D$1=*) - $2=`expr " $ac_flag" : '[^=]*=\(.*\)'` ;; - esac - done -changequote([, ])dnl - ]) - if test "[$]$2" != no; then - AC_DEFINE_UNQUOTED([$1], [$]$2, [$3]) - fi]) - -AC_DEFUN([AC_SYS_LARGEFILE], - [AC_REQUIRE([AC_CANONICAL_HOST]) - AC_ARG_ENABLE(largefile, - [ --disable-largefile omit support for large files]) - if test "$enable_largefile" != no; then - AC_CHECK_TOOL(GETCONF, getconf) - AC_SYS_LARGEFILE_FLAGS(CFLAGS) - AC_SYS_LARGEFILE_FLAGS(LDFLAGS) - AC_SYS_LARGEFILE_FLAGS(LIBS) - - for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do - case "$ac_flag" in - no) ;; - -D_FILE_OFFSET_BITS=*) ;; - -D_LARGEFILE_SOURCE | -D_LARGEFILE_SOURCE=*) ;; - -D_LARGE_FILES | -D_LARGE_FILES=*) ;; - -D?* | -I?*) - AC_SYS_LARGEFILE_SPACE_APPEND(CPPFLAGS, "$ac_flag") ;; - *) - AC_SYS_LARGEFILE_SPACE_APPEND(CFLAGS, "$ac_flag") ;; - esac - done - AC_SYS_LARGEFILE_SPACE_APPEND(LDFLAGS, "$ac_cv_sys_largefile_LDFLAGS") - AC_SYS_LARGEFILE_SPACE_APPEND(LIBS, "$ac_cv_sys_largefile_LIBS") - AC_SYS_LARGEFILE_MACRO_VALUE(_FILE_OFFSET_BITS, - ac_cv_sys_file_offset_bits, - [Number of bits in a file offset, on hosts where this is settable.], - [case "$host_os" in - # HP-UX 10.20 and later - hpux10.[2-9][0-9]* | hpux1[1-9]* | hpux[2-9][0-9]*) - ac_cv_sys_file_offset_bits=64 ;; - esac]) - AC_SYS_LARGEFILE_MACRO_VALUE(_LARGEFILE_SOURCE, - ac_cv_sys_largefile_source, - [Define to make fseeko etc. visible, on some hosts.], - [case "$host_os" in - # HP-UX 10.20 and later - hpux10.[2-9][0-9]* | hpux1[1-9]* | hpux[2-9][0-9]*) - ac_cv_sys_largefile_source=1 ;; - esac]) - AC_SYS_LARGEFILE_MACRO_VALUE(_LARGE_FILES, - ac_cv_sys_large_files, - [Define for large files, on AIX-style hosts.], - [case "$host_os" in - # AIX 4.2 and later - aix4.[2-9]* | aix4.1[0-9]* | aix[5-9].* | aix[1-9][0-9]*) - ac_cv_sys_large_files=1 ;; - esac]) - fi - ]) diff --git a/src/apps/bin/grep-2.5/m4/lcmessage.m4 b/src/apps/bin/grep-2.5/m4/lcmessage.m4 deleted file mode 100644 index 18d47a94f7..0000000000 --- a/src/apps/bin/grep-2.5/m4/lcmessage.m4 +++ /dev/null @@ -1,24 +0,0 @@ -# Check whether LC_MESSAGES is available in . -# Ulrich Drepper , 1995. -# -# This file can be copied and used freely without restrictions. It can -# be used in projects which are not available under the GNU General Public -# License or the GNU Library General Public License but which still want -# to provide support for the GNU gettext functionality. -# Please note that the actual code of the GNU gettext library is covered -# by the GNU Library General Public License, and the rest of the GNU -# gettext package package is covered by the GNU General Public License. -# They are *not* in the public domain. - -# serial 2 - -AC_DEFUN([AM_LC_MESSAGES], - [if test $ac_cv_header_locale_h = yes; then - AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, - [AC_TRY_LINK([#include ], [return LC_MESSAGES], - am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)]) - if test $am_cv_val_LC_MESSAGES = yes; then - AC_DEFINE(HAVE_LC_MESSAGES, 1, - [Define if your file defines LC_MESSAGES.]) - fi - fi]) diff --git a/src/apps/bin/grep-2.5/m4/malloc.m4 b/src/apps/bin/grep-2.5/m4/malloc.m4 deleted file mode 100644 index 2f00142d28..0000000000 --- a/src/apps/bin/grep-2.5/m4/malloc.m4 +++ /dev/null @@ -1,34 +0,0 @@ -#serial 3 - -dnl From Jim Meyering. -dnl Determine whether malloc accepts 0 as its argument. -dnl If it doesn't, arrange to use the replacement function. -dnl - -AC_DEFUN(jm_FUNC_MALLOC, -[ - dnl xmalloc.c requires that this symbol be defined so it doesn't - dnl mistakenly use a broken malloc -- as it might if this test were omitted. - AC_DEFINE_UNQUOTED(HAVE_DONE_WORKING_MALLOC_CHECK, 1, - [Define if the malloc check has been performed. ]) - - AC_CACHE_CHECK([for working malloc], jm_cv_func_working_malloc, - [AC_TRY_RUN([ - char *malloc (); - int - main () - { - exit (malloc (0) ? 0 : 1); - } - ], - jm_cv_func_working_malloc=yes, - jm_cv_func_working_malloc=no, - dnl When crosscompiling, assume malloc is broken. - jm_cv_func_working_malloc=no) - ]) - if test $jm_cv_func_working_malloc = no; then - AC_LIBOBJ(malloc) - AC_DEFINE_UNQUOTED(malloc, rpl_malloc, - [Define to rpl_malloc if the replacement function should be used.]) - fi -]) diff --git a/src/apps/bin/grep-2.5/m4/mbstate_t.m4 b/src/apps/bin/grep-2.5/m4/mbstate_t.m4 deleted file mode 100644 index a185a7dbcf..0000000000 --- a/src/apps/bin/grep-2.5/m4/mbstate_t.m4 +++ /dev/null @@ -1,29 +0,0 @@ -# serial 8 - -# From Paul Eggert. - -# BeOS 5 has but does not define mbstate_t, -# so you can't declare an object of that type. -# Check for this incompatibility with Standard C. - -# Include stdlib.h first, because otherwise this test would fail on Linux -# (at least glibc-2.1.3) because the "_XOPEN_SOURCE 500" definition elicits -# a syntax error in wchar.h due to the use of undefined __int32_t. - -AC_DEFUN(AC_MBSTATE_T, - [ - AC_CHECK_HEADERS(stdlib.h) - - AC_CACHE_CHECK([for mbstate_t], ac_cv_type_mbstate_t, - [AC_TRY_COMPILE([ -#if HAVE_STDLIB_H -# include -#endif -#include ], - [mbstate_t x; return sizeof x;], - ac_cv_type_mbstate_t=yes, - ac_cv_type_mbstate_t=no)]) - if test $ac_cv_type_mbstate_t = no; then - AC_DEFINE(mbstate_t, int, - [Define to a type if does not define.]) - fi]) diff --git a/src/apps/bin/grep-2.5/m4/missing.m4 b/src/apps/bin/grep-2.5/m4/missing.m4 deleted file mode 100644 index 868aa6b6c3..0000000000 --- a/src/apps/bin/grep-2.5/m4/missing.m4 +++ /dev/null @@ -1,30 +0,0 @@ -## --------------------------------------------------------- ## -## Fake the existence of programs that GNU maintainers use. ## -## --------------------------------------------------------- ## - -# serial 2 - -# AM_MISSING_PROG(NAME, PROGRAM) -# ------------------------------ -AC_DEFUN([AM_MISSING_PROG], -[AC_REQUIRE([AM_MISSING_HAS_RUN]) -$1=${$1-"${am_missing_run}$2"} -AC_SUBST($1)]) - - -# AM_MISSING_HAS_RUN -# ------------------ -# Define MISSING if not defined so far and test if it supports --run. -# If it does, set am_missing_run to use it, otherwise, to nothing. -AC_DEFUN([AM_MISSING_HAS_RUN], -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" -# Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " -else - am_missing_run= - am_backtick='`' - AC_MSG_WARN([${am_backtick}missing' script is too old or missing]) -fi -]) diff --git a/src/apps/bin/grep-2.5/m4/progtest.m4 b/src/apps/bin/grep-2.5/m4/progtest.m4 deleted file mode 100644 index 35dc3da1f7..0000000000 --- a/src/apps/bin/grep-2.5/m4/progtest.m4 +++ /dev/null @@ -1,51 +0,0 @@ -# Search path for a program which passes the given test. -# Ulrich Drepper , 1996. -# -# This file can be copied and used freely without restrictions. It can -# be used in projects which are not available under the GNU General Public -# License or the GNU Library General Public License but which still want -# to provide support for the GNU gettext functionality. -# Please note that the actual code of the GNU gettext library is covered -# by the GNU Library General Public License, and the rest of the GNU -# gettext package package is covered by the GNU General Public License. -# They are *not* in the public domain. - -# serial 2 - -dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, -dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) -AC_DEFUN([AM_PATH_PROG_WITH_TEST], -[# Extract the first word of "$2", so it can be a program name with args. -set dummy $2; ac_word=[$]2 -AC_MSG_CHECKING([for $ac_word]) -AC_CACHE_VAL(ac_cv_path_$1, -[case "[$]$1" in - /*) - ac_cv_path_$1="[$]$1" # Let the user override the test with a path. - ;; - *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" - for ac_dir in ifelse([$5], , $PATH, [$5]); do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - if [$3]; then - ac_cv_path_$1="$ac_dir/$ac_word" - break - fi - fi - done - IFS="$ac_save_ifs" -dnl If no 4th arg is given, leave the cache variable unset, -dnl so AC_PATH_PROGS will keep looking. -ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" -])dnl - ;; -esac])dnl -$1="$ac_cv_path_$1" -if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then - AC_MSG_RESULT([$]$1) -else - AC_MSG_RESULT(no) -fi -AC_SUBST($1)dnl -]) diff --git a/src/apps/bin/grep-2.5/m4/realloc.m4 b/src/apps/bin/grep-2.5/m4/realloc.m4 deleted file mode 100644 index ff250463c7..0000000000 --- a/src/apps/bin/grep-2.5/m4/realloc.m4 +++ /dev/null @@ -1,34 +0,0 @@ -#serial 3 - -dnl From Jim Meyering. -dnl Determine whether realloc works when both arguments are 0. -dnl If it doesn't, arrange to use the replacement function. -dnl - -AC_DEFUN(jm_FUNC_REALLOC, -[ - dnl xmalloc.c requires that this symbol be defined so it doesn't - dnl mistakenly use a broken realloc -- as it might if this test were omitted. - AC_DEFINE_UNQUOTED(HAVE_DONE_WORKING_REALLOC_CHECK, 1, - [Define if the realloc check has been performed. ]) - - AC_CACHE_CHECK([for working realloc], jm_cv_func_working_realloc, - [AC_TRY_RUN([ - char *realloc (); - int - main () - { - exit (realloc (0, 0) ? 0 : 1); - } - ], - jm_cv_func_working_realloc=yes, - jm_cv_func_working_realloc=no, - dnl When crosscompiling, assume realloc is broken. - jm_cv_func_working_realloc=no) - ]) - if test $jm_cv_func_working_realloc = no; then - AC_LIBOBJ(realloc) - AC_DEFINE_UNQUOTED(realloc, rpl_realloc, - [Define to rpl_realloc if the replacement function should be used.]) - fi -]) diff --git a/src/apps/bin/grep-2.5/m4/regex.m4 b/src/apps/bin/grep-2.5/m4/regex.m4 deleted file mode 100644 index 56df3186bc..0000000000 --- a/src/apps/bin/grep-2.5/m4/regex.m4 +++ /dev/null @@ -1,74 +0,0 @@ -#serial 5001 - -dnl Initially derived from code in GNU grep. -dnl Mostly written by Jim Meyering. - -dnl Usage: jm_INCLUDED_REGEX([lib/regex.c]) -dnl -AC_DEFUN(jm_INCLUDED_REGEX, - [ - dnl Even packages that don't use regex.c can use this macro. - dnl Of course, for them it doesn't do anything. - - # Assume we'll default to using the included regex.c. - ac_use_included_regex=yes - - # However, if the system regex support is good enough that it passes the - # the following run test, then default to *not* using the included regex.c. - # If cross compiling, assume the test would fail and use the included - # regex.c. The first failing regular expression is from `Spencer ere - # test #75' in grep-2.3. - AC_CACHE_CHECK([for working re_compile_pattern], - jm_cv_func_working_re_compile_pattern, - AC_TRY_RUN( - changequote(<<, >>)dnl - << -#include -#include - int - main () - { - static struct re_pattern_buffer regex; - const char *s; - re_set_syntax (RE_SYNTAX_POSIX_EGREP); - /* Add this third left square bracket, [, to balance the - three right ones below. Otherwise autoconf-2.14 chokes. */ - s = re_compile_pattern ("a[[:]:]]b\n", 9, ®ex); - /* This should fail with _Invalid character class name_ error. */ - if (!s) - exit (1); - - /* This should succeed, but doesn't for e.g. glibc-2.1.3. */ - s = re_compile_pattern ("{1", 2, ®ex); - - exit (s ? 1 : 0); - } - >>, - changequote([, ])dnl - - jm_cv_func_working_re_compile_pattern=yes, - jm_cv_func_working_re_compile_pattern=no, - dnl When crosscompiling, assume it's broken. - jm_cv_func_working_re_compile_pattern=no)) - if test $jm_cv_func_working_re_compile_pattern = yes; then - ac_use_included_regex=no - fi - - test -n "$1" || AC_MSG_ERROR([missing argument]) - syscmd([test -f $1]) - ifelse(sysval, 0, - [ - - AC_ARG_WITH(included-regex, - [ --without-included-regex don't compile regex; this is the default on - systems with version 2 of the GNU C library - (use with caution on other system)], - jm_with_regex=$withval, - jm_with_regex=$ac_use_included_regex) - if test "$jm_with_regex" = yes; then - AC_LIBOBJ(regex) - fi - ], - ) - ] -) diff --git a/src/apps/bin/grep-2.5/m4/sanity.m4 b/src/apps/bin/grep-2.5/m4/sanity.m4 deleted file mode 100644 index 4259aec9dd..0000000000 --- a/src/apps/bin/grep-2.5/m4/sanity.m4 +++ /dev/null @@ -1,46 +0,0 @@ -# -# Check to make sure that the build environment is sane. -# - -# serial 3 - -# AM_SANITY_CHECK -# --------------- -AC_DEFUN([AM_SANITY_CHECK], -[AC_MSG_CHECKING([whether build environment is sane]) -# Just in case -sleep 1 -echo timestamp > conftest.file -# Do `set' in a subshell so we don't clobber the current shell's -# arguments. Must try -L first in case configure is actually a -# symlink; some systems play weird games with the mod time of symlinks -# (eg FreeBSD returns the mod time of the symlink's containing -# directory). -if ( - set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` - if test "$[*]" = "X"; then - # -L didn't work. - set X `ls -t $srcdir/configure conftest.file` - fi - rm -f conftest.file - if test "$[*]" != "X $srcdir/configure conftest.file" \ - && test "$[*]" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken -alias in your environment]) - fi - - test "$[2]" = conftest.file - ) -then - # Ok. - : -else - AC_MSG_ERROR([newly created file is older than distributed files! -Check your system clock]) -fi -AC_MSG_RESULT(yes)]) diff --git a/src/apps/bin/grep-2.5/m4/strerror_r.m4 b/src/apps/bin/grep-2.5/m4/strerror_r.m4 deleted file mode 100644 index 60832623b6..0000000000 --- a/src/apps/bin/grep-2.5/m4/strerror_r.m4 +++ /dev/null @@ -1,69 +0,0 @@ -#serial 1002, but ported to autoconf 2.13 by eggert -# Experimental replacement for the function in the latest CVS autoconf. -# If the compile-test says strerror_r doesn't work, then resort to a -# `run'-test that works on BeOS and segfaults on DEC Unix. -# Use with the error.c file in ../lib. - -undefine([AC_FUNC_STRERROR_R]) - -# AC_FUNC_STRERROR_R -# ------------------ -AC_DEFUN([AC_FUNC_STRERROR_R], -[jm_CHECK_DECLARATION(strerror_r, [#include ]) -test $jm_cv_func_decl_strerror_r != yes -AC_DEFINE_UNQUOTED(HAVE_DECL_STRERROR_R, $?, - [Define to 1 if strerror_r is declared.]) -AC_CHECK_FUNCS([strerror_r]) -if test $ac_cv_func_strerror_r = yes; then - AC_CHECK_HEADERS(string.h) - AC_CACHE_CHECK([for working strerror_r], - ac_cv_func_strerror_r_works, - [ - AC_TRY_COMPILE( - [ -# include -# if HAVE_STRING_H -# include -# endif - ], - [ - char buf[100]; - char x = *strerror_r (0, buf, sizeof buf); - ], - ac_cv_func_strerror_r_works=yes, - ac_cv_func_strerror_r_works=no - ) - if test $ac_cv_func_strerror_r_works = no; then - # strerror_r seems not to work, but now we have to choose between - # systems that have relatively inaccessible declarations for the - # function. BeOS and DEC UNIX 4.0 fall in this category, but the - # former has a strerror_r that returns char*, while the latter - # has a strerror_r that returns int. - # This test should segfault on the DEC system. - AC_TRY_RUN( - [ -# include -# include -# include - - extern char *strerror_r (); - - int - main () - { - char buf[100]; - char x = *strerror_r (0, buf, sizeof buf); - exit (!isalpha (x)); - } - ], - ac_cv_func_strerror_r_works=yes, - ac_cv_func_strerror_r_works=no, - ac_cv_func_strerror_r_works=no) - fi - ]) - if test $ac_cv_func_strerror_r_works = yes; then - AC_DEFINE_UNQUOTED(HAVE_WORKING_STRERROR_R, 1, - [Define to 1 if strerror_r returns a string.]) - fi -fi -])# AC_FUNC_STRERROR_R diff --git a/src/apps/bin/grep-2.5/m4/uintmax_t.m4 b/src/apps/bin/grep-2.5/m4/uintmax_t.m4 deleted file mode 100644 index 222beffab9..0000000000 --- a/src/apps/bin/grep-2.5/m4/uintmax_t.m4 +++ /dev/null @@ -1,22 +0,0 @@ -#serial 5 - -dnl From Paul Eggert. - -AC_PREREQ(2.13) - -# Define uintmax_t to `unsigned long' or `unsigned long long' -# if does not exist. - -AC_DEFUN(jm_AC_TYPE_UINTMAX_T, -[ - AC_REQUIRE([jm_AC_HEADER_INTTYPES_H]) - if test $jm_ac_cv_header_inttypes_h = no; then - AC_REQUIRE([jm_AC_TYPE_UNSIGNED_LONG_LONG]) - test $ac_cv_type_unsigned_long_long = yes \ - && ac_type='unsigned long long' \ - || ac_type='unsigned long' - AC_DEFINE_UNQUOTED(uintmax_t, $ac_type, -[ Define to unsigned long or unsigned long long - if doesn't define.]) - fi -]) diff --git a/src/apps/bin/grep-2.5/m4/ulonglong.m4 b/src/apps/bin/grep-2.5/m4/ulonglong.m4 deleted file mode 100644 index e2fbb55261..0000000000 --- a/src/apps/bin/grep-2.5/m4/ulonglong.m4 +++ /dev/null @@ -1,17 +0,0 @@ -#serial 2 - -dnl From Paul Eggert. - -AC_DEFUN(jm_AC_TYPE_UNSIGNED_LONG_LONG, -[ - AC_CACHE_CHECK([for unsigned long long], ac_cv_type_unsigned_long_long, - [AC_TRY_LINK([unsigned long long ull = 1; int i = 63;], - [unsigned long long ullmax = (unsigned long long) -1; - return ull << i | ull >> i | ullmax / ull | ullmax % ull;], - ac_cv_type_unsigned_long_long=yes, - ac_cv_type_unsigned_long_long=no)]) - if test $ac_cv_type_unsigned_long_long = yes; then - AC_DEFINE(HAVE_UNSIGNED_LONG_LONG, 1, - [Define if you have the unsigned long long type.]) - fi -]) diff --git a/src/apps/bin/grep-2.5/m4/xstrtoumax.m4 b/src/apps/bin/grep-2.5/m4/xstrtoumax.m4 deleted file mode 100644 index f6e3199683..0000000000 --- a/src/apps/bin/grep-2.5/m4/xstrtoumax.m4 +++ /dev/null @@ -1,34 +0,0 @@ -#serial 2 - -# autoconf tests required for use of xstrtoumax.c - -AC_DEFUN(jm_AC_PREREQ_XSTRTOUMAX, -[ - AC_REQUIRE([jm_AC_HEADER_INTTYPES_H]) - AC_REQUIRE([jm_AC_TYPE_UNSIGNED_LONG_LONG]) - AC_CHECK_HEADERS(stdlib.h) - - AC_CACHE_CHECK([whether defines strtoumax as a macro], - jm_cv_func_strtoumax_macro, - AC_EGREP_CPP([inttypes_h_defines_strtoumax], [#include -#ifdef strtoumax - inttypes_h_defines_strtoumax -#endif], - jm_cv_func_strtoumax_macro=yes, - jm_cv_func_strtoumax_macro=no)) - - if test "$jm_cv_func_strtoumax_macro" != yes; then - AC_REPLACE_FUNCS(strtoumax) - fi - - dnl We don't need (and can't compile) the replacement strtoull - dnl unless the type `unsigned long long' exists. - dnl Also, only the replacement strtoumax invokes strtoull, - dnl so we need the replacement strtoull only if strtoumax does not exist. - case "$ac_cv_type_unsigned_long_long,$jm_cv_func_strtoumax_macro,$ac_cv_func_strtoumax" in - yes,no,no) - AC_REPLACE_FUNCS(strtoull) - ;; - esac - -]) diff --git a/src/apps/bin/grep-2.5/mkinstalldirs b/src/apps/bin/grep-2.5/mkinstalldirs index 43725abfef..d36fdfdc3f 100755 --- a/src/apps/bin/grep-2.5/mkinstalldirs +++ b/src/apps/bin/grep-2.5/mkinstalldirs @@ -4,7 +4,7 @@ # Created: 1993-05-16 # Public domain -# $Id: mkinstalldirs,v 1.1 2004/03/02 02:37:04 michaelphipps Exp $ +# $Id: mkinstalldirs,v 1.2 2004/06/30 20:42:55 korli Exp $ errstatus=0 diff --git a/src/apps/bin/grep-2.5/po/Makefile b/src/apps/bin/grep-2.5/po/Makefile index 1cbfe215e0..7b3e91702a 100644 --- a/src/apps/bin/grep-2.5/po/Makefile +++ b/src/apps/bin/grep-2.5/po/Makefile @@ -7,7 +7,7 @@ # Please note that the actual code is *not* freely available. PACKAGE = grep -VERSION = 2.5 +VERSION = 2.5.1 SHELL = /bin/sh @@ -120,9 +120,9 @@ install-data: install-data-yes install-data-no: all install-data-yes: all if test -r "$(MKINSTALLDIRS)"; then \ - $(MKINSTALLDIRS) $(datadir); \ + $(MKINSTALLDIRS) $(DESTDIR)/$(datadir); \ else \ - $(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \ + $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)/$(datadir); \ fi @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ @@ -134,27 +134,27 @@ install-data-yes: all lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ dir=$$destdir/$$lang/LC_MESSAGES; \ if test -r "$(MKINSTALLDIRS)"; then \ - $(MKINSTALLDIRS) $$dir; \ + $(MKINSTALLDIRS) $(DESTDIR)/$$dir; \ else \ - $(SHELL) $(top_srcdir)/mkinstalldirs $$dir; \ + $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)/$$dir; \ fi; \ if test -r $$cat; then \ - $(INSTALL_DATA) $$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \ - echo "installing $$cat as $$dir/$(PACKAGE)$(INSTOBJEXT)"; \ + $(INSTALL_DATA) $$cat $(DESTDIR)/$$dir/$(PACKAGE)$(INSTOBJEXT); \ + echo "installing $$cat as $(DESTDIR)/$$dir/$(PACKAGE)$(INSTOBJEXT)"; \ else \ - $(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \ + $(INSTALL_DATA) $(srcdir)/$$cat $(DESTDIR)/$$dir/$(PACKAGE)$(INSTOBJEXT); \ echo "installing $(srcdir)/$$cat as" \ "$$dir/$(PACKAGE)$(INSTOBJEXT)"; \ fi; \ if test -r $$cat.m; then \ - $(INSTALL_DATA) $$cat.m $$dir/$(PACKAGE)$(INSTOBJEXT).m; \ - echo "installing $$cat.m as $$dir/$(PACKAGE)$(INSTOBJEXT).m"; \ + $(INSTALL_DATA) $$cat.m $(DESTDIR)/$$dir/$(PACKAGE)$(INSTOBJEXT).m; \ + echo "installing $$cat.m as $(DESTDIR)/$$dir/$(PACKAGE)$(INSTOBJEXT).m"; \ else \ if test -r $(srcdir)/$$cat.m ; then \ $(INSTALL_DATA) $(srcdir)/$$cat.m \ - $$dir/$(PACKAGE)$(INSTOBJEXT).m; \ + $(DESTDIR)/$$dir/$(PACKAGE)$(INSTOBJEXT).m; \ echo "installing $(srcdir)/$$cat as" \ - "$$dir/$(PACKAGE)$(INSTOBJEXT).m"; \ + "$(DESTDIR)/$$dir/$(PACKAGE)$(INSTOBJEXT).m"; \ else \ true; \ fi; \ @@ -162,12 +162,12 @@ install-data-yes: all done if test "$(PACKAGE)" = "gettext"; then \ if test -r "$(MKINSTALLDIRS)"; then \ - $(MKINSTALLDIRS) $(gettextsrcdir); \ + $(MKINSTALLDIRS) $(DESTDIR)/$(gettextsrcdir); \ else \ - $(SHELL) $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \ + $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)/$(gettextsrcdir); \ fi; \ $(INSTALL_DATA) $(srcdir)/Makefile.in.in \ - $(gettextsrcdir)/Makefile.in.in; \ + $(DESTDIR)/$(gettextsrcdir)/Makefile.in.in; \ else \ : ; \ fi diff --git a/src/apps/bin/grep-2.5/po/Makefile.in b/src/apps/bin/grep-2.5/po/Makefile.in index e7aaae7a64..fa0f88568e 100644 --- a/src/apps/bin/grep-2.5/po/Makefile.in +++ b/src/apps/bin/grep-2.5/po/Makefile.in @@ -7,7 +7,7 @@ # Please note that the actual code is *not* freely available. PACKAGE = grep -VERSION = 2.5 +VERSION = 2.5.1 SHELL = /bin/sh @@ -111,9 +111,9 @@ install-data: install-data-yes install-data-no: all install-data-yes: all if test -r "$(MKINSTALLDIRS)"; then \ - $(MKINSTALLDIRS) $(datadir); \ + $(MKINSTALLDIRS) $(DESTDIR)/$(datadir); \ else \ - $(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \ + $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)/$(datadir); \ fi @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ @@ -125,27 +125,27 @@ install-data-yes: all lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ dir=$$destdir/$$lang/LC_MESSAGES; \ if test -r "$(MKINSTALLDIRS)"; then \ - $(MKINSTALLDIRS) $$dir; \ + $(MKINSTALLDIRS) $(DESTDIR)/$$dir; \ else \ - $(SHELL) $(top_srcdir)/mkinstalldirs $$dir; \ + $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)/$$dir; \ fi; \ if test -r $$cat; then \ - $(INSTALL_DATA) $$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \ - echo "installing $$cat as $$dir/$(PACKAGE)$(INSTOBJEXT)"; \ + $(INSTALL_DATA) $$cat $(DESTDIR)/$$dir/$(PACKAGE)$(INSTOBJEXT); \ + echo "installing $$cat as $(DESTDIR)/$$dir/$(PACKAGE)$(INSTOBJEXT)"; \ else \ - $(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \ + $(INSTALL_DATA) $(srcdir)/$$cat $(DESTDIR)/$$dir/$(PACKAGE)$(INSTOBJEXT); \ echo "installing $(srcdir)/$$cat as" \ "$$dir/$(PACKAGE)$(INSTOBJEXT)"; \ fi; \ if test -r $$cat.m; then \ - $(INSTALL_DATA) $$cat.m $$dir/$(PACKAGE)$(INSTOBJEXT).m; \ - echo "installing $$cat.m as $$dir/$(PACKAGE)$(INSTOBJEXT).m"; \ + $(INSTALL_DATA) $$cat.m $(DESTDIR)/$$dir/$(PACKAGE)$(INSTOBJEXT).m; \ + echo "installing $$cat.m as $(DESTDIR)/$$dir/$(PACKAGE)$(INSTOBJEXT).m"; \ else \ if test -r $(srcdir)/$$cat.m ; then \ $(INSTALL_DATA) $(srcdir)/$$cat.m \ - $$dir/$(PACKAGE)$(INSTOBJEXT).m; \ + $(DESTDIR)/$$dir/$(PACKAGE)$(INSTOBJEXT).m; \ echo "installing $(srcdir)/$$cat as" \ - "$$dir/$(PACKAGE)$(INSTOBJEXT).m"; \ + "$(DESTDIR)/$$dir/$(PACKAGE)$(INSTOBJEXT).m"; \ else \ true; \ fi; \ @@ -153,12 +153,12 @@ install-data-yes: all done if test "$(PACKAGE)" = "gettext"; then \ if test -r "$(MKINSTALLDIRS)"; then \ - $(MKINSTALLDIRS) $(gettextsrcdir); \ + $(MKINSTALLDIRS) $(DESTDIR)/$(gettextsrcdir); \ else \ - $(SHELL) $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \ + $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)/$(gettextsrcdir); \ fi; \ $(INSTALL_DATA) $(srcdir)/Makefile.in.in \ - $(gettextsrcdir)/Makefile.in.in; \ + $(DESTDIR)/$(gettextsrcdir)/Makefile.in.in; \ else \ : ; \ fi diff --git a/src/apps/bin/grep-2.5/po/Makefile.in.in b/src/apps/bin/grep-2.5/po/Makefile.in.in index 111b40fcbb..c74ca17a91 100644 --- a/src/apps/bin/grep-2.5/po/Makefile.in.in +++ b/src/apps/bin/grep-2.5/po/Makefile.in.in @@ -111,9 +111,9 @@ install-data: install-data-@USE_NLS@ install-data-no: all install-data-yes: all if test -r "$(MKINSTALLDIRS)"; then \ - $(MKINSTALLDIRS) $(datadir); \ + $(MKINSTALLDIRS) $(DESTDIR)/$(datadir); \ else \ - $(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \ + $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)/$(datadir); \ fi @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ @@ -125,27 +125,27 @@ install-data-yes: all lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ dir=$$destdir/$$lang/LC_MESSAGES; \ if test -r "$(MKINSTALLDIRS)"; then \ - $(MKINSTALLDIRS) $$dir; \ + $(MKINSTALLDIRS) $(DESTDIR)/$$dir; \ else \ - $(SHELL) $(top_srcdir)/mkinstalldirs $$dir; \ + $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)/$$dir; \ fi; \ if test -r $$cat; then \ - $(INSTALL_DATA) $$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \ - echo "installing $$cat as $$dir/$(PACKAGE)$(INSTOBJEXT)"; \ + $(INSTALL_DATA) $$cat $(DESTDIR)/$$dir/$(PACKAGE)$(INSTOBJEXT); \ + echo "installing $$cat as $(DESTDIR)/$$dir/$(PACKAGE)$(INSTOBJEXT)"; \ else \ - $(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \ + $(INSTALL_DATA) $(srcdir)/$$cat $(DESTDIR)/$$dir/$(PACKAGE)$(INSTOBJEXT); \ echo "installing $(srcdir)/$$cat as" \ "$$dir/$(PACKAGE)$(INSTOBJEXT)"; \ fi; \ if test -r $$cat.m; then \ - $(INSTALL_DATA) $$cat.m $$dir/$(PACKAGE)$(INSTOBJEXT).m; \ - echo "installing $$cat.m as $$dir/$(PACKAGE)$(INSTOBJEXT).m"; \ + $(INSTALL_DATA) $$cat.m $(DESTDIR)/$$dir/$(PACKAGE)$(INSTOBJEXT).m; \ + echo "installing $$cat.m as $(DESTDIR)/$$dir/$(PACKAGE)$(INSTOBJEXT).m"; \ else \ if test -r $(srcdir)/$$cat.m ; then \ $(INSTALL_DATA) $(srcdir)/$$cat.m \ - $$dir/$(PACKAGE)$(INSTOBJEXT).m; \ + $(DESTDIR)/$$dir/$(PACKAGE)$(INSTOBJEXT).m; \ echo "installing $(srcdir)/$$cat as" \ - "$$dir/$(PACKAGE)$(INSTOBJEXT).m"; \ + "$(DESTDIR)/$$dir/$(PACKAGE)$(INSTOBJEXT).m"; \ else \ true; \ fi; \ @@ -153,12 +153,12 @@ install-data-yes: all done if test "$(PACKAGE)" = "gettext"; then \ if test -r "$(MKINSTALLDIRS)"; then \ - $(MKINSTALLDIRS) $(gettextsrcdir); \ + $(MKINSTALLDIRS) $(DESTDIR)/$(gettextsrcdir); \ else \ - $(SHELL) $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \ + $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)/$(gettextsrcdir); \ fi; \ $(INSTALL_DATA) $(srcdir)/Makefile.in.in \ - $(gettextsrcdir)/Makefile.in.in; \ + $(DESTDIR)/$(gettextsrcdir)/Makefile.in.in; \ else \ : ; \ fi diff --git a/src/apps/bin/grep-2.5/po/de.po b/src/apps/bin/grep-2.5/po/de.po index e7ae84d585..3dcf5787bf 100644 --- a/src/apps/bin/grep-2.5/po/de.po +++ b/src/apps/bin/grep-2.5/po/de.po @@ -1,13 +1,13 @@ # German messages for GNU grep # Copyright (C) 1997-99, 2000, 2001, 2002 Free Software Foundation, Inc. -# Martin von Löwis , 1997-99, 2000, 2001, 2002 +# Martin von Löwis , 1997-99, 2000, 2001, 2002 # msgid "" msgstr "" "Project-Id-Version: GNU grep 2.5g\n" "POT-Creation-Date: 2002-01-22 14:39+0100\n" "PO-Revision-Date: 2002-03-09 01:27+0100\n" -"Last-Translator: Martin von Löwis \n" +"Last-Translator: Martin von Löwis \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" @@ -15,13 +15,13 @@ msgstr "" #: src/dfa.c:136 src/dfa.c:147 src/dfa.c:158 src/search.c:689 msgid "Memory exhausted" -msgstr "Virtueller Speicher erschöpft." +msgstr "Virtueller Speicher erschöpft." # Is this message used only for [ without matching ], # or for ] without [ as well? #: src/dfa.c:489 src/dfa.c:492 src/dfa.c:510 src/dfa.c:521 src/dfa.c:545 src/dfa.c:604 src/dfa.c:609 src/dfa.c:622 src/dfa.c:623 src/dfa.c:1001 src/dfa.c:1004 src/dfa.c:1028 src/dfa.c:1032 src/dfa.c:1033 src/dfa.c:1036 src/dfa.c:1048 src/dfa.c:1049 msgid "Unbalanced [" -msgstr "Öffnende [ ohne schließende." +msgstr "Öffnende [ ohne schließende." #: src/dfa.c:741 msgid "Unfinished \\ escape" @@ -33,15 +33,15 @@ msgstr "Unbeendete \\-Escape-Sequenz." #. {M,N} - M through N #: src/dfa.c:874 src/dfa.c:880 src/dfa.c:890 src/dfa.c:898 src/dfa.c:913 msgid "unfinished repeat count" -msgstr "Unbeendeter Wiederholungszähler." +msgstr "Unbeendeter Wiederholungszähler." #: src/dfa.c:887 src/dfa.c:904 src/dfa.c:912 src/dfa.c:916 msgid "malformed repeat count" -msgstr "Unförmiger Wiederholungszähler." +msgstr "Unförmiger Wiederholungszähler." #: src/dfa.c:1253 msgid "Unbalanced (" -msgstr "Öffnende ( ohne schließende." +msgstr "Öffnende ( ohne schließende." #: src/dfa.c:1378 msgid "No syntax specified" @@ -49,7 +49,7 @@ msgstr "Keine Syntax angegeben." #: src/dfa.c:1386 msgid "Unbalanced )" -msgstr "Schließende ) ohne öffnende." +msgstr "Schließende ) ohne öffnende." #: src/dfa.c:2956 msgid "out of memory" @@ -57,15 +57,15 @@ msgstr "Speicher ist alle." #: lib/obstack.c:471 src/kwset.c:171 src/kwset.c:177 src/search.c:103 src/search.c:209 src/search.c:293 msgid "memory exhausted" -msgstr "Virtueller Speicher erschöpft." +msgstr "Virtueller Speicher erschöpft." #: src/grep.c:205 msgid "invalid context length argument" -msgstr "Ungültige Kontextlänge." +msgstr "Ungültige Kontextlänge." #: src/grep.c:475 msgid "input is too large to count" -msgstr "Eingabe ist zu groß, um gezählt zu werden." +msgstr "Eingabe ist zu groß, um gezählt zu werden." #: src/grep.c:597 msgid "writing output" @@ -74,7 +74,7 @@ msgstr "Politik, " #: src/grep.c:870 #, c-format msgid "Binary file %s matches\n" -msgstr "Übereinstimmungen in Binärdatei %s.\n" +msgstr "Übereinstimmungen in Binärdatei %s.\n" #: src/grep.c:884 msgid "(standard input)" @@ -97,7 +97,7 @@ msgstr "Aufruf: %s [OPTION]... MUSTER [DATEI]...\n" #: src/grep.c:1040 #, c-format msgid "Try `%s --help' for more information.\n" -msgstr "»%s --help« gibt Ihnen mehr Informationen.\n" +msgstr "»%s --help« gibt Ihnen mehr Informationen.\n" #: src/grep.c:1045 #, c-format @@ -115,7 +115,7 @@ msgstr "" "Suche nach MUSTER in jeder DATEI oder der Standardeingabe.\n" "Beispiel: %s -i 'Hallo Welt' menu.h main.c\n" "\n" -"Auswahl und Interpretation regulärer Ausdrücke:\n" +"Auswahl und Interpretation regulärer Ausdrücke:\n" #: src/grep.c:1051 msgid "" @@ -124,11 +124,11 @@ msgid "" " -G, --basic-regexp PATTERN is a basic regular expression\n" " -P, --perl-regexp PATTERN is a Perl regular expression\n" msgstr "" -" -E, --extended-regexp MUSTER ist ein erweiterter regulärer Ausdruck.\n" +" -E, --extended-regexp MUSTER ist ein erweiterter regulärer Ausdruck.\n" " -F, --fixed-strings MUSTER ist eine Menge Newline-getrennter \n" " Zeichenketten.\n" -" -G, --basic-regexp MUSTER ist ein regulärer Standardausdruck.\n" -" -P, --perl-regexp MUSTER ist ein regulärer Ausdruck, \n" +" -G, --basic-regexp MUSTER ist ein regulärer Standardausdruck.\n" +" -P, --perl-regexp MUSTER ist ein regulärer Ausdruck, \n" " wie Perl ihn akzeptiert.\n" #: src/grep.c:1056 @@ -140,12 +140,12 @@ msgid "" " -x, --line-regexp force PATTERN to match only whole lines\n" " -z, --null-data a data line ends in 0 byte, not newline\n" msgstr "" -" -e, --regexp=MUSTER MUSTER als regulären Ausdruck verwenden.\n" +" -e, --regexp=MUSTER MUSTER als regulären Ausdruck verwenden.\n" " -f, --file=FILE MUSTER aus DATEI lesen.\n" -" -i, --ignore-case Unterschied zwischen Groß- und Kleinschreibung\n" +" -i, --ignore-case Unterschied zwischen Groß- und Kleinschreibung\n" " ignorieren.\n" -" -w, --word-regexp MUSTER paßt nur auf ganze Wörter.\n" -" -x, --line-regexp MUSTER paßt nur auf ganze Zeilen.\n" +" -w, --word-regexp MUSTER paßt nur auf ganze Wörter.\n" +" -x, --line-regexp MUSTER paßt nur auf ganze Zeilen.\n" " -z, --null-data Eine Zeile endet mit Nullbyte, nicht Newline.\n" #: src/grep.c:1063 @@ -160,11 +160,11 @@ msgid "" msgstr "" "\n" "Verschiedenes:\n" -" -s, --no-messages Fehlermeldungen unterdrücken.\n" +" -s, --no-messages Fehlermeldungen unterdrücken.\n" " -v, --revert-match Nicht-passende Zeilen anzeigen.\n" " -V, --version Versionsnummer ausgeben und beenden.\n" " --help Diese Hilfe ausgeben und beenden.\n" -" --mmap Wenn möglich, Eingabe in den Speicher mappen.\n" +" --mmap Wenn möglich, Eingabe in den Speicher mappen.\n" #: src/grep.c:1071 msgid "" @@ -198,32 +198,32 @@ msgid "" msgstr "" "\n" "Ausgabekontrolle:\n" -" -m, --max-count=ZAHL Nach ZAHL Übereinstimmungen abbrechen.\n" +" -m, --max-count=ZAHL Nach ZAHL Übereinstimmungen abbrechen.\n" " -b, --byte-offset Byte-Offset anzeigen.\n" " -n, --line-number Zeilennummer anzeigen.\n" " --line-buffered Jede Zeile einzeln (ungepuffert) ausgeben.\n" -" -H, --with-filename Dateinamen bei jeder Übereinstimmung anzeigen.\n" +" -H, --with-filename Dateinamen bei jeder Übereinstimmung anzeigen.\n" " -h, --no-filename Dateinamen nicht anzeigen.\n" -" --label=TEXT TEXT als Dateiname für Standardeingabe ausgeben.\n" +" --label=TEXT TEXT als Dateiname für Standardeingabe ausgeben.\n" " -o, --only-matching Nur den Teil der Zeile anzeigen, die mit MUSTER\n" -" übereinstimmt.\n" -" -q, --quiet, --silent Alle normalen Ausgaben unterdrücken.\n" -" --binary-files=TYP Binärdateien als TYP annehmen. TYP kann \n" -" »binary«, »text« oder »without-match« sein.\n" +" übereinstimmt.\n" +" -q, --quiet, --silent Alle normalen Ausgaben unterdrücken.\n" +" --binary-files=TYP Binärdateien als TYP annehmen. TYP kann \n" +" »binary«, »text« oder »without-match« sein.\n" " -a, --text Entspricht --binary-files=text.\n" " -I Entspricht --binary-files=without-match.\n" " -d, --directories=AKTION Verarbeitung von Verzeichnissen festlegen.\n" " AKTION ist 'read', 'recurse', oder 'skip'.\n" -" -D, --devices=AKTION Verarbeitung von Gerätedateien, FIFOs und\n" -" Sockets festlegt. AKTION ist »read« oder »write«.\n" -" -R, -r, --recursive Äquivalent zu --directories=recurse.\n" +" -D, --devices=AKTION Verarbeitung von Gerätedateien, FIFOs und\n" +" Sockets festlegt. AKTION ist »read« oder »write«.\n" +" -R, -r, --recursive Äquivalent zu --directories=recurse.\n" " --include=MUSTER Dateien untersuchen, die auf MUSTER passen.\n" -" --exclude=MUSTER Dateien überspringen, die auf MUSTER passen.\n" -" --exclude-from=DATEI Dateien überspringen, die auf ein Muster \n" +" --exclude=MUSTER Dateien überspringen, die auf MUSTER passen.\n" +" --exclude-from=DATEI Dateien überspringen, die auf ein Muster \n" " in DATEI passen.\n" " -L, --files-without-match Nur Namen von Dateien ausgeben, die keine\n" -" Übereinstimmung enthalten.\n" -" -l, --files-with-matches Nur Dateinamen mit Übereinstimmungen ausgeben.\n" +" Übereinstimmung enthalten.\n" +" -l, --files-with-matches Nur Dateinamen mit Übereinstimmungen ausgeben.\n" " -c, --count Nur Zahl der passenden Zeilen pro Datei ausgeben.\n" " -Z, --null Null-Byte nach jedem Dateinamen ausgeben.\n" @@ -254,14 +254,14 @@ msgstr "" " -ZAHL Wie --context=ZAHL.\n" " --color[=WENN], \n" " --colour=[WENN] Passende Textfragmente markieren.\n" -" WENN kann »always«, »never« oder »auto« sein.\n" +" WENN kann »always«, »never« oder »auto« sein.\n" " -U, --binary CR-Zeichen am Zeilenende belassen (MSDOS).\n" " -u, --unix-byte-offsets Offsets ausgeben, als fehlten CR-Zeichen (MSDOS).\n" "\n" -"»egrep« bedeutet »grep -E«. »fgrep« bedeutet »grep -F«.\n" -"Wenn DATEI fehlt oder »-« ist, wird die Standardeingabe gelesen.\n" +"»egrep« bedeutet »grep -E«. »fgrep« bedeutet »grep -F«.\n" +"Wenn DATEI fehlt oder »-« ist, wird die Standardeingabe gelesen.\n" "Weniger als zwei DATEIen implizieren -h. Status ist 0 bei \n" -"Übereinstimmungen, 1 ohne, 2 bei Problemen.\n" +"Übereinstimmungen, 1 ohne, 2 bei Problemen.\n" #: src/grep.c:1116 msgid "" @@ -277,19 +277,19 @@ msgstr "Festgelegte Vergleicher widersprechen einander." #: src/grep.c:1363 msgid "unknown devices method" -msgstr "Unbekannte Methode für Gerätedateien." +msgstr "Unbekannte Methode für Gerätedateien." #: src/grep.c:1430 msgid "unknown directories method" -msgstr "Unbekannte Methode für Verzeichnisse." +msgstr "Unbekannte Methode für Verzeichnisse." #: src/grep.c:1497 msgid "invalid max count" -msgstr "Unbeendeter Maximalzähler." +msgstr "Unbeendeter Maximalzähler." #: src/grep.c:1551 msgid "unknown binary-files type" -msgstr "Unbekannter Typ für »--binary-files«." +msgstr "Unbekannter Typ für »--binary-files«." #: src/grep.c:1646 #, c-format @@ -306,16 +306,16 @@ msgid "" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" msgstr "" "Dies ist freie Software; in den Quellen befinden sich die Lizenzbedingungen.\n" -"Es gibt KEINERLEI Garantie; nicht einmal für die TAUGLICHKEIT oder\n" -"VERWENDBARKEIT FÜR EINEN BESTIMMTEN ZWECK.\n" +"Es gibt KEINERLEI Garantie; nicht einmal für die TAUGLICHKEIT oder\n" +"VERWENDBARKEIT FÜR EINEN BESTIMMTEN ZWECK.\n" #: src/search.c:606 msgid "The -P option is not supported" -msgstr "Die Option -P ist nicht unterstützt." +msgstr "Die Option -P ist nicht unterstützt." #: src/search.c:619 msgid "The -P and -z options cannot be combined" -msgstr "Die Optionen -P und -z können nicht kombiniert werden." +msgstr "Die Optionen -P und -z können nicht kombiniert werden." #: lib/error.c:117 msgid "Unknown system error" @@ -324,45 +324,45 @@ msgstr "Unbekannter Systemfehler." #: lib/getopt.c:675 #, c-format msgid "%s: option `%s' is ambiguous\n" -msgstr "%s: Die Option »%s« ist mehrdeutig.\n" +msgstr "%s: Die Option »%s« ist mehrdeutig.\n" #: lib/getopt.c:700 #, c-format msgid "%s: option `--%s' doesn't allow an argument\n" -msgstr "%s: Die Option »%s« erlaubt keinen Parameter.\n" +msgstr "%s: Die Option »%s« erlaubt keinen Parameter.\n" #: lib/getopt.c:705 #, c-format msgid "%s: option `%c%s' doesn't allow an argument\n" -msgstr "%s: Die Option »%c%s« erlaubt keinen Parameter.\n" +msgstr "%s: Die Option »%c%s« erlaubt keinen Parameter.\n" #: lib/getopt.c:723 lib/getopt.c:896 #, c-format msgid "%s: option `%s' requires an argument\n" -msgstr "%s: Die Option »%s« verlangt einen Parameter.\n" +msgstr "%s: Die Option »%s« verlangt einen Parameter.\n" #. --option #: lib/getopt.c:752 #, c-format msgid "%s: unrecognized option `--%s'\n" -msgstr "%s: Nicht erkannte Option »--%s«\n" +msgstr "%s: Nicht erkannte Option »--%s«\n" #. +option or -option #: lib/getopt.c:756 #, c-format msgid "%s: unrecognized option `%c%s'\n" -msgstr "%s: Nicht erkannte Option »%c%s«.\n" +msgstr "%s: Nicht erkannte Option »%c%s«.\n" #. 1003.2 specifies the format of this message. #: lib/getopt.c:782 #, c-format msgid "%s: illegal option -- %c\n" -msgstr "%s: Ungültige Option -- %c.\n" +msgstr "%s: Ungültige Option -- %c.\n" #: lib/getopt.c:785 #, c-format msgid "%s: invalid option -- %c\n" -msgstr "%s: Ungültige Option -- %c.\n" +msgstr "%s: Ungültige Option -- %c.\n" #. 1003.2 specifies the format of this message. #: lib/getopt.c:815 lib/getopt.c:945 @@ -373,12 +373,12 @@ msgstr "%s: Option verlangt einen Parameter -- %c.\n" #: lib/getopt.c:862 #, c-format msgid "%s: option `-W %s' is ambiguous\n" -msgstr "%s: Option »-W %s« ist zweideutig.\n" +msgstr "%s: Option »-W %s« ist zweideutig.\n" #: lib/getopt.c:880 #, c-format msgid "%s: option `-W %s' doesn't allow an argument\n" -msgstr "%s: Option »-W %s« erlaubt keinen Parameter.\n" +msgstr "%s: Option »-W %s« erlaubt keinen Parameter.\n" #. Get translations for open and closing quotation marks. #. @@ -396,8 +396,8 @@ msgstr "%s: Option »-W %s« erlaubt keinen Parameter.\n" #. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. #: lib/quotearg.c:259 msgid "`" -msgstr "»" +msgstr "»" #: lib/quotearg.c:260 msgid "'" -msgstr "«" +msgstr "«" diff --git a/src/apps/bin/grep-2.5/po/el.po b/src/apps/bin/grep-2.5/po/el.po index 44cf9ede63..eade90808e 100644 --- a/src/apps/bin/grep-2.5/po/el.po +++ b/src/apps/bin/grep-2.5/po/el.po @@ -1,13 +1,13 @@ -# Greek messages for GNU grep-2.5e. -# Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. -# Simos Xenitellis , 1998, 1999, 2000, 2001. +# Greek messages for GNU grep-2.5g. +# Copyright (C) 1998, 2002 Free Software Foundation, Inc. +# Simos Xenitellis , 1998, 2002. # msgid "" msgstr "" -"Project-Id-Version: GNU grep 2.5e\n" -"POT-Creation-Date: 2001-03-07 00:02-0500\n" -"PO-Revision-Date: 2001-05-07 00:02+0000\n" -"Last-Translator: Simos Xenitellis \n" +"Project-Id-Version: GNU grep 2.5g\n" +"POT-Creation-Date: 2002-01-22 14:39+0100\n" +"PO-Revision-Date: 2002-03-11 12:00+0000\n" +"Last-Translator: Simos Xenitellis \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-7\n" @@ -15,7 +15,7 @@ msgstr "" # src/dfa.c:147 src/dfa.c:159 src/dfa.c:172 # src/dfa.c:155 src/dfa.c:167 src/dfa.c:180 src/grep.c:827 -#: src/dfa.c:136 src/dfa.c:147 src/dfa.c:158 src/grep.c:944 src/search.c:706 +#: src/dfa.c:136 src/dfa.c:147 src/dfa.c:158 src/search.c:689 msgid "Memory exhausted" msgstr "Ç ìíÞìç åîáíôëÞèçêå" @@ -23,16 +23,13 @@ msgstr " # src/dfa.c:690 src/dfa.c:703 src/dfa.c:704 # src/dfa.c:660 src/dfa.c:663 src/dfa.c:690 src/dfa.c:694 src/dfa.c:695 # src/dfa.c:698 src/dfa.c:711 src/dfa.c:712 -#: src/dfa.c:486 src/dfa.c:489 src/dfa.c:507 src/dfa.c:518 src/dfa.c:542 -#: src/dfa.c:601 src/dfa.c:606 src/dfa.c:619 src/dfa.c:620 src/dfa.c:998 -#: src/dfa.c:1001 src/dfa.c:1025 src/dfa.c:1029 src/dfa.c:1030 src/dfa.c:1033 -#: src/dfa.c:1045 src/dfa.c:1046 +#: src/dfa.c:489 src/dfa.c:492 src/dfa.c:510 src/dfa.c:521 src/dfa.c:545 src/dfa.c:604 src/dfa.c:609 src/dfa.c:622 src/dfa.c:623 src/dfa.c:1001 src/dfa.c:1004 src/dfa.c:1028 src/dfa.c:1032 src/dfa.c:1033 src/dfa.c:1036 src/dfa.c:1048 src/dfa.c:1049 msgid "Unbalanced [" -msgstr "Ìç éóóïñïðçìÝíï [" +msgstr "Ìç éóïññïðçìÝíï [" # src/dfa.c:444 # src/dfa.c:452 -#: src/dfa.c:738 +#: src/dfa.c:741 msgid "Unfinished \\ escape" msgstr "Ìç ôåñìáôéóìÝíïò ÷áñáêôÞñáò äéáöõãÞò \\" @@ -42,111 +39,110 @@ msgstr " #. {M} - exact count #. {M,} - minimum count, maximum is infinity #. {M,N} - M through N -#: src/dfa.c:871 src/dfa.c:877 src/dfa.c:887 src/dfa.c:895 src/dfa.c:910 +#: src/dfa.c:874 src/dfa.c:880 src/dfa.c:890 src/dfa.c:898 src/dfa.c:913 msgid "unfinished repeat count" msgstr "ìç ôåñìáôéóìÝíïò ìåôñçôÞò åðáíÜëçøçò" # src/dfa.c:569 src/dfa.c:583 src/dfa.c:587 # src/dfa.c:577 src/dfa.c:591 src/dfa.c:595 -#: src/dfa.c:884 src/dfa.c:901 src/dfa.c:909 src/dfa.c:913 +#: src/dfa.c:887 src/dfa.c:904 src/dfa.c:912 src/dfa.c:916 msgid "malformed repeat count" msgstr "êáêïó÷çìáôéóìÝíïò ìåôñçôÞò åðáíÜëçøçò" # src/dfa.c:841 # src/dfa.c:849 -#: src/dfa.c:1232 +#: src/dfa.c:1253 msgid "Unbalanced (" msgstr "Ìç éóïññïðçìÝíï (" # src/dfa.c:962 # src/dfa.c:970 -#: src/dfa.c:1357 +#: src/dfa.c:1378 msgid "No syntax specified" msgstr "Äåí ïñßóôçêå óõíôáêôéêü" # src/dfa.c:970 # src/dfa.c:978 -#: src/dfa.c:1365 +#: src/dfa.c:1386 msgid "Unbalanced )" msgstr "Ìç éóïññïðçìÝíï )" # src/dfa.c:1990 # src/dfa.c:1998 -#: src/dfa.c:2933 +#: src/dfa.c:2956 msgid "out of memory" -msgstr "åîáíôëÞèçêå ç ìíÞìç" +msgstr "ç ìíÞìç åîáíôëÞèçêå" # src/grep.c:144 src/grep.c:161 src/grep.c:222 src/grep.c:263 src/kwset.c:184 # src/kwset.c:190 # src/grep.c:164 src/grep.c:181 src/grep.c:283 src/grep.c:338 src/kwset.c:184 # src/kwset.c:190 -#: lib/obstack.c:471 src/grep.c:343 src/kwset.c:171 src/kwset.c:177 -#: src/search.c:103 src/search.c:223 src/search.c:307 +#: lib/obstack.c:471 src/kwset.c:171 src/kwset.c:177 src/search.c:103 src/search.c:209 src/search.c:293 msgid "memory exhausted" msgstr "ç ìíÞìç åîáíôëÞèçêå" # src/grep.c:785 src/grep.c:792 # src/grep.c:1060 src/grep.c:1067 src/grep.c:1076 -#: src/grep.c:191 +#: src/grep.c:205 msgid "invalid context length argument" msgstr "ìç Ýãêõñï üñéóìá ìÞêïõò ðåñéå÷ïìÝíïõ" -#: src/grep.c:466 +#: src/grep.c:475 msgid "input is too large to count" -msgstr "" +msgstr "ç åßóïäïò åßíáé ðïëý ìåãÜëç ãéá íá ìåôñçèåß" # src/grep.c:392 src/grep.c:1034 # src/grep.c:487 src/grep.c:1284 -#: src/grep.c:539 +#: src/grep.c:597 msgid "writing output" msgstr "åããñáöÞ áðïôåëÝóìáôïò" # src/grep.c:715 -#: src/grep.c:812 +#: src/grep.c:870 #, c-format msgid "Binary file %s matches\n" -msgstr "Äõáäéêü áñ÷åßï %s ôáéñéÜóìáôá\n" +msgstr "Ôï äõáäéêü áñ÷åßï %s ôáéñéÜæåé\n" # src/grep.c:964 src/grep.c:1015 # src/grep.c:730 -#: src/grep.c:826 +#: src/grep.c:884 msgid "(standard input)" -msgstr "(óôÜíôáñô åßóïäïò)" +msgstr "(êáíïíéêÞ åßóïäïò)" # src/grep.c:293 # src/grep.c:366 -#: src/grep.c:931 -#, fuzzy, c-format +#: src/grep.c:989 +#, c-format msgid "warning: %s: %s\n" -msgstr "%s: ðñïåéäïðïßçóç: %s: %s\n" +msgstr "ðñïåéäïðïßçóç: %s: %s\n" # src/grep.c:844 -#: src/grep.c:932 +#: src/grep.c:990 msgid "recursive directory loop" msgstr "áíáäñïìéêÞ áëëçëïäéáäï÷Þ êáôáëüãùí" # src/grep.c:597 # src/grep.c:862 -#: src/grep.c:980 +#: src/grep.c:1038 #, c-format msgid "Usage: %s [OPTION]... PATTERN [FILE]...\n" -msgstr "×ñÞóç: %s [ÅÐÉËÏÃÇ]... Ó×ÇÌÁÔÉÓÌÏÓ [ÁÑ×ÅÉÏ]...\n" +msgstr "×ñÞóç: %s [ÅÐÉËÏÃÇ]... ÕÐÏÄÅÉÃÌÁ [ÁÑ×ÅÉÏ]...\n" # src/grep.c:598 # src/grep.c:863 -#: src/grep.c:982 +#: src/grep.c:1040 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "ÄïêéìÜóôå `%s --help' ãéá ðåñéóóüôåñåò ðëçñïöïñßåò.\n" # src/grep.c:602 # src/grep.c:867 -#: src/grep.c:987 +#: src/grep.c:1045 #, c-format msgid "Usage: %s [OPTION]... PATTERN [FILE] ...\n" -msgstr "×ñÞóç: %s [ÅÐÉËÏÃÇ]... Ó×ÇÌÁÔÉÓÌÏÓ [ÁÑ×ÅÉÏ] ...\n" +msgstr "×ñÞóç: %s [ÅÐÉËÏÃÇ]... ÕÐÏÄÅÉÃÌÁ [ÁÑ×ÅÉÏ] ...\n" -#: src/grep.c:988 +#: src/grep.c:1046 #, c-format msgid "" "Search for PATTERN in each FILE or standard input.\n" @@ -154,19 +150,27 @@ msgid "" "\n" "Regexp selection and interpretation:\n" msgstr "" +"Åýñåóç ôïõ ÕÐÏÄÅÉÃÌÁôïò óå êÜèå ÁÑ×ÅÉÏ Þ ôçí êáíïíéêÞ åßóïäï.\n" +"ÐáñÜäåéãìá: %s -i 'hello world' menu.h main.c\n" +"\n" +"ÅðéëïãÞ êáíïíéêÞò Ýêöñáóçò êáé åñìçíåßá:\n" -#: src/grep.c:993 +#: src/grep.c:1051 msgid "" " -E, --extended-regexp PATTERN is an extended regular expression\n" " -F, --fixed-strings PATTERN is a set of newline-separated strings\n" " -G, --basic-regexp PATTERN is a basic regular expression\n" " -P, --perl-regexp PATTERN is a Perl regular expression\n" msgstr "" +" -E, --extended-regexp ÕÐÏÄÅÉÃÌÁ åßíáé ìéá åêôåôáìÝíç êáíïíéêÞ Ýêöñáóç\n" +" -F, --fixed-regexp ÕÐÏÄÅÉÃÌÁ åßíáé óôáôéêü áëöáñéèìçôéêü äéá÷ùñé-\n" +" æüìåíï ìå ÷áñáêôÞñåò áëëáãÞò ãñáììÞò\n" +" -G, --basic-regexp ÕÐÏÄÅÉÃÌÁ åßíáé áðëÞ êáíïíéêÞ Ýêöñáóç\n" +" -P, --perl-regexp ÕÐÏÄÅÉÃÌÁ åßíáé êáíïíéêÞ Ýêöñáóç Perl\n" # src/grep.c:603 # src/grep.c:868 -#: src/grep.c:998 -#, fuzzy +#: src/grep.c:1056 msgid "" " -e, --regexp=PATTERN use PATTERN as a regular expression\n" " -f, --file=FILE obtain PATTERN from FILE\n" @@ -175,25 +179,19 @@ msgid "" " -x, --line-regexp force PATTERN to match only whole lines\n" " -z, --null-data a data line ends in 0 byte, not newline\n" msgstr "" -"ÁíáæÞôçóç ãéá Ó×ÇÌÁÔÉÓÌÏ óå êÜèå ÁÑ×ÅÉÏ Þ óôç óôÜíôáñô åßóïäï.\n" -"\n" -"ÅðéëïãÝò Þ regexp êáé åîÞãçóç:\n" -" -E, --extended-regexp Ó×ÇÌÁÔÉÓÌÏÓ åßíáé ìéá åêôåôáìÝíç êáíïíéêÞ Ýêöñáóç\n" -" -F, --fixed-regexp Ó×ÇÌÁÔÉÓÌÏÓ åßíáé óôáôéêü áëöáñéèìçôéêü äéá÷ùñé-\n" -" æüìåíï ìå ÷áñáêôÞñåò áëëáãÞò ãñáììÞò\n" -" -G, --basic-regexp Ó×ÇÌÁÔÉÓÌÏÓ åßíáé áðëÞ êáíïíéêÞ Ýêöñáóç\n" -" -e, --regexp=Ó×ÇÌÁÔÉÓÌÏÓ ÷ñÞóç Ó×ÇÌÁÔÉÓÌÏÕ ãéá êáíïíéêÞ Ýêöñáóç\n" -" -f, --file=ÁÑ×ÅÉÏ ëÞøç Ó×ÇÌÁÔÉÓÌÏÕ áðü ôï áñ÷åßï ÁÑ×ÅÉÏ\n" +" -e, --regexp=ÕÐÏÄÅÉÃÌÁ ÷ñÞóç ÕÐÏÄÅÉÃÌÁôïò ãéá êáíïíéêÞ Ýêöñáóç\n" +" -f, --file=ÁÑ×ÅÉÏ ëÞøç ÕÐÏÄÅÉÃÌÁôïò áðü ôï áñ÷åßï ÁÑ×ÅÉÏ\n" " -i, --ignore-case áãíüçóå äéáöïñÝò ðåæþí/êåöáëáßùí\n" -" -w, --word-regexp åðéâïëÞ ôïõ Ó×ÇÌÁÔÉÓÌÏÕ íá ôáéñéÜæåé ìüíï\n" +" -w, --word-regexp åðéâïëÞ ôïõ ÕÐÏÄÅÉÃÌÁôïò íá ôáéñéÜæåé ìüíï\n" " ïëüêëçñåò ëÝîåéò\n" -" -x, --line-regexp åðéâïëÞ ôïõ Ó×ÇÌÁÔÉÓÌÏÕ íá ôáéñéÜæåé ìüíï\n" +" -x, --line-regexp åðéâïëÞ ôïõ ÕÐÏÄÅÉÃÌÁôïò íá ôáéñéÜæåé ìüíï\n" " ïëüêëçñåò ãñáììÝò\n" +" -z, --null-data ç ãñáììÞ äåäïìÝíùí ôåñìáôßæåôáé ìå byte 0\n" +" êáé ü÷é ìå ÷áñáêôÞñá áëëáãÞò ãñáììÞò\n" # src/grep.c:615 # src/grep.c:880 -#: src/grep.c:1005 -#, fuzzy +#: src/grep.c:1063 msgid "" "\n" "Miscellaneous:\n" @@ -205,15 +203,16 @@ msgid "" msgstr "" "\n" "ËïéðÜ:\n" -" -s, --no-messages áðïöõãÞ åìöÜíéóçò ìõíçìÜôùí óöáëìÜôùí\n" +" -s, --no-messages áðïöõãÞ åìöÜíéóçò ìçíõìÜôùí óöáëìÜôùí\n" " -v, --revert-match åðéëïãÞ ãñáììþí ðïõ äåí ôáéñéÜæïõí\n" " -V, --version åìöÜíéóçò ðëçñïöïñéþí Ýêäïóçò êáé Ýîïäïò\n" " --help åìöÜíéóçò áõôÞò ôçò âïÞèåéáò êáé Ýîïäïò\n" +" --mmap ÷ñÞóç åéóüäïõ áðåéêïíéóìÝíç-óôç-ìíÞìç áí\n" +" õðÜñ÷åé ôÝôïéá äõíáôüôçôá\n" # src/grep.c:622 # src/grep.c:887 -#: src/grep.c:1013 -#, fuzzy +#: src/grep.c:1071 msgid "" "\n" "Output control:\n" @@ -223,6 +222,8 @@ msgid "" " --line-buffered flush output on every line\n" " -H, --with-filename print the filename for each match\n" " -h, --no-filename suppress the prefixing filename on output\n" +" --label=LABEL print LABEL as filename for standard input\n" +" -o, --only-matching show only the part of a line matching PATTERN\n" " -q, --quiet, --silent suppress all normal output\n" " --binary-files=TYPE assume that binary files are TYPE\n" " TYPE is 'binary', 'text', or 'without-match'\n" @@ -230,10 +231,12 @@ msgid "" " -I equivalent to --binary-files=without-match\n" " -d, --directories=ACTION how to handle directories\n" " ACTION is 'read', 'recurse', or 'skip'\n" +" -D, --devices=ACTION how to handle devices, FIFOs and sockets\n" +" ACTION is 'read' or 'skip'\n" " -R, -r, --recursive equivalent to --directories=recurse\n" -" --include=PATTERN files that match PATTERN will be examine\n" -" --exclude=PATTERN files that match PATTERN will be skip.\n" -" --exclude-from=FILE files that match PATTERN in FILE will be skip.\n" +" --include=PATTERN files that match PATTERN will be examined\n" +" --exclude=PATTERN files that match PATTERN will be skipped.\n" +" --exclude-from=FILE files that match PATTERN in FILE will be skipped.\n" " -L, --files-without-match only print FILE names containing no match\n" " -l, --files-with-matches only print FILE names containing matches\n" " -c, --count only print a count of matching lines per FILE\n" @@ -241,28 +244,41 @@ msgid "" msgstr "" "\n" "¸ëåã÷ïò åîüäïõ:\n" +" -m, --max-count=ÁÑÉÈÌÏÓ óôáìÜôçìá ìåôÜ áðü ÁÑÉÈÌÏ ôáéñéÜóìáôá\n" " -b, --byte-offset åìöÜíéóç ó÷åôéêÞò èÝóçò ôïõ byte ìå ôéò ãñáììÝò\n" " åîüäïõ\n" " -n, --line-number åìöÜíéóç áñéèìþí ãñáììÞò ìå ôéò ãñáììÝò åîüäïõ\n" " -H, --with-filename åìöÜíéóç ïíüìáôïò áñ÷åßïõ ìå êÜèå ôáßñéáóìá\n" " -h, --no-filename áðïöõãÞ åìöÜíéóçò ôïõ ïíüìáôïò ôïõ áñ÷åßïõ óôçí\n" " áñ÷Þ ôçò åîüäïõ\n" +" --label=LABEL print LABEL as filename for standard input\n" +" -o, --only-matching show only the part of a line matching PATTERN\n" " -q, --quiet, --silent áðïöõãÞ åìöÜíéóçò üëçò ôçò êáíïíéêÞò åîüäïõ\n" +" --binary-files=TYPE assume that binary files are TYPE\n" +" TYPE is 'binary', 'text', or 'without-match'\n" " -a, --text íá ìçí áðïöåõ÷èåß ç Ýîïäïò äõáäéêþí äåäïìÝíùí\n" +" -I equivalent to --binary-files=without-match\n" " -d, --directories=ÅÍÅÑÃÅÉÁ ôñüðïò ÷ñÞóçò ôùí êáôáëüãùí\n" " Ç ÅÍÅÑÃÅÉÁ åßíáé 'read', 'recurse' Þ 'skip'.\n" " (Ãéá áíÜãíùóç, áíáäñïìÞ êáé ðáñÜêáìøç áíôßóôïé÷á).\n" -" -r, --recursive éóïäýíáìï ìå --directories=recurse.\n" +" -D, --devices=ÅÍÅÑÃÅÉÁ ôñüðïò ÷ñÞóçò ôùí óõóêåõþí, FIFO êáé socket\n" +" Ç ÅÍÅÑÃÅÉÁ åßíáé 'read' Þ 'skip'.\n" +" (Ãéá áíÜãíùóç êáé ðáñÜêáìøç áíôßóôïé÷á).\n" +" -R, -r, --recursive éóïäýíáìï ìå --directories=recurse.\n" +" --include=ÕÐÏÄÅÉÃÌÁ èá åëåã÷èïýí áñ÷åßá ðïõ ôáéñéÜæïõí óôï ÕÐÏÄÅÉÃÌÁ.\n" +" --exclude=ÕÐÏÄÅÉÃÌÁ èá ðáñáêáìöèïýí áñ÷åßá ðïõ ôáéñéÜæïõí óôï ÕÐÏÄÅÉÃÌÁ\n" +" --exclude-from=ÁÑ×ÅÉÏ èá ðáñáêáìöèïýí ôá áñ÷åßá ðïõ ôáéñéÜæïõí óôá\n" +" ÕÐÏÄÅÉÃÌÁôá ðïõ ðåñéÝ÷ïíôáé ìÝóá óôï ÁÑ×ÅÉÏ.\n" " -L, --files-without-match åìöÜíéóç ìüíï ôá ïíüìáôá ÁÑ×ÅÉÙÍ ðïõ äåí\n" " ðåñéÝ÷ïõí ôáéñéÜóìáôá\n" " -l, --files-with-matches åìöÜíéóç ìüíï ôá ïíüìáôá ÁÑ×ÅÉÙÍ ìå ôáéñéÜóìáôá\n" " -c, --count åìöÜíéóç ìüíï ôïí áñéèìü ôùí ãñáììþí ìå\n" " ôáéñéÜóìáôá ãéá êÜèå ÁÑ×ÅÉÏ\n" +" -Z, --null åããñáöÞ åíüò ìçäåíéêïý byte ìåôÜ ôï üíïìá ÁÑ×ÅÉÏÕ\n" # src/grep.c:633 # src/grep.c:902 -#: src/grep.c:1037 -#, fuzzy +#: src/grep.c:1099 msgid "" "\n" "Context control:\n" @@ -270,7 +286,9 @@ msgid "" " -A, --after-context=NUM print NUM lines of trailing context\n" " -C, --context=NUM print NUM lines of output context\n" " -NUM same as --context=NUM\n" -" --color, --colour use markers to distinguish the matching string\n" +" --color[=WHEN],\n" +" --colour[=WHEN] use markers to distinguish the matching string\n" +" WHEN may be `always', `never' or `auto'.\n" " -U, --binary do not strip CR characters at EOL (MSDOS)\n" " -u, --unix-byte-offsets report offsets as if CRs were not there (MSDOS)\n" "\n" @@ -280,90 +298,101 @@ msgid "" "and 2 if trouble.\n" msgstr "" "\n" -"¸ëåã÷ïò âÜóç ôïõ ðåñéå÷ïìÝíïõ:\n" -" -B, --before-context=ÁÑÉÈÌÏÓ åìöÜíéóç ÁÑÉÈÌÏÓ ãñáììþí ìå áêïëïõèïýìåíï\n" +"¸ëåã÷ïò âÜóåé ôïõ ðåñéå÷ïìÝíïõ:\n" +" -B, --before-context=ÁÑÉÈÌÏÓ åìöÜíéóç ÁÑÉÈÌÏÓ ãñáììþí ìå áêïëïõèïýìåíï\n" " ðåñéå÷üìåíï\n" " -A, --after-context=ÁÑÉÈÌÏÓ åìöÜíéóç ÁÑÉÈÌÏÓ ãñáììþí ìå ðñïðïñåõüìåíï\n" " ðåñéå÷üìåíï\n" -" -C, --context[=ÁÑÉÈÌÏÓ] åìöÜíéóç ÁÑÉÈÌÏÓ (åî ïñéóìïý 2) ãñáììþí ìå\n" +" -C, --context=ÁÑÉÈÌÏÓ åìöÜíéóç ÁÑÉÈÌÏÓ (åî ïñéóìïý 2) ãñáììþí ìå\n" " ðåñéå÷üìåíï åîüäïõ\n" -" åêôüò êé áí áíáéñåèåß ìå -A Þ -B\n" +" åêôüò êé áí áíáéñåèåß ìå -A Þ -B\n" " -NUM ôï ßäéï ìå --context=ÁÑÉÈÌÏÓ\n" +" --color[=WHEN],\n" +" --colour[=WHEN] use markers to distinguish the matching string\n" +" WHEN may be `always', `never' or `auto'.\n" " -U, --binary íá ìçí áðáëåßöïíôáé ÷áñáêôÞñåò CR óôï EOL (MSDOS)\n" " -u, --unix-byte-offsets áíáöïñÜ ó÷åôéêþí èÝóåùí óá íá ìçí õðÞñ÷áí\n" " ÷áñáêôÞñåò CR (MSDOS)\n" "\n" -"Áí äåí õðÜñ÷åé -[GEF], ôüôå ç `egrep' èåùñåß -E, ç `fgrep' -F áëëéþò -G.\n" -"×ùñßò ÁÑ×ÅÉÏ Þ üôáí ôï ÁÑ×ÅÉÏ åßíáé -, áíÜãíùóç áðü óôÜíôáñô åßóïäï.\n" -"Áí äßíïíôáé ëéãüôåñá áðü äýï ÁÑ×ÅÉÁ, èåþñçóå üôé äßíåôáé -h. ¸îïäïò ìå 0\n" -"üôáí õðÜñ÷åé ôáßñéáóìá, äéáöïñåôéêÜ ìå 1. ¸îïäïò ìå 2 óôçí ðåñßðôùóç\n" -"óõíôáêôéêþí óöáëìÜôùí Þ óöáëìÜôùí óõóôÞìáôïò.\n" +"To `egrep' åßíáé éóïäýíáìï ôïõ `grep -E'. Ôï `fgrep' åßíáé éóïäýíáìï ôïõ\n" +"`grep -F'.\n" +"With no FILE, or when FILE is -, read standard input. If less than\n" +"×ùñßá ÁÑ×ÅÉÏ, Þ üôáí ôï ÁÑ×ÅÉÏ åßíáé -, äéáâÜæåôáé ç êáíïíéêÞ åßóïäïò.\n" +"Áí óôá ïñßóìáôá õðÜñ÷ïõí ëéãüôåñá áðü äýï ÁÑ×ÅÉÁ, ôüôå õðïôßèåôáé üôé Ý÷åé\n" +"äïèåß ç åðéëïãÞ -h. Ç êáôÜóôáóç åîüäïõ ôïõ ðñïãñÜììáôïò åßíáé 0 áí âñÝèçêå\n" +"ôï ÕÐÏÄÅÉÃÌÁ, 1 áí äåí âñÝèçêå êáé 2 áí ðñïÝêõøå êÜðïéï ðñüâëçìá.\n" # src/grep.c:647 # src/grep.c:917 -#: src/grep.c:1052 -msgid "\nReport bugs to .\n" -msgstr "\nÓôåßëôå áíáöïñÝò óöáëìÜôùí óôï .\n" +#: src/grep.c:1116 +msgid "" +"\n" +"Report bugs to .\n" +msgstr "" +"\n" +"Óôåßëôå áíáöïñÝò óöáëìÜôùí óôï .\n" # src/grep.c:829 # src/grep.c:1112 -#: src/grep.c:1062 -#, fuzzy +#: src/grep.c:1126 msgid "conflicting matchers specified" -msgstr "ôï óôïé÷åßï ðïõ ðñüêåéôáé íá áíáæçôçèåß, Ý÷åé Þäç ïñéóôåß" +msgstr "ïñßóôçêáí áíôéêñïõüìåíá óôïé÷åßá áíáæÞôçóçò" # src/grep.c:1133 -#: src/grep.c:1355 +#: src/grep.c:1363 +msgid "unknown devices method" +msgstr "Üãíùóôç ìÝèïäïò óõóêåõþí" + +# src/grep.c:1133 +#: src/grep.c:1430 msgid "unknown directories method" msgstr "Üãíùóôç ìÝèïäïò êáôáëüãùí" # src/dfa.c:556 src/dfa.c:562 src/dfa.c:573 src/dfa.c:584 # src/dfa.c:564 src/dfa.c:570 src/dfa.c:581 src/dfa.c:592 -#: src/grep.c:1422 -#, fuzzy +#: src/grep.c:1497 msgid "invalid max count" -msgstr "ìç ôåñìáôéóìÝíïò ìåôñçôÞò åðáíÜëçøçò" +msgstr "ìç Ýãêõñïò ìÝãéóôïò ìåôñçôÞò" -#: src/grep.c:1472 +#: src/grep.c:1551 msgid "unknown binary-files type" -msgstr "" +msgstr "Üãíùóôï åßäïò äõáäéêþí áñ÷åßùí" # src/grep.c:915 # src/grep.c:1219 -#: src/grep.c:1543 -#, fuzzy, c-format +#: src/grep.c:1646 +#, c-format msgid "%s (GNU grep) %s\n" -msgstr "grep (GNU grep) %s\n" +msgstr "%s (GNU grep) %s\n" # src/grep.c:917 # src/grep.c:1221 -#: src/grep.c:1545 -#, fuzzy +#: src/grep.c:1648 msgid "Copyright 1988, 1992-1999, 2000, 2001 Free Software Foundation, Inc.\n" -msgstr "Copyright (C) 1988, 1992-1997, Free Software Foundation, Inc.\n" +msgstr "Äéêáßùìá áíôéãñáöÞò 1988, 1992-1999, 2000, 2001 ºäñõìá Åëåýèåñïõ Ëïãéóìéêïý\n" # src/grep.c:919 # src/grep.c:1223 -#: src/grep.c:1547 +#: src/grep.c:1650 msgid "" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" msgstr "" -"Áõôü åßíáé åëåýèåñï ëïãéóìéêü, äåßôå ôï ðçãáßï êþäéêá ãéá ôïõò êáíüíåò\n" +"Áõôü åßíáé åëåýèåñï ëïãéóìéêü, äåßôå ôïí ðçãáßï êþäéêá ãéá ôïõò êáíüíåò\n" "áíôéãñáöÞò. ÄÅÍ õðÜñ÷åé åããýçóç, ïýôå áêüìá ãéá ×ÑÇÓÉÌÏÔÇÔÁ Þ ÊÁÔÁËËÇËÏÔÇÔÁ\n" "ÃÉÁ ÅÍÁ ÓÕÃÊÅÊÑÉÌÅÍÏ ÓÊÏÐÏ.\n" -#: src/search.c:623 +#: src/search.c:606 msgid "The -P option is not supported" -msgstr "" +msgstr "Ç åðéëïãÞ -P äåí õðïóôçñßæåôáé" -#: src/search.c:636 +#: src/search.c:619 msgid "The -P and -z options cannot be combined" -msgstr "" +msgstr "Ïé åðéëïãÝò -P êáé -z äåí ìðïñïýí íá óõíäõáóôïýí" #: lib/error.c:117 msgid "Unknown system error" -msgstr "" +msgstr "¶ãíùóôï ëÜèïò óõóôÞìáôïò" # src/getopt.c:628 # src/getopt.c:628 @@ -460,74 +489,74 @@ msgstr "%s: #. MARK). A British English Unicode locale should instead #. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and #. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. -#: lib/quotearg.c:265 +#: lib/quotearg.c:259 msgid "`" -msgstr "" +msgstr "`" -#: lib/quotearg.c:266 +#: lib/quotearg.c:260 msgid "'" -msgstr "" +msgstr "'" -#~ # src/getopt1.c:132 -#~ # src/getopt1.c:132 +# src/getopt1.c:132 +# src/getopt1.c:132 #~ msgid "option %s" #~ msgstr "åðéëïãÞ %s" -#~ # src/getopt1.c:134 -#~ # src/getopt1.c:134 +# src/getopt1.c:134 +# src/getopt1.c:134 #~ msgid " with arg %s" #~ msgstr " ìå üñéóìá %s" -#~ # src/getopt1.c:149 -#~ # src/getopt1.c:149 +# src/getopt1.c:149 +# src/getopt1.c:149 #~ msgid "digits occur in two different argv-elements.\n" #~ msgstr "õðÜñ÷ïõí øçößá óå äýï äéáöïñåôéêÜ argv-óôïé÷åßá.\n" -#~ # src/getopt1.c:151 -#~ # src/getopt1.c:151 +# src/getopt1.c:151 +# src/getopt1.c:151 #~ msgid "option %c\n" #~ msgstr "åðéëïãÞ %c\n" -#~ # src/getopt1.c:155 -#~ # src/getopt1.c:155 +# src/getopt1.c:155 +# src/getopt1.c:155 #~ msgid "option a\n" #~ msgstr "åðéëïãÞ á\n" -#~ # src/getopt1.c:159 -#~ # src/getopt1.c:159 +# src/getopt1.c:159 +# src/getopt1.c:159 #~ msgid "option b\n" #~ msgstr "åðéëïãÞ â\n" -#~ # src/getopt1.c:163 -#~ # src/getopt1.c:163 +# src/getopt1.c:163 +# src/getopt1.c:163 #~ msgid "option c with value `%s'\n" #~ msgstr "åðéëïãÞ ã ìå ôéìÞ `%s'\n" -#~ # src/getopt1.c:167 -#~ # src/getopt1.c:167 +# src/getopt1.c:167 +# src/getopt1.c:167 #~ msgid "option d with value `%s'\n" #~ msgstr "åðéëïãÞ ä ìå ôéìÞ `%s'\n" -#~ # src/getopt1.c:174 -#~ # src/getopt1.c:174 +# src/getopt1.c:174 +# src/getopt1.c:174 #~ msgid "?? getopt returned character code 0%o ??\n" #~ msgstr "?? ç getopt åðÝóôñåøå áëöáâçôéêü êùäéêü 0%o ??\n" -#~ # src/getopt1.c:180 -#~ # src/getopt1.c:180 +# src/getopt1.c:180 +# src/getopt1.c:180 #~ msgid "non-option ARGV-elements: " #~ msgstr "ARGV-óôïé÷åßá ðïõ äåí åßíáé åðéëïãÝò: " -#~ # src/grep.c:800 src/grep.c:805 src/grep.c:810 -#~ # src/grep.c:1083 src/grep.c:1088 src/grep.c:1093 +# src/grep.c:800 src/grep.c:805 src/grep.c:810 +# src/grep.c:1083 src/grep.c:1088 src/grep.c:1093 #~ msgid "you may specify only one of -E, -F, or -G" #~ msgstr "ìðïñåßôå íá ïñßóåôå ìüíï Ýíá áðü ôá-E, -F Þ -G" -#~ # src/obstack.c:467 -#~ # src/obstack.c:467 +# src/obstack.c:467 +# src/obstack.c:467 #~ msgid "memory exhausted\n" #~ msgstr "ç ìíÞìç åîáíôëÞèçêå\n" -#~ # src/grep.c:1027 src/grep.c:1030 +# src/grep.c:1027 src/grep.c:1030 #~ msgid "(standard input)\n" #~ msgstr "(êáíïíéêÞ åßóïäïò)\n" diff --git a/src/apps/bin/grep-2.5/po/fr.po b/src/apps/bin/grep-2.5/po/fr.po index d7dd249865..2e2d426103 100644 --- a/src/apps/bin/grep-2.5/po/fr.po +++ b/src/apps/bin/grep-2.5/po/fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU grep 2.5g\n" "POT-Creation-Date: 2002-01-22 14:39+0100\n" -"PO-Revision-Date: 2002-03-10 08:00-0500\n" +"PO-Revision-Date: 2002-03-17 20:00-0500\n" "Last-Translator: Michel Robitaille \n" "Language-Team: French \n" "MIME-Version: 1.0\n" @@ -95,7 +95,7 @@ msgstr "Usage: %s [OPTION]... PATRON [FICHIER]...\n" #: src/grep.c:1040 #, c-format msgid "Try `%s --help' for more information.\n" -msgstr "Pour en savoir davantage, faites: «%s --help».\n" +msgstr "Pour en savoir davantage, faites: « %s --help ».\n" #: src/grep.c:1045 #, c-format @@ -209,12 +209,12 @@ msgstr "" " -o, --only-matching afficher la partie d'une ligne concordant avec le PATRON\n" " -q, --quiet, --silent supprimer tout affichage en sortie\n" " --binary-files=TYPE assumer que les fichiers binaires sont de\n" -" TYPE soit «binary», «text», ou «without-match»,\n" +" TYPE soit « binary », « text », ou « without-match »,\n" " -a, --text ne pas supprimer la sortie binaire\n" " -I équivalent à --binary-files=without-match\n" " -d, --directories=ACTION traiter les répertoires selon l'ACTION\n" -" «read» (lecture), «recurse» (récursivité),\n" -" ou «skip» (escamotage).\n" +" « read » (lecture), « recurse » (récursivité),\n" +" ou « skip » (escamotage).\n" " -R, -r, --recursive équivalent à --directories=recurse\n" " --include=PATRON fichiers concordant au PATRON seront examinés\n" " --exclude=PATRON fichiers concordant au PATRON ne seront pas examinés\n" @@ -261,7 +261,7 @@ msgstr "" " -u, --unix-byte-offsets afficher les adresses relatives comme si\n" " aucun CR n'était présent (MS-DOS)\n" "\n" -"«egrep» est équivalent à «grep -E». «fgrep» est équivalent à «grep -F».\n" +"« egrep » est équivalent à « grep -E ». « fgrep » est équivalent à « grep -F ».\n" "Sans FICHIER, ou si - est utilisé comme nom de FICHIER, la lecture\n" "se fait de l'entrée standard. S'il y a moins de 2 FICHIERS, l'option -h\n" "est implicite. Termine avec 0 s'il y a concordance avec 1 si aucune.\n" @@ -330,34 +330,34 @@ msgstr "Erreur syst #: lib/getopt.c:675 #, c-format msgid "%s: option `%s' is ambiguous\n" -msgstr "%s: l'option «%s» est ambiguë.\n" +msgstr "%s: l'option « %s » est ambiguë.\n" #: lib/getopt.c:700 #, c-format msgid "%s: option `--%s' doesn't allow an argument\n" -msgstr "%s: l'option «--%s» ne permet pas de paramètre.\n" +msgstr "%s: l'option « --%s » ne permet pas de paramètre.\n" #: lib/getopt.c:705 #, c-format msgid "%s: option `%c%s' doesn't allow an argument\n" -msgstr "%s: l'option «%c%s» ne permet pas de paramètre.\n" +msgstr "%s: l'option « %c%s » ne permet pas de paramètre.\n" #: lib/getopt.c:723 lib/getopt.c:896 #, c-format msgid "%s: option `%s' requires an argument\n" -msgstr "%s: l'option «%s» requiert un paramètre.\n" +msgstr "%s: l'option « %s » requiert un paramètre.\n" #. --option #: lib/getopt.c:752 #, c-format msgid "%s: unrecognized option `--%s'\n" -msgstr "%s: l'option «--%s» n'est pas reconnue.\n" +msgstr "%s: l'option « --%s » n'est pas reconnue.\n" #. +option or -option #: lib/getopt.c:756 #, c-format msgid "%s: unrecognized option `%c%s'\n" -msgstr "%s: l'option «%c%s» n'est pas reconnue.\n" +msgstr "%s: l'option « %c%s » n'est pas reconnue.\n" #. 1003.2 specifies the format of this message. #: lib/getopt.c:782 @@ -379,12 +379,12 @@ msgstr "%s: l'option -- %c requiert un param #: lib/getopt.c:862 #, c-format msgid "%s: option `-W %s' is ambiguous\n" -msgstr "%s: l'option «-W %s» est ambiguë.\n" +msgstr "%s: l'option « -W %s » est ambiguë.\n" #: lib/getopt.c:880 #, c-format msgid "%s: option `-W %s' doesn't allow an argument\n" -msgstr "%s: l'option «-W %s» ne permet pas de paramètre.\n" +msgstr "%s: l'option « -W %s » ne permet pas de paramètre.\n" #. Get translations for open and closing quotation marks. #. diff --git a/src/apps/bin/grep-2.5/po/grep.pot b/src/apps/bin/grep-2.5/po/grep.pot index 89cb2e0e78..6eb2f2c309 100644 --- a/src/apps/bin/grep-2.5/po/grep.pot +++ b/src/apps/bin/grep-2.5/po/grep.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2002-03-13 15:14+0100\n" +"POT-Creation-Date: 2002-03-26 16:38+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -71,44 +71,44 @@ msgstr "" msgid "input is too large to count" msgstr "" -#: src/grep.c:601 +#: src/grep.c:605 msgid "writing output" msgstr "" -#: src/grep.c:874 +#: src/grep.c:878 #, c-format msgid "Binary file %s matches\n" msgstr "" -#: src/grep.c:888 +#: src/grep.c:892 msgid "(standard input)" msgstr "" -#: src/grep.c:993 +#: src/grep.c:997 #, c-format msgid "warning: %s: %s\n" msgstr "" -#: src/grep.c:994 +#: src/grep.c:998 msgid "recursive directory loop" msgstr "" -#: src/grep.c:1042 +#: src/grep.c:1046 #, c-format msgid "Usage: %s [OPTION]... PATTERN [FILE]...\n" msgstr "" -#: src/grep.c:1044 +#: src/grep.c:1048 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" -#: src/grep.c:1049 +#: src/grep.c:1053 #, c-format msgid "Usage: %s [OPTION]... PATTERN [FILE] ...\n" msgstr "" -#: src/grep.c:1050 +#: src/grep.c:1054 #, c-format msgid "" "Search for PATTERN in each FILE or standard input.\n" @@ -117,7 +117,7 @@ msgid "" "Regexp selection and interpretation:\n" msgstr "" -#: src/grep.c:1055 +#: src/grep.c:1059 msgid "" " -E, --extended-regexp PATTERN is an extended regular expression\n" " -F, --fixed-strings PATTERN is a set of newline-separated strings\n" @@ -125,7 +125,7 @@ msgid "" " -P, --perl-regexp PATTERN is a Perl regular expression\n" msgstr "" -#: src/grep.c:1060 +#: src/grep.c:1064 msgid "" " -e, --regexp=PATTERN use PATTERN as a regular expression\n" " -f, --file=FILE obtain PATTERN from FILE\n" @@ -135,7 +135,7 @@ msgid "" " -z, --null-data a data line ends in 0 byte, not newline\n" msgstr "" -#: src/grep.c:1067 +#: src/grep.c:1071 msgid "" "\n" "Miscellaneous:\n" @@ -146,7 +146,7 @@ msgid "" " --mmap use memory-mapped input if possible\n" msgstr "" -#: src/grep.c:1075 +#: src/grep.c:1079 msgid "" "\n" "Output control:\n" @@ -178,7 +178,7 @@ msgid "" " -Z, --null print 0 byte after FILE name\n" msgstr "" -#: src/grep.c:1103 +#: src/grep.c:1107 msgid "" "\n" "Context control:\n" @@ -198,42 +198,42 @@ msgid "" "and 2 if trouble.\n" msgstr "" -#: src/grep.c:1120 +#: src/grep.c:1124 msgid "" "\n" "Report bugs to .\n" msgstr "" -#: src/grep.c:1130 +#: src/grep.c:1134 msgid "conflicting matchers specified" msgstr "" -#: src/grep.c:1367 +#: src/grep.c:1376 msgid "unknown devices method" msgstr "" -#: src/grep.c:1434 +#: src/grep.c:1443 msgid "unknown directories method" msgstr "" -#: src/grep.c:1501 +#: src/grep.c:1510 msgid "invalid max count" msgstr "" -#: src/grep.c:1555 +#: src/grep.c:1565 msgid "unknown binary-files type" msgstr "" -#: src/grep.c:1650 +#: src/grep.c:1660 #, c-format msgid "%s (GNU grep) %s\n" msgstr "" -#: src/grep.c:1652 +#: src/grep.c:1662 msgid "Copyright 1988, 1992-1999, 2000, 2001 Free Software Foundation, Inc.\n" msgstr "" -#: src/grep.c:1654 +#: src/grep.c:1664 msgid "" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" diff --git a/src/apps/bin/grep-2.5/po/id.po b/src/apps/bin/grep-2.5/po/id.po index 8975a3800f..a418e2f999 100644 --- a/src/apps/bin/grep-2.5/po/id.po +++ b/src/apps/bin/grep-2.5/po/id.po @@ -1,23 +1,28 @@ -# grep-2.3f (Indonesian). -# Copyright (C) 1999 Free Software Foundation, Inc. -# Tedi Heriyanto , 1999. +# grep-2.5g (Indonesian). +# Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. +# Tedi Heriyanto , 1999, 2000, 2001, 2002 # msgid "" msgstr "" -"Project-Id-Version: grep 2.3f.id.po\n" -"POT-Creation-Date: 1999-10-05 22:33-0400\n" -"PO-Revision-Date: 1999-10-29 16:04+07:00\n" -"Last-Translator: Tedi Heriyanto \n" -"Language-Team: Indonesian \n" +"Project-Id-Version: grep 2.5g.id.po\n" +"POT-Creation-Date: 2002-01-22 14:39+0100\n" +"PO-Revision-Date: 2002-03-08 16:34GMT+0700\n" +"Last-Translator: Tedi Heriyanto \n" +"Language-Team: Indonesian \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 0.9.5\n" -#: src/dfa.c:155 src/dfa.c:167 src/dfa.c:180 src/grep.c:898 +#: src/dfa.c:136 src/dfa.c:147 src/dfa.c:158 src/search.c:689 msgid "Memory exhausted" msgstr "Memori habis" -#: src/dfa.c:457 +#: src/dfa.c:489 src/dfa.c:492 src/dfa.c:510 src/dfa.c:521 src/dfa.c:545 src/dfa.c:604 src/dfa.c:609 src/dfa.c:622 src/dfa.c:623 src/dfa.c:1001 src/dfa.c:1004 src/dfa.c:1028 src/dfa.c:1032 src/dfa.c:1033 src/dfa.c:1036 src/dfa.c:1048 src/dfa.c:1049 +msgid "Unbalanced [" +msgstr "[ tidak seimbang" + +#: src/dfa.c:741 msgid "Unfinished \\ escape" msgstr "escape \\\\ tidak selesai" @@ -25,203 +30,105 @@ msgstr "escape \\\\ tidak selesai" #. {M} - exact count #. {M,} - minimum count, maximum is infinity #. {M,N} - M through N -#: src/dfa.c:590 src/dfa.c:596 src/dfa.c:606 src/dfa.c:614 src/dfa.c:629 +#: src/dfa.c:874 src/dfa.c:880 src/dfa.c:890 src/dfa.c:898 src/dfa.c:913 msgid "unfinished repeat count" msgstr "perulangan count tidak selesai" -#: src/dfa.c:603 src/dfa.c:620 src/dfa.c:628 src/dfa.c:632 +#: src/dfa.c:887 src/dfa.c:904 src/dfa.c:912 src/dfa.c:916 msgid "malformed repeat count" msgstr "perulangan count salah bentuk" -#: src/dfa.c:697 src/dfa.c:700 src/dfa.c:727 src/dfa.c:731 src/dfa.c:732 -#: src/dfa.c:735 src/dfa.c:748 src/dfa.c:749 -msgid "Unbalanced [" -msgstr "[ tidak seimbang" - -#: src/dfa.c:886 +#: src/dfa.c:1253 msgid "Unbalanced (" msgstr "( tidak seimbang" -#: src/dfa.c:1007 +#: src/dfa.c:1378 msgid "No syntax specified" msgstr "Tidak ada syntax dispesifikasikan" -#: src/dfa.c:1015 +#: src/dfa.c:1386 msgid "Unbalanced )" msgstr ") tidak seimbang" -#: src/dfa.c:2036 +#: src/dfa.c:2956 msgid "out of memory" msgstr "memori habis" -#: src/getopt.c:628 -#, c-format -msgid "%s: option `%s' is ambiguous\n" -msgstr "%s: opsi `%s' rancu\n" - -#: src/getopt.c:652 -#, c-format -msgid "%s: option `--%s' doesn't allow an argument\n" -msgstr "%s: opsi `--%s' tidak mengijinkan argumen\n" - -#: src/getopt.c:657 -#, c-format -msgid "%s: option `%c%s' doesn't allow an argument\n" -msgstr "%s: opsi `%c%s' tidak mengijinkan argumen\n" - -#: src/getopt.c:674 src/getopt.c:847 -#, c-format -msgid "%s: option `%s' requires an argument\n" -msgstr "%s: opsi `%s' membutuhkan sebuah argumen\n" - -#. --option -#: src/getopt.c:703 -#, c-format -msgid "%s: unrecognized option `--%s'\n" -msgstr "%s: opsi tidak dikenal `--%s'\n" - -#. +option or -option -#: src/getopt.c:707 -#, c-format -msgid "%s: unrecognized option `%c%s'\n" -msgstr "%s: opsi tidak dikenal `%c%s'\n" - -#. 1003.2 specifies the format of this message. -#: src/getopt.c:733 -#, c-format -msgid "%s: illegal option -- %c\n" -msgstr "%s: opsi ilegal -- %c\n" - -#: src/getopt.c:736 -#, c-format -msgid "%s: invalid option -- %c\n" -msgstr "%s: opsi tidak valid -- %c\n" - -#. 1003.2 specifies the format of this message. -#: src/getopt.c:766 src/getopt.c:896 -#, c-format -msgid "%s: option requires an argument -- %c\n" -msgstr "%s: opsi membutuhkan sebuah argumen -- %c\n" - -#: src/getopt.c:813 -#, c-format -msgid "%s: option `-W %s' is ambiguous\n" -msgstr "%s: opsi `-W %s' rancu\n" - -#: src/getopt.c:831 -#, c-format -msgid "%s: option `-W %s' doesn't allow an argument\n" -msgstr "%s: opsi `-W %s' tidak mengijinkan sebuah argumen\n" - -#: src/getopt1.c:132 -#, c-format -msgid "option %s" -msgstr "opsi %s" - -#: src/getopt1.c:134 -#, c-format -msgid " with arg %s" -msgstr " dengan arg %s" - -#: src/getopt1.c:149 -msgid "digits occur in two different argv-elements.\n" -msgstr "digit muncul dalam dua argv-elemen yang berbeda.\n" - -#: src/getopt1.c:151 -#, c-format -msgid "option %c\n" -msgstr "opsi %c\n" - -#: src/getopt1.c:155 -msgid "option a\n" -msgstr "opsi a\n" - -#: src/getopt1.c:159 -msgid "option b\n" -msgstr "opsi b\n" - -#: src/getopt1.c:163 -#, c-format -msgid "option c with value `%s'\n" -msgstr "opsi c dengan nilai `%s'\n" - -#: src/getopt1.c:167 -#, c-format -msgid "option d with value `%s'\n" -msgstr "opsi d dengan nilai `%s'\n" - -#: src/getopt1.c:174 -#, c-format -msgid "?? getopt returned character code 0%o ??\n" -msgstr "?? getopt mengembalikan kode karakter 0%o ??\n" - -#: src/getopt1.c:180 -msgid "non-option ARGV-elements: " -msgstr "elemen-ARGV bukan opsi: " - -#: src/grep.c:179 src/grep.c:196 src/grep.c:292 src/grep.c:387 src/kwset.c:184 -#: src/kwset.c:190 +#: lib/obstack.c:471 src/kwset.c:171 src/kwset.c:177 src/search.c:103 src/search.c:209 src/search.c:293 msgid "memory exhausted" msgstr "memori habis" -#: src/grep.c:418 src/grep.c:883 -#, c-format -msgid "%s: warning: %s: %s\n" -msgstr "%s: peringatan: %s: %s\n" +#: src/grep.c:205 +msgid "invalid context length argument" +msgstr "argumen panjang konteks tidak valid" -#: src/grep.c:543 src/grep.c:1429 +#: src/grep.c:475 +msgid "input is too large to count" +msgstr "input terlalu besar untuk dihitung" + +#: src/grep.c:597 msgid "writing output" msgstr "menulis output" -#: src/grep.c:775 +#: src/grep.c:870 #, c-format msgid "Binary file %s matches\n" msgstr "File biner %s cocok\n" -#: src/grep.c:791 +#: src/grep.c:884 msgid "(standard input)" msgstr "(input standar)" -#: src/grep.c:884 +#: src/grep.c:989 +#, c-format +msgid "warning: %s: %s\n" +msgstr "peringatan: %s: %s\n" + +#: src/grep.c:990 msgid "recursive directory loop" msgstr "perulangan direktori rekursif" -#: src/grep.c:935 +#: src/grep.c:1038 #, c-format msgid "Usage: %s [OPTION]... PATTERN [FILE]...\n" msgstr "Pemakaian: %s [OPSI]... POLA [FILE]...\n" -#: src/grep.c:936 +#: src/grep.c:1040 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Coba `%s --help' untuk informasi lebih lanjut.\n" -#: src/grep.c:940 +#: src/grep.c:1045 #, c-format msgid "Usage: %s [OPTION]... PATTERN [FILE] ...\n" msgstr "Pemakaian: %s [OPSI]... POLA [FILE] ...\n" -#: src/grep.c:941 +#: src/grep.c:1046 +#, c-format msgid "" "Search for PATTERN in each FILE or standard input.\n" +"Example: %s -i 'hello world' menu.h main.c\n" "\n" "Regexp selection and interpretation:\n" msgstr "" -"Mencari POLA dalams setiap FILE atau input standar.\n" +"Mencari POLA dalam setiap FILE atau input standar.\n" +"Contoh: %s -i 'hello world' menu.h main.c\n" "\n" "Seleksi dan interpretasi regexp:\n" -#: src/grep.c:945 +#: src/grep.c:1051 msgid "" " -E, --extended-regexp PATTERN is an extended regular expression\n" -" -F, --fixed-regexp PATTERN is a fixed string separated by newlines\n" +" -F, --fixed-strings PATTERN is a set of newline-separated strings\n" " -G, --basic-regexp PATTERN is a basic regular expression\n" +" -P, --perl-regexp PATTERN is a Perl regular expression\n" msgstr "" " -E, --extended-regexp POLA adalah ekspresi reguler ekstended\n" " -F, --fixed-regexp POLA adalah string tetap yang dipisah oleh newline\n" " -G, --basic-regexp POLA adalah ekspresi reguler dasar\n" +" -P, --perl-regexp POLA adalah sebuah ekspresi reguler Perl\n" -#: src/grep.c:949 +#: src/grep.c:1056 msgid "" " -e, --regexp=PATTERN use PATTERN as a regular expression\n" " -f, --file=FILE obtain PATTERN from FILE\n" @@ -238,7 +145,7 @@ msgstr "" " -z, --null-data baris data berakhir dalam 0 byte, bukan newline\n" "\n" -#: src/grep.c:956 +#: src/grep.c:1063 msgid "" "\n" "Miscellaneous:\n" @@ -246,6 +153,7 @@ msgid "" " -v, --invert-match select non-matching lines\n" " -V, --version print version information and exit\n" " --help display this help and exit\n" +" --mmap use memory-mapped input if possible\n" msgstr "" "\n" "Lain-lain:\n" @@ -253,20 +161,33 @@ msgstr "" " -v, --invert-match pilih baris-baris yang tidak sesuai\n" " -V, --version tampilkan informasi versi dan keluar\n" " --help tampilkan bantuan ini dan keluar\n" +" --mmap gunakan input memory-mapped bila memungkinkan\n" -#: src/grep.c:963 +#: src/grep.c:1071 msgid "" "\n" "Output control:\n" +" -m, --max-count=NUM stop after NUM matches\n" " -b, --byte-offset print the byte offset with output lines\n" " -n, --line-number print line number with output lines\n" +" --line-buffered flush output on every line\n" " -H, --with-filename print the filename for each match\n" " -h, --no-filename suppress the prefixing filename on output\n" +" --label=LABEL print LABEL as filename for standard input\n" +" -o, --only-matching show only the part of a line matching PATTERN\n" " -q, --quiet, --silent suppress all normal output\n" -" -a, --text do not suppress binary output\n" +" --binary-files=TYPE assume that binary files are TYPE\n" +" TYPE is 'binary', 'text', or 'without-match'\n" +" -a, --text equivalent to --binary-files=text\n" +" -I equivalent to --binary-files=without-match\n" " -d, --directories=ACTION how to handle directories\n" -" ACTION is 'read', 'recurse', or 'skip'.\n" -" -r, --recursive equivalent to --directories=recurse.\n" +" ACTION is 'read', 'recurse', or 'skip'\n" +" -D, --devices=ACTION how to handle devices, FIFOs and sockets\n" +" ACTION is 'read' or 'skip'\n" +" -R, -r, --recursive equivalent to --directories=recurse\n" +" --include=PATTERN files that match PATTERN will be examined\n" +" --exclude=PATTERN files that match PATTERN will be skipped.\n" +" --exclude-from=FILE files that match PATTERN in FILE will be skipped.\n" " -L, --files-without-match only print FILE names containing no match\n" " -l, --files-with-matches only print FILE names containing matches\n" " -c, --count only print a count of matching lines per FILE\n" @@ -274,78 +195,105 @@ msgid "" msgstr "" "\n" "Kendali output:\n" +" -m, --max-count=NUM berhenti setelah cocok sejumlah NUM\n" " -b, --byte-offset cetak offset byte dengan baris output\n" " -n, --line-number cetak nomor baris dengan baris output\n" +" --line-buffered flush output setiap baris\n" " -H, --with-filename cetak namafile untuk setiap kecocokan\n" " -h, --no-filename tiadakan namafile di output\n" +" --label=LABEL cetak LABEL sebagai nama file input standar\n" " -q, --quiet, --silent tiadakan seluruh output normal\n" -" -a, --text jangan tiadakan output biner\n" +" --binary-files=TYPE asumsikan bahwa file biner bertipe TYPE\n" +" TYPE adalah 'binary', 'text', atau 'without match'\n" +" -a, --text ekivalen dengan --binary-files=text\n" +" -l ekivalen dengan --binary-files=without-match\n" " -d, --directories=AKSI bagaimana menangani direktori\n" " AKSI adalah 'read', 'recurse', atau 'skip'.\n" -" -r, --recursive ekivalen dengan --directories=recurse.\n" +" -D, --devices=AKSI bagaimana menangani device, FIFO dan soket\n" +" AKSI adalah 'read' atau 'skip'\n" +" -R, -r, --recursive ekivalen dengan --directories=recurse.\n" +" --include=POLA file yang cocok dengan POLA akan diperiksa\n" +" --exclude=POLA file yang cocok dengan POLA akan dilewati\n" +" --exclude-from=FILE file yang cocok dengan POLA dalam FILE akan dilewati\n" " -L, --files-without-match hanya mencetak nama FILE yang tidak ada kecocokan\n" " -l, --files-with-match hanya mencetak nama FILE yang ada kecocokan\n" " -c, --count hanya mencetak jumlah baris yang cocok per FILE\n" " -Z, --null mencetak byte 0 setelah nama FILE\n" -#: src/grep.c:979 +#: src/grep.c:1099 msgid "" "\n" "Context control:\n" " -B, --before-context=NUM print NUM lines of leading context\n" " -A, --after-context=NUM print NUM lines of trailing context\n" -" -C, --context[=NUM] print NUM (default 2) lines of output context\n" -" unless overriden by -A or -B\n" +" -C, --context=NUM print NUM lines of output context\n" " -NUM same as --context=NUM\n" +" --color[=WHEN],\n" +" --colour[=WHEN] use markers to distinguish the matching string\n" +" WHEN may be `always', `never' or `auto'.\n" " -U, --binary do not strip CR characters at EOL (MSDOS)\n" " -u, --unix-byte-offsets report offsets as if CRs were not there (MSDOS)\n" "\n" "`egrep' means `grep -E'. `fgrep' means `grep -F'.\n" -"With no FILE, or when FILE is -, read standard input. If less than\n" -"two FILEs given, assume -h. Exit with 0 if matches, with 1 if none.\n" -"Exit with 2 if syntax errors or system errors.\n" +"With no FILE, or when FILE is -, read standard input. If less than\n" +"two FILEs given, assume -h. Exit status is 0 if match, 1 if no match,\n" +"and 2 if trouble.\n" msgstr "" "\n" "Kendali Konteks:\n" " -B, --before-context=NUM mencetak NUM baris leading context\n" " -A, --after-context=NUM mencetak NUM baris trailing context\n" -" -C, --context[=NUM] mencetak NUM (baku 2) baris konteks output \n" -" kecuali di-override dengan -A atau -B\n" +" -C, --context=NUM mencetak NUM baris konteks output \n" " -NUM sama seperti --context=NUM\n" +" --color[=WHEN],\n" +" --colour[=WHEN] gunakan penanda untuk membedakan string yang cocok\n" +" WHEN dapat berupa 'always', 'never', atau 'auto'\n" " -U, --binary jangan hapus karakter CR di EOL (MSDOS)\n" " -u, --unix-byte-offsets laporkan offset seperti bila CR tidak ada (MSDOS)\n" "\n" "`egrep' berarti `grep -E'. `fgrep' berarti `grep -F'.\n" "Dengan tanpa FILE, atau ketika FILE adalah -, baca input standar. Jika diberi \n" "kurang dari dua file, asumsikan -h. Keluar dengan 0 jika cocok, dengan 1 jika\n" -"tidak. Keluar dengan 2 jika terjadi syntax atau system error.\n" +"tidak. 2 jika terjadi masalah.\n" -#: src/grep.c:994 -msgid "\nReport bugs to .\n" -msgstr "\nLaporkan kesalahan ke .\n" +#: src/grep.c:1116 +msgid "" +"\n" +"Report bugs to .\n" +msgstr "" +"\n" +"Laporkan kesalahan ke .\n" -#: src/grep.c:1005 +#: src/grep.c:1126 msgid "conflicting matchers specified" msgstr "dispesifikasikan matcher yang konflik" -#: src/grep.c:1204 src/grep.c:1211 src/grep.c:1220 -msgid "invalid context length argument" -msgstr "argumen panjang konteks tidak valid" +#: src/grep.c:1363 +msgid "unknown devices method" +msgstr "metode device tidak dikenal" -#: src/grep.c:1271 +#: src/grep.c:1430 msgid "unknown directories method" msgstr "metode direktori tidak dikenal" -#: src/grep.c:1366 +#: src/grep.c:1497 +msgid "invalid max count" +msgstr "jumlah max tidak valid" + +#: src/grep.c:1551 +msgid "unknown binary-files type" +msgstr "tipe file biner tidak dikenal" + +#: src/grep.c:1646 #, c-format msgid "%s (GNU grep) %s\n" msgstr "%s (GNU grep) %s\n" -#: src/grep.c:1368 -msgid "Copyright (C) 1988, 1992-1998, 1999 Free Software Foundation, Inc.\n" -msgstr "Hak Cipta (C) 1988, 1992-1998, 1999 Free Software Foundation, Inc.\n" +#: src/grep.c:1648 +msgid "Copyright 1988, 1992-1999, 2000, 2001 Free Software Foundation, Inc.\n" +msgstr "Hak Cipta (C) 1988, 1992-1999, 2000, 2001 Free Software Foundation, Inc.\n" -#: src/grep.c:1370 +#: src/grep.c:1650 msgid "" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" @@ -353,6 +301,95 @@ msgstr "" "Ini adalah free software; lihat sumber untuk syarat penyalinan. Tidak ada\n" "jaminan; sekalipun untuk PENJUALAN atau KESESUAIAN UNTUK TUJUAN TERTENTU.\n" -#: src/obstack.c:467 -msgid "memory exhausted\n" -msgstr "memori habis\n" +#: src/search.c:606 +msgid "The -P option is not supported" +msgstr "Option -P tidak didukung" + +#: src/search.c:619 +msgid "The -P and -z options cannot be combined" +msgstr "Option -P dan -z tidak dapat digabungkan" + +#: lib/error.c:117 +msgid "Unknown system error" +msgstr "Kesalahan sistem tidak dikenal" + +#: lib/getopt.c:675 +#, c-format +msgid "%s: option `%s' is ambiguous\n" +msgstr "%s: opsi `%s' rancu\n" + +#: lib/getopt.c:700 +#, c-format +msgid "%s: option `--%s' doesn't allow an argument\n" +msgstr "%s: opsi `--%s' tidak mengijinkan argumen\n" + +#: lib/getopt.c:705 +#, c-format +msgid "%s: option `%c%s' doesn't allow an argument\n" +msgstr "%s: opsi `%c%s' tidak mengijinkan argumen\n" + +#: lib/getopt.c:723 lib/getopt.c:896 +#, c-format +msgid "%s: option `%s' requires an argument\n" +msgstr "%s: opsi `%s' membutuhkan sebuah argumen\n" + +#. --option +#: lib/getopt.c:752 +#, c-format +msgid "%s: unrecognized option `--%s'\n" +msgstr "%s: opsi tidak dikenal `--%s'\n" + +#. +option or -option +#: lib/getopt.c:756 +#, c-format +msgid "%s: unrecognized option `%c%s'\n" +msgstr "%s: opsi tidak dikenal `%c%s'\n" + +#. 1003.2 specifies the format of this message. +#: lib/getopt.c:782 +#, c-format +msgid "%s: illegal option -- %c\n" +msgstr "%s: opsi ilegal -- %c\n" + +#: lib/getopt.c:785 +#, c-format +msgid "%s: invalid option -- %c\n" +msgstr "%s: opsi tidak valid -- %c\n" + +#. 1003.2 specifies the format of this message. +#: lib/getopt.c:815 lib/getopt.c:945 +#, c-format +msgid "%s: option requires an argument -- %c\n" +msgstr "%s: opsi membutuhkan sebuah argumen -- %c\n" + +#: lib/getopt.c:862 +#, c-format +msgid "%s: option `-W %s' is ambiguous\n" +msgstr "%s: opsi `-W %s' rancu\n" + +#: lib/getopt.c:880 +#, c-format +msgid "%s: option `-W %s' doesn't allow an argument\n" +msgstr "%s: opsi `-W %s' tidak mengijinkan sebuah argumen\n" + +#. Get translations for open and closing quotation marks. +#. +#. The message catalog should translate "`" to a left +#. quotation mark suitable for the locale, and similarly for +#. "'". If the catalog has no translation, +#. locale_quoting_style quotes `like this', and +#. clocale_quoting_style quotes "like this". +#. +#. For example, an American English Unicode locale should +#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and +#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION +#. MARK). A British English Unicode locale should instead +#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and +#. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. +#: lib/quotearg.c:259 +msgid "`" +msgstr "`" + +#: lib/quotearg.c:260 +msgid "'" +msgstr "'" diff --git a/src/apps/bin/grep-2.5/po/ja.po b/src/apps/bin/grep-2.5/po/ja.po index 4c7d5e88fb..555e2d7c4f 100644 --- a/src/apps/bin/grep-2.5/po/ja.po +++ b/src/apps/bin/grep-2.5/po/ja.po @@ -1,6 +1,6 @@ # Japanese messages for GNU grep -# Copyright (C) 1996, 1997, 2001 Free Software Foundation, Inc. -# IIDA Yosiaki , 1999, 2000, 2001. +# Copyright (C) 1996, 1997, 2001, 2002 Free Software Foundation, Inc. +# IIDA Yosiaki , 1999, 2000, 2001, 2002. # This file is distributed under the same license as the GNU grep package. # Contributed by # Yasuyuki Furukawa , 1997 @@ -10,28 +10,25 @@ # msgid "" msgstr "" -"Project-Id-Version: GNU grep 2.5e\n" -"POT-Creation-Date: 2001-03-07 00:02-0500\n" -"PO-Revision-Date: 2002-02-08 22:15+0900\n" +"Project-Id-Version: GNU grep 2.5\n" +"POT-Creation-Date: 2002-03-13 15:14+0100\n" +"PO-Revision-Date: 2002-03-14 16:09+0000\n" "Last-Translator: IIDA Yosiaki \n" -"Language-Team: Japanese \n" +"Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=EUC-JP\n" "Content-Transfer-Encoding: 8bit\n" "Comments: This file is part of GNU grep.\n" -#: src/dfa.c:136 src/dfa.c:147 src/dfa.c:158 src/grep.c:944 src/search.c:706 +#: src/dfa.c:136 src/dfa.c:147 src/dfa.c:158 src/search.c:689 msgid "Memory exhausted" msgstr "¥á¥â¥ê¡¼¤¬Â­¤ê¤Þ¤»¤ó" -#: src/dfa.c:486 src/dfa.c:489 src/dfa.c:507 src/dfa.c:518 src/dfa.c:542 -#: src/dfa.c:601 src/dfa.c:606 src/dfa.c:619 src/dfa.c:620 src/dfa.c:998 -#: src/dfa.c:1001 src/dfa.c:1025 src/dfa.c:1029 src/dfa.c:1030 src/dfa.c:1033 -#: src/dfa.c:1045 src/dfa.c:1046 +#: src/dfa.c:489 src/dfa.c:492 src/dfa.c:510 src/dfa.c:521 src/dfa.c:545 src/dfa.c:604 src/dfa.c:609 src/dfa.c:622 src/dfa.c:623 src/dfa.c:1001 src/dfa.c:1004 src/dfa.c:1028 src/dfa.c:1032 src/dfa.c:1033 src/dfa.c:1036 src/dfa.c:1048 src/dfa.c:1049 msgid "Unbalanced [" msgstr "[ ¤¬Äà¤ê¹ç¤¤¤Þ¤»¤ó" -#: src/dfa.c:738 +#: src/dfa.c:741 msgid "Unfinished \\ escape" msgstr "\\ ¥¨¥¹¥±¡¼¥×¤¬½ªÎ»¤·¤Æ¤¤¤Þ¤»¤ó" @@ -39,81 +36,80 @@ msgstr "\\ #. {M} - exact count #. {M,} - minimum count, maximum is infinity #. {M,N} - M through N -#: src/dfa.c:871 src/dfa.c:877 src/dfa.c:887 src/dfa.c:895 src/dfa.c:910 +#: src/dfa.c:874 src/dfa.c:880 src/dfa.c:890 src/dfa.c:898 src/dfa.c:913 msgid "unfinished repeat count" msgstr "·«ÊÖ¤·¥«¥¦¥ó¥È¤¬½ªÎ»¤·¤Þ¤»¤ó" -#: src/dfa.c:884 src/dfa.c:901 src/dfa.c:909 src/dfa.c:913 +#: src/dfa.c:887 src/dfa.c:904 src/dfa.c:912 src/dfa.c:916 msgid "malformed repeat count" msgstr "·«ÊÖ¤·¥«¥¦¥ó¥È¤¬°Û¾ï¤Ç¤¹" -#: src/dfa.c:1232 +#: src/dfa.c:1253 msgid "Unbalanced (" msgstr "( ¤¬Äà¤ê¹ç¤¤¤Þ¤»¤ó" -#: src/dfa.c:1357 +#: src/dfa.c:1378 msgid "No syntax specified" msgstr "¹½Ê¸¤¬ÆÃÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó" -#: src/dfa.c:1365 +#: src/dfa.c:1386 msgid "Unbalanced )" msgstr ") ¤¬Äà¤ê¹ç¤¤¤Þ¤»¤ó" -#: src/dfa.c:2933 +#: src/dfa.c:2956 msgid "out of memory" msgstr "¥á¥â¥ê¡¼¤¬¤Ê¤¯¤Ê¤ê¤Þ¤·¤¿" -#: lib/obstack.c:471 src/grep.c:343 src/kwset.c:171 src/kwset.c:177 -#: src/search.c:103 src/search.c:223 src/search.c:307 +#: src/kwset.c:171 src/kwset.c:177 src/search.c:103 src/search.c:209 src/search.c:293 lib/obstack.c:471 msgid "memory exhausted" msgstr "¥á¥â¥ê¡¼¤¬Â­¤ê¤Þ¤»¤ó" -#: src/grep.c:191 +#: src/grep.c:205 msgid "invalid context length argument" msgstr "¹Ô¿ô¤Î»ØÄ꤬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹" -#: src/grep.c:466 +#: src/grep.c:479 msgid "input is too large to count" msgstr "ÆþÎϤ¬Â礭¤¹¤®¤Æ¿ô¤¨¤é¤ì¤Þ¤»¤ó" -#: src/grep.c:539 +#: src/grep.c:601 msgid "writing output" msgstr "½ÐÎϤνñ¹þ¤ß" -#: src/grep.c:812 +#: src/grep.c:874 #, c-format msgid "Binary file %s matches\n" msgstr "¥Ð¥¤¥Ê¥ê¡¼¡¦¥Õ¥¡¥¤¥ë%s¤Ï°ìÃפ·¤Þ¤·¤¿\n" -#: src/grep.c:826 +#: src/grep.c:888 msgid "(standard input)" msgstr "(ɸ½àÆþÎÏ)" -#: src/grep.c:931 +#: src/grep.c:993 #, c-format msgid "warning: %s: %s\n" msgstr "·Ù¹ð: %s: %s\n" -#: src/grep.c:932 +#: src/grep.c:994 msgid "recursive directory loop" msgstr "¥Ç¥£¥ì¥¯¥È¥ê¡¼¤¬ºÆµ¢Åª¥ë¡¼¥×¤ò¤·¤Æ¤¤¤Þ¤¹" -#: src/grep.c:980 +#: src/grep.c:1042 #, c-format msgid "Usage: %s [OPTION]... PATTERN [FILE]...\n" msgstr "»ÈÍÑË¡: %s [¥ª¥×¥·¥ç¥ó]¡Å¡Å ʸ»úÎó¥Ñ¥¿¡¼¥ó [¥Õ¥¡¥¤¥ë]¡Å¡Å\n" -#: src/grep.c:982 +#: src/grep.c:1044 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "¾Ü¤·¤¯¤Ï`%s --help'¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£\n" -#: src/grep.c:987 +#: src/grep.c:1049 #, c-format msgid "Usage: %s [OPTION]... PATTERN [FILE] ...\n" msgstr "»ÈÍÑË¡: %s [¥ª¥×¥·¥ç¥ó]¡Å¡Å ¥Ñ¥¿¡¼¥ó [¥Õ¥¡¥¤¥ë] ¡Å¡Å\n" -#: src/grep.c:988 +#: src/grep.c:1050 #, c-format msgid "" "Search for PATTERN in each FILE or standard input.\n" @@ -126,7 +122,7 @@ msgstr "" "\n" "Àµµ¬É½¸½¤ÎÁªÂò¤È²ò¼áÊýË¡:\n" -#: src/grep.c:993 +#: src/grep.c:1055 msgid "" " -E, --extended-regexp PATTERN is an extended regular expression\n" " -F, --fixed-strings PATTERN is a set of newline-separated strings\n" @@ -138,7 +134,7 @@ msgstr "" " -G, --basic-regexp ¡Ö¥Ñ¥¿¡¼¥ó¡×¤ò´ðËÜŪ¤ÊÀµµ¬É½¸½¤È¤¹¤ë\n" " -P, --perl-regexp ¡Ö¥Ñ¥¿¡¼¥ó¡×¤òPerl¤ÎÀµµ¬É½¸½¤È¤¹¤ë\n" -#: src/grep.c:998 +#: src/grep.c:1060 msgid "" " -e, --regexp=PATTERN use PATTERN as a regular expression\n" " -f, --file=FILE obtain PATTERN from FILE\n" @@ -154,7 +150,7 @@ msgstr "" " -x, --line-regexp ¡Ö¥Ñ¥¿¡¼¥ó¡×°ìÃפò¹ÔÁ´ÂÎ(¹Ôñ°Ì)¤Ç¹Ô¤Ê¤¦\n" " -z, --null-data ½ÐÎϤò²þ¹Ô¤Ç¤Ê¤¯¡¢¥Ì¥ëÃͤΥХ¤¥È¤Ç¶èÀÚ¤ë\n" -#: src/grep.c:1005 +#: src/grep.c:1067 msgid "" "\n" "Miscellaneous:\n" @@ -172,7 +168,7 @@ msgstr "" " --help »È¤¤Êý¤òɸ½à½ÐÎϤËɽ¼¨¤¹¤ë\n" " --mmap ¤â¤·²Äǽ¤Ê¤é¡¢ÆþÎϤò¥á¥â¥ê¡¼¡¦¥Þ¥Ã¥×¤¹¤ë\n" -#: src/grep.c:1013 +#: src/grep.c:1075 msgid "" "\n" "Output control:\n" @@ -182,6 +178,8 @@ msgid "" " --line-buffered flush output on every line\n" " -H, --with-filename print the filename for each match\n" " -h, --no-filename suppress the prefixing filename on output\n" +" --label=LABEL print LABEL as filename for standard input\n" +" -o, --only-matching show only the part of a line matching PATTERN\n" " -q, --quiet, --silent suppress all normal output\n" " --binary-files=TYPE assume that binary files are TYPE\n" " TYPE is 'binary', 'text', or 'without-match'\n" @@ -189,10 +187,12 @@ msgid "" " -I equivalent to --binary-files=without-match\n" " -d, --directories=ACTION how to handle directories\n" " ACTION is 'read', 'recurse', or 'skip'\n" +" -D, --devices=ACTION how to handle devices, FIFOs and sockets\n" +" ACTION is 'read' or 'skip'\n" " -R, -r, --recursive equivalent to --directories=recurse\n" -" --include=PATTERN files that match PATTERN will be examine\n" -" --exclude=PATTERN files that match PATTERN will be skip.\n" -" --exclude-from=FILE files that match PATTERN in FILE will be skip.\n" +" --include=PATTERN files that match PATTERN will be examined\n" +" --exclude=PATTERN files that match PATTERN will be skipped.\n" +" --exclude-from=FILE files that match PATTERN in FILE will be skipped.\n" " -L, --files-without-match only print FILE names containing no match\n" " -l, --files-with-matches only print FILE names containing matches\n" " -c, --count only print a count of matching lines per FILE\n" @@ -201,29 +201,34 @@ msgstr "" "\n" "½ÐÎÏÀ©¸æ:\n" " -m, --max-count=²ó¿ô »ØÄꤷ¤¿°ìÃײó¿ô¤Î¸å¡¢½ªÎ»¤¹¤ë\n" -" -b, --byte-offset ³Æ°ìÃפËÂФ·¤Æ¤½¤Î¥Ð¥¤¥È¡¦¥ª¥Õ¥»¥Ã¥È¤âɽ¼¨¤¹¤ë\n" -" -n, --line-number ³Æ°ìÃפËÂФ·¤Æ¤½¤Î¹Ô¿ô¤âɽ¼¨¤¹¤ë\n" +" -b, --byte-offset ½ÐÎϹԤ˥Х¤¥È¡¦¥ª¥Õ¥»¥Ã¥È¤âɽ¼¨¤¹¤ë\n" +" -n, --line-number ½ÐÎϹԤ˹Կô¤âɽ¼¨¤¹¤ë\n" " --line-buffered ¹Ô¤´¤È¤Ë½ÐÎϤòÁݤ­½Ð¤¹\n" -" -H, --with-filename ³Æ°ìÃפËÂФ·¤Æ¤½¤Î¥Õ¥¡¥¤¥ë̾¤âɽ¼¨¤¹¤ë\n" -" -h, --no-filename ¥Õ¥¡¥¤¥ë̾¤òɽ¼¨¤·¤Ê¤¤\n" +" -H, --with-filename ³Æ°ìÃפˤ¿¤¤¤·¤Æ¤½¤Î¥Õ¥¡¥¤¥ë̾¤âɽ¼¨¤¹¤ë\n" +" -h, --no-filename Á°¤Î¥Õ¥¡¥¤¥ë̾¤ò½ÐÎϤ«¤éÍ޻ߤ¹¤ë\n" +" --label=¥é¥Ù¥ë ¥é¥Ù¥ë¤ò¥Õ¥¡¥¤¥ë̾¤È¤·¤ÆÉ¸½à½ÐÎϤËɽ¼¨¤¹¤ë\n" +" -o, --only-matching ¥Ñ¥¿¡¼¥ó¤È°ìÃפ¹¤ë¹Ô¤ÎÉôʬ¤À¤±¤ò¼¨¤¹\n" " -q, --quiet, --silent Ä̾ï¤Î½ÐÎϤò¤¹¤Ù¤ÆÍ޻ߤ¹¤ë\n" -" --binary-files=·¿ ¥Ð¥¤¥Ê¥ê¡¼¡¦¥Õ¥¡¥¤¥ë¤Î¡Ö·¿¡×¡£¡Öbinary¡×\n" -" ¡Ötext¡×¡Öwithout-match¡×¤ò»ØÄê¡£\n" +" --binary-files=·¿ ¥Ð¥¤¥Ê¥ê¡¼¡¦¥Õ¥¡¥¤¥ë¤Î·¿¡£¡Öbinary¡×\n" +" ¡Ötext¡×¡Öwithout-match¡×¤ò»ØÄê\n" " -a, --text --binary-files=text¤ÈƱ¤¸\n" " -I --binary-files=without-match¤ÈƱ¤¸\n" -" -d, --directories=Áàºî ¥Ç¥£¥ì¥¯¥È¥ê¡¼¤Ø¤ÎÁàºî¡£¡Öread¡×(ÆÉ¹þ¤ß)¡¢\n" -" ¡Örecurse¡×(ºÆµ¢)¡¢¡Öskip¡×(¾Êά)¤ò»ØÄê\n" +" -d, --directories=Áàºî ¥Ç¥£¥ì¥¯¥È¥ê¡¼¤Ø¤ÎÁàºî\n" +" ¡Öread¡×(ÆÉ¹þ¤ß)¡¢¡Örecurse¡×(ºÆµ¢)¡¢\n" +" ¡Öskip¡×(¾Êά) ¤Î¤¤¤º¤ì¤«¤ò»ØÄê\n" +" -D, --devices=Áàºî ¥Ç¥Ð¥¤¥¹¡¢FIFO¡¢¥½¥±¥Ã¥È¤Ø¤ÎÁàºî\n" +" ¡Öread¡×¤«¡Öskip¡×¤ò»ØÄê\n" " -R, -r, --recursive --directories=recurse¤ÈƱ¤¸\n" " --include=¥Ñ¥¿¡¼¥ó ¥Ñ¥¿¡¼¥ó¤È°ìÃפ¹¤ë¥Õ¥¡¥¤¥ë¤ò¸¡ºº¤¹¤ë\n" " --exclude=¥Ñ¥¿¡¼¥ó ¥Ñ¥¿¡¼¥ó¤È°ìÃפ¹¤ë¥Õ¥¡¥¤¥ë¤ò¾Êά¤¹¤ë¡£\n" -" --exclude-from=¥Õ¥¡¥¤¥ë »ØÄꤷ¤¿¥Õ¥¡¥¤¥ëÆâ¤Î¡Ö¥Ñ¥¿¡¼¥ó¡×¤È\n" +" --exclude-from=¥Õ¥¡¥¤¥ë »ØÄꤷ¤¿¥Õ¥¡¥¤¥ëÆâ¤Î¥Ñ¥¿¡¼¥ó¤È\n" " °ìÃפ¹¤ë¥Õ¥¡¥¤¥ë¤ò¾Êά¤¹¤ë¡£\n" " -L, --files-without-match °ìÃפΤʤ«¤Ã¤¿¥Õ¥¡¥¤¥ë̾¤Î¤ß¤òɽ¼¨¤¹¤ë\n" " -l, --files-with-matches °ìÃפ·¤¿¥Õ¥¡¥¤¥ë̾¤Î¤ß¤òɽ¼¨¤¹¤ë\n" " -c, --count ¥Õ¥¡¥¤¥ë¤´¤È¤Ë°ìÃפ·¤¿¹Ô¿ô¤Î¤ß¤òɽ¼¨¤¹¤ë\n" " -Z, --null ¥Õ¥¡¥¤¥ë̾¤Î¸å¤Ë¡¢¥Ì¥ëÃͤΥХ¤¥È¤òɽ¼¨\n" -#: src/grep.c:1037 +#: src/grep.c:1103 msgid "" "\n" "Context control:\n" @@ -231,7 +236,9 @@ msgid "" " -A, --after-context=NUM print NUM lines of trailing context\n" " -C, --context=NUM print NUM lines of output context\n" " -NUM same as --context=NUM\n" -" --color, --colour use markers to distinguish the matching string\n" +" --color[=WHEN],\n" +" --colour[=WHEN] use markers to distinguish the matching string\n" +" WHEN may be `always', `never' or `auto'.\n" " -U, --binary do not strip CR characters at EOL (MSDOS)\n" " -u, --unix-byte-offsets report offsets as if CRs were not there (MSDOS)\n" "\n" @@ -246,7 +253,9 @@ msgstr "" " -A, --after-context=¿ô °ìÃ׸å¤Î¡Ö¿ô¡×¹Ô¤â½ÐÎϤ¹¤ë\n" " -C, --context=¹Ô¿ô °ìÃ×Á°¸å¤Î»ØÄê¹Ô¿ô¤ÎÆâÍÆ¤â½ÐÎϤ¹¤ë\n" " -¹Ô¿ô --context=¹Ô¿ô ¤ÈƱ¤¸\n" -" --color, --colour use markers to distinguish the matching string\n" +" --color[=¾ì¹ç]\n" +" --colour[=¾ì¹ç] °ìÃפ¹¤ëʸ»úÎó¤òÌÜΩ¤¿¤»¤ë¥Þ¡¼¥«¡¼¤ò»È¤¦\n" +" ¡Ö¾ì¹ç¡×¤Ë¤Ï¡¢¡Öalways¡×¡Önever¡×¡Öauto¡×¤ò»ØÄê¡£\n" " -U, --binary EOL¤Ç¤ÎCRʸ»ú¤ò¼è¤ê¾Ê¤«¤Ê¤¤(MS-DOS)\n" " -u, --unix-byte-offsets CRʸ»ú¤¬¤Ê¤¤¤â¤Î¤È¤·¤Æ¥ª¥Õ¥»¥Ã¥È¤ò\n" " ½ÐÎϤ¹¤ë(MS-DOS)\n" @@ -256,36 +265,44 @@ msgstr "" "ɸ½àÆþÎϤ«¤éÆÉ¤ß¹þ¤ß¤Þ¤¹¡£¡Ö¥Õ¥¡¥¤¥ë¡×¤Î¸Ä¿ô¤¬1°Ê²¼¤Î¾ì¹ç¡¢-h¤È²¾Äꤷ¤Þ¤¹¡£\n" "¤â¤·°ìÃפ¬¤¢¤ë¤È0¤Ç¡¢¤Ê¤¤¤È1¤Ç¡¢¾ã³²¤¬¤¢¤ë¤È2¤Ç¡¢½ªÎ»¤·¤Þ¤¹¡£\n" -#: src/grep.c:1052 -msgid "\nReport bugs to .\n" -msgstr "\n¥Ð¥°¤Ï ¤ØÊó¹ð¤·¤Æ¤¯¤À¤µ¤¤¡£\n" +#: src/grep.c:1120 +msgid "" +"\n" +"Report bugs to .\n" +msgstr "" +"\n" +"¥Ð¥°¤Ï ¤ØÊó¹ð¤·¤Æ¤¯¤À¤µ¤¤¡£\n" -#: src/grep.c:1062 +#: src/grep.c:1130 msgid "conflicting matchers specified" msgstr "»ØÄꤷ¤¿¾È¹ç»Ò¤¬¾×ÆÍ¤·¤Æ¤¤¤Þ¤¹" -#: src/grep.c:1355 +#: src/grep.c:1367 +msgid "unknown devices method" +msgstr "̤ÃΤΥǥХ¤¥¹Áàºî¤Ç¤¹" + +#: src/grep.c:1434 msgid "unknown directories method" msgstr "̤ÃΤΥǥ£¥ì¥¯¥È¥ê¡¼Áàºî¤Ç¤¹" -#: src/grep.c:1422 +#: src/grep.c:1501 msgid "invalid max count" msgstr "°ìÃײó¿ô¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹" -#: src/grep.c:1472 +#: src/grep.c:1555 msgid "unknown binary-files type" msgstr "̤ÃΤΥХ¤¥Ê¥ê¡¼¡¦¥Õ¥¡¥¤¥ë¤Î·¿¤Ç¤¹" -#: src/grep.c:1543 +#: src/grep.c:1650 #, c-format msgid "%s (GNU grep) %s\n" msgstr "%s (GNU grep) %s\n" -#: src/grep.c:1545 +#: src/grep.c:1652 msgid "Copyright 1988, 1992-1999, 2000, 2001 Free Software Foundation, Inc.\n" msgstr "Copyright 1988, 1992-1999, 2000, 2001 Free Software Foundation, Inc.\n" -#: src/grep.c:1547 +#: src/grep.c:1654 msgid "" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" @@ -293,11 +310,11 @@ msgstr "" "¤³¤ì¤Ï¥Õ¥ê¡¼¡¦¥½¥Õ¥È¥¦¥§¥¢¤Ç¤¹¡£Ê£À½¤Ë´Ø¤¹¤ë¾ò·ï¤Ï¥½¡¼¥¹¤ò¤´Í÷¤¯¤À¤µ¤¤¡£\n" "¤³¤ì¤Ï̵ÊݾڤǤ¹¡£±ÄÍøÌÜۤ䤢¤ëÆÃÄê¤ÎÌÜŪ¤Ë¤à¤±¤¿Å¬Àµ¤Î¤â¤Î¤Ç¤â¤¢¤ê¤Þ¤»¤ó¡£\n" -#: src/search.c:623 +#: src/search.c:606 msgid "The -P option is not supported" msgstr "-P¥ª¥×¥·¥ç¥ó¤Ï¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó" -#: src/search.c:636 +#: src/search.c:619 msgid "The -P and -z options cannot be combined" msgstr "-P¤È-z¤Î¥ª¥×¥·¥ç¥ó¤ÎÁȹ礻¤Ï¤Ç¤­¤Þ¤»¤ó" @@ -378,10 +395,10 @@ msgstr "%s: #. MARK). A British English Unicode locale should instead #. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and #. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. -#: lib/quotearg.c:265 +#: lib/quotearg.c:259 msgid "`" msgstr "¡È" -#: lib/quotearg.c:266 +#: lib/quotearg.c:260 msgid "'" msgstr "¡É" diff --git a/src/apps/bin/grep-2.5/po/sl.po b/src/apps/bin/grep-2.5/po/sl.po index 25cf58645d..a3273ee246 100644 --- a/src/apps/bin/grep-2.5/po/sl.po +++ b/src/apps/bin/grep-2.5/po/sl.po @@ -2,7 +2,7 @@ # Copyright (C) 1996, 1999, 2000 Free Software Foundation, Inc. # Primo¾ Peterlin , 1996, 1999, 2000. # -# $Id: sl.po,v 1.1 2004/03/02 02:37:05 michaelphipps Exp $ +# $Id: sl.po,v 1.2 2004/06/30 20:42:54 korli Exp $ # msgid "" msgstr "" diff --git a/src/apps/bin/grep-2.5/po/sv.po b/src/apps/bin/grep-2.5/po/sv.po index 5b2d0de631..ac06f58dec 100644 --- a/src/apps/bin/grep-2.5/po/sv.po +++ b/src/apps/bin/grep-2.5/po/sv.po @@ -2,7 +2,7 @@ # Copyright (C) 2001 Free Software Foundation, Inc. # Thomas Olsson , 1996. # Daniel Resare , 1998, 1999, 2000, 2001 -# $Id: sv.po,v 1.1 2004/03/02 02:37:05 michaelphipps Exp $ +# $Id: sv.po,v 1.2 2004/06/30 20:42:54 korli Exp $ # msgid "" msgstr "" diff --git a/src/apps/bin/grep-2.5/src/Jamfile b/src/apps/bin/grep-2.5/src/Jamfile index f31ded91f6..8b2be907be 100644 --- a/src/apps/bin/grep-2.5/src/Jamfile +++ b/src/apps/bin/grep-2.5/src/Jamfile @@ -1,15 +1,16 @@ SubDir OBOS_TOP src apps bin grep-2.5 src ; -SubDirCcFlags -DHAVE_CONFIG_H -DLOCALEDIR=\'\"/share/locale\"\' ; +SubDirCcFlags -DHAVE_CONFIG_H -DLOCALEDIR='\"/boot/beos/share/locale\"' ; + SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) lib ] ; SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ; -BinCommand grep : - dfa.c - grep.c - grepmat.c - kwset.c - search.c - : libgreputils.a +BinCommand grep : + grep.c + dfa.c + kwset.c + search.c + grepmat.c + : libgrep.a : grep.rdef ; diff --git a/src/apps/bin/grep-2.5/src/Makefile b/src/apps/bin/grep-2.5/src/Makefile index 924fc2f581..0dba963e6e 100644 --- a/src/apps/bin/grep-2.5/src/Makefile +++ b/src/apps/bin/grep-2.5/src/Makefile @@ -37,10 +37,10 @@ pkglibdir = $(libdir)/grep pkgincludedir = $(includedir)/grep top_builddir = .. -ACLOCAL = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run aclocal -AUTOCONF = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run autoconf -AUTOMAKE = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run automake -AUTOHEADER = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run autoheader +ACLOCAL = ${SHELL} /boot/home/obosf/current/src/apps/bin/grep-2.5/missing --run aclocal +AUTOCONF = ${SHELL} /boot/home/obosf/current/src/apps/bin/grep-2.5/missing --run autoconf +AUTOMAKE = ${SHELL} /boot/home/obosf/current/src/apps/bin/grep-2.5/missing --run automake +AUTOHEADER = ${SHELL} /boot/home/obosf/current/src/apps/bin/grep-2.5/missing --run autoheader INSTALL = /bin/install -c INSTALL_PROGRAM = ${INSTALL} @@ -56,7 +56,7 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = host_triplet = i586-pc-beos -AMTAR = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run tar +AMTAR = ${SHELL} /boot/home/obosf/current/src/apps/bin/grep-2.5/missing --run tar AWK = gawk BUILD_INCLUDED_LIBINTL = yes CATALOGS = cs.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fr.gmo gl.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo nl.gmo no.gmo pl.gmo pt_BR.gmo ru.gmo sl.gmo sv.gmo @@ -86,15 +86,13 @@ POFILES = cs.po de.po el.po eo.po es.po et.po fr.po gl.po hr.po id.po it.po ja. POSUB = po RANLIB = ranlib SEP = : -SYMLINK = ln -s -SYMLINKFROM = grep U = USE_INCLUDED_LIBINTL = yes USE_NLS = yes -VERSION = 2.5 +VERSION = 2.5.1 am__include = include am__quote = -install_sh = /boot/home/Development/current/src/apps/bin/grep-2.5/install-sh +install_sh = /boot/home/obosf/current/src/apps/bin/grep-2.5/install-sh datadir = $(prefix)/share AUTOMAKE_OPTIONS = ansi2knr no-dependencies @@ -102,6 +100,7 @@ AUTOMAKE_OPTIONS = ansi2knr no-dependencies LN = ln bin_PROGRAMS = grep +bin_SCRIPTS = egrep fgrep grep_SOURCES = grep.c dfa.c kwset.c search.c \ grepmat.c @@ -128,6 +127,8 @@ grep_OBJECTS = $(am_grep_OBJECTS) grep_LDADD = $(LDADD) grep_DEPENDENCIES = ../lib/libgreputils.a grep_LDFLAGS = +SCRIPTS = $(bin_SCRIPTS) + DEFS = -DHAVE_CONFIG_H DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) @@ -184,6 +185,27 @@ clean-binPROGRAMS: grep$(EXEEXT): $(grep_OBJECTS) $(grep_DEPENDENCIES) @rm -f grep$(EXEEXT) $(LINK) $(grep_LDFLAGS) $(grep_OBJECTS) $(grep_LDADD) $(LIBS) +install-binSCRIPTS: $(bin_SCRIPTS) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(bindir) + @list='$(bin_SCRIPTS)'; for p in $$list; do \ + f="`echo $$p|sed '$(transform)'`"; \ + if test -f $$p; then \ + echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f"; \ + $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f; \ + elif test -f $(srcdir)/$$p; then \ + echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f"; \ + $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f; \ + else :; fi; \ + done + +uninstall-binSCRIPTS: + @$(NORMAL_UNINSTALL) + @list='$(bin_SCRIPTS)'; for p in $$list; do \ + f="`echo $$p|sed '$(transform)'`"; \ + echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ + rm -f $(DESTDIR)$(bindir)/$$f; \ + done mostlyclean-compile: -rm -f *.$(OBJEXT) core *.core @@ -276,10 +298,10 @@ distdir: $(DISTFILES) done check-am: all-am check: check-am -all-am: Makefile $(ANSI2KNR) $(PROGRAMS) $(HEADERS) +all-am: Makefile $(ANSI2KNR) $(PROGRAMS) $(SCRIPTS) $(HEADERS) installdirs: - $(mkinstalldirs) $(DESTDIR)$(bindir) + $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) install: install-am install-exec: install-exec-am @@ -323,7 +345,7 @@ info-am: install-data-am: -install-exec-am: install-binPROGRAMS install-exec-local +install-exec-am: install-binPROGRAMS install-binSCRIPTS install-info: install-info-am @@ -339,23 +361,31 @@ mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr -uninstall-am: uninstall-binPROGRAMS uninstall-info-am +uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \ + uninstall-info-am .PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \ clean-generic clean-krextra distclean distclean-compile \ distclean-generic distclean-tags distdir dvi dvi-am info \ - info-am install install-am install-binPROGRAMS install-data \ - install-data-am install-exec install-exec-am install-exec-local \ - install-info install-info-am install-man install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-kr tags uninstall uninstall-am \ - uninstall-binPROGRAMS uninstall-info-am + info-am install install-am install-binPROGRAMS \ + install-binSCRIPTS install-data install-data-am install-exec \ + install-exec-am install-info install-info-am install-man \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-kr tags \ + uninstall uninstall-am uninstall-binPROGRAMS \ + uninstall-binSCRIPTS uninstall-info-am -install-exec-local: - ln -s grep $(bindir)/egrep - ln -s grep $(bindir)/fgrep +egrep: + echo '#!/bin/sh' >$@ + echo 'exec grep -E $${1+"$$@"}' >>$@ + chmod a+x $@ + +fgrep: + echo '#!/bin/sh' >$@ + echo 'exec grep -F $${1+"$$@"}' >>$@ + chmod a+x $@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff --git a/src/apps/bin/grep-2.5/src/Makefile.am b/src/apps/bin/grep-2.5/src/Makefile.am index 0306bf1b57..a282687f09 100644 --- a/src/apps/bin/grep-2.5/src/Makefile.am +++ b/src/apps/bin/grep-2.5/src/Makefile.am @@ -4,6 +4,7 @@ AUTOMAKE_OPTIONS = ansi2knr no-dependencies LN = ln bin_PROGRAMS = grep +bin_SCRIPTS = egrep fgrep grep_SOURCES = grep.c dfa.c kwset.c search.c \ grepmat.c noinst_HEADERS = grep.h dfa.h kwset.h getpagesize.h system.h @@ -17,6 +18,13 @@ EXTRA_DIST = \ dosbuf.c \ vms_fab.c vms_fab.h -install-exec-local: - @SYMLINK@ @SYMLINKFROM@ $(bindir)/egrep - @SYMLINK@ @SYMLINKFROM@ $(bindir)/fgrep +egrep: + echo '#!/bin/sh' >$@ + echo 'exec grep -E $${1+"$$@"}' >>$@ + chmod a+x $@ + +fgrep: + echo '#!/bin/sh' >$@ + echo 'exec grep -F $${1+"$$@"}' >>$@ + chmod a+x $@ + diff --git a/src/apps/bin/grep-2.5/src/Makefile.in b/src/apps/bin/grep-2.5/src/Makefile.in index 967f28dc8e..357f1c7b5c 100644 --- a/src/apps/bin/grep-2.5/src/Makefile.in +++ b/src/apps/bin/grep-2.5/src/Makefile.in @@ -86,8 +86,6 @@ POFILES = @POFILES@ POSUB = @POSUB@ RANLIB = @RANLIB@ SEP = @SEP@ -SYMLINK = @SYMLINK@ -SYMLINKFROM = @SYMLINKFROM@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ @@ -102,6 +100,7 @@ AUTOMAKE_OPTIONS = ansi2knr no-dependencies LN = ln bin_PROGRAMS = grep +bin_SCRIPTS = egrep fgrep grep_SOURCES = grep.c dfa.c kwset.c search.c \ grepmat.c @@ -128,6 +127,8 @@ grep_OBJECTS = $(am_grep_OBJECTS) grep_LDADD = $(LDADD) grep_DEPENDENCIES = ../lib/libgreputils.a grep_LDFLAGS = +SCRIPTS = $(bin_SCRIPTS) + DEFS = @DEFS@ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) @@ -184,6 +185,27 @@ clean-binPROGRAMS: grep$(EXEEXT): $(grep_OBJECTS) $(grep_DEPENDENCIES) @rm -f grep$(EXEEXT) $(LINK) $(grep_LDFLAGS) $(grep_OBJECTS) $(grep_LDADD) $(LIBS) +install-binSCRIPTS: $(bin_SCRIPTS) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(bindir) + @list='$(bin_SCRIPTS)'; for p in $$list; do \ + f="`echo $$p|sed '$(transform)'`"; \ + if test -f $$p; then \ + echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f"; \ + $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f; \ + elif test -f $(srcdir)/$$p; then \ + echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f"; \ + $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f; \ + else :; fi; \ + done + +uninstall-binSCRIPTS: + @$(NORMAL_UNINSTALL) + @list='$(bin_SCRIPTS)'; for p in $$list; do \ + f="`echo $$p|sed '$(transform)'`"; \ + echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ + rm -f $(DESTDIR)$(bindir)/$$f; \ + done mostlyclean-compile: -rm -f *.$(OBJEXT) core *.core @@ -276,10 +298,10 @@ distdir: $(DISTFILES) done check-am: all-am check: check-am -all-am: Makefile $(ANSI2KNR) $(PROGRAMS) $(HEADERS) +all-am: Makefile $(ANSI2KNR) $(PROGRAMS) $(SCRIPTS) $(HEADERS) installdirs: - $(mkinstalldirs) $(DESTDIR)$(bindir) + $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) install: install-am install-exec: install-exec-am @@ -323,7 +345,7 @@ info-am: install-data-am: -install-exec-am: install-binPROGRAMS install-exec-local +install-exec-am: install-binPROGRAMS install-binSCRIPTS install-info: install-info-am @@ -339,23 +361,31 @@ mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr -uninstall-am: uninstall-binPROGRAMS uninstall-info-am +uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \ + uninstall-info-am .PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \ clean-generic clean-krextra distclean distclean-compile \ distclean-generic distclean-tags distdir dvi dvi-am info \ - info-am install install-am install-binPROGRAMS install-data \ - install-data-am install-exec install-exec-am install-exec-local \ - install-info install-info-am install-man install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-kr tags uninstall uninstall-am \ - uninstall-binPROGRAMS uninstall-info-am + info-am install install-am install-binPROGRAMS \ + install-binSCRIPTS install-data install-data-am install-exec \ + install-exec-am install-info install-info-am install-man \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-kr tags \ + uninstall uninstall-am uninstall-binPROGRAMS \ + uninstall-binSCRIPTS uninstall-info-am -install-exec-local: - @SYMLINK@ @SYMLINKFROM@ $(bindir)/egrep - @SYMLINK@ @SYMLINKFROM@ $(bindir)/fgrep +egrep: + echo '#!/bin/sh' >$@ + echo 'exec grep -E $${1+"$$@"}' >>$@ + chmod a+x $@ + +fgrep: + echo '#!/bin/sh' >$@ + echo 'exec grep -F $${1+"$$@"}' >>$@ + chmod a+x $@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff --git a/src/apps/bin/grep-2.5/src/ansi2knr.c b/src/apps/bin/grep-2.5/src/ansi2knr.c index d9bdcaf890..2e2f13ea9b 100644 --- a/src/apps/bin/grep-2.5/src/ansi2knr.c +++ b/src/apps/bin/grep-2.5/src/ansi2knr.c @@ -1,6 +1,6 @@ /* Copyright (C) 1989, 1997, 1998, 1999 Aladdin Enterprises. All rights reserved. */ -/*$Id: ansi2knr.c,v 1.1 2004/03/02 02:37:05 michaelphipps Exp $*/ +/*$Id: ansi2knr.c,v 1.2 2004/06/30 20:42:53 korli Exp $*/ /* Convert ANSI C function definitions to K&R ("traditional C") syntax */ /* diff --git a/src/apps/bin/grep-2.5/src/egrep b/src/apps/bin/grep-2.5/src/egrep new file mode 100644 index 0000000000..7e6c3257ce --- /dev/null +++ b/src/apps/bin/grep-2.5/src/egrep @@ -0,0 +1,2 @@ +#!/bin/sh +exec grep -E ${1+"$@"} diff --git a/src/apps/bin/grep-2.5/src/fgrep b/src/apps/bin/grep-2.5/src/fgrep new file mode 100644 index 0000000000..adf44941f2 --- /dev/null +++ b/src/apps/bin/grep-2.5/src/fgrep @@ -0,0 +1,2 @@ +#!/bin/sh +exec grep -F ${1+"$@"} diff --git a/src/apps/bin/grep-2.5/src/grep.c b/src/apps/bin/grep-2.5/src/grep.c index c378cf951e..c77b6d6896 100644 --- a/src/apps/bin/grep-2.5/src/grep.c +++ b/src/apps/bin/grep-2.5/src/grep.c @@ -262,10 +262,10 @@ reset (int fd, char const *file, struct stats *stats) } if (directories == SKIP_DIRECTORIES && S_ISDIR (stats->stat.st_mode)) return 0; -#if defined (DJGPP) || defined (__BEOS__) - if (devices == SKIP_DEVICES && (S_ISCHR(stats->stat.st_mode) || S_ISBLK(stats->stat.st_mode))) +#ifndef DJGPP + if (devices == SKIP_DEVICES && (S_ISCHR(stats->stat.st_mode) || S_ISBLK(stats->stat.st_mode) /*|| S_ISSOCK(stats->stat.st_mode)*/)) #else - if (devices == SKIP_DEVICES && (S_ISCHR(stats->stat.st_mode) || S_ISBLK(stats->stat.st_mode) || S_ISSOCK(stats->stat.st_mode))) + if (devices == SKIP_DEVICES && (S_ISCHR(stats->stat.st_mode) || S_ISBLK(stats->stat.st_mode))) #endif return 0; if (S_ISREG (stats->stat.st_mode)) @@ -539,6 +539,8 @@ prline (char const *beg, char const *lim, int sep) char const *b = beg + match_offset; if (b == lim) break; + if (match_size == 0) + break; if(color_option) printf("\33[%sm", grep_color); fwrite(b, sizeof (char), match_size, stdout); @@ -583,13 +585,16 @@ prline (char const *beg, char const *lim, int sep) lastout = lim; return; } - while ((match_offset = (*execute) (beg, lim - beg, &match_size, 1)) + while (lim-beg && (match_offset = (*execute) (beg, lim - beg, &match_size, 1)) != (size_t) -1) { char const *b = beg + match_offset; /* Avoid matching the empty line at the end of the buffer. */ if (b == lim) break; + /* Avoid hanging on grep --color "" foo */ + if (match_size == 0) + break; fwrite (beg, sizeof (char), match_offset, stdout); printf ("\33[%sm", grep_color); fwrite (b, sizeof (char), match_size, stdout); @@ -1519,6 +1524,7 @@ main (int argc, char **argv) case 'q': exit_on_match = 1; + close_stdout_set_status(0); break; case 'R': diff --git a/src/apps/bin/grep-2.5/src/grep.rdef b/src/apps/bin/grep-2.5/src/grep.rdef index f62621086d..5c6c54463e 100644 --- a/src/apps/bin/grep-2.5/src/grep.rdef +++ b/src/apps/bin/grep-2.5/src/grep.rdef @@ -2,10 +2,10 @@ resource app_version { major = 2, middle = 5, - minor = 0, + minor = 1, variety = 5, internal = 0, - short_info = "2.5", - long_info = "2.5 ©2004 The Free Software Foundation" + short_info = "2.5.1", + long_info = "2.5.1 ©2004 The Free Software Foundation" }; diff --git a/src/apps/bin/grep-2.5/stamp-h b/src/apps/bin/grep-2.5/stamp-h deleted file mode 100644 index 9788f70238..0000000000 --- a/src/apps/bin/grep-2.5/stamp-h +++ /dev/null @@ -1 +0,0 @@ -timestamp diff --git a/src/apps/bin/grep-2.5/stamp-h1 b/src/apps/bin/grep-2.5/stamp-h1 deleted file mode 100644 index 9788f70238..0000000000 --- a/src/apps/bin/grep-2.5/stamp-h1 +++ /dev/null @@ -1 +0,0 @@ -timestamp diff --git a/src/apps/bin/grep-2.5/tests/Makefile b/src/apps/bin/grep-2.5/tests/Makefile index 9135a1cc5d..b5a10f76ce 100644 --- a/src/apps/bin/grep-2.5/tests/Makefile +++ b/src/apps/bin/grep-2.5/tests/Makefile @@ -38,10 +38,10 @@ pkglibdir = $(libdir)/grep pkgincludedir = $(includedir)/grep top_builddir = .. -ACLOCAL = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run aclocal -AUTOCONF = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run autoconf -AUTOMAKE = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run automake -AUTOHEADER = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run autoheader +ACLOCAL = ${SHELL} /boot/home/obosf/current/src/apps/bin/grep-2.5/missing --run aclocal +AUTOCONF = ${SHELL} /boot/home/obosf/current/src/apps/bin/grep-2.5/missing --run autoconf +AUTOMAKE = ${SHELL} /boot/home/obosf/current/src/apps/bin/grep-2.5/missing --run automake +AUTOHEADER = ${SHELL} /boot/home/obosf/current/src/apps/bin/grep-2.5/missing --run autoheader INSTALL = /bin/install -c INSTALL_PROGRAM = ${INSTALL} @@ -57,7 +57,7 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = host_triplet = i586-pc-beos -AMTAR = ${SHELL} /boot/home/Development/current/src/apps/bin/grep-2.5/missing --run tar +AMTAR = ${SHELL} /boot/home/obosf/current/src/apps/bin/grep-2.5/missing --run tar BUILD_INCLUDED_LIBINTL = yes CATALOGS = cs.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fr.gmo gl.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo nl.gmo no.gmo pl.gmo pt_BR.gmo ru.gmo sl.gmo sv.gmo CATOBJEXT = .gmo @@ -86,15 +86,13 @@ POFILES = cs.po de.po el.po eo.po es.po et.po fr.po gl.po hr.po id.po it.po ja. POSUB = po RANLIB = ranlib SEP = : -SYMLINK = ln -s -SYMLINKFROM = grep U = USE_INCLUDED_LIBINTL = yes USE_NLS = yes -VERSION = 2.5 +VERSION = 2.5.1 am__include = include am__quote = -install_sh = /boot/home/Development/current/src/apps/bin/grep-2.5/install-sh +install_sh = /boot/home/obosf/current/src/apps/bin/grep-2.5/install-sh AWK = gawk diff --git a/src/apps/bin/grep-2.5/tests/Makefile.in b/src/apps/bin/grep-2.5/tests/Makefile.in index c3e3cb33cf..db3d066d4d 100644 --- a/src/apps/bin/grep-2.5/tests/Makefile.in +++ b/src/apps/bin/grep-2.5/tests/Makefile.in @@ -86,8 +86,6 @@ POFILES = @POFILES@ POSUB = @POSUB@ RANLIB = @RANLIB@ SEP = @SEP@ -SYMLINK = @SYMLINK@ -SYMLINKFROM = @SYMLINKFROM@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ diff --git a/src/apps/bin/grep-2.5/tests/bre.script b/src/apps/bin/grep-2.5/tests/bre.script deleted file mode 100644 index dd418f2d82..0000000000 --- a/src/apps/bin/grep-2.5/tests/bre.script +++ /dev/null @@ -1,263 +0,0 @@ -# Generated Spencer BRE Test -failures=0 -status=`echo 'abc' | { ${GREP} -e 'a\(b\)c' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#1 failed - failures=1 -fi -status=`echo 'a(' | { ${GREP} -e 'a(' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#2 failed - failures=1 -fi -status=`echo 'EPAREN' | { ${GREP} -e 'a\(' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 2 ; then - echo Spencer bre test \#3 failed - failures=1 -fi -status=`echo 'EPAREN' | { ${GREP} -e 'a\(b' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 2 ; then - echo Spencer bre test \#4 failed - failures=1 -fi -status=`echo 'a(b' | { ${GREP} -e 'a(b' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#5 failed - failures=1 -fi -status=`echo 'a)' | { ${GREP} -e 'a)' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#6 failed - failures=1 -fi -status=`echo 'EPAREN' | { ${GREP} -e 'a\)' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 2 ; then - echo Spencer bre test \#7 failed - failures=1 -fi -status=`echo 'EPAREN' | { ${GREP} -e '\)' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 2 ; then - echo Spencer bre test \#8 failed - failures=1 -fi -status=`echo 'ab' | { ${GREP} -e 'a\(\)b' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#9 failed - failures=1 -fi -status=`echo 'a$b' | { ${GREP} -e 'a$b' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#10 failed - failures=1 -fi -status=`echo 'b' | { ${GREP} -e 'a*\(^b$\)c*' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#11 failed - failures=1 -fi -status=`echo '|' | { ${GREP} -e '|' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#12 failed - failures=1 -fi -status=`echo '*' | { ${GREP} -e '*' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#13 failed - failures=1 -fi -status=`echo 'abc' | { ${GREP} -e '\(\)' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#14 failed - failures=1 -fi -status=`echo '*' | { ${GREP} -e '^*' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#15 failed - failures=1 -fi -status=`echo '{' | { ${GREP} -e '\{' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#16 failed - failures=1 -fi -status=`echo 'abbcbd' | { ${GREP} -e 'a\(b*\)c\1d' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 1 ; then - echo Spencer bre test \#17 failed - failures=1 -fi -status=`echo 'abbcbbbd' | { ${GREP} -e 'a\(b*\)c\1d' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 1 ; then - echo Spencer bre test \#18 failed - failures=1 -fi -status=`echo 'abc' | { ${GREP} -e '^\(.\)\1' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 1 ; then - echo Spencer bre test \#19 failed - failures=1 -fi -status=`echo 'abbccd' | { ${GREP} -e 'a\(\([bc]\)\2\)*d' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#20 failed - failures=1 -fi -status=`echo 'abbcbd' | { ${GREP} -e 'a\(\([bc]\)\2\)*d' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 1 ; then - echo Spencer bre test \#21 failed - failures=1 -fi -status=`echo 'abbbd' | { ${GREP} -e 'a\(\(b\)*\2\)*d' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#22 failed - failures=1 -fi -status=`echo 'aabcd' | { ${GREP} -e '\(a\)\1bcd' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#23 failed - failures=1 -fi -status=`echo 'aabcd' | { ${GREP} -e '\(a\)\1bc*d' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#24 failed - failures=1 -fi -status=`echo 'aabd' | { ${GREP} -e '\(a\)\1bc*d' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#25 failed - failures=1 -fi -status=`echo 'aabcccd' | { ${GREP} -e '\(a\)\1bc*d' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#26 failed - failures=1 -fi -status=`echo 'aabcccd' | { ${GREP} -e '^\(a\)\1b\(c\)*cd$' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#27 failed - failures=1 -fi -status=`echo 'a*b' | { ${GREP} -e 'a\(*\)b' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#28 failed - failures=1 -fi -status=`echo 'ab' | { ${GREP} -e 'a\(**\)b' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#29 failed - failures=1 -fi -status=`echo '*a' | { ${GREP} -e '*a' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#30 failed - failures=1 -fi -status=`echo 'a' | { ${GREP} -e '**a' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#31 failed - failures=1 -fi -status=`echo 'ab' | { ${GREP} -e 'a\{1\}b' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#32 failed - failures=1 -fi -status=`echo 'ab' | { ${GREP} -e 'a\{1,\}b' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#33 failed - failures=1 -fi -status=`echo 'aab' | { ${GREP} -e 'a\{1,2\}b' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#34 failed - failures=1 -fi -status=`echo 'EBRACE' | { ${GREP} -e 'a\{1' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 2 ; then - echo Spencer bre test \#35 failed - failures=1 -fi -status=`echo 'EBRACE' | { ${GREP} -e 'a\{1a' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 2 ; then - echo Spencer bre test \#36 failed - failures=1 -fi -status=`echo 'BADBR' | { ${GREP} -e 'a\{1a\}' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 2 ; then - echo Spencer bre test \#37 failed - failures=1 -fi -status=`echo 'BADBR' | { ${GREP} -e 'a\{,2\}' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 2 ; then - echo Spencer bre test \#38 failed - failures=1 -fi -status=`echo 'BADBR' | { ${GREP} -e 'a\{,\}' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 2 ; then - echo Spencer bre test \#39 failed - failures=1 -fi -status=`echo 'BADBR' | { ${GREP} -e 'a\{1,x\}' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 2 ; then - echo Spencer bre test \#40 failed - failures=1 -fi -status=`echo 'EBRACE' | { ${GREP} -e 'a\{1,x' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 2 ; then - echo Spencer bre test \#41 failed - failures=1 -fi -status=`echo 'BADBR' | { ${GREP} -e 'a\{32768\}' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 2 ; then - echo Spencer bre test \#42 failed - failures=1 -fi -status=`echo 'BADBR' | { ${GREP} -e 'a\{1,0\}' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 2 ; then - echo Spencer bre test \#43 failed - failures=1 -fi -status=`echo 'abcac' | { ${GREP} -e 'ab\{0,0\}c' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#44 failed - failures=1 -fi -status=`echo 'abcac' | { ${GREP} -e 'ab\{0,1\}c' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#45 failed - failures=1 -fi -status=`echo 'abbcac' | { ${GREP} -e 'ab\{0,3\}c' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#46 failed - failures=1 -fi -status=`echo 'acabc' | { ${GREP} -e 'ab\{1,1\}c' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#47 failed - failures=1 -fi -status=`echo 'acabc' | { ${GREP} -e 'ab\{1,3\}c' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#48 failed - failures=1 -fi -status=`echo 'abcabbc' | { ${GREP} -e 'ab\{2,2\}c' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#49 failed - failures=1 -fi -status=`echo 'abcabbc' | { ${GREP} -e 'ab\{2,4\}c' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#50 failed - failures=1 -fi -status=`echo 'acd' | { ${GREP} -e 'a\(b\)?c\1d' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 1 ; then - echo Spencer bre test \#51 failed - failures=1 -fi -status=`echo '-5' | { ${GREP} -e '-\{0,1\}[0-9]*$' > /dev/null 2>&1; echo $? ; }` -if test $status -ne 0 ; then - echo Spencer bre test \#52 failed - failures=1 -fi -exit $failures diff --git a/src/apps/bin/grep-2.5/tests/bre.tests b/src/apps/bin/grep-2.5/tests/bre.tests index 1ed159dad7..33d1689b85 100644 --- a/src/apps/bin/grep-2.5/tests/bre.tests +++ b/src/apps/bin/grep-2.5/tests/bre.tests @@ -17,7 +17,7 @@ 2@\(\{1\}a\)@BADRPT@TO CORRECT 0@^*@* 2@^\{1\}@BADRPT@TO CORRECT -0@\{@{ +0@{@{ 1@a\(b*\)c\1d@abbcbd 1@a\(b*\)c\1d@abbcbbbd 1@^\(.\)\1@abc diff --git a/src/apps/bin/grep-2.5/tests/ere.script b/src/apps/bin/grep-2.5/tests/ere.script deleted file mode 100644 index 6b5fc846f0..0000000000 --- a/src/apps/bin/grep-2.5/tests/ere.script +++ /dev/null @@ -1,618 +0,0 @@ -# Generated Spencer ERE Test -failures=0 -status=`echo 'a' | { ${GREP} -E -e 'a' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#1 failed - failures=1 -fi -status=`echo 'abc' | { ${GREP} -E -e 'abc' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#2 failed - failures=1 -fi -status=`echo 'abc' | { ${GREP} -E -e 'abc|de' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#3 failed - failures=1 -fi -status=`echo 'abc' | { ${GREP} -E -e 'a|b|c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#4 failed - failures=1 -fi -status=`echo 'abc' | { ${GREP} -E -e 'a(b)c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#5 failed - failures=1 -fi -status=`echo 'EPAREN' | { ${GREP} -E -e 'a(' > /dev/null 2>&1; echo $?; }` -if test $status -ne 2 ; then - echo Spencer ere test \#6 failed - failures=1 -fi -status=`echo 'a(' | { ${GREP} -E -e 'a\(' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#7 failed - failures=1 -fi -status=`echo 'EPAREN' | { ${GREP} -E -e 'a(b' > /dev/null 2>&1; echo $?; }` -if test $status -ne 2 ; then - echo Spencer ere test \#8 failed - failures=1 -fi -status=`echo 'ab' | { ${GREP} -E -e 'a()b' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#9 failed - failures=1 -fi -status=`echo 'abc' | { ${GREP} -E -e '^abc$' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#10 failed - failures=1 -fi -status=`echo 'a^b' | { ${GREP} -E -e 'a^b' > /dev/null 2>&1; echo $?; }` -if test $status -ne 1 ; then - echo Spencer ere test \#11 failed - failures=1 -fi -status=`echo 'a$b' | { ${GREP} -E -e 'a$b' > /dev/null 2>&1; echo $?; }` -if test $status -ne 1 ; then - echo Spencer ere test \#12 failed - failures=1 -fi -status=`echo 'abc' | { ${GREP} -E -e '^' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#13 failed - failures=1 -fi -status=`echo 'abc' | { ${GREP} -E -e '$' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#14 failed - failures=1 -fi -status=`echo 'b' | { ${GREP} -E -e 'a*(^b$)c*' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#15 failed - failures=1 -fi -status=`echo 'PASS' | { ${GREP} -E -e '&C' > /dev/null 2>&1; echo $?; }` -if test $status -ne 1 ; then - echo Spencer ere test \#16 failed - failures=1 -fi -status=`echo 'abc' | { ${GREP} -E -e '()' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#17 failed - failures=1 -fi -status=`echo 'abc' | { ${GREP} -E -e 'a.c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#18 failed - failures=1 -fi -status=`echo 'abd' | { ${GREP} -E -e 'a[bc]d' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#19 failed - failures=1 -fi -status=`echo 'a*c' | { ${GREP} -E -e 'a\*c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#20 failed - failures=1 -fi -status=`echo 'a[b' | { ${GREP} -E -e 'a\[b' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#21 failed - failures=1 -fi -status=`echo 'EBRACK' | { ${GREP} -E -e 'a[b' > /dev/null 2>&1; echo $?; }` -if test $status -ne 2 ; then - echo Spencer ere test \#22 failed - failures=1 -fi -status=`echo 'a' | { ${GREP} -E -e 'a$' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#23 failed - failures=1 -fi -status=`echo 'a$' | { ${GREP} -E -e 'a$' > /dev/null 2>&1; echo $?; }` -if test $status -ne 1 ; then - echo Spencer ere test \#24 failed - failures=1 -fi -status=`echo 'a' | { ${GREP} -E -e 'a\\$' > /dev/null 2>&1; echo $?; }` -if test $status -ne 1 ; then - echo Spencer ere test \#25 failed - failures=1 -fi -status=`echo 'abc' | { ${GREP} -E -e 'ab*c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#26 failed - failures=1 -fi -status=`echo 'abc' | { ${GREP} -E -e 'ab+c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#27 failed - failures=1 -fi -status=`echo 'abc' | { ${GREP} -E -e 'ab?c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#28 failed - failures=1 -fi -status=`echo '{1' | { ${GREP} -E -e '{1' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#29 failed - failures=1 -fi -status=`echo 'ab' | { ${GREP} -E -e 'a{1}b' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#30 failed - failures=1 -fi -status=`echo 'ab' | { ${GREP} -E -e 'a{1,}b' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#31 failed - failures=1 -fi -status=`echo 'aab' | { ${GREP} -E -e 'a{1,2}b' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#32 failed - failures=1 -fi -status=`echo 'a{1' | { ${GREP} -E -e 'a{1' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#33 failed - failures=1 -fi -status=`echo 'aa' | { ${GREP} -E -e 'a{1a' > /dev/null 2>&1; echo $?; }` -if test $status -ne 1 ; then - echo Spencer ere test \#34 failed - failures=1 -fi -status=`echo 'a{1a}' | { ${GREP} -E -e 'a{1a}' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#35 failed - failures=1 -fi -status=`echo 'a{,2}' | { ${GREP} -E -e 'a{,2}' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#36 failed - failures=1 -fi -status=`echo 'a{,}' | { ${GREP} -E -e 'a{,}' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#37 failed - failures=1 -fi -status=`echo 'a{1,,,}' | { ${GREP} -E -e 'a{1,*}' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#38 failed - failures=1 -fi -status=`echo 'abcac' | { ${GREP} -E -e 'ab{0,0}c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#39 failed - failures=1 -fi -status=`echo 'abcac' | { ${GREP} -E -e 'ab{0,1}c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#40 failed - failures=1 -fi -status=`echo 'abbcac' | { ${GREP} -E -e 'ab{0,3}c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#41 failed - failures=1 -fi -status=`echo 'acabc' | { ${GREP} -E -e 'ab{1,1}c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#42 failed - failures=1 -fi -status=`echo 'acabc' | { ${GREP} -E -e 'ab{1,3}c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#43 failed - failures=1 -fi -status=`echo 'abcabbc' | { ${GREP} -E -e 'ab{2,2}c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#44 failed - failures=1 -fi -status=`echo 'abcabbc' | { ${GREP} -E -e 'ab{2,4}c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#45 failed - failures=1 -fi -status=`echo 'abc' | { ${GREP} -E -e 'a[b]c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#46 failed - failures=1 -fi -status=`echo 'abc' | { ${GREP} -E -e 'a[ab]c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#47 failed - failures=1 -fi -status=`echo 'adc' | { ${GREP} -E -e 'a[^ab]c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#48 failed - failures=1 -fi -status=`echo 'a]c' | { ${GREP} -E -e 'a[]b]c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#49 failed - failures=1 -fi -status=`echo 'a[c' | { ${GREP} -E -e 'a[[b]c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#50 failed - failures=1 -fi -status=`echo 'a-c' | { ${GREP} -E -e 'a[-b]c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#51 failed - failures=1 -fi -status=`echo 'adc' | { ${GREP} -E -e 'a[^]b]c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#52 failed - failures=1 -fi -status=`echo 'adc' | { ${GREP} -E -e 'a[^-b]c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#53 failed - failures=1 -fi -status=`echo 'a-c' | { ${GREP} -E -e 'a[b-]c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#54 failed - failures=1 -fi -status=`echo 'EBRACK' | { ${GREP} -E -e 'a[b' > /dev/null 2>&1; echo $?; }` -if test $status -ne 2 ; then - echo Spencer ere test \#55 failed - failures=1 -fi -status=`echo 'EBRACK' | { ${GREP} -E -e 'a[]' > /dev/null 2>&1; echo $?; }` -if test $status -ne 2 ; then - echo Spencer ere test \#56 failed - failures=1 -fi -status=`echo 'a2c' | { ${GREP} -E -e 'a[1-3]c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#57 failed - failures=1 -fi -status=`echo 'ERANGE' | { ${GREP} -E -e 'a[1-' > /dev/null 2>&1; echo $?; }` -if test $status -ne 2 ; then - echo Spencer ere test \#58 failed - failures=1 -fi -status=`echo 'EBRACK' | { ${GREP} -E -e 'a[[.' > /dev/null 2>&1; echo $?; }` -if test $status -ne 2 ; then - echo Spencer ere test \#59 failed - failures=1 -fi -status=`echo 'EBRACK' | { ${GREP} -E -e 'a[[.x' > /dev/null 2>&1; echo $?; }` -if test $status -ne 2 ; then - echo Spencer ere test \#60 failed - failures=1 -fi -status=`echo 'EBRACK' | { ${GREP} -E -e 'a[[.x.' > /dev/null 2>&1; echo $?; }` -if test $status -ne 2 ; then - echo Spencer ere test \#61 failed - failures=1 -fi -status=`echo 'abc' | { ${GREP} -E -e 'a[[:alpha:]]c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#62 failed - failures=1 -fi -status=`echo 'ECTYPE' | { ${GREP} -E -e 'a[[:notdef:]]c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 2 ; then - echo Spencer ere test \#63 failed - failures=1 -fi -status=`echo 'EBRACK' | { ${GREP} -E -e 'a[[:' > /dev/null 2>&1; echo $?; }` -if test $status -ne 2 ; then - echo Spencer ere test \#64 failed - failures=1 -fi -status=`echo 'EBRACK' | { ${GREP} -E -e 'a[[:alpha' > /dev/null 2>&1; echo $?; }` -if test $status -ne 2 ; then - echo Spencer ere test \#65 failed - failures=1 -fi -status=`echo 'EBRACK' | { ${GREP} -E -e 'a[[:alpha:]' > /dev/null 2>&1; echo $?; }` -if test $status -ne 2 ; then - echo Spencer ere test \#66 failed - failures=1 -fi -status=`echo 'ECTYPE' | { ${GREP} -E -e 'a[[:alpha,:]' > /dev/null 2>&1; echo $?; }` -if test $status -ne 2 ; then - echo Spencer ere test \#67 failed - failures=1 -fi -status=`echo 'ECTYPE' | { ${GREP} -E -e 'a[[:]:]]b' > /dev/null 2>&1; echo $?; }` -if test $status -ne 2 ; then - echo Spencer ere test \#68 failed - failures=1 -fi -status=`echo 'ECTYPE' | { ${GREP} -E -e 'a[[:-:]]b' > /dev/null 2>&1; echo $?; }` -if test $status -ne 2 ; then - echo Spencer ere test \#69 failed - failures=1 -fi -status=`echo 'ECTYPE' | { ${GREP} -E -e 'a[[:alph:]]' > /dev/null 2>&1; echo $?; }` -if test $status -ne 2 ; then - echo Spencer ere test \#70 failed - failures=1 -fi -status=`echo 'ECTYPE' | { ${GREP} -E -e 'a[[:alphabet:]]' > /dev/null 2>&1; echo $?; }` -if test $status -ne 2 ; then - echo Spencer ere test \#71 failed - failures=1 -fi -status=`echo 'a019b' | { ${GREP} -E -e '[[:digit:]]+' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#72 failed - failures=1 -fi -status=`echo 'AabC' | { ${GREP} -E -e '[[:lower:]]+' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#73 failed - failures=1 -fi -status=`echo 'aBCd' | { ${GREP} -E -e '[[:upper:]]+' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#74 failed - failures=1 -fi -status=`echo 'p0f3Cq' | { ${GREP} -E -e '[[:xdigit:]]+' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#75 failed - failures=1 -fi -status=`echo 'EBRACK' | { ${GREP} -E -e 'a[[=' > /dev/null 2>&1; echo $?; }` -if test $status -ne 2 ; then - echo Spencer ere test \#76 failed - failures=1 -fi -status=`echo 'EBRACK' | { ${GREP} -E -e 'a[[=b' > /dev/null 2>&1; echo $?; }` -if test $status -ne 2 ; then - echo Spencer ere test \#77 failed - failures=1 -fi -status=`echo 'EBRACK' | { ${GREP} -E -e 'a[[=b=' > /dev/null 2>&1; echo $?; }` -if test $status -ne 2 ; then - echo Spencer ere test \#78 failed - failures=1 -fi -status=`echo 'abc' | { ${GREP} -E -e 'a(((b)))c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#79 failed - failures=1 -fi -status=`echo 'abd' | { ${GREP} -E -e 'a(b|(c))d' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#80 failed - failures=1 -fi -status=`echo 'abbd' | { ${GREP} -E -e 'a(b*|c)d' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#81 failed - failures=1 -fi -status=`echo 'aaaaabaaaabaaaabaaaab' | { ${GREP} -E -e 'a[ab]{20}' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#82 failed - failures=1 -fi -status=`echo 'aaaaabaaaabaaaabaaaab' | { ${GREP} -E -e 'a[ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab]' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#83 failed - failures=1 -fi -status=`echo 'aaaaabaaaabaaaabaaaabweeknights' | { ${GREP} -E -e 'a[ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab][ab](wee|week)(knights|night)' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#84 failed - failures=1 -fi -status=`echo 'a12345678901234567890123456789b' | { ${GREP} -E -e '12345678901234567890123456789' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#85 failed - failures=1 -fi -status=`echo 'a123456789012345678901234567890b' | { ${GREP} -E -e '123456789012345678901234567890' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#86 failed - failures=1 -fi -status=`echo 'a1234567890123456789012345678901b' | { ${GREP} -E -e '1234567890123456789012345678901' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#87 failed - failures=1 -fi -status=`echo 'a12345678901234567890123456789012b' | { ${GREP} -E -e '12345678901234567890123456789012' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#88 failed - failures=1 -fi -status=`echo 'a123456789012345678901234567890123b' | { ${GREP} -E -e '123456789012345678901234567890123' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#89 failed - failures=1 -fi -status=`echo 'a1234567890123456789012345678901234567890123456789012345678901234567890b' | { ${GREP} -E -e '1234567890123456789012345678901234567890123456789012345678901234567890' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#90 failed - failures=1 -fi -status=`echo 'xacegikmoq' | { ${GREP} -E -e '[ab][cd][ef][gh][ij][kl][mn]' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#91 failed - failures=1 -fi -status=`echo 'xacegikmoq' | { ${GREP} -E -e '[ab][cd][ef][gh][ij][kl][mn][op]' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#92 failed - failures=1 -fi -status=`echo 'xacegikmoqy' | { ${GREP} -E -e '[ab][cd][ef][gh][ij][kl][mn][op][qr]' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#93 failed - failures=1 -fi -status=`echo 'xacegikmoqy' | { ${GREP} -E -e '[ab][cd][ef][gh][ij][kl][mn][op][q]' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#94 failed - failures=1 -fi -status=`echo 'xabcy' | { ${GREP} -E -e 'abc' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#95 failed - failures=1 -fi -status=`echo 'abc' | { ${GREP} -E -e 'a[^b]c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 1 ; then - echo Spencer ere test \#96 failed - failures=1 -fi -status=`echo 'adc' | { ${GREP} -E -e 'a[^b]c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#97 failed - failures=1 -fi -status=`echo 'abc' | { ${GREP} -E -e '[a]b[c]' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#98 failed - failures=1 -fi -status=`echo 'aba' | { ${GREP} -E -e '[a]b[a]' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#99 failed - failures=1 -fi -status=`echo 'abc' | { ${GREP} -E -e '[abc]b[abc]' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#100 failed - failures=1 -fi -status=`echo 'abd' | { ${GREP} -E -e '[abc]b[abd]' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#101 failed - failures=1 -fi -status=`echo 'accd' | { ${GREP} -E -e 'a(b?c)+d' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#102 failed - failures=1 -fi -status=`echo 'weeknights' | { ${GREP} -E -e '(wee|week)(knights|night)' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#103 failed - failures=1 -fi -status=`echo 'weeknights' | { ${GREP} -E -e '(we|wee|week|frob)(knights|night|day)' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#104 failed - failures=1 -fi -status=`echo 'xyzaaabcaababdacd' | { ${GREP} -E -e 'a[bc]d' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#105 failed - failures=1 -fi -status=`echo 'aaabc' | { ${GREP} -E -e 'a[ab]c' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#106 failed - failures=1 -fi -status=`echo 'b' | { ${GREP} -E -e 'a*' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#107 failed - failures=1 -fi -status=`echo '/*x*/' | { ${GREP} -E -e '/\*.*\*/' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#108 failed - failures=1 -fi -status=`echo '/*x*/y/*z*/' | { ${GREP} -E -e '/\*.*\*/' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#109 failed - failures=1 -fi -status=`echo '/*x*/' | { ${GREP} -E -e '/\*([^*]|\*[^/])*\*/' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#110 failed - failures=1 -fi -status=`echo '/*x*/y/*z*/' | { ${GREP} -E -e '/\*([^*]|\*[^/])*\*/' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#111 failed - failures=1 -fi -status=`echo '/*x**/y/*z*/' | { ${GREP} -E -e '/\*([^*]|\*[^/])*\*/' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#112 failed - failures=1 -fi -status=`echo '/*x*/' | { ${GREP} -E -e '/\*([^*]|\*+[^*/])*\*+/' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#113 failed - failures=1 -fi -status=`echo '/*x*/y/*z*/' | { ${GREP} -E -e '/\*([^*]|\*+[^*/])*\*+/' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#114 failed - failures=1 -fi -status=`echo '/*x**/y/*z*/' | { ${GREP} -E -e '/\*([^*]|\*+[^*/])*\*+/' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#115 failed - failures=1 -fi -status=`echo '/*x****/y/*z*/' | { ${GREP} -E -e '/\*([^*]|\*+[^*/])*\*+/' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#116 failed - failures=1 -fi -status=`echo '/*x**x*/y/*z*/' | { ${GREP} -E -e '/\*([^*]|\*+[^*/])*\*+/' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#117 failed - failures=1 -fi -status=`echo '/*x***x/y/*z*/' | { ${GREP} -E -e '/\*([^*]|\*+[^*/])*\*+/' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#118 failed - failures=1 -fi -status=`echo 'A1' | { ${GREP} -E -e '(A[1])|(A[2])|(A[3])|(A[4])|(A[5])|(A[6])|(A[7])|(A[8])|(A[9])|(A[A])' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#119 failed - failures=1 -fi -status=`echo 'abcdefghijklmnop' | { ${GREP} -E -e 'abcdefghijklmnop' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#120 failed - failures=1 -fi -status=`echo 'abcdefghijklmnopqrstuv' | { ${GREP} -E -e 'abcdefghijklmnopqrstuv' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#121 failed - failures=1 -fi -status=`echo 'CC11' | { ${GREP} -E -e 'CC[13]1|a{21}[23][EO][123][Es][12]a{15}aa[34][EW]aaaaaaa[X]a' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#122 failed - failures=1 -fi -status=`echo 'ab' | { ${GREP} -E -e 'a?b' > /dev/null 2>&1; echo $?; }` -if test $status -ne 0 ; then - echo Spencer ere test \#123 failed - failures=1 -fi -exit $failures diff --git a/src/apps/bin/grep-2.5/tests/khadafy.out b/src/apps/bin/grep-2.5/tests/khadafy.out deleted file mode 100644 index 57e21a1794..0000000000 --- a/src/apps/bin/grep-2.5/tests/khadafy.out +++ /dev/null @@ -1,32 +0,0 @@ -1) Muammar Qaddafi -2) Mo'ammar Gadhafi -3) Muammar Kaddafi -4) Muammar Qadhafi -5) Moammar El Kadhafi -6) Muammar Gadafi -7) Mu'ammar al-Qadafi -8) Moamer El Kazzafi -9) Moamar al-Gaddafi -10) Mu'ammar Al Qathafi -11) Muammar Al Qathafi -12) Mo'ammar el-Gadhafi -13) Moamar El Kadhafi -14) Muammar al-Qadhafi -15) Mu'ammar al-Qadhdhafi -16) Mu'ammar Qadafi -17) Moamar Gaddafi -18) Mu'ammar Qadhdhafi -19) Muammar Khaddafi -20) Muammar al-Khaddafi -21) Mu'amar al-Kadafi -22) Muammar Ghaddafy -23) Muammar Ghadafi -24) Muammar Ghaddafi -25) Muamar Kaddafi -26) Muammar Quathafi -27) Muammar Gheddafi -28) Muamar Al-Kaddafi -29) Moammar Khadafy -30) Moammar Qudhafi -31) Mu'ammar al-Qaddafi -32) Mulazim Awwal Mu'ammar Muhammad Abu Minyar al-Qadhafi diff --git a/src/apps/bin/grep-2.5/tests/patfile b/src/apps/bin/grep-2.5/tests/patfile deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/src/apps/bin/grep-2.5/tests/spencer1.script b/src/apps/bin/grep-2.5/tests/spencer1.script deleted file mode 100644 index 0a66c86bd3..0000000000 --- a/src/apps/bin/grep-2.5/tests/spencer1.script +++ /dev/null @@ -1,612 +0,0 @@ -failures=0 -status=`echo 'abc'| { ${GREP} -E -e 'abc' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#1 failed - failures=1 -fi -status=`echo 'xbc'| { ${GREP} -E -e 'abc' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#2 failed - failures=1 -fi -status=`echo 'axc'| { ${GREP} -E -e 'abc' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#3 failed - failures=1 -fi -status=`echo 'abx'| { ${GREP} -E -e 'abc' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#4 failed - failures=1 -fi -status=`echo 'xabcy'| { ${GREP} -E -e 'abc' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#5 failed - failures=1 -fi -status=`echo 'ababc'| { ${GREP} -E -e 'abc' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#6 failed - failures=1 -fi -status=`echo 'abc'| { ${GREP} -E -e 'ab*c' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#7 failed - failures=1 -fi -status=`echo 'abc'| { ${GREP} -E -e 'ab*bc' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#8 failed - failures=1 -fi -status=`echo 'abbc'| { ${GREP} -E -e 'ab*bc' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#9 failed - failures=1 -fi -status=`echo 'abbbbc'| { ${GREP} -E -e 'ab*bc' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#10 failed - failures=1 -fi -status=`echo 'abbc'| { ${GREP} -E -e 'ab+bc' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#11 failed - failures=1 -fi -status=`echo 'abc'| { ${GREP} -E -e 'ab+bc' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#12 failed - failures=1 -fi -status=`echo 'abq'| { ${GREP} -E -e 'ab+bc' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#13 failed - failures=1 -fi -status=`echo 'abbbbc'| { ${GREP} -E -e 'ab+bc' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#14 failed - failures=1 -fi -status=`echo 'abbc'| { ${GREP} -E -e 'ab?bc' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#15 failed - failures=1 -fi -status=`echo 'abc'| { ${GREP} -E -e 'ab?bc' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#16 failed - failures=1 -fi -status=`echo 'abbbbc'| { ${GREP} -E -e 'ab?bc' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#17 failed - failures=1 -fi -status=`echo 'abc'| { ${GREP} -E -e 'ab?c' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#18 failed - failures=1 -fi -status=`echo 'abc'| { ${GREP} -E -e '^abc$' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#19 failed - failures=1 -fi -status=`echo 'abcc'| { ${GREP} -E -e '^abc$' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#20 failed - failures=1 -fi -status=`echo 'abcc'| { ${GREP} -E -e '^abc' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#21 failed - failures=1 -fi -status=`echo 'aabc'| { ${GREP} -E -e '^abc$' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#22 failed - failures=1 -fi -status=`echo 'aabc'| { ${GREP} -E -e 'abc$' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#23 failed - failures=1 -fi -status=`echo 'abc'| { ${GREP} -E -e '^' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#24 failed - failures=1 -fi -status=`echo 'abc'| { ${GREP} -E -e '$' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#25 failed - failures=1 -fi -status=`echo 'abc'| { ${GREP} -E -e 'a.c' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#26 failed - failures=1 -fi -status=`echo 'axc'| { ${GREP} -E -e 'a.c' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#27 failed - failures=1 -fi -status=`echo 'axyzc'| { ${GREP} -E -e 'a.*c' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#28 failed - failures=1 -fi -status=`echo 'axyzd'| { ${GREP} -E -e 'a.*c' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#29 failed - failures=1 -fi -status=`echo 'abc'| { ${GREP} -E -e 'a[bc]d' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#30 failed - failures=1 -fi -status=`echo 'abd'| { ${GREP} -E -e 'a[bc]d' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#31 failed - failures=1 -fi -status=`echo 'abd'| { ${GREP} -E -e 'a[b-d]e' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#32 failed - failures=1 -fi -status=`echo 'ace'| { ${GREP} -E -e 'a[b-d]e' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#33 failed - failures=1 -fi -status=`echo 'aac'| { ${GREP} -E -e 'a[b-d]' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#34 failed - failures=1 -fi -status=`echo 'a-'| { ${GREP} -E -e 'a[-b]' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#35 failed - failures=1 -fi -status=`echo 'a-'| { ${GREP} -E -e 'a[b-]' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#36 failed - failures=1 -fi -status=`echo '-'| { ${GREP} -E -e 'a[b-a]' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#37 failed - failures=1 -fi -status=`echo '-'| { ${GREP} -E -e 'a[]b' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 2 ; then - echo Spencer test \#38 failed - failures=1 -fi -status=`echo '-'| { ${GREP} -E -e 'a[' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 2 ; then - echo Spencer test \#39 failed - failures=1 -fi -status=`echo 'a]'| { ${GREP} -E -e 'a]' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#40 failed - failures=1 -fi -status=`echo 'a]b'| { ${GREP} -E -e 'a[]]b' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#41 failed - failures=1 -fi -status=`echo 'aed'| { ${GREP} -E -e 'a[^bc]d' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#42 failed - failures=1 -fi -status=`echo 'abd'| { ${GREP} -E -e 'a[^bc]d' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#43 failed - failures=1 -fi -status=`echo 'adc'| { ${GREP} -E -e 'a[^-b]c' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#44 failed - failures=1 -fi -status=`echo 'a-c'| { ${GREP} -E -e 'a[^-b]c' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#45 failed - failures=1 -fi -status=`echo 'a]c'| { ${GREP} -E -e 'a[^]b]c' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#46 failed - failures=1 -fi -status=`echo 'adc'| { ${GREP} -E -e 'a[^]b]c' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#47 failed - failures=1 -fi -status=`echo 'abc'| { ${GREP} -E -e 'ab|cd' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#48 failed - failures=1 -fi -status=`echo 'abcd'| { ${GREP} -E -e 'ab|cd' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#49 failed - failures=1 -fi -status=`echo 'def'| { ${GREP} -E -e '()ef' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#50 failed - failures=1 -fi -status=`echo '-'| { ${GREP} -E -e '()*' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#51 failed - failures=1 -fi -status=`echo '-'| { ${GREP} -E -e '*a' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#52 failed - failures=1 -fi -status=`echo '-'| { ${GREP} -E -e '^*' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#53 failed - failures=1 -fi -status=`echo '-'| { ${GREP} -E -e '$*' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#54 failed - failures=1 -fi -status=`echo '-'| { ${GREP} -E -e '(*)b' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#55 failed - failures=1 -fi -status=`echo 'b'| { ${GREP} -E -e '$b' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#56 failed - failures=1 -fi -status=`echo '-'| { ${GREP} -E -e 'a\' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 2 ; then - echo Spencer test \#57 failed - failures=1 -fi -status=`echo 'a(b'| { ${GREP} -E -e 'a\(b' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#58 failed - failures=1 -fi -status=`echo 'ab'| { ${GREP} -E -e 'a\(*b' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#59 failed - failures=1 -fi -status=`echo 'a((b'| { ${GREP} -E -e 'a\(*b' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#60 failed - failures=1 -fi -status=`echo 'a\x'| { ${GREP} -E -e 'a\x' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#61 failed - failures=1 -fi -status=`echo '-'| { ${GREP} -E -e 'abc)' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 2 ; then - echo Spencer test \#62 failed - failures=1 -fi -status=`echo '-'| { ${GREP} -E -e '(abc' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 2 ; then - echo Spencer test \#63 failed - failures=1 -fi -status=`echo 'abc'| { ${GREP} -E -e '((a))' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#64 failed - failures=1 -fi -status=`echo 'abc'| { ${GREP} -E -e '(a)b(c)' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#65 failed - failures=1 -fi -status=`echo 'aabbabc'| { ${GREP} -E -e 'a+b+c' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#66 failed - failures=1 -fi -status=`echo '-'| { ${GREP} -E -e 'a**' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#67 failed - failures=1 -fi -status=`echo '-'| { ${GREP} -E -e 'a*?' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#68 failed - failures=1 -fi -status=`echo '-'| { ${GREP} -E -e '(a*)*' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#69 failed - failures=1 -fi -status=`echo '-'| { ${GREP} -E -e '(a*)+' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#70 failed - failures=1 -fi -status=`echo '-'| { ${GREP} -E -e '(a|)*' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#71 failed - failures=1 -fi -status=`echo '-'| { ${GREP} -E -e '(a*|b)*' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#72 failed - failures=1 -fi -status=`echo 'ab'| { ${GREP} -E -e '(a+|b)*' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#73 failed - failures=1 -fi -status=`echo 'ab'| { ${GREP} -E -e '(a+|b)+' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#74 failed - failures=1 -fi -status=`echo 'ab'| { ${GREP} -E -e '(a+|b)?' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#75 failed - failures=1 -fi -status=`echo 'cde'| { ${GREP} -E -e '[^ab]*' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#76 failed - failures=1 -fi -status=`echo '-'| { ${GREP} -E -e '(^)*' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#77 failed - failures=1 -fi -status=`echo '-'| { ${GREP} -E -e '(ab|)*' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#78 failed - failures=1 -fi -status=`echo '-'| { ${GREP} -E -e ')(' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 2 ; then - echo Spencer test \#79 failed - failures=1 -fi -status=`echo ''| { ${GREP} -E -e 'abc' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#80 failed - failures=1 -fi -status=`echo ''| { ${GREP} -E -e 'abc' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#81 failed - failures=1 -fi -status=`echo ''| { ${GREP} -E -e 'a*' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#82 failed - failures=1 -fi -status=`echo 'abbbcd'| { ${GREP} -E -e '([abc])*d' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#83 failed - failures=1 -fi -status=`echo 'abcd'| { ${GREP} -E -e '([abc])*bcd' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#84 failed - failures=1 -fi -status=`echo 'e'| { ${GREP} -E -e 'a|b|c|d|e' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#85 failed - failures=1 -fi -status=`echo 'ef'| { ${GREP} -E -e '(a|b|c|d|e)f' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#86 failed - failures=1 -fi -status=`echo '-'| { ${GREP} -E -e '((a*|b))*' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#87 failed - failures=1 -fi -status=`echo 'abcdefg'| { ${GREP} -E -e 'abcd*efg' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#88 failed - failures=1 -fi -status=`echo 'xabyabbbz'| { ${GREP} -E -e 'ab*' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#89 failed - failures=1 -fi -status=`echo 'xayabbbz'| { ${GREP} -E -e 'ab*' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#90 failed - failures=1 -fi -status=`echo 'abcde'| { ${GREP} -E -e '(ab|cd)e' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#91 failed - failures=1 -fi -status=`echo 'hij'| { ${GREP} -E -e '[abhgefdc]ij' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#92 failed - failures=1 -fi -status=`echo 'abcde'| { ${GREP} -E -e '^(ab|cd)e' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#93 failed - failures=1 -fi -status=`echo 'abcdef'| { ${GREP} -E -e '(abc|)ef' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#94 failed - failures=1 -fi -status=`echo 'abcd'| { ${GREP} -E -e '(a|b)c*d' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#95 failed - failures=1 -fi -status=`echo 'abc'| { ${GREP} -E -e '(ab|ab*)bc' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#96 failed - failures=1 -fi -status=`echo 'abc'| { ${GREP} -E -e 'a([bc]*)c*' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#97 failed - failures=1 -fi -status=`echo 'abcd'| { ${GREP} -E -e 'a([bc]*)(c*d)' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#98 failed - failures=1 -fi -status=`echo 'abcd'| { ${GREP} -E -e 'a([bc]+)(c*d)' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#99 failed - failures=1 -fi -status=`echo 'abcd'| { ${GREP} -E -e 'a([bc]*)(c+d)' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#100 failed - failures=1 -fi -status=`echo 'adcdcde'| { ${GREP} -E -e 'a[bcd]*dcdcde' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#101 failed - failures=1 -fi -status=`echo 'adcdcde'| { ${GREP} -E -e 'a[bcd]+dcdcde' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#102 failed - failures=1 -fi -status=`echo 'abc'| { ${GREP} -E -e '(ab|a)b*c' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#103 failed - failures=1 -fi -status=`echo 'abcd'| { ${GREP} -E -e '((a)(b)c)(d)' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#104 failed - failures=1 -fi -status=`echo 'alpha'| { ${GREP} -E -e '[A-Za-z_][A-Za-z0-9_]*' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#105 failed - failures=1 -fi -status=`echo 'abh'| { ${GREP} -E -e '^a(bc+|b[eh])g|.h$' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#106 failed - failures=1 -fi -status=`echo 'effgz'| { ${GREP} -E -e '(bc+d$|ef*g.|h?i(j|k))' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#107 failed - failures=1 -fi -status=`echo 'ij'| { ${GREP} -E -e '(bc+d$|ef*g.|h?i(j|k))' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#108 failed - failures=1 -fi -status=`echo 'effg'| { ${GREP} -E -e '(bc+d$|ef*g.|h?i(j|k))' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#109 failed - failures=1 -fi -status=`echo 'bcdd'| { ${GREP} -E -e '(bc+d$|ef*g.|h?i(j|k))' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#110 failed - failures=1 -fi -status=`echo 'reffgz'| { ${GREP} -E -e '(bc+d$|ef*g.|h?i(j|k))' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#111 failed - failures=1 -fi -status=`echo '-'| { ${GREP} -E -e '((((((((((a))))))))))' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#112 failed - failures=1 -fi -status=`echo 'a'| { ${GREP} -E -e '(((((((((a)))))))))' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#113 failed - failures=1 -fi -status=`echo 'uh-uh'| { ${GREP} -E -e 'multiple words of text' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#114 failed - failures=1 -fi -status=`echo 'multiple words, yeah'| { ${GREP} -E -e 'multiple words' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#115 failed - failures=1 -fi -status=`echo 'abcde'| { ${GREP} -E -e '(.*)c(.*)' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#116 failed - failures=1 -fi -status=`echo '(.*)\)'| { ${GREP} -E -e '\((.*),' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#117 failed - failures=1 -fi -status=`echo 'ab'| { ${GREP} -E -e '[k]' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 1 ; then - echo Spencer test \#118 failed - failures=1 -fi -status=`echo 'abcd'| { ${GREP} -E -e 'abcd' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#119 failed - failures=1 -fi -status=`echo 'abcd'| { ${GREP} -E -e 'a(bc)d' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#120 failed - failures=1 -fi -status=`echo 'ac'| { ${GREP} -E -e 'a[-]?c' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#121 failed - failures=1 -fi -status=`echo 'beriberi'| { ${GREP} -E -e '(....).*\1' >/dev/null 2>&1 ; echo $?; }` -if test $status -ne 0 ; then - echo Spencer test \#122 failed - failures=1 -fi -exit $failures