From 519aa60f9e2ed0460407f483baa5b758170f0181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 6 Apr 2004 07:53:23 +0000 Subject: [PATCH] make aclocal-1.8 happy (patch 930105) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@26632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxwin.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wxwin.m4 b/wxwin.m4 index e567af0914..033381b026 100644 --- a/wxwin.m4 +++ b/wxwin.m4 @@ -33,7 +33,7 @@ dnl adds support for --wx-prefix, --wx-exec-prefix and --wx-config dnl command line options dnl --------------------------------------------------------------------------- -AC_DEFUN(AM_OPTIONS_WXCONFIG, +AC_DEFUN([AM_OPTIONS_WXCONFIG], [ AC_ARG_WITH(wx-prefix, [ --with-wx-prefix=PREFIX Prefix where wxWindows is installed (optional)], wx_config_prefix="$withval", wx_config_prefix="") @@ -56,7 +56,7 @@ dnl --------------------------------------------------------------------------- dnl dnl Get the cflags and libraries from the wx-config script dnl -AC_DEFUN(AM_PATH_WXCONFIG, +AC_DEFUN([AM_PATH_WXCONFIG], [ dnl do we have wx-config name: it can be wx-config or wxd-config or ... if test x${WX_CONFIG_NAME+set} != xset ; then