]> git.pld-linux.org Git - packages/gtk+.git/commitdiff
- this AC_DIVERT thing shoul look like this
authorMariusz Mazur <mmazur@pld-linux.org>
Fri, 29 Nov 2002 17:30:04 +0000 (17:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gtk+-ac_fix.patch -> 1.3

gtk+-ac_fix.patch

index f9066e8f3982c4976a887899bf6f2486ed9972e2..47d314aa53d6e18f795ec024f59e2caa343a273d 100644 (file)
  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)
This page took 0.12428 seconds and 4 git commands to generate.