diff options
author | grant <grant> | 2003-09-06 23:05:40 +0000 |
---|---|---|
committer | grant <grant> | 2003-09-06 23:05:40 +0000 |
commit | 806a3c9ad903115e916def446e5992b816029725 (patch) | |
tree | 14181980c9f85deea1a6a63f1a8ac05c45086494 | |
parent | 8b85788a667b49a9971f8f374fa12ee286ac20ae (diff) | |
download | pkgsrc-806a3c9ad903115e916def446e5992b816029725.tar.gz |
update version according to autoconf to match reality
-rwxr-xr-x | pkgtools/libnbcompat/files/configure | 18 | ||||
-rw-r--r-- | pkgtools/libnbcompat/files/configure.ac | 4 |
2 files changed, 11 insertions, 11 deletions
diff --git a/pkgtools/libnbcompat/files/configure b/pkgtools/libnbcompat/files/configure index 498e3feab9b..5ae56fb1066 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 20030823. +# Generated by GNU Autoconf 2.57 for libnbcompat 20030830. # # 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='20030823' -PACKAGE_STRING='libnbcompat 20030823' +PACKAGE_VERSION='20030830' +PACKAGE_STRING='libnbcompat 20030830' 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 20030823 to adapt to many kinds of systems. +\`configure' configures libnbcompat 20030830 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 20030823:";; + short | recursive ) echo "Configuration of libnbcompat 20030830:";; esac cat <<\_ACEOF @@ -923,7 +923,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -libnbcompat configure 20030823 +libnbcompat configure 20030830 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 20030823, which was +It was created by libnbcompat $as_me 20030830, which was generated by GNU Autoconf 2.57. Invocation command line was $ $0 $@ @@ -8499,7 +8499,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by libnbcompat $as_me 20030823, which was +This file was extended by libnbcompat $as_me 20030830, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8559,7 +8559,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -libnbcompat config.status 20030823 +libnbcompat config.status 20030830 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 79b1e33aa4d..35b22ff937f 100644 --- a/pkgtools/libnbcompat/files/configure.ac +++ b/pkgtools/libnbcompat/files/configure.ac @@ -1,8 +1,8 @@ -dnl $NetBSD: configure.ac,v 1.24 2003/09/06 23:03:01 grant Exp $ +dnl $NetBSD: configure.ac,v 1.25 2003/09/06 23:05:41 grant Exp $ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT([libnbcompat], [20030823], [grant@NetBSD.org]) +AC_INIT([libnbcompat], [20030830], [grant@NetBSD.org]) AC_CONFIG_HEADER(nbcompat/nbconfig.h) AC_ARG_PROGRAM |