[maemo-commits] [maemo-commits] r10784 - projects/haf/trunk/hildon-desktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Mar 27 14:33:36 EEST 2007
- Previous message: [maemo-commits] r10783 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10785 - projects/haf/branches/libosso
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-03-27 14:33:34 +0300 (Tue, 27 Mar 2007) New Revision: 10784 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/autogen.sh Log: 2007-03-27 Lucas Rocha <lucas.rocha at nokia.com> * autogen.sh: run configure script to be jhbuild friendly. Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-03-27 10:58:22 UTC (rev 10783) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-03-27 11:33:34 UTC (rev 10784) @@ -1,3 +1,7 @@ +2007-03-27 Lucas Rocha <lucas.rocha at nokia.com> + + * autogen.sh: run configure script to be jhbuild friendly. + 2007-03-26 Moises Martinez <moises.martinez at nokia.com> * doxyconf: Removed Modified: projects/haf/trunk/hildon-desktop/autogen.sh =================================================================== --- projects/haf/trunk/hildon-desktop/autogen.sh 2007-03-27 10:58:22 UTC (rev 10783) +++ projects/haf/trunk/hildon-desktop/autogen.sh 2007-03-27 11:33:34 UTC (rev 10784) @@ -1,8 +1,19 @@ #!/bin/sh +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + set -x libtoolize --automake aclocal-1.7 || aclocal autoconf autoheader automake-1.7 --add-missing --foreign || automake --add-missing --foreign + +if test x$NOCONFIGURE = x; then + echo Running $srcdir/configure $conf_flags "$@" ... + $srcdir/configure $conf_flags "$@" \ + && echo Now type \`make\' to compile $PKG_NAME || exit 1 +else + echo Skipping configure process. +fi
- Previous message: [maemo-commits] r10783 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10785 - projects/haf/branches/libosso
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]