diff -pruN 1:9c-1/debian/changelog 1:9c-2/debian/changelog
--- 1:9c-1/debian/changelog	2018-07-28 12:35:23.000000000 +0000
+++ 1:9c-2/debian/changelog	2018-09-15 20:20:45.000000000 +0000
@@ -1,3 +1,10 @@
+libjpeg9 (1:9c-2) unstable; urgency=medium
+
+  * debian/control, debian/rules:
+    - Use automake 1.16. Closes: #908741
+
+ -- Bill Allombert <ballombe@debian.org>  Sat, 15 Sep 2018 22:20:45 +0200
+
 libjpeg9 (1:9c-1) unstable; urgency=medium
 
   * New upstream release
diff -pruN 1:9c-1/debian/control 1:9c-2/debian/control
--- 1:9c-1/debian/control	2018-07-26 12:18:35.000000000 +0000
+++ 1:9c-2/debian/control	2018-09-13 17:25:28.000000000 +0000
@@ -2,7 +2,7 @@ Source: libjpeg9
 Maintainer: Bill Allombert <ballombe@debian.org>
 Section: graphics
 Priority: optional
-Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, automake-1.15
+Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, automake-1.16
 Standards-Version: 4.1.5
 
 Package: libjpeg9
diff -pruN 1:9c-1/debian/rules 1:9c-2/debian/rules
--- 1:9c-1/debian/rules	2018-07-26 12:18:15.000000000 +0000
+++ 1:9c-2/debian/rules	2018-09-13 17:25:39.000000000 +0000
@@ -18,8 +18,8 @@ else
 CFLAGS += -O2
 endif
 
-export AUTOMAKE = automake-1.15
-export ACLOCAL = aclocal-1.15
+export AUTOMAKE = automake-1.16
+export ACLOCAL = aclocal-1.16
 export AUTOHEADER = true
 
 build: build-stamp 
