[maemo-commits] [maemo-commits] r14846 - projects/haf/trunk/dpkg

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Dec 4 14:39:57 EET 2007
Author: marivoll
Date: 2007-12-04 14:39:53 +0200 (Tue, 04 Dec 2007)
New Revision: 14846

Modified:
   projects/haf/trunk/dpkg/autogen.sh
Log:
Added -I option to aclocal to pickup our own macros.


Modified: projects/haf/trunk/dpkg/autogen.sh
===================================================================
--- projects/haf/trunk/dpkg/autogen.sh	2007-12-04 12:36:06 UTC (rev 14845)
+++ projects/haf/trunk/dpkg/autogen.sh	2007-12-04 12:39:53 UTC (rev 14846)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-aclocal
+aclocal -I m4
 autoconf
 libtoolize --force --copy
 automake --add-missing --force --copy


More information about the maemo-commits mailing list