Magellan Linux

Diff of /branches/magellan-next/extras/networkmanager/networkmanager-0.8.9997-r1.smage2

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

revision 8876 by niro, Thu Aug 4 21:50:50 2011 UTC revision 8877 by niro, Thu Aug 4 21:55:40 2011 UTC
# Line 65  src_prepare() Line 65  src_prepare()
65    
66   # regen configure files   # regen configure files
67   autoreconf --verbose --install --force || die   autoreconf --verbose --install --force || die
68    
69     # fix broken po makefile
70     # config.status: error: po/Makefile.in.in was not created by intltoolize.
71     autopoint --force || die
72     intltoolize --force || die
73  }  }
74    
75  src_compile()  src_compile()

Legend:
Removed from v.8876  
changed lines
  Added in v.8877