~seb128/unity-settings-daemon/battery-info-key

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: William Jon McCann
  • Author(s): William Jon McCann
  • Date: 2007-12-14 05:06:55 UTC
  • Revision ID: git-v1:b7f5d9895c19338f10b0bdd494b221b13b540d9d
Initial checkin. Previously lived in gdm module.

2007-12-14  William Jon McCann  <mccann@jhu.edu>

        * configure.ac, etc: Initial checkin.  Previously
        lived in gdm module.


svn path=/trunk/; revision=2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
# Run this to generate all the initial makefiles, etc.
 
3
 
 
4
REQUIRED_AUTOMAKE_VERSION=1.5
 
5
USE_GNOME2_MACROS=1
 
6
 
 
7
srcdir=`dirname $0`
 
8
test -z "$srcdir" && srcdir=.
 
9
 
 
10
PKG_NAME="gnome-settings-daemon"
 
11
 
 
12
(test -f $srcdir/configure.ac \
 
13
  && test -d $srcdir/src \
 
14
  && test -f $srcdir/src/gnome-settings-manager.h) || {
 
15
    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
 
16
    echo " top-level gdm directory"
 
17
    exit 1
 
18
}
 
19
 
 
20
which gnome-autogen.sh || {
 
21
    echo "You need to install gnome-common from the GNOME SVN"
 
22
    exit 1
 
23
}
 
24
#USE_GNOME2_MACROS=1 . gnome-autogen.sh
 
25
. gnome-autogen.sh