aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac13
1 files changed, 1 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 2174bf2..68cfcf7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,19 +1,9 @@
-dnl **************************************************************
-dnl Process this file with autoconf to produce a configure script.
-dnl **************************************************************
AC_INIT(xvideo-tests, 0.0.1)
AC_PREREQ(2.59)
-AC_CONFIG_SRCDIR(README)
+AC_CONFIG_SRCDIR(src/test-xvideo.c)
AM_INIT_AUTOMAKE()
-MAJOR_VERSION=0
-MINOR_VERSION=0
-MICRO_VERSION=1
-
-SGALIB_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION"
-AC_SUBST(SGALIB_VERSION)
-
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_RANLIB
@@ -30,7 +20,6 @@ if test x$ENABLE_DEBUG = xyes ; then
else
DEBUG_FLAG=__NO_DEBUG
fi
-
AC_SUBST(DEBUG_FLAG)
AC_CONFIG_FILES([