Description: do not build example-dir
Author: Anton Gladky <gladk@debian.org>
Last-Update: 2014-09-11

Index: arpack++/Makefile.am
===================================================================
--- arpack++.orig/Makefile.am
+++ arpack++/Makefile.am
@@ -1,3 +1,3 @@
 # -*- Mode : makefile -*-
 
-SUBDIRS	= include src examples
+SUBDIRS	= include src
Index: arpack++/configure.ac
===================================================================
--- arpack++.orig/configure.ac
+++ arpack++/configure.ac
@@ -38,32 +38,6 @@ AC_PROG_LIBTOOL
 AC_CHECK_FUNCS([sqrt strchr])
 
 AC_CONFIG_FILES([ Makefile include/Makefile src/Makefile
-                  examples/Makefile
-                  examples/matrices/Makefile
-                  examples/matrices/sym/Makefile
-                  examples/matrices/nonsym/Makefile
-                  examples/matrices/complex/Makefile
-                  examples/matprod/Makefile
-                  examples/matprod/sym/Makefile
-                  examples/matprod/nonsym/Makefile
-                  examples/matprod/complex/Makefile
-                  examples/reverse/Makefile
-                  examples/reverse/sym/Makefile
-                  examples/reverse/nonsym/Makefile
-                  examples/reverse/complex/Makefile
-                  examples/band/Makefile
-                  examples/band/sym/Makefile
-                  examples/band/nonsym/Makefile
-                  examples/band/complex/Makefile
-                  examples/dense/Makefile
-                  examples/dense/sym/Makefile
-                  examples/dense/nonsym/Makefile
-                  examples/dense/complex/Makefile
-                  examples/product/Makefile
-                  examples/product/simple/Makefile
-                  examples/product/sym/Makefile
-                  examples/product/nonsym/Makefile
-                  examples/product/complex/Makefile
 ])
 # need superlu
 #                  examples/areig/Makefile
