[maemo-commits] [maemo-commits] r15927 - projects/haf/branches/hildon-thumbnail/daemonize
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Sep 1 12:34:26 EEST 2008
- Previous message: [maemo-commits] r15925 - projects/haf/branches/hildon-thumbnail
- Next message: [maemo-commits] r15928 - projects/connectivity/bluez-debian/trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: pvanhoof Date: 2008-09-01 12:34:25 +0300 (Mon, 01 Sep 2008) New Revision: 15927 Added: projects/haf/branches/hildon-thumbnail/daemonize/autogen.sh projects/haf/branches/hildon-thumbnail/daemonize/config/ Log: Making things compile Added: projects/haf/branches/hildon-thumbnail/daemonize/autogen.sh =================================================================== --- projects/haf/branches/hildon-thumbnail/daemonize/autogen.sh 2008-09-01 09:31:29 UTC (rev 15926) +++ projects/haf/branches/hildon-thumbnail/daemonize/autogen.sh 2008-09-01 09:34:25 UTC (rev 15927) @@ -0,0 +1,21 @@ +#!/bin/sh +# Run this to generate all the initial makefiles, etc. + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +PKG_NAME="hildon-thumbnail" +REQUIRED_AUTOMAKE_VERSION=1.9 + +(test -f $srcdir/configure.ac \ + && test -f $srcdir/README) || { + echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" + echo " top-level $PKG_NAME directory" + exit 1 +} + +which gnome-autogen.sh || { + echo "You need to install gnome-common from the GNOME CVS" + exit 1 +} +. gnome-autogen.sh Property changes on: projects/haf/branches/hildon-thumbnail/daemonize/autogen.sh ___________________________________________________________________ Name: svn:executable + *
- Previous message: [maemo-commits] r15925 - projects/haf/branches/hildon-thumbnail
- Next message: [maemo-commits] r15928 - projects/connectivity/bluez-debian/trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]