[maemo-commits] [maemo-commits] r9401 - projects/haf/branches/libconic/0.13.mvo/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Jan 29 14:08:30 EET 2007
Author: marivoll
Date: 2007-01-29 14:08:29 +0200 (Mon, 29 Jan 2007)
New Revision: 9401

Modified:
   projects/haf/branches/libconic/0.13.mvo/debian/rules
Log:
Use autoreconf instead of ./autogen.sh


Modified: projects/haf/branches/libconic/0.13.mvo/debian/rules
===================================================================
--- projects/haf/branches/libconic/0.13.mvo/debian/rules	2007-01-29 12:05:00 UTC (rev 9400)
+++ projects/haf/branches/libconic/0.13.mvo/debian/rules	2007-01-29 12:08:29 UTC (rev 9401)
@@ -34,7 +34,7 @@
  awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
 
 configure: configure.ac debian/changelog
-	./autogen.sh
+	autoreconf
 
 config.status: configure
 	dh_testdir


More information about the maemo-commits mailing list