]> git.pld-linux.org Git - packages/gtk+.git/blob - gtk+-ac_fix.patch
- this AC_DIVERT thing shoul look like this
[packages/gtk+.git] / gtk+-ac_fix.patch
1 --- gtk+-1.2.10.orig/configure.in       Fri Nov 15 18:14:52 2002
2 +++ gtk+-1.2.10/configure.in    Fri Nov 15 18:47:26 2002
3 @@ -184,7 +184,7 @@
4  
5  # i18n stuff
6  ALL_LINGUAS="az ca cs da de el es et eu fi fr ga gl hr hu it ja ko lt nl no nn pl pt pt_BR ro ru sk sl sp sr sv tr uk vi wa zh_CN.GB2312 zh_TW.Big5"
7 -AM_GTK_GNU_GETTEXT
8 +AM_GNU_GETTEXT([external])
9  LIBS="$LIBS $INTLLIBS"
10  
11  # AM_GTK_GNU_GETTEXT above substs $DATADIRNAME
12 --- gtk+-1.2.10/configure.in~   Thu Nov 21 21:11:16 2002
13 +++ gtk+-1.2.10/configure.in    Thu Nov 21 21:11:47 2002
14 @@ -17,7 +17,7 @@
15  
16  dnl we need to AC_DIVERT_PUSH/AC_DIVERT_POP these variable definitions so they
17  dnl are available for $ac_help expansion (don't we all *love* autoconf?)
18 -AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
19 +AC_DIVERT_PUSH(NOTICE)dnl
20  #
21  # Making releases:
22  #   GTK_MICRO_VERSION += 1;
23 @@ -76,7 +76,7 @@
24  
25  dnl figure debugging default, prior to $ac_help setup
26  dnl
27 -AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
28 +AC_DIVERT_PUSH(NOTICE)dnl
29  if test `expr $GTK_MINOR_VERSION \% 2` = 1 ; then
30          debug_default=yes
31  else
This page took 0.183616 seconds and 4 git commands to generate.