diff options
author | Claudio Fontana <sick_soul@users.sourceforge.net> | 2005-12-27 18:17:19 +0000 |
---|---|---|
committer | Claudio Fontana <sick_soul@users.sourceforge.net> | 2005-12-27 18:17:19 +0000 |
commit | a15c29c1a101a6bedc1a0ee5f6efd694a1ff4cad (patch) | |
tree | 97c308eda0455ecf77710eb8f2bdc3270d6c66f3 | |
parent | 0038342a17a4c410b24422520e48782e141d5b54 (diff) | |
download | idutils-a15c29c1a101a6bedc1a0ee5f6efd694a1ff4cad.tar.gz idutils-a15c29c1a101a6bedc1a0ee5f6efd694a1ff4cad.tar.bz2 idutils-a15c29c1a101a6bedc1a0ee5f6efd694a1ff4cad.zip |
* committed trivial doc changes
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | README-alpha | 18 | ||||
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/version.texi | 4 |
5 files changed, 29 insertions, 16 deletions
@@ -1,5 +1,6 @@ 2005-12-27 Claudio Fontana <claudio@gnu.org> + * README-alpha: added information about successful builds * configure.ac: fixed unwanted change in bugs mailing list address * configure.ac: moved development to version 4.1 * m4/extra_dist.sh: added script to autogenerate extra dist Makefile.am diff --git a/README-alpha b/README-alpha index d2084c3..9ad9f4a 100644 --- a/README-alpha +++ b/README-alpha @@ -1,6 +1,6 @@ id-utils README-alpha -id-utils-4.0 Special instructions for pre-release testers +id-utils-4.1 Special instructions for pre-release testers --------------------------------------------------------- * The code has been substantially changed. @@ -9,13 +9,25 @@ id-utils-4.0 Special instructions for pre-release testers * Please report your successes/problems along with your operating system, compiler, and possibly other relevant information. + x86, GNU/Linux Slackware 10.1: success + x86, FreeBSD 4.8: success + x86, NetBSD 1.6.1: success + x86, OpenBSD 3.4: success + x86, Sun Solaris 9: success + + Sparc-R220, Sun Solaris 9: success + + (add your information here!) + + + + + Information that follows this small section is out of date, but might contain interesting info. __________________________________________________________ - - id-utils-3.x Special instructions for pre-release testers (WARNING! Out of date, for reference only) @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for id-utils 4.1. +# Generated by GNU Autoconf 2.59 for id-utils 4.1rc1. # # Report bugs to <bug-gnu-utils@gnu.org>. # @@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='id-utils' PACKAGE_TARNAME='id-utils' -PACKAGE_VERSION='4.1' -PACKAGE_STRING='id-utils 4.1' +PACKAGE_VERSION='4.1rc1' +PACKAGE_STRING='id-utils 4.1rc1' PACKAGE_BUGREPORT='bug-gnu-utils@gnu.org' ac_unique_file="config.h.in" @@ -790,7 +790,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 id-utils 4.1 to adapt to many kinds of systems. +\`configure' configures id-utils 4.1rc1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -856,7 +856,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of id-utils 4.1:";; + short | recursive ) echo "Configuration of id-utils 4.1rc1:";; esac cat <<\_ACEOF @@ -997,7 +997,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -id-utils configure 4.1 +id-utils configure 4.1rc1 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1011,7 +1011,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 id-utils $as_me 4.1, which was +It was created by id-utils $as_me 4.1rc1, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1673,7 +1673,7 @@ fi # Define the identity of the package. PACKAGE='id-utils' - VERSION='4.1' + VERSION='4.1rc1' cat >>confdefs.h <<_ACEOF @@ -18577,7 +18577,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by id-utils $as_me 4.1, which was +This file was extended by id-utils $as_me 4.1rc1, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -18640,7 +18640,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -id-utils config.status 4.1 +id-utils config.status 4.1rc1 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 606c483..53d6dd7 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([id-utils], [4.1], [bug-gnu-utils@gnu.org]) +AC_INIT([id-utils], [4.1rc1], [bug-gnu-utils@gnu.org]) AC_GNU_SOURCE AM_INIT_AUTOMAKE diff --git a/doc/version.texi b/doc/version.texi index 8f6d5ea..4a0aac3 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ @set UPDATED 9 November 2005 @set UPDATED-MONTH November 2005 -@set EDITION 4.1 -@set VERSION 4.1 +@set EDITION 4.1rc1 +@set VERSION 4.1rc1 |