Magellan Linux

Diff of /branches/magellan-next/extras/htmltidy/htmltidy-1.46-r4.smage2

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

revision 8602 by niro, Mon Jul 25 09:49:22 2011 UTC revision 8603 by niro, Mon Jul 25 09:52:51 2011 UTC
# Line 29  src_prepare() Line 29  src_prepare()
29   cd ${SRCDIR}   cd ${SRCDIR}
30    
31   # build autotools files   # build autotools files
32   export WANT_AUTOMAKE=1.5 WANT_AUTOCONF=2.5   export WANT_AUTOMAKE=1.10 WANT_AUTOCONF=2.6
33   sh ./build/gnuauto/setup.sh || die   sh ./build/gnuauto/setup.sh || die
34  }  }
35    
36  src_compile()  src_compile()
37  {  {
38   cd ${SRCDIR}   cd ${SRCDIR}
39    
  export WANT_AUTOMAKE=1.5 WANT_AUTOCONF=2.5  
40   mconfigure --disable-debug || die   mconfigure --disable-debug || die
41   mmake || die   mmake || die
42  }  }

Legend:
Removed from v.8602  
changed lines
  Added in v.8603