diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-09-27 21:41:02 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-09-27 21:41:02 +0200 |
commit | 6e517e5e6243c1014ab35d20a6b08d7fd6a52e9b (patch) | |
tree | a173458ff4e16af970579eba8a9fe54a07753e96 /configure.ac | |
parent | 3bdf8aad39d39168d096d3042b659fb9d2ef1651 (diff) |
GNU Hurd 0.5.
* configure.ac (AC_INIT): Set version to 0.5.
(AC_REVISION): Remove.
* NEWS: Finalize changes for 0.5.
* INSTALL: Update.
* INSTALL-cross: Likewise.
* README.CVS: Delete, but move some content...
* README: ... here. Update.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a505b1dc..6844f6cb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_REVISION([$Id: configure.in,v 1.38 2008/11/17 11:34:18 tschwinge Exp $]) AC_PREREQ(2.54) dnl Minimum Autoconf version required. -AC_INIT([GNU Hurd], [0.3], [bug-hurd@gnu.org]) +AC_INIT([GNU Hurd], [0.5], [bug-hurd@gnu.org]) AC_CONFIG_SRCDIR([hurd/hurd_types.h]) dnl File to look for in srcdir. AC_PREFIX_DEFAULT() dnl Default to empty prefix, not /usr/local. |