diff options
author | grant <grant@pkgsrc.org> | 2003-09-23 07:46:07 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-23 07:46:07 +0000 |
commit | 71c17ddbd61a696e2090d8644644ae436a515528 (patch) | |
tree | 8a6f4d448b6f99153b02e43e5b9b31824ca1b6e5 /pkgtools/pkg_install | |
parent | 3c5895a2f6aaaa9c04115a09006f0a60249be045 (diff) | |
download | pkgsrc-71c17ddbd61a696e2090d8644644ae436a515528.tar.gz |
bump date
Diffstat (limited to 'pkgtools/pkg_install')
-rwxr-xr-x | pkgtools/pkg_install/files/configure | 18 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/configure.ac | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/pkgtools/pkg_install/files/configure b/pkgtools/pkg_install/files/configure index 859041c1ca8..967fac9cf31 100755 --- a/pkgtools/pkg_install/files/configure +++ b/pkgtools/pkg_install/files/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.57 for pkg_install 20030823. +# Generated by GNU Autoconf 2.57 for pkg_install 20030923. # # Report bugs to <grant@NetBSD.org>. # @@ -268,8 +268,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='pkg_install' PACKAGE_TARNAME='pkg_install' -PACKAGE_VERSION='20030823' -PACKAGE_STRING='pkg_install 20030823' +PACKAGE_VERSION='20030923' +PACKAGE_STRING='pkg_install 20030923' PACKAGE_BUGREPORT='grant@NetBSD.org' ac_unique_file="lib/plist.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 pkg_install 20030823 to adapt to many kinds of systems. +\`configure' configures pkg_install 20030923 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -840,7 +840,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pkg_install 20030823:";; + short | recursive ) echo "Configuration of pkg_install 20030923:";; esac cat <<\_ACEOF @@ -928,7 +928,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -pkg_install configure 20030823 +pkg_install configure 20030923 generated by GNU Autoconf 2.57 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 @@ -943,7 +943,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 pkg_install $as_me 20030823, which was +It was created by pkg_install $as_me 20030923, which was generated by GNU Autoconf 2.57. Invocation command line was $ $0 $@ @@ -4647,7 +4647,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by pkg_install $as_me 20030823, which was +This file was extended by pkg_install $as_me 20030923, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4707,7 +4707,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -pkg_install config.status 20030823 +pkg_install config.status 20030923 configured by $0, generated by GNU Autoconf 2.57, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/pkgtools/pkg_install/files/configure.ac b/pkgtools/pkg_install/files/configure.ac index a5566b57023..aff7579d5ed 100644 --- a/pkgtools/pkg_install/files/configure.ac +++ b/pkgtools/pkg_install/files/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT([pkg_install], [20030823], [grant@NetBSD.org]) +AC_INIT([pkg_install], [20030923], [grant@NetBSD.org]) AC_CONFIG_SRCDIR([lib/plist.c]) AC_CONFIG_HEADER(lib/config.h) |