[Super-tux-commit] supertux configure.ac,1.29,1.30
Brought to you by:
wkendrick
From: Duong-Khang N. <neo...@us...> - 2004-06-13 22:24:16
|
Update of /cvsroot/super-tux/supertux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9909 Modified Files: configure.ac Log Message: removed obsolete AM_CONFIG_HEADER Index: configure.ac =================================================================== RCS file: /cvsroot/super-tux/supertux/configure.ac,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- configure.ac 13 Jun 2004 22:05:22 -0000 1.29 +++ configure.ac 13 Jun 2004 22:24:06 -0000 1.30 @@ -12,10 +12,11 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.54]) AC_INIT(SuperTux, 0.1.1) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR([src/supertux.cpp]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE +dnl This is obsolete see automake1.7 // AM_CONFIG_HEADER SDL_VERSION=1.2.4 |