diff options
author | grant <grant@pkgsrc.org> | 2003-06-24 08:08:38 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-06-24 08:08:38 +0000 |
commit | 8d2952fff32f774958164ba129631e3f4ec09d86 (patch) | |
tree | 393d94bdf5b404177f3f060b2731d372baa5dcac /archivers | |
parent | 8cd78ad7f266035663fee2542e8ff66b7362af9d (diff) | |
download | pkgsrc-8d2952fff32f774958164ba129631e3f4ec09d86.tar.gz |
bump to 20030623 (PKGVERSION is already there)
Diffstat (limited to 'archivers')
-rwxr-xr-x | archivers/pax/files/configure | 21 | ||||
-rw-r--r-- | archivers/pax/files/configure.ac | 2 |
2 files changed, 11 insertions, 12 deletions
diff --git a/archivers/pax/files/configure b/archivers/pax/files/configure index 2de56818c65..daad6bea0f9 100755 --- a/archivers/pax/files/configure +++ b/archivers/pax/files/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.57 for pax 20030622. +# Generated by GNU Autoconf 2.57 for pax 20030623. # # Report bugs to <grant@NetBSD.org>. # @@ -268,8 +268,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='pax' PACKAGE_TARNAME='pax' -PACKAGE_VERSION='20030622' -PACKAGE_STRING='pax 20030622' +PACKAGE_VERSION='20030623' +PACKAGE_STRING='pax 20030623' PACKAGE_BUGREPORT='grant@NetBSD.org' ac_unique_file="pax.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 pax 20030622 to adapt to many kinds of systems. +\`configure' configures pax 20030623 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 pax 20030622:";; + short | recursive ) echo "Configuration of pax 20030623:";; esac cat <<\_ACEOF @@ -924,7 +924,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -pax configure 20030622 +pax configure 20030623 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 pax $as_me 20030622, which was +It was created by pax $as_me 20030623, which was generated by GNU Autoconf 2.57. Invocation command line was $ $0 $@ @@ -3347,9 +3347,8 @@ done - for ac_header in bind/bitypes.h inttypes.h sys/bitypes.h sys/cdefs.h \ - sys/endian.h sys/mkdev.h sys/mount.h sys/queue.h \ + sys/endian.h sys/mount.h sys/queue.h \ sys/stat.h sys/statvfs.h sys/vfs.h sys/types.h \ sys/byteorder.h do @@ -7359,7 +7358,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by pax $as_me 20030622, which was +This file was extended by pax $as_me 20030623, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7419,7 +7418,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -pax config.status 20030622 +pax config.status 20030623 configured by $0, generated by GNU Autoconf 2.57, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/archivers/pax/files/configure.ac b/archivers/pax/files/configure.ac index 8e6b592bf1e..32b0d6efbd5 100644 --- a/archivers/pax/files/configure.ac +++ b/archivers/pax/files/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT([pax], [20030622], [grant@NetBSD.org]) +AC_INIT([pax], [20030623], [grant@NetBSD.org]) AC_CONFIG_SRCDIR([pax.c]) AC_CONFIG_HEADER(config.h) AC_ARG_PROGRAM |