projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91e9822
)
- fixed some minor issues
author
Ingo Ruhnke
<grumbel@gmx.de>
Sun, 14 Mar 2004 17:23:08 +0000
(17:23 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Sun, 14 Mar 2004 17:23:08 +0000
(17:23 +0000)
SVN-Revision: 223
autogen.sh
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
cc68549
..
25a3601
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-1,7
+1,7
@@
#!/bin/sh
aclocal-1.7
-automake-1.7 --
force --copy --
add-missing
+automake-1.7 --add-missing
autoconf
# EOF #
diff --git
a/configure.ac
b/configure.ac
index
7f01e22
..
61fec06
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-63,7
+63,7
@@
AC_CHECK_LIB(SDL_image, IMG_Load, ,AC_MSG_ERROR(SDL_image library required))
AC_CHECK_LIB(GL, glBegin, ,AC_MSG_ERROR(GL library required))
# FIXME: Evil
-CFLAGS="-DDATA_PREFIX=\\\"$PWD/data\\\" -DLINUX"
+CFLAGS="
$CFLAGS
-DDATA_PREFIX=\\\"$PWD/data\\\" -DLINUX"
dnl Checks for library functions.
AC_CHECK_FUNCS(mkdir strdup strstr)