[AD] Quoting fix for allegro.m4 |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Hi!
automake-1.8 and newer want slightly different quoting -- please
apply the attached patch to the allegro distribution. The patch
is against 4.1.18, but the bug is still there in 4.2.0-beta3.
Thanks,
Thomas
P.S.: Not subscribed to this list, so please cc me on replies.
$NetBSD: patch-ae,v 1.1 2005/05/23 12:05:46 wiz Exp $
--- misc/allegro.m4.orig 2004-07-15 10:10:01.000000000 +0200
+++ misc/allegro.m4
@@ -11,7 +11,7 @@
dnl AM_PATH_allegro([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
dnl Test for allegro, and define allegro_CFLAGS and allegro_LIBS
dnl
-AC_DEFUN(AM_PATH_ALLEGRO,[
+AC_DEFUN([AM_PATH_ALLEGRO],[
AC_ARG_WITH(allegro-prefix,
[ --with-allegro-prefix=PFX Prefix where liballegro is installed (optional)],
ALLEGRO_CONFIG_prefix="$withval", ALLEGRO_CONFIG_prefix="")