[maemo-commits] [maemo-commits] r16160 - projects/haf/trunk/hildon-thumbnail
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Sep 17 15:37:40 EEST 2008
- Previous message: [maemo-commits] r16158 - projects/haf/tags/hildon-thumbnail
- Next message: [maemo-commits] r16161 - projects/haf/trunk/hildon-thumbnail/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: marivoll Date: 2008-09-17 15:37:40 +0300 (Wed, 17 Sep 2008) New Revision: 16160 Modified: projects/haf/trunk/hildon-thumbnail/autogen.sh Log: Replace gnome gunk with autoreconf gunk. Modified: projects/haf/trunk/hildon-thumbnail/autogen.sh =================================================================== --- projects/haf/trunk/hildon-thumbnail/autogen.sh 2008-09-17 12:31:53 UTC (rev 16159) +++ projects/haf/trunk/hildon-thumbnail/autogen.sh 2008-09-17 12:37:40 UTC (rev 16160) @@ -1,21 +1,2 @@ #!/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 +autoreconf --force --install
- Previous message: [maemo-commits] r16158 - projects/haf/tags/hildon-thumbnail
- Next message: [maemo-commits] r16161 - projects/haf/trunk/hildon-thumbnail/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]