diff options
author | jschauma <jschauma> | 2003-08-23 22:20:25 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-08-23 22:20:25 +0000 |
commit | 5f6a6a08a23f91f8b69011d75cfcc82d8d151474 (patch) | |
tree | 86def48d5d3341f8293dae1ca750b359177a2dc8 /textproc/nbsed | |
parent | e6f742d4879a0d20d7dc5662662188a997caf24d (diff) | |
download | pkgsrc-5f6a6a08a23f91f8b69011d75cfcc82d8d151474.tar.gz |
Bump date for ability to build on Irix.
Diffstat (limited to 'textproc/nbsed')
-rw-r--r-- | textproc/nbsed/Makefile | 4 | ||||
-rwxr-xr-x | textproc/nbsed/files/configure | 18 | ||||
-rw-r--r-- | textproc/nbsed/files/configure.ac | 4 |
3 files changed, 13 insertions, 13 deletions
diff --git a/textproc/nbsed/Makefile b/textproc/nbsed/Makefile index d06353d7ef3..fd8b9d1a046 100644 --- a/textproc/nbsed/Makefile +++ b/textproc/nbsed/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2003/08/19 15:54:17 jmc Exp $ +# $NetBSD: Makefile,v 1.3 2003/08/23 22:20:25 jschauma Exp $ -DISTNAME= nbsed-20030818 +DISTNAME= nbsed-20030823 CATEGORIES= textproc pkgtools MASTER_SITES= # empty DISTFILES= # empty diff --git a/textproc/nbsed/files/configure b/textproc/nbsed/files/configure index 427155b265a..d24e58c736f 100755 --- a/textproc/nbsed/files/configure +++ b/textproc/nbsed/files/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.57 for nb-sed 20030818. +# Generated by GNU Autoconf 2.57 for nb-sed 20030823. # # Report bugs to <agc@netbsd.org>. # @@ -268,8 +268,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='nb-sed' PACKAGE_TARNAME='nb-sed' -PACKAGE_VERSION='20030818' -PACKAGE_STRING='nb-sed 20030818' +PACKAGE_VERSION='20030823' +PACKAGE_STRING='nb-sed 20030823' PACKAGE_BUGREPORT='agc@netbsd.org' ac_unique_file="main.c" @@ -779,7 +779,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures nb-sed 20030818 to adapt to many kinds of systems. +\`configure' configures nb-sed 20030823 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -845,7 +845,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of nb-sed 20030818:";; + short | recursive ) echo "Configuration of nb-sed 20030823:";; esac cat <<\_ACEOF @@ -924,7 +924,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -nb-sed configure 20030818 +nb-sed configure 20030823 generated by GNU Autoconf 2.57 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 @@ -939,7 +939,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by nb-sed $as_me 20030818, which was +It was created by nb-sed $as_me 20030823, which was generated by GNU Autoconf 2.57. Invocation command line was $ $0 $@ @@ -4769,7 +4769,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by nb-sed $as_me 20030818, which was +This file was extended by nb-sed $as_me 20030823, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4829,7 +4829,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -nb-sed config.status 20030818 +nb-sed config.status 20030823 configured by $0, generated by GNU Autoconf 2.57, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/textproc/nbsed/files/configure.ac b/textproc/nbsed/files/configure.ac index 627c2b21f46..778aa7b0761 100644 --- a/textproc/nbsed/files/configure.ac +++ b/textproc/nbsed/files/configure.ac @@ -1,7 +1,7 @@ -dnl $Id: configure.ac,v 1.1.1.1 2003/08/18 17:34:57 agc Exp $ +dnl $Id: configure.ac,v 1.2 2003/08/23 22:20:26 jschauma Exp $ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([nb-sed],[20030818],[agc@netbsd.org]) +AC_INIT([nb-sed],[20030823],[agc@netbsd.org]) AC_CONFIG_SRCDIR([main.c]) AC_CONFIG_HEADER(config.h) AC_ARG_PROGRAM |