Re: small patch for GTK+ configure.in
- From: Owen Taylor <otaylor redhat com>
- To: Sven Neumann <sven gimp org>
- Cc: gtk-devel-list gnome org
- Subject: Re: small patch for GTK+ configure.in
- Date: 30 Oct 2001 10:42:31 -0500
Sven Neumann <sven gimp org> writes:
> Hi,
>
> GTK+ from CVS HEAD needs the following small patch to create
> proper output for ./configure --help. Don't ask why...
>
> May I commit this?
Sure, go ahead; I assume you've tested that $platform_win32 is
actually defined at that point.
Owen
> Salut, Sven
>
> Index: configure.in
> ===================================================================
> RCS file: /cvs/gnome/gtk+/configure.in,v
> retrieving revision 1.235
> diff -u -p -r1.235 configure.in
> --- configure.in 2001/10/29 17:25:40 1.235
> +++ configure.in 2001/10/30 13:43:31
> @@ -172,13 +172,15 @@ AC_ARG_ENABLE(rebuilds, [ --disable-reb
>
> AC_ARG_WITH(xinput, [ --with-xinput=[no/gxi/xfree] support XInput ])
>
> -AC_ARG_WITH(wintab, [ --with-wintab=DIRECTORY use Wintab API with win32 backend])
> +AC_ARG_WITH(wintab, [ --with-wintab=DIRECTORY use Wintab API with win32 backend])
>
> +GLIB_AC_DIVERT_BEFORE_HELP([
> if test "$platform_win32" = yes; then
> gdktarget=win32
> else
> gdktarget=x11
> fi
> +])
>
> AC_ARG_WITH(gdktarget, [ --with-gdktarget=[x11/linux-fb/win32] select GDK target [default=$gdktarget]],
> gdktarget=$with_gdktarget)
> _______________________________________________
> gtk-devel-list mailing list
> gtk-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-devel-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]