r46664 - /packages/nlopt/trunk/debian/rules

sk-guest at users.alioth.debian.org sk-guest at users.alioth.debian.org
Mon May 19 12:14:24 UTC 2014


Author: sk-guest
Date: Mon May 19 12:14:24 2014
New Revision: 46664

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46664
Log:
Call libtoolize with --force to update libtool.m4 (thanks to Matthias Klose)

Modified:
    packages/nlopt/trunk/debian/rules

Modified: packages/nlopt/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/nlopt/trunk/debian/rules?rev=46664&op=diff
==============================================================================
--- packages/nlopt/trunk/debian/rules	(original)
+++ packages/nlopt/trunk/debian/rules	Mon May 19 12:14:24 2014
@@ -15,7 +15,7 @@
 override_dh_auto_reconf:
 	[ -e bin/scripts ] || mkdir -p bin/scripts
 	cp -f /usr/share/misc/config.guess /usr/share/misc/config.sub bin/scripts
-	libtoolize --automake
+	libtoolize --force --automake
 	aclocal -Im4
 	autoreconf -i
 	automake




More information about the debian-science-commits mailing list