Magellan Linux

Diff of /trunk/core/include/kde3.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3721 by niro, Sat Oct 31 12:30:31 2009 UTC revision 3728 by niro, Sun Nov 1 11:16:02 2009 UTC
# Line 18  export KDEDIRS=${KDEDIR} Line 18  export KDEDIRS=${KDEDIR}
18  # the configure checks for kconfig_compiler do not respect PATH  # the configure checks for kconfig_compiler do not respect PATH
19  export KCONFIG_COMPILER="${KDEDIR}/bin/kconfig_compiler"  export KCONFIG_COMPILER="${KDEDIR}/bin/kconfig_compiler"
20    
21    # autoconf-2.64 breaks the buildsystem of kde3.5
22    # see: http://blog.flameeyes.eu/2009/07/28/having-fun-with-autoconf-2-64
23    # and: https://bugs.gentoo.org/show_bug.cgi?id=279482
24    # suggested workarounds are not working, so we call autoconf-2.63 here:
25    export WANT_AUTOCONF="2.63"
26    
27  kde3_configure()  kde3_configure()
28  {  {
29   local configure_opts   local configure_opts

Legend:
Removed from v.3721  
changed lines
  Added in v.3728