~brink/gnome-color-chooser/gnomecolorchooser0.2.2

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Jon Warner
  • Date: 2007-11-12 16:32:36 UTC
  • Revision ID: brink@fleshy.org.nz-20071112163236-z2euub3c64i84uhq
Initial Import

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