use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper output for configure

2001-10-30  Sven Neumann  <sven@gimp.org>

	* configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
	output for configure --help.
This commit is contained in:
Sven Neumann 2001-10-30 15:52:09 +00:00 committed by Sven Neumann
parent cc910abb42
commit aec8647264
8 changed files with 38 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-10-30 Sven Neumann <sven@gimp.org>
* configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
output for configure --help.
2001-10-30 Havoc Pennington <hp@pobox.com>
* gtk/gtktextview.c (changed_handler): Update the IM spot location

View File

@ -1,3 +1,8 @@
2001-10-30 Sven Neumann <sven@gimp.org>
* configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
output for configure --help.
2001-10-30 Havoc Pennington <hp@pobox.com>
* gtk/gtktextview.c (changed_handler): Update the IM spot location

View File

@ -1,3 +1,8 @@
2001-10-30 Sven Neumann <sven@gimp.org>
* configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
output for configure --help.
2001-10-30 Havoc Pennington <hp@pobox.com>
* gtk/gtktextview.c (changed_handler): Update the IM spot location

View File

@ -1,3 +1,8 @@
2001-10-30 Sven Neumann <sven@gimp.org>
* configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
output for configure --help.
2001-10-30 Havoc Pennington <hp@pobox.com>
* gtk/gtktextview.c (changed_handler): Update the IM spot location

View File

@ -1,3 +1,8 @@
2001-10-30 Sven Neumann <sven@gimp.org>
* configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
output for configure --help.
2001-10-30 Havoc Pennington <hp@pobox.com>
* gtk/gtktextview.c (changed_handler): Update the IM spot location

View File

@ -1,3 +1,8 @@
2001-10-30 Sven Neumann <sven@gimp.org>
* configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
output for configure --help.
2001-10-30 Havoc Pennington <hp@pobox.com>
* gtk/gtktextview.c (changed_handler): Update the IM spot location

View File

@ -1,3 +1,8 @@
2001-10-30 Sven Neumann <sven@gimp.org>
* configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
output for configure --help.
2001-10-30 Havoc Pennington <hp@pobox.com>
* gtk/gtktextview.c (changed_handler): Update the IM spot location

View File

@ -172,13 +172,15 @@ AC_ARG_ENABLE(rebuilds, [ --disable-rebuilds disable all source autogenera
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)