~ubuntu-core-dev/update-notifier/ubuntu

1 by mvo
* inital checkin
1
#!/bin/sh
2
# Run this to generate all the initial makefiles, etc.
3
710 by Steve Langasek
make autogen.sh set -e, so that missing dependencies trigger a build failure
4
set -e
5
1 by mvo
* inital checkin
6
srcdir=`dirname $0`
7
test -z "$srcdir" && srcdir=.
8
712 by Brian Murray
autogen.sh: change PKG_NAME
9
PKG_NAME="Update Notifier"
3 by michiels
2004-10-22 Michiel Sikkes <michiel@eyesopened.nl>
10
721.1.1 by Michael Terry
Convert from libgdu to gio's GVolumeMonitor (LP: #1028040)
11
(test -f $srcdir/configure.ac \
3 by michiels
2004-10-22 Michiel Sikkes <michiel@eyesopened.nl>
12
  && test -f $srcdir/README) || {
1 by mvo
* inital checkin
13
    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
3 by michiels
2004-10-22 Michiel Sikkes <michiel@eyesopened.nl>
14
    echo " top-level gnome directory"
15
    exit 1
16
}
17
955 by Sebastien Bacher
* debian/control, autogen.sh:
18
dpkg-checkbuilddeps -d 'libtool, automake, intltool, libglib2.0-dev'
711 by Steve Langasek
Explicitly check for our source-build-dependencies in the bzr-builddeb hook, to
19
285 by Martin Pitt
* autogen.sh: Call autoreconf/intltoolize/aclocal instead of
20
cd "$srcdir"
21
autoreconf --force -i -v    
22
intltoolize -c
23
aclocal
24
rm -rf autom4te.cache
573 by Michael Vogt
merged from debian
25
cd po; intltool-update -p --verbose