Hi Andrew, On Wed, Jul 15, 2009 at 09:41:31PM +0800, Andrew Lee wrote: > And then I took a look on the SVN log. I found except my changes for fix > the build loop issue, there is only one change that removed > "MKINSTALLDIRS" in autogen.sh for all components. > > I did a google search and then I found this: > http://www.gnu.org/software/hello/manual/gettext/mkinstalldirs.html > > If the MKINSTALLDIRS does nothing, it won't be hurt that we just keep it > in case someone who use LXDE with earlier version of GNU gettext(eg: > lenny), shall we?
Makefile templates are not generated on targets systems. We build them using automake. If we use automake >= 1.9 to generate dist tarballs, there is no need to provide mkinstalldirs because automake will use "install -d" or "mkdir -p" since version 1.9. Jürgen ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Lxde-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lxde-list
