Commit ac5cdde4 authored by Sam Lantinga's avatar Sam Lantinga

Updated for the latest version of automake

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40795
parent 19cdbdcc
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
dnl Function to link an architecture specific file dnl Function to link an architecture specific file
dnl LINK_ARCH_SRC(source_dir, arch, source_file) dnl LINK_ARCH_SRC(source_dir, arch, source_file)
AC_DEFUN(COPY_ARCH_SRC, AC_DEFUN([COPY_ARCH_SRC],
[ [
old="$srcdir/$1/$2/$3" old="$srcdir/$1/$2/$3"
new="$1/$3" new="$1/$3"
...@@ -31,7 +31,7 @@ __EOF__ ...@@ -31,7 +31,7 @@ __EOF__
dnl AM_PATH_ESD([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) dnl AM_PATH_ESD([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
dnl Test for ESD, and define ESD_CFLAGS and ESD_LIBS dnl Test for ESD, and define ESD_CFLAGS and ESD_LIBS
dnl dnl
AC_DEFUN(AM_PATH_ESD, AC_DEFUN([AM_PATH_ESD],
[dnl [dnl
dnl Get the cflags and libraries from the esd-config script dnl Get the cflags and libraries from the esd-config script
dnl dnl
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
dnl AM_PATH_SDL([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) dnl AM_PATH_SDL([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
dnl Test for SDL, and define SDL_CFLAGS and SDL_LIBS dnl Test for SDL, and define SDL_CFLAGS and SDL_LIBS
dnl dnl
AC_DEFUN(AM_PATH_SDL, AC_DEFUN([AM_PATH_SDL],
[dnl [dnl
dnl Get the cflags and libraries from the sdl-config script dnl Get the cflags and libraries from the sdl-config script
dnl dnl
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
dnl AM_PATH_SDL([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) dnl AM_PATH_SDL([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
dnl Test for SDL, and define SDL_CFLAGS and SDL_LIBS dnl Test for SDL, and define SDL_CFLAGS and SDL_LIBS
dnl dnl
AC_DEFUN(AM_PATH_SDL, AC_DEFUN([AM_PATH_SDL],
[dnl [dnl
dnl Get the cflags and libraries from the sdl-config script dnl Get the cflags and libraries from the sdl-config script
dnl dnl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment