From ea1a07e35ff233095ed72a5f23657394c8edce2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 3 Nov 2005 11:55:04 +0000 Subject: updated a bit... svn path=/trunk/externals/iem/amixer/; revision=3827 --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b36f568..2f45e52 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(amixer.c) -VERSION=0.0.1 LIBNAME=amixer dnl Checks for programs. @@ -17,7 +16,6 @@ AC_SUBST(STRIPFLAGS) AC_SUBST(REFERENCEPATH) AC_SUBST(PDLIBDIR) AC_SUBST(INCLUDES) -AC_SUBST(VERSION) AC_SUBST(LIBNAME) @@ -219,6 +217,6 @@ else echo " no" fi -AC_OUTPUT(Makefile) +AC_OUTPUT(Make.config) rm -f conftest.* -- cgit v1.2.1