aboutsummaryrefslogtreecommitdiff
path: root/config.make.in
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-11-20 18:55:26 +0100
committerLudovic Courtès <ludo@gnu.org>2011-11-20 18:55:26 +0100
commit05f5cc229323a61799388fbb52da84ca8cb502c9 (patch)
treee786eccdb5a6583291e12c333a9aa1bf52b14e8a /config.make.in
parent078937c89aa2c93796ba7b64c474c30ddbdad38a (diff)
downloadhurd-05f5cc229323a61799388fbb52da84ca8cb502c9.tar.gz
hurd-05f5cc229323a61799388fbb52da84ca8cb502c9.tar.bz2
hurd-05f5cc229323a61799388fbb52da84ca8cb502c9.zip
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.
Diffstat (limited to 'config.make.in')
-rw-r--r--config.make.in3
1 files changed, 3 insertions, 0 deletions
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@