Description: Fix FTBFS due to autotools
Bug-Debian: https://bugs.debian.org/818513
Reviewed-By: Adrian Bunk  
Last-Update: 2016-11-15

--- gtk2-engines-wonderland-1.0.orig/configure.in
+++ gtk2-engines-wonderland-1.0/configure.in
@@ -1,8 +1,5 @@
-AC_INIT(Theme)
-
-# For automake.
-VERSION=2.0.0
-PACKAGE=gtk2-bluecurve-engine
+AC_INIT([gtk2-engines-wonderland], [1.0])
+AM_INIT_AUTOMAKE
 
 # Honor aclocal flags
 ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
