From 05f5cc229323a61799388fbb52da84ca8cb502c9 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 20 Nov 2011 18:55:26 +0100 Subject: configure: Use modern `AC_INIT' invocation. * Makeconf (hurd-version): Move to... * config.make.in (hurd-version): ... here. Set to @PACKAGE_VERSION@. * configure.in: Change `AC_INIT' invocation to specify the package name, version number, and bug report address. --- config.make.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.make.in') diff --git a/config.make.in b/config.make.in index 41452464..fe4b1e65 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@ -- cgit v1.2.3