projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b6ebdd
)
- fixed configure.ac's AM_CONFIG_HEADER issue
author
Ingo Ruhnke
<grumbel@gmx.de>
Sun, 13 Jun 2004 22:05:22 +0000
(22:05 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Sun, 13 Jun 2004 22:05:22 +0000
(22:05 +0000)
SVN-Revision: 1482
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
98ded94
..
7def3b7
100644
(file)
--- 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)
-A
C
_CONFIG_HEADER(config.h)
+A
M
_CONFIG_HEADER(config.h)
AC_CONFIG_SRCDIR([src/supertux.cpp])
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
-AM_CONFIG_HEADER
SDL_VERSION=1.2.4