From: Mariusz Mazur Date: Fri, 29 Nov 2002 17:30:04 +0000 (+0000) Subject: - this AC_DIVERT thing shoul look like this X-Git-Tag: auto/ac/gtk+-1_2_10-12~16 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=addc9b2b9c9bbe9616267b22ec99f7938748f296;p=packages%2Fgtk%2B.git - this AC_DIVERT thing shoul look like this Changed files: gtk+-ac_fix.patch -> 1.3 --- diff --git a/gtk+-ac_fix.patch b/gtk+-ac_fix.patch index f9066e8..47d314a 100644 --- a/gtk+-ac_fix.patch +++ b/gtk+-ac_fix.patch @@ -16,32 +16,16 @@ dnl we need to AC_DIVERT_PUSH/AC_DIVERT_POP these variable definitions so they dnl are available for $ac_help expansion (don't we all *love* autoconf?) -AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl -+dnl AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl ++AC_DIVERT_PUSH(NOTICE)dnl # # Making releases: # GTK_MICRO_VERSION += 1; -@@ -34,7 +34,7 @@ - GTK_BINARY_AGE=10 - GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION - dnl --AC_DIVERT_POP()dnl -+dnl AC_DIVERT_POP()dnl - - AC_SUBST(GTK_MAJOR_VERSION) - AC_SUBST(GTK_MINOR_VERSION) -@@ -76,13 +76,13 @@ +@@ -76,7 +76,7 @@ dnl figure debugging default, prior to $ac_help setup dnl -AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl -+dnl AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl ++AC_DIVERT_PUSH(NOTICE)dnl if test `expr $GTK_MINOR_VERSION \% 2` = 1 ; then debug_default=yes else - debug_default=minimum - fi --AC_DIVERT_POP()dnl -+dnl AC_DIVERT_POP()dnl - - dnl declare --enable-* args and collect ac_help strings - AC_ARG_ENABLE(debug, [ --enable-debug=[no/minimum/yes] turn on debugging [default=$debug_default]],,enable_debug=$debug_default)