Magellan Linux

Diff of /smage/trunk/core/coreutils/coreutils-8.7-r1.smage2

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

revision 856 by niro, Fri Dec 3 20:16:00 2010 UTC revision 857 by niro, Fri Dec 3 20:17:26 2010 UTC
# Line 49  src_prepare() Line 49  src_prepare()
49   # fix issues with gettext's autopoint if cvs is not installed   # fix issues with gettext's autopoint if cvs is not installed
50   export AUTOPOINT="/bin/true"   export AUTOPOINT="/bin/true"
51   fi   fi
52    
53     export WANT_AUTOMAKE=1.11
54     export WANT_AUTOCONF=2.5
55     aclocal -I m4 &>/dev/null || die
56     autoconf || die
57     automake || die
58  }  }
59    
60  src_compile()  src_compile()

Legend:
Removed from v.856  
changed lines
  Added in v.857