From 0614cf0d1891a5f3f191eecfd021efe49b6601ea Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sun, 1 May 2005 23:46:02 +0000 Subject: [PATCH] fix configure scritp SVN-Revision: 2386 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d6f62ea94..a2c8befc1 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ dnl =========================================================================== dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.54]) AC_INIT(supertux, 0.2-cvs) -AC_CONFIG_SRCDIR([src/supertux.cpp]) +AC_CONFIG_SRCDIR([src/main.cpp]) AC_CONFIG_AUX_DIR([mk/autoconf]) AC_CANONICAL_TARGET -- 2.11.0