Blame wxGTK-2.4.2-aclocal18.patch

Ville Skyttä 0a210f
--- wxwin.m4~	2003-09-21 14:31:27.000000000 +0300
Ville Skyttä 0a210f
+++ wxwin.m4	2004-12-06 11:33:44.097041699 +0200
Ville Skyttä 0a210f
@@ -33,7 +33,7 @@
Ville Skyttä 0a210f
 dnl command line options
Ville Skyttä 0a210f
 dnl ---------------------------------------------------------------------------
Ville Skyttä 0a210f
 
Ville Skyttä 0a210f
-AC_DEFUN(AM_OPTIONS_WXCONFIG,
Ville Skyttä 0a210f
+AC_DEFUN([AM_OPTIONS_WXCONFIG],
Ville Skyttä 0a210f
 [
Ville Skyttä 0a210f
    AC_ARG_WITH(wx-prefix, [  --with-wx-prefix=PREFIX   Prefix where wxWindows is installed (optional)],
Ville Skyttä 0a210f
                wx_config_prefix="$withval", wx_config_prefix="")
Ville Skyttä 0a210f
@@ -56,7 +56,7 @@
Ville Skyttä 0a210f
 dnl
Ville Skyttä 0a210f
 dnl Get the cflags and libraries from the wx-config script
Ville Skyttä 0a210f
 dnl
Ville Skyttä 0a210f
-AC_DEFUN(AM_PATH_WXCONFIG,
Ville Skyttä 0a210f
+AC_DEFUN([AM_PATH_WXCONFIG],
Ville Skyttä 0a210f
 [
Ville Skyttä 0a210f
   dnl do we have wx-config name: it can be wx-config or wxd-config or ...
Ville Skyttä 0a210f
   if test x${WX_CONFIG_NAME+set} != xset ; then