summaryrefslogtreecommitdiff
path: root/Makeconf
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 /Makeconf
parent078937c89aa2c93796ba7b64c474c30ddbdad38a (diff)
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 'Makeconf')
-rw-r--r--Makeconf3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makeconf b/Makeconf
index 49375fba..b6134ef4 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))
.. =