Hello! Here’s an updated patch based on your comments, OK to apply?
If that’s fine with you, I can prepare a patch to switch to Gnulib’s ‘git-version-gen’, while we’re at it. Thanks, Ludo’.
diff --git a/Makeconf b/Makeconf index 49375fb..b6134ef 100644 --- a/Makeconf +++ b/Makeconf @@ -35,9 +35,6 @@ # Put this first so it's the default all: -# What version of the Hurd is this? -hurd-version := 0.3 - # Figure out how to locate the parent directory from here. ifeq (.,$(dir)) .. = diff --git a/config.make.in b/config.make.in index 4145246..fe4b1e6 100644 --- a/config.make.in +++ b/config.make.in @@ -1,5 +1,8 @@ # @configure_input@ +# What version of the Hurd is this? +hurd-version := @PACKAGE_VERSION@ + # Machine architecture. machine = @host_cpu@ asm_syntax = @asm_syntax@ diff --git a/configure.in b/configure.in index 635242d..05b959b 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ 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 +AC_INIT([GNU Hurd], [0.3], [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.