From aec864726452ec66fc92084f13ceec7af1493a5a Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 30 Oct 2001 15:52:09 +0000 Subject: [PATCH] use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper output for configure 2001-10-30 Sven Neumann * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper output for configure --help. --- ChangeLog | 5 +++++ ChangeLog.pre-2-0 | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-2 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ configure.in | 4 +++- 8 files changed, 38 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e313e6392..8a2013425 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-10-30 Sven Neumann + + * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper + output for configure --help. + 2001-10-30 Havoc Pennington * gtk/gtktextview.c (changed_handler): Update the IM spot location diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index e313e6392..8a2013425 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +2001-10-30 Sven Neumann + + * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper + output for configure --help. + 2001-10-30 Havoc Pennington * gtk/gtktextview.c (changed_handler): Update the IM spot location diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e313e6392..8a2013425 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2001-10-30 Sven Neumann + + * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper + output for configure --help. + 2001-10-30 Havoc Pennington * gtk/gtktextview.c (changed_handler): Update the IM spot location diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index e313e6392..8a2013425 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2001-10-30 Sven Neumann + + * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper + output for configure --help. + 2001-10-30 Havoc Pennington * gtk/gtktextview.c (changed_handler): Update the IM spot location diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index e313e6392..8a2013425 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2001-10-30 Sven Neumann + + * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper + output for configure --help. + 2001-10-30 Havoc Pennington * gtk/gtktextview.c (changed_handler): Update the IM spot location diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index e313e6392..8a2013425 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2001-10-30 Sven Neumann + + * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper + output for configure --help. + 2001-10-30 Havoc Pennington * gtk/gtktextview.c (changed_handler): Update the IM spot location diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index e313e6392..8a2013425 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2001-10-30 Sven Neumann + + * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper + output for configure --help. + 2001-10-30 Havoc Pennington * gtk/gtktextview.c (changed_handler): Update the IM spot location diff --git a/configure.in b/configure.in index 48dacc801..27fd0c2e3 100644 --- a/configure.in +++ b/configure.in @@ -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) -- 2.43.2