aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
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.*