From 80f68e1b6a0e5bd2da799c659c963e213dbf9e66 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Wed, 30 Apr 2008 13:28:03 -0700 Subject: 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. --- configs/autoconf.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configs/autoconf.in') diff --git a/configs/autoconf.in b/configs/autoconf.in index 1bf655f..07fe055 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@ -- cgit v1.1