summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2008-04-30 13:28:03 -0700
committerDan Nicholson <dbn.lists@gmail.com>2008-04-30 13:31:44 -0700
commit80f68e1b6a0e5bd2da799c659c963e213dbf9e66 (patch)
treefa2d3d36e9af9e4cabd8b0ca249bc5e5513029fb /configs
parentd12fa3511da23d8285f3ea1a51a1f328cdbb1462 (diff)
autoconf: Don't substitute MESA_MAJOR and friends
Since the autoconf config inherits from default, we don't need to duplicate and substitute the MESA_* version numbers in configure.ac. The version number is only needed in configure for the help text.
Diffstat (limited to 'configs')
-rw-r--r--configs/autoconf.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in
index 1bf655ff36..07fe055cbb 100644
--- a/configs/autoconf.in
+++ b/configs/autoconf.in
@@ -6,11 +6,6 @@ include $(TOP)/configs/default
# This is generated by configure
CONFIG_NAME = autoconf
-# Version info
-MESA_MAJOR = @MESA_MAJOR@
-MESA_MINOR = @MESA_MINOR@
-MESA_TINY = @MESA_TINY@
-
# Compiler and flags
CC = @CC@
CXX = @CXX@