diff -pruN 1.0.1-1/debian/changelog 1.0.1-1ubuntu1/debian/changelog
--- 1.0.1-1/debian/changelog	2010-08-01 12:55:19.000000000 +0000
+++ 1.0.1-1ubuntu1/debian/changelog	2014-01-06 07:38:29.000000000 +0000
@@ -1,3 +1,10 @@
+libyahoo2 (1.0.1-1ubuntu1) trusty; urgency=medium
+
+  * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by
+    getting new libtool macros (still updates config.{sub,guess}).
+
+ -- Logan Rosen <logan@ubuntu.com>  Mon, 06 Jan 2014 02:37:54 -0500
+
 libyahoo2 (1.0.1-1) unstable; urgency=low
 
   * New upstream release
diff -pruN 1.0.1-1/debian/control 1.0.1-1ubuntu1/debian/control
--- 1.0.1-1/debian/control	2010-08-01 12:45:14.000000000 +0000
+++ 1.0.1-1ubuntu1/debian/control	2014-01-06 07:38:30.000000000 +0000
@@ -1,10 +1,11 @@
 Source: libyahoo2
 Priority: optional
 Section: libs
-Maintainer: Kartik Mistry <kartik@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Kartik Mistry <kartik@debian.org>
 Uploaders: Jaldhar H. Vyas <jaldhar@debian.org>
 Build-Depends: debhelper (>= 7),
-               autotools-dev,
+               dh-autoreconf,
                chrpath,
                libssl-dev,
                libglib2.0-dev
diff -pruN 1.0.1-1/debian/rules 1.0.1-1ubuntu1/debian/rules
--- 1.0.1-1/debian/rules	2010-08-01 12:44:56.000000000 +0000
+++ 1.0.1-1ubuntu1/debian/rules	2014-01-06 07:37:45.000000000 +0000
@@ -16,14 +16,7 @@ endif
 
 config.status: configure
 	dh_testdir
-
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
-
+	dh_autoreconf
 	./configure CFLAGS="$(CFLAGS)" \
 		    --host=$(DEB_HOST_GNU_TYPE) \
 		    --build=$(DEB_BUILD_GNU_TYPE) \
@@ -39,8 +32,8 @@ clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	rm -f config.sub config.guess
 	[ ! -f Makefile ] || $(MAKE) distclean
+	dh_autoreconf_clean
 	dh_clean
 
 install: build
