1.1 --- a/myth-dbus/autogen.sh Thu Oct 25 15:38:08 2007 +0100
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,19 +0,0 @@
1.4 -#!/bin/sh
1.5 -# Run this to generate all the initial makefiles, etc.
1.6 -
1.7 -srcdir=`dirname $0`
1.8 -test -z "$srcdir" && srcdir=.
1.9 -
1.10 -PKG_NAME="gmythdbus"
1.11 -
1.12 -(test -f $srcdir/configure.ac) || {
1.13 - echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
1.14 - echo " top-level $PKG_NAME directory"
1.15 - exit 1
1.16 -}
1.17 -
1.18 -which gnome-autogen.sh || {
1.19 - echo "You need to install gnome-common from the GNOME CVS"
1.20 - exit 1
1.21 -}
1.22 -REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh