~golfish/netbook-remix-launcher/desktop

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Neil J. Patel
  • Date: 2008-07-24 10:42:19 UTC
  • Revision ID: njpatel@gmail.com-20080724104219-hq0pr6wk42mnzsg4
* ume-launcher doesn't use translated/stock items  (LP: #238582)
  Patch By: golfish <golfish218@gmail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
 
2
intltoolize --force || exit 1
2
3
autoreconf -v --install || exit 1
3
4
./configure --enable-maintainer-mode "$@"