~ubuntu-branches/debian/stretch/gnome-color-chooser/stretch

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Bazaar Package Importer
  • Author(s): Werner Pantke
  • Date: 2008-01-11 14:09:32 UTC
  • Revision ID: james.westby@ubuntu.com-20080111140932-sdtlwa781q52bclm
Tags: upstream-0.2.3
ImportĀ upstreamĀ versionĀ 0.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
(intltoolize --version) < /dev/null > /dev/null 2>&1 || {
 
4
       echo
 
5
       echo "You must have intltool installed."
 
6
       exit 1
 
7
}
 
8
 
 
9
intltoolize --force --copy --automake
 
10
autoreconf -fisvm