update to v2.6

This commit is contained in:
David MacKenzie 1995-11-20 20:46:49 +00:00
parent 32dcea46ac
commit 673d7305df
7 changed files with 26 additions and 15 deletions

View File

@ -1,5 +1,7 @@
Mon Nov 20 15:26:50 1995 David J. MacKenzie <djm@catapult.va.pubnix.com>
* Version 2.6.
* acgeneral.m4 (AC_INIT_PARSE_ARGS): Prettify usage message somewhat.
* Makefile.in: Use @bindir@, @datadir@, @infodir@.

4
NEWS
View File

@ -1,3 +1,7 @@
Major changes in release 2.6:
Just fixed a few silly bugs.
Major changes in release 2.5:
* New configure options --bindir, --libdir, --datadir, etc., with

View File

@ -51,7 +51,7 @@ dnl
divert(-1)dnl Throw away output until AC_INIT is called.
changequote([, ])
define(AC_ACVERSION, 2.5)
define(AC_ACVERSION, 2.6)
dnl Some old m4's don't support m4exit. But they provide
dnl equivalent functionality by core dumping because of the

View File

@ -6,9 +6,9 @@
@c @setchapternewpage odd
@c %**end of header
@set EDITION 2.5
@set VERSION 2.5
@set UPDATED July 1995
@set EDITION 2.6
@set VERSION 2.6
@set UPDATED November 1995
@iftex
@finalout

19
configure vendored
View File

@ -1,7 +1,7 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.5
# Generated automatically using autoconf version 2.6
# Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
#
# This configure script is free software; the Free Software Foundation
@ -148,9 +148,11 @@ Directory and file names:
--bindir=DIR user executables in DIR [EPREFIX/bin]
--sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
--libexecdir=DIR program executables in DIR [EPREFIX/libexec]
--datadir=DIR read-only architecture-independent data in DIR [PREFIX/share]
--datadir=DIR read-only architecture-independent data in DIR
[PREFIX/share]
--sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data in DIR [PREFIX/com]
--sharedstatedir=DIR modifiable architecture-independent data in DIR
[PREFIX/com]
--localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
--libdir=DIR object code libraries in DIR [EPREFIX/lib]
--includedir=DIR C header files in DIR [PREFIX/include]
@ -160,7 +162,8 @@ Directory and file names:
--srcdir=DIR find the sources in DIR [configure dir or ..]
--program-prefix=PREFIX prepend PREFIX to installed program names
--program-suffix=SUFFIX append SUFFIX to installed program names
--program-transform-name=PROGRAM run sed PROGRAM on installed program names
--program-transform-name=PROGRAM
run sed PROGRAM on installed program names
EOF
cat << EOF
Host type:
@ -174,8 +177,10 @@ Features and packages:
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--x-includes=DIR X include files are in DIR
--x-libraries=DIR X library files are in DIR
--enable and --with options recognized:$ac_help
EOF
if test -n "$ac_help"; then
echo "--enable and --with options recognized:$ac_help"
fi
exit 0 ;;
-host | --host | --hos | --ho)
@ -325,7 +330,7 @@ EOF
verbose=yes ;;
-version | --version | --versio | --versi | --vers)
echo "configure generated by autoconf version 2.5"
echo "configure generated by autoconf version 2.6"
exit 0 ;;
-with-* | --with-*)
@ -807,7 +812,7 @@ do
echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
-version | --version | --versio | --versi | --vers | --ver | --ve | --v)
echo "$CONFIG_STATUS generated by autoconf version 2.5"
echo "$CONFIG_STATUS generated by autoconf version 2.6"
exit 0 ;;
-help | --help | --hel | --he | --h)
echo "\$ac_cs_usage"; exit 0 ;;

View File

@ -6,9 +6,9 @@
@c @setchapternewpage odd
@c %**end of header
@set EDITION 2.5
@set VERSION 2.5
@set UPDATED July 1995
@set EDITION 2.6
@set VERSION 2.6
@set UPDATED November 1995
@iftex
@finalout

View File

@ -51,7 +51,7 @@ dnl
divert(-1)dnl Throw away output until AC_INIT is called.
changequote([, ])
define(AC_ACVERSION, 2.5)
define(AC_ACVERSION, 2.6)
dnl Some old m4's don't support m4exit. But they provide
dnl equivalent functionality by core dumping because of the