~blackskad/gnomeradio/dev-vol-button

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: mfcn
  • Date: 2006-11-06 22:02:31 UTC
  • Revision ID: svn-v3-trunk0:ba97a3d1-ec25-0410-b1c6-e06ad936ea6c:trunk:153
        * data/gnomeradio.desktop.in:
        Update icon filename

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
test -z "$srcdir" && srcdir=.
6
6
 
7
7
PKG_NAME="gnomeradio"
8
 
REQUIRED_AUTOMAKE_VERSION=1.7
 
8
REQUIRED_AUTOMAKE_VERSION=1.8
9
9
 
10
10
(test -f $srcdir/configure.in) || {
11
11
    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
18
18
        exit 1
19
19
}
20
20
 
21
 
USE_GNOME2_MACROS=1 . gnome-autogen.sh
 
21
USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh