From db0dee57a74f4ae99eca700c2624164a9f9a106b Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Sun, 13 Jun 2004 22:05:22 +0000 Subject: [PATCH] - fixed configure.ac's AM_CONFIG_HEADER issue SVN-Revision: 1482 --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 98ded9453..7def3b746 100644 --- a/configure.ac +++ b/configure.ac @@ -12,11 +12,10 @@ dnl =========================================================================== dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.54]) AC_INIT(SuperTux, 0.1.1) -AC_CONFIG_HEADER(config.h) +AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR([src/supertux.cpp]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE -AM_CONFIG_HEADER SDL_VERSION=1.2.4 -- 2.11.0