[maemo-commits] [maemo-commits] r9749 - projects/haf/trunk/hildon-fm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Feb 8 15:36:50 EET 2007
Author: marivoll
Date: 2007-02-08 15:36:49 +0200 (Thu, 08 Feb 2007)
New Revision: 9749

Modified:
   projects/haf/trunk/hildon-fm/ChangeLog
   projects/haf/trunk/hildon-fm/autogen.sh
Log:
	* autogen.sh: Put back invocation of configure since that is
	apparently expected to happen by some automated build systems.
	Thanks to Richard Hult for pointing this out!


Modified: projects/haf/trunk/hildon-fm/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-fm/ChangeLog	2007-02-08 13:26:52 UTC (rev 9748)
+++ projects/haf/trunk/hildon-fm/ChangeLog	2007-02-08 13:36:49 UTC (rev 9749)
@@ -1,3 +1,9 @@
+2007-02-08  Marius Vollmer  <marius.vollmer at nokia.com>
+
+	* autogen.sh: Put back invocation of configure since that is
+	apparently expected to happen by some automated build systems.
+	Thanks to Richard Hult for pointing this out!
+
 2007-02-07  Marius Vollmer  <marius.vollmer at nokia.com>
 
 	Released 2.10

Modified: projects/haf/trunk/hildon-fm/autogen.sh
===================================================================
--- projects/haf/trunk/hildon-fm/autogen.sh	2007-02-08 13:26:52 UTC (rev 9748)
+++ projects/haf/trunk/hildon-fm/autogen.sh	2007-02-08 13:36:49 UTC (rev 9749)
@@ -6,3 +6,9 @@
 autoconf
 autoheader
 automake --add-missing --foreign
+
+if test x$NOCONFIGURE = x; then
+  ./configure --enable-maintainer-mode "$@"
+else
+  echo Skipping configure process.
+fi


More information about the maemo-commits mailing list