From 3d0758ab456bdb0d6531e77030175e9e5f3ee55c Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 29 Jan 2004 16:14:09 +0000 Subject: [PATCH] Updated for the latest version of automake --- acinclude.m4 | 4 ++-- sdl.m4 | 2 +- test/acinclude.m4 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 31ad2d0f5..6854e0a31 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2,7 +2,7 @@ dnl Function to link an architecture specific 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" new="$1/$3" @@ -31,7 +31,7 @@ __EOF__ 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 -AC_DEFUN(AM_PATH_ESD, +AC_DEFUN([AM_PATH_ESD], [dnl dnl Get the cflags and libraries from the esd-config script dnl diff --git a/sdl.m4 b/sdl.m4 index 4cba2c48a..ada3a4165 100644 --- a/sdl.m4 +++ b/sdl.m4 @@ -8,7 +8,7 @@ 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 -AC_DEFUN(AM_PATH_SDL, +AC_DEFUN([AM_PATH_SDL], [dnl dnl Get the cflags and libraries from the sdl-config script dnl diff --git a/test/acinclude.m4 b/test/acinclude.m4 index 4cba2c48a..ada3a4165 100644 --- a/test/acinclude.m4 +++ b/test/acinclude.m4 @@ -8,7 +8,7 @@ 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 -AC_DEFUN(AM_PATH_SDL, +AC_DEFUN([AM_PATH_SDL], [dnl dnl Get the cflags and libraries from the sdl-config script dnl