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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Feb 2 17:45:50 EET 2007
Author: marivoll
Date: 2007-02-02 17:45:49 +0200 (Fri, 02 Feb 2007)
New Revision: 9589

Modified:
   projects/haf/trunk/hildon-fm/autogen.sh
Log:
	* autogen.sh: Don't call configure.  Always use generic versions
	of the tools instead of specific ones.


Modified: projects/haf/trunk/hildon-fm/autogen.sh
===================================================================
--- projects/haf/trunk/hildon-fm/autogen.sh	2007-02-02 15:45:17 UTC (rev 9588)
+++ projects/haf/trunk/hildon-fm/autogen.sh	2007-02-02 15:45:49 UTC (rev 9589)
@@ -2,13 +2,7 @@
 
 set -x
 libtoolize --automake
-aclocal-1.7 || aclocal
+aclocal
 autoconf
 autoheader
-automake-1.7 --add-missing --foreign || automake --add-missing --foreign
-
-if test x$NOCONFIGURE = x; then
-  ./configure --enable-maintainer-mode "$@"
-else
-  echo Skipping configure process.
-fi
+automake --add-missing --foreign


More information about the maemo-commits mailing list