[Pkg-ofed-commits] r330 - branches/ofed-1.4.1upgrade/libibumad/trunk/debian

Guy Coates gmpc-guest at alioth.debian.org
Sat May 30 08:13:25 UTC 2009


Author: gmpc-guest
Date: 2009-05-30 20:13:25 +0000 (Sat, 30 May 2009)
New Revision: 330

Modified:
   branches/ofed-1.4.1upgrade/libibumad/trunk/debian/rules
Log:
Run automake during config


Modified: branches/ofed-1.4.1upgrade/libibumad/trunk/debian/rules
===================================================================
--- branches/ofed-1.4.1upgrade/libibumad/trunk/debian/rules	2009-05-30 20:03:17 UTC (rev 329)
+++ branches/ofed-1.4.1upgrade/libibumad/trunk/debian/rules	2009-05-30 20:13:25 UTC (rev 330)
@@ -41,6 +41,11 @@
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
 	cp -f /usr/share/misc/config.guess config.guess
 endif
+	libtoolize --force --copy
+	aclocal
+	autoconf
+	touch NEWS README
+	automake --copy --add-missing
 	./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" --sysconfdir=/etc
 
 




More information about the Pkg-ofed-commits mailing list