From c75cb24491f08d674b4c8b02f624a75e3cd1d041 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sun, 18 Jul 2004 15:35:11 +0000 Subject: [PATCH] made aclocal/automake 1.8 a bit more happy Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1889 --- acinclude.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 9ea0d7a2..5e72516a 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,7 +1,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 @@ -174,7 +174,7 @@ dnl dnl For backwards compatibility, if ACTION_IF_NOT_FOUND is not specified, dnl and the alsa libraries are not found, a fatal AC_MSG_ERROR() will result. dnl -AC_DEFUN(AM_PATH_ALSA, +AC_DEFUN([AM_PATH_ALSA], [dnl Save the original CFLAGS, LDFLAGS, and LIBS alsa_save_CFLAGS="$CFLAGS" alsa_save_LDFLAGS="$LDFLAGS" @@ -376,4 +376,4 @@ typedef double Real64; typedef Bit64s Bits; #endif -]) \ No newline at end of file +])