~ubuntu-branches/ubuntu/trusty/industrialtango-theme/trusty

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-07-20 11:41:27 UTC
  • Revision ID: james.westby@ubuntu.com-20060720114127-ygt3xwfykn73zqsu
Tags: upstream-0.1
ImportĀ upstreamĀ versionĀ 0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
#intltoolize -c --force         || exit 1
 
4
aclocal                         || exit 1
 
5
automake --gnu --add-missing    || exit 1
 
6
autoconf                        || exit 1
 
7
echo configure will be run, if you want to pass arguments, add them to ./autogen.sh
 
8
./configure $0
 
9