diff options
author | grant <grant@pkgsrc.org> | 2003-09-14 07:36:12 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-14 07:36:12 +0000 |
commit | 002e48eee1f6b0fc5a1ee8bb9481ec5cd9f492cc (patch) | |
tree | f02a57e9155edee57460f4888f5f787b587bc15b /pkgtools/libnbcompat | |
parent | 0348cb514afd8968c3be388bb40375960caaa70e (diff) | |
download | pkgsrc-002e48eee1f6b0fc5a1ee8bb9481ec5cd9f492cc.tar.gz |
bump version for latest changes.
Diffstat (limited to 'pkgtools/libnbcompat')
-rw-r--r-- | pkgtools/libnbcompat/Makefile | 4 | ||||
-rwxr-xr-x | pkgtools/libnbcompat/files/configure | 18 | ||||
-rw-r--r-- | pkgtools/libnbcompat/files/configure.ac | 4 |
3 files changed, 13 insertions, 13 deletions
diff --git a/pkgtools/libnbcompat/Makefile b/pkgtools/libnbcompat/Makefile index ccb9b5b1d09..4863a79a0c2 100644 --- a/pkgtools/libnbcompat/Makefile +++ b/pkgtools/libnbcompat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2003/09/06 12:22:26 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2003/09/14 07:36:12 grant Exp $ # -DISTNAME= libnbcompat-20030830 +DISTNAME= libnbcompat-20030914 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/libnbcompat/files/configure b/pkgtools/libnbcompat/files/configure index a28746eafde..169929d2786 100755 --- a/pkgtools/libnbcompat/files/configure +++ b/pkgtools/libnbcompat/files/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.57 for libnbcompat 20030830. +# Generated by GNU Autoconf 2.57 for libnbcompat 20030914. # # Report bugs to <grant@NetBSD.org>. # @@ -268,8 +268,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='libnbcompat' PACKAGE_TARNAME='libnbcompat' -PACKAGE_VERSION='20030830' -PACKAGE_STRING='libnbcompat 20030830' +PACKAGE_VERSION='20030914' +PACKAGE_STRING='libnbcompat 20030914' PACKAGE_BUGREPORT='grant@NetBSD.org' # Factoring default headers for most tests. @@ -778,7 +778,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 libnbcompat 20030830 to adapt to many kinds of systems. +\`configure' configures libnbcompat 20030914 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -844,7 +844,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libnbcompat 20030830:";; + short | recursive ) echo "Configuration of libnbcompat 20030914:";; esac cat <<\_ACEOF @@ -923,7 +923,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -libnbcompat configure 20030830 +libnbcompat configure 20030914 generated by GNU Autoconf 2.57 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 @@ -938,7 +938,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 libnbcompat $as_me 20030830, which was +It was created by libnbcompat $as_me 20030914, which was generated by GNU Autoconf 2.57. Invocation command line was $ $0 $@ @@ -8488,7 +8488,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by libnbcompat $as_me 20030830, which was +This file was extended by libnbcompat $as_me 20030914, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8548,7 +8548,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -libnbcompat config.status 20030830 +libnbcompat config.status 20030914 configured by $0, generated by GNU Autoconf 2.57, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/pkgtools/libnbcompat/files/configure.ac b/pkgtools/libnbcompat/files/configure.ac index 94038909e9b..bcf79251283 100644 --- a/pkgtools/libnbcompat/files/configure.ac +++ b/pkgtools/libnbcompat/files/configure.ac @@ -1,8 +1,8 @@ -dnl $NetBSD: configure.ac,v 1.28 2003/09/13 16:17:41 jschauma Exp $ +dnl $NetBSD: configure.ac,v 1.29 2003/09/14 07:36:15 grant Exp $ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT([libnbcompat], [20030830], [grant@NetBSD.org]) +AC_INIT([libnbcompat], [20030914], [grant@NetBSD.org]) AC_CONFIG_HEADER(nbcompat/config.h) AC_ARG_PROGRAM |