Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 92124
Collapse All | Expand All

(-)/usr/share/aclocal/wxwin.m4 (-2 / +2 lines)
Lines 33-39 Link Here
33
dnl command line options
33
dnl command line options
34
dnl ---------------------------------------------------------------------------
34
dnl ---------------------------------------------------------------------------
35
35
36
AC_DEFUN(AM_OPTIONS_WXCONFIG,
36
AC_DEFUN([AM_OPTIONS_WXCONFIG],
37
[
37
[
38
   AC_ARG_WITH(wx-prefix, [  --with-wx-prefix=PREFIX   Prefix where wxWindows is installed (optional)],
38
   AC_ARG_WITH(wx-prefix, [  --with-wx-prefix=PREFIX   Prefix where wxWindows is installed (optional)],
39
               wx_config_prefix="$withval", wx_config_prefix="")
39
               wx_config_prefix="$withval", wx_config_prefix="")
Lines 56-62 Link Here
56
dnl
56
dnl
57
dnl Get the cflags and libraries from the wx-config script
57
dnl Get the cflags and libraries from the wx-config script
58
dnl
58
dnl
59
AC_DEFUN(AM_PATH_WXCONFIG,
59
AC_DEFUN([AM_PATH_WXCONFIG],
60
[
60
[
61
  dnl do we have wx-config name: it can be wx-config or wxd-config or ...
61
  dnl do we have wx-config name: it can be wx-config or wxd-config or ...
62
  if test x${WX_CONFIG_NAME+set} != xset ; then
62
  if test x${WX_CONFIG_NAME+set} != xset ; then

Return to bug 92124