From: Matthias Braun Date: Sun, 1 May 2005 23:46:02 +0000 (+0000) Subject: fix configure scritp X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=0614cf0d1891a5f3f191eecfd021efe49b6601ea;p=supertux.git fix configure scritp SVN-Revision: 2386 --- 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